Changesets: spring
develop d4963c68
Timestamp: 2008-08-17 00:13:33 Author: kloot [ Details ] [ Diff ] |
fix Mantis 0001001 git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6266 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/UnitTypes/Builder.cpp | [ Diff ] [ File ] | ||
develop 4e366f62
Timestamp: 2008-08-16 23:48:30 Author: satirik [ Details ] [ Diff ] |
* downloader form should not be shown if SD is disabled * SendProtocol is enable now * small bug fixes git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6265 37977431-3df6-0310-b722-df95706aa16b |
||
develop d642d733
Timestamp: 2008-08-16 18:35:07 Author: imbaczek [ Details ] [ Diff ] |
fix a potentially confusing scope warning git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6264 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameSetup.cpp | [ Diff ] [ File ] | ||
develop 9ea0ec94
Timestamp: 2008-08-16 18:22:44 Author: imbaczek [ Details ] [ Diff ] |
add #includes so mingw gcc 4.3 doesn't complain git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6263 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/CameraHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Demo.cpp | [ Diff ] [ File ] | ||
mod - rts/System/DemoReader.cpp | [ Diff ] [ File ] | ||
mod - rts/System/DemoRecorder.cpp | [ Diff ] [ File ] | ||
mod - rts/System/StdAfx.h | [ Diff ] [ File ] | ||
mod - rts/lib/hpiutil2/hpiutil.cpp | [ Diff ] [ File ] | ||
develop 2426e175
Timestamp: 2008-08-16 17:26:42 Author: imbaczek [ Details ] [ Diff ] |
fix r6243 so it doesn't break queuing of factory orders (and possibly more) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6262 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/BuilderCAI.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/FactoryCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/FactoryCAI.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/MobileCAI.h | [ Diff ] [ File ] | ||
develop a2cd0067
Timestamp: 2008-08-16 14:37:06 Author: imbaczek [ Details ] [ Diff ] |
fix mismatched deallocation type git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6261 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Rendering/glFont.cpp | [ Diff ] [ File ] | ||
develop 766d8bee
Timestamp: 2008-08-16 02:34:53 Author: kloot [ Details ] [ Diff ] |
fix positions occupied by units with a maxspeed of zero (hubs, etc) being considered valid build-sites git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6260 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
develop 30c3ea50
Timestamp: 2008-08-15 16:20:38 Author: imbaczek [ Details ] [ Diff ] |
temporary workaround for broken mipmaps on ATI hardware (mantis 0000999) set AtiHacks config variable to 1 to enable. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6259 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Rendering/GL/myGL.cpp | [ Diff ] [ File ] | ||
develop e948df96
Timestamp: 2008-08-15 14:47:21 Author: satirik [ Details ] [ Diff ] |
* delete the ExitRequest key before launching springdownloader git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6258 37977431-3df6-0310-b722-df95706aa16b |
||
develop a79a29d3
Timestamp: 2008-08-14 15:21:58 Author: satirik [ Details ] [ Diff ] |
* autoupdate should now make the new directories if they don't already exist * tasclient will now exit if the skin file is not found Python scripting : * GetServers and SetServers changed to use a list of dict instead of just a dict to keep the order * new callins : onSettingsChanged, onGroupsChanged, onMapsReloaded, onReplaysReloaded, onModsReloaded git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6256 37977431-3df6-0310-b722-df95706aa16b |
||
develop f00687c8
Timestamp: 2008-08-14 13:33:02 Author: kloot [ Details ] [ Diff ] |
fix the Commanders startscript for GameSetup-type demos fix objects with negative heights being regarded as non-blocking fix some VS compilation errors (untested) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6255 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/StartScripts/CommanderScript.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/GroundBlockingObjectMap.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.cpp | [ Diff ] [ File ] | ||
develop 2dc2638f
Timestamp: 2008-08-14 01:52:58 Author: Auswaschbar [ Details ] [ Diff ] |
* don't deny connection to demo viewers git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6254 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop 9481ab5a
Timestamp: 2008-08-12 16:25:54 Author: satirik [ Details ] [ Diff ] |
* SetGroups function added to the scripting callout api * GetServers and SetServers functions added to the scripting callout api (springdownloader form committed now :D) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6252 37977431-3df6-0310-b722-df95706aa16b |
||
develop 43f5c9ab
Timestamp: 2008-08-12 14:17:26 Author: kloot [ Details ] [ Diff ] |
write the config-source being used to infolog (now that there can be more than one) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6251 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
develop 3c405f6b
Timestamp: 2008-08-11 15:55:20 Author: satirik [ Details ] [ Diff ] |
* replay filters preset added * enable springdownloader option added * disable notifications added to the status (away, available) menu git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6250 37977431-3df6-0310-b722-df95706aa16b |
||
develop b12945e5
Timestamp: 2008-08-10 22:51:29 Author: kloot [ Details ] [ Diff ] |
when in raytraced coldet mode, detonate a projectile at its true volume impact pos rather than ahead of it (should fix 0000860) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6248 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameSetup.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/PlayerBase.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CollisionHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CollisionVolume.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/Projectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/WeaponProjectiles/WeaponProjectile.cpp | [ Diff ] [ File ] | ||
develop 236c96a1
Timestamp: 2008-08-10 18:09:03 Author: satirik [ Details ] [ Diff ] |
* luaai are loaded correctly in the SP Skirmish mode * 'Display units icons' renamed to 'Load units icons and names when joining', so joining should be as fast as before when unchecked (default) * Single Player button now launch another TASClient instance in SP mode instead of closing the lobby git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6247 37977431-3df6-0310-b722-df95706aa16b |
||
develop ebedce99
Timestamp: 2008-08-10 15:23:42 Author: satirik [ Details ] [ Diff ] |
* "enable scripts" checkbox added in the options->scripts * springdownloader is now closed using an exit command instead of TerminateProcess * "display units icons" is now disabled by default git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6246 37977431-3df6-0310-b722-df95706aa16b |
||
develop b01b4477
Timestamp: 2008-08-08 21:16:31 Author: satirik [ Details ] [ Diff ] |
* the lobby will check for new maps before starting a new download (when clicking on the minimap or on the download map button) * forced auto update should display a yes no msg before downloading it * scripts disabled until someone can help me to fix the crashes git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6245 37977431-3df6-0310-b722-df95706aa16b |
||
develop 4001d2a1
Timestamp: 2008-08-08 13:26:29 Author: kloot [ Details ] [ Diff ] |
comment disclaimer for r6242 git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6244 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/COB/CobInstance.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitHandler.cpp | [ Diff ] [ File ] | ||
develop f914e8ae
Timestamp: 2008-08-08 11:42:04 Author: KDR_11k [ Details ] [ Diff ] |
*Added check for synced commands to more CommandAI functions *Disabled the check whether the command is on the ground for synced commands under the assumption that a gadget author can do his own cheat-proofing (and when he doesn't it's on purpose). git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6243 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/CommandAI.h | [ Diff ] [ File ] | ||
develop 8632997a
Timestamp: 2008-08-07 20:31:30 Author: kloot [ Details ] [ Diff ] |
fix up the YARD_OPEN COB directive git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6242 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/COB/CobInstance.cpp | [ Diff ] [ File ] | ||
develop a8a83deb
Timestamp: 2008-08-06 21:47:50 Author: Auswaschbar [ Details ] [ Diff ] |
* Added baseclass PlayerData for CPlayer, also beeing used in CGameSetup and CGameServer git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6241 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
mod - rts/Game/GameSetup.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameSetup.h | [ Diff ] [ File ] | ||
mod - rts/Game/Player.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Player.h | [ Diff ] [ File ] | ||
add - rts/Game/PlayerBase.cpp | [ Diff ] [ File ] | ||
add - rts/Game/PlayerBase.h | [ Diff ] [ File ] | ||
mod - rts/Game/PlayerRoster.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/SelectedUnits.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Team.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/EndGameBox.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GameSetupDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/QuitBox.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/ShareBox.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/TooltipConsole.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/InMapDraw.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/3DOParser.cpp | [ Diff ] [ File ] | ||
mod - rts/System/GlobalStuff.cpp | [ Diff ] [ File ] | ||
mod - tools/DedicatedServer/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 276abf08
Timestamp: 2008-08-06 17:57:06 Author: kloot [ Details ] [ Diff ] |
* ambiguous indentation cleanup git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6239 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
develop db9d456b
Timestamp: 2008-08-06 17:29:30 Author: jk [ Details ] [ Diff ] |
fixed 2 bugs git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6238 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/BumpWater.cpp | [ Diff ] [ File ] | ||