Changesets: spring
|
develop 7a9c7ec9
Timestamp: 2009-05-20 18:50:25 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
always print log to stdout | ||
| mod - rts/ExternalAI/EngineOutHandler.h | [ Diff ] [ File ] | ||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/SelectedUnits.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Misc/GlobalSynced.h | [ Diff ] [ File ] | ||
| mod - rts/System/LogOutput.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/LogOutput.h | [ Diff ] [ File ] | ||
| mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
| mod - tools/unitsync/unitsync.cpp | [ Diff ] [ File ] | ||
|
develop 3d465f45
Timestamp: 2009-05-19 15:19:54 Author: Kloot [ Details ] [ Diff ] |
PreGame: drop down to player 0 (inclusive) when reading a demo's script so AI-games can be rewatched | ||
| mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
|
develop f58289fc
Timestamp: 2009-05-18 23:06:11 Author: zerver [ Details ] [ Diff ] |
Fix NaN crash in CAirMoveType | ||
| mod - rts/Sim/MoveTypes/AirMoveType.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
|
develop 4bd10991
Timestamp: 2009-05-18 22:35:11 Author: hoijui [ Details ] [ Diff ] |
Legacy C++ Skirmish AI Wrapper: * add a ReleaseAI method * do some doxy-genification * fix white spaces |
||
| mod - AI/Skirmish/KAIK/AIExport.cpp | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIEnemyDamagedEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIEnemyDestroyedEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIEnemyEnterLOSEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIEnemyEnterRadarEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIEnemyLeaveLOSEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIEnemyLeaveRadarEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIEvents.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIMessageEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AINullEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIPlayerCommandEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIReleaseEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AISeismicPingEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIUnitCapturedEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIUnitCreatedEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIUnitDamagedEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIUnitDestroyedEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIUnitFinishedEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIUnitGivenEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIUnitIdleEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIUnitMoveFailedEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIUpdateEvent.h | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/LegacyCpp/Event/AIWeaponFiredEvent.h | [ Diff ] [ File ] | ||
| mod - rts/ExternalAI/IGlobalAI.h | [ Diff ] [ File ] | ||
|
develop 18445bab
Timestamp: 2009-05-18 19:03:33 Author: hoijui [ Details ] [ Diff ] |
fix white space inconsitency | ||
| mod - tools/DedicatedServer/CMakeLists.txt | [ Diff ] [ File ] | ||
|
develop ccb5066d
Timestamp: 2009-05-18 18:45:58 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix compile error | ||
| mod - rts/System/Platform/BaseCmd.cpp | [ Diff ] [ File ] | ||
|
develop ffcf70e9
Timestamp: 2009-05-18 18:27:35 Author: zerver [ Details ] [ Diff ] |
Fix projectile sorting problem | ||
| mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
|
develop 2e1de17a
Timestamp: 2009-05-18 13:21:00 Author: Marek Baczynski [ Details ] [ Diff ] |
fix saving window position on win32 | ||
| mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
|
develop db92e371
Timestamp: 2009-05-18 11:34:56 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
demoanalyser: fix compilation + add traffic counter | ||
| mod - tools/DemoAnalyser/CMakeLists.txt | [ Diff ] [ File ] | ||
| mod - tools/DemoAnalyser/main.cpp | [ Diff ] [ File ] | ||
|
develop 696011d9
Timestamp: 2009-05-18 00:39:10 Author: Kloot [ Details ] [ Diff ] |
KAIK: track command bandwidth usage | ||
| mod - AI/Skirmish/KAIK/AIExport.cpp | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/KAIK/CommandTracker.cpp | [ Diff ] [ File ] | ||
| add - AI/Skirmish/KAIK/CommandTracker.h | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/KAIK/Containers.cpp | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/KAIK/Containers.h | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/KAIK/DGunController.cpp | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/KAIK/IncGlobalAI.h | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/KAIK/KAIK.cpp | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/KAIK/MetalMaker.cpp | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/KAIK/MetalMaker.h | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/KAIK/Unit.cpp | [ Diff ] [ File ] | ||
|
develop fbdeb5db
Timestamp: 2009-05-17 20:45:06 Author: zerver [ Details ] [ Diff ] |
Fix cmdline bug | ||
| mod - rts/System/Platform/BaseCmd.cpp | [ Diff ] [ File ] | ||
|
develop 66119b35
Timestamp: 2009-05-17 20:01:51 Author: zerver [ Details ] [ Diff ] |
Fix problem with flickery rendering of projectiles | ||
| mod - rts/Sim/Projectiles/PieceProjectile.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Projectiles/WeaponProjectiles/StarburstProjectile.cpp | [ Diff ] [ File ] | ||
|
develop 90ce4ab2
Timestamp: 2009-05-17 15:31:00 Author: Tobi Vollebregt [ Details ] [ Diff ] |
LuaUnitScript: interleaved weapon funcs and re-did 6147ca7c16350638a9d2dfca8093cf7ddad4df80 (in relation to 3c433ad46215b41f5b2d95fadaaf4c7632103e83) |
||
| mod - rts/Sim/Units/COB/CobInstance.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/COB/CobThread.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/COB/LuaUnitScript.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/COB/NullUnitScript.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/COB/UnitScript.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/COB/UnitScript.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/COB/UnitScriptNames.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/COB/UnitScriptNames.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Weapons/Weapon.cpp | [ Diff ] [ File ] | ||
|
develop 7c32dc29
Timestamp: 2009-05-17 15:09:05 Author: Tobi Vollebregt [ Details ] [ Diff ] |
LuaUnitScript: show "CLuaUnitScript" in errors | ||
| mod - rts/Sim/Units/COB/LuaUnitScript.cpp | [ Diff ] [ File ] | ||
|
develop 7b2b39d8
Timestamp: 2009-05-17 15:06:37 Author: Tobi Vollebregt [ Details ] [ Diff ] |
COB: the item return pops from stack has been pushed just before | ||
| mod - rts/Sim/Units/COB/CobInstance.cpp | [ Diff ] [ File ] | ||
|
develop de64aa44
Timestamp: 2009-05-17 14:12:25 Author: Tobi Vollebregt [ Details ] [ Diff ] |
UnitScript: added /benchmark-script <unitname> command This will run QueryWeapon1 in a loop for 10 seconds, and display the total number of calls made. |
||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/COB/UnitScript.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/COB/UnitScript.h | [ Diff ] [ File ] | ||
|
develop 04b73ae6
Timestamp: 2009-05-17 14:11:27 Author: Tobi Vollebregt [ Details ] [ Diff ] |
LuaUnitScript: some debugging help | ||
| mod - rts/Sim/Units/COB/LuaUnitScript.cpp | [ Diff ] [ File ] | ||
|
develop 3c433ad4
Timestamp: 2009-05-17 13:25:13 Author: Tobi Vollebregt [ Details ] [ Diff ] |
oops, this unit->weapons.size() optimization doesn't work (the slots are grouped by "slot type", not by weapon number...) |
||
| mod - rts/Sim/Units/COB/LuaUnitScript.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/COB/NullUnitScript.cpp | [ Diff ] [ File ] | ||
|
develop 7e2b014e
Timestamp: 2009-05-17 13:16:22 Author: Tobi Vollebregt [ Details ] [ Diff ] |
LuaUnitScript: fix RunQueryCallIn | ||
| mod - rts/Sim/Units/COB/LuaUnitScript.cpp | [ Diff ] [ File ] | ||
|
develop 087024a7
Timestamp: 2009-05-17 01:30:08 Author: Kloot [ Details ] [ Diff ] |
fixfixfix | ||
| mod - rts/Rendering/GroundDecalHandler.cpp | [ Diff ] [ File ] | ||
|
develop caa81e5d
Timestamp: 2009-05-17 01:10:29 Author: -jk- [ Details ] [ Diff ] |
fix | ||
| mod - rts/Lua/LuaIO.cpp | [ Diff ] [ File ] | ||
|
develop 36f42083
Timestamp: 2009-05-17 01:08:38 Author: -jk- [ Details ] [ Diff ] |
improve file extension comparisions | ||
| mod - rts/Lua/LuaIO.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/GroundDecalHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Util.h | [ Diff ] [ File ] | ||
|
develop a6bbdae4
Timestamp: 2009-05-17 00:42:51 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix | ||
| mod - rts/Lua/LuaIO.cpp | [ Diff ] [ File ] | ||
|
develop c0dff8e0
Timestamp: 2009-05-17 00:07:11 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
lua: fix for rename / remove | ||
| mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
| mod - rts/Lua/LuaIO.cpp | [ Diff ] [ File ] | ||
|
develop 763270da
Timestamp: 2009-05-16 15:52:11 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
make_portable.sh: buildserv compat + directory fix | ||
| mod - installer/make_portable.sh | [ Diff ] [ File ] | ||
