Changesets: spring
develop ac2db482
Timestamp: 2009-08-14 19:26:03 Author: hoijui [ Details ] [ Diff ] |
AI: Legacy C++ Wrapper: fix callback being destroyed before AIs destructer was called | ||
mod - AI/Wrappers/LegacyCpp/AIAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/AIGlobalAI.cpp | [ Diff ] [ File ] | ||
develop c4838d17
Timestamp: 2009-08-14 19:08:05 Author: hoijui [ Details ] [ Diff ] |
AI: remove a possible source of errors when creating/destroying AIs | ||
mod - rts/ExternalAI/EngineOutHandler.cpp | [ Diff ] [ File ] | ||
develop de2096de
Timestamp: 2009-08-14 19:00:56 Author: hoijui [ Details ] [ Diff ] |
DemoAnalyser: enable console output on windows/MinGW | ||
mod - tools/DemoAnalyser/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - tools/DemoAnalyser/main.cpp | [ Diff ] [ File ] | ||
develop 0929e1a3
Timestamp: 2009-08-14 12:38:50 Author: hoijui [ Details ] [ Diff ] |
DemoAnalyser: fix building for windows | ||
mod - tools/DemoAnalyser/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 872c643f
Timestamp: 2009-08-14 09:41:22 Author: hoijui [ Details ] [ Diff ] |
test: removing unnecessary team changes (may prevent sync errors) | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop 50aa4fa2
Timestamp: 2009-08-14 01:18:41 Author: Marek Baczynski [ Details ] [ Diff ] |
archivemover: fix small oversight | ||
mod - tools/ArchiveMover/ArchiveMover.cpp | [ Diff ] [ File ] | ||
develop 2a0eb88d
Timestamp: 2009-08-14 01:15:44 Author: Marek Baczynski [ Details ] [ Diff ] |
archivemover compiles with gcc, moves files to My Documents\My Games\Spring now to compile: use cmake, make ArchiveMover |
||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
mod - tools/ArchiveMover/ArchiveMover.cpp | [ Diff ] [ File ] | ||
develop ac171670
Timestamp: 2009-08-13 23:08:03 Author: zerver [ Details ] [ Diff ] |
Fix mem leak in MT version | ||
mod - rts/Map/SMF/BFGroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/gml/ThreadSafeContainers.h | [ Diff ] [ File ] | ||
mod - rts/lib/gml/gmlcls.h | [ Diff ] [ File ] | ||
develop 45c92cd3
Timestamp: 2009-08-13 20:17:58 Author: hoijui [ Details ] [ Diff ] |
AI: when Skirmish AI version is not specified, use the highest of the available versions | ||
mod - rts/ExternalAI/AILibraryManager.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/AILibraryManager.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IAILibraryManager.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IAILibraryManager.h | [ Diff ] [ File ] | ||
develop e6dbed37
Timestamp: 2009-08-13 16:07:36 Author: hoijui [ Details ] [ Diff ] |
AI: KAIK: fix a crash bug (hopefully) | ||
mod - AI/Skirmish/KAIK/KAIK.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/KAIK/KAIK.h | [ Diff ] [ File ] | ||
develop 107c3f9f
Timestamp: 2009-08-13 15:32:27 Author: hoijui [ Details ] [ Diff ] |
Revert "AI: KAIK: made fit for taking over control of a team mid-game" This reverts commit 1cb55f95dc231712f80741ede96832bee8001045. Conflicts: |
||
mod - AI/Skirmish/KAIK/KAIK.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/KAIK/UnitHandler.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/KAIK/UnitHandler.h | [ Diff ] [ File ] | ||
develop f2c3b055
Timestamp: 2009-08-13 13:46:08 Author: hoijui [ Details ] [ Diff ] |
AI: fix a possible segfault | ||
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp | [ Diff ] [ File ] | ||
develop 6dac277d
Timestamp: 2009-08-13 13:45:52 Author: hoijui [ Details ] [ Diff ] |
AI: Legacy C++ AI Wrapper: fix the callback being destroyed before the release event was handled | ||
mod - AI/Wrappers/LegacyCpp/AIAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/AIAI.h | [ Diff ] [ File ] | ||
develop 51712fe5
Timestamp: 2009-08-13 12:30:30 Author: hoijui [ Details ] [ Diff ] |
report all Skirmish AIs to Lua, not just local ones | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
develop edd96a6c
Timestamp: 2009-08-13 12:24:19 Author: hoijui [ Details ] [ Diff ] |
get rid of a variety of sync errors when a team dies and with: /team, /aikill, /aicontrol | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop b22e0c54
Timestamp: 2009-08-13 12:22:34 Author: hoijui [ Details ] [ Diff ] |
extend PlayerHandler: new function ActivePlayersInTeam(team) | ||
mod - rts/Game/PlayerHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/PlayerHandler.h | [ Diff ] [ File ] | ||
develop 738ff2b8
Timestamp: 2009-08-13 12:21:17 Author: hoijui [ Details ] [ Diff ] |
AI: RAI: remove some out-commented code | ||
mod - AI/Skirmish/RAI/AIExport.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI/AIExport.h | [ Diff ] [ File ] | ||
develop 94046c19
Timestamp: 2009-08-13 12:19:36 Author: hoijui [ Details ] [ Diff ] |
AI: AAI: fix for AI "create, kill, create" situations | ||
mod - AI/Skirmish/AAI/AAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/AAI/AIExport.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/AAI/AIExport.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/AAI/aidef.h | [ Diff ] [ File ] | ||
develop 48b63391
Timestamp: 2009-08-13 12:10:35 Author: hoijui [ Details ] [ Diff ] |
AI: KAIK: fix for AI "create, kill, create" situations | ||
mod - AI/Skirmish/KAIK/AIExport.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/KAIK/AIExport.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/KAIK/Defines.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/KAIK/KAIK.cpp | [ Diff ] [ File ] | ||
develop c6cc72f8
Timestamp: 2009-08-13 11:38:34 Author: hoijui [ Details ] [ Diff ] |
AI: RAI: fix for AI "create, kill, create" situations | ||
mod - AI/Skirmish/RAI/AIExport.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI/AIExport.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI/GResourceMap.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI/GTerrainMap.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI/LogFile.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI/LogFile.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI/RAI.cpp | [ Diff ] [ File ] | ||
develop f6ef41ff
Timestamp: 2009-08-13 11:38:00 Author: hoijui [ Details ] [ Diff ] |
AI: Legacy C++ Wrapper: add new command for fetching paths in the AIs data-dir | ||
mod - AI/Wrappers/LegacyCpp/AIAICallback.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/AICallback.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IAICallback.h | [ Diff ] [ File ] | ||
develop 771bf006
Timestamp: 2009-08-13 10:02:54 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix commandline resolution setting | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
develop e65348a9
Timestamp: 2009-08-12 23:28:19 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix the Test singleplayer button in case the user double-clicks | ||
mod - rts/Game/SelectMenu.cpp | [ Diff ] [ File ] | ||
develop e84f3ebe
Timestamp: 2009-08-12 23:23:03 Author: hoijui [ Details ] [ Diff ] |
CMake: add support for Ubuntu launchpad MinGW | ||
mod - rts/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 2118da75
Timestamp: 2009-08-12 22:32:13 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
don'T broadcast IP messages to clients | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||