Changesets: spring
develop 88c2c805
Timestamp: 2013-10-12 02:47:41 Author: abma [ Details ] [ Diff ] |
fix test_ThreadPool as well | ||
mod - test/CMakeLists.txt | [ Diff ] [ File ] | ||
develop f0ddfa1e
Timestamp: 2013-10-12 02:12:52 Author: abma [ Details ] [ Diff ] |
printf -> LOG | ||
mod - AI/Skirmish/AAI/AAIConfig.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/Default/PathEstimator.cpp | [ Diff ] [ File ] | ||
develop 460bfa33
Timestamp: 2013-10-12 01:59:22 Author: abma [ Details ] [ Diff ] |
fix win32 test_UDPListener && test_Matrix44f linking | ||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
mod - test/CMakeLists.txt | [ Diff ] [ File ] | ||
develop b2fd01de
Timestamp: 2013-10-12 00:09:54 Author: rt [ Details ] [ Diff ] |
oops, #ifdef != #if | ||
mod - rts/System/Misc/SpringTime.cpp | [ Diff ] [ File ] | ||
develop bee69728
Timestamp: 2013-10-11 23:49:33 Author: rt [ Details ] [ Diff ] |
typo | ||
mod - rts/System/Misc/SpringTime.cpp | [ Diff ] [ File ] | ||
develop dd5aaf14
Timestamp: 2013-10-11 23:40:06 Author: rt [ Details ] [ Diff ] |
SpringTime: make QueryPerfCounter more easily testable (eg. based on a config settig) | ||
mod - rts/System/Misc/SpringTime.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Misc/SpringTime.h | [ Diff ] [ File ] | ||
develop af670d87
Timestamp: 2013-10-11 14:18:24 Author: rt [ Details ] [ Diff ] |
same for the testSpringTime UT | ||
mod - test/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 4ae6f915
Timestamp: 2013-10-11 14:11:04 Author: rt [ Details ] [ Diff ] |
dedserv/unitsync: try to fix win32 linkage | ||
mod - rts/builds/dedicated/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - tools/unitsync/CMakeLists.txt | [ Diff ] [ File ] | ||
develop b98ef457
Timestamp: 2013-10-11 13:41:17 Author: rt [ Details ] [ Diff ] |
fix compilation of testSpringTime | ||
mod - test/engine/System/Misc/testSpringTime.cpp | [ Diff ] [ File ] | ||
develop 19d73160
Timestamp: 2013-10-11 13:38:12 Author: rt [ Details ] [ Diff ] |
PE: kill warning about auto_ptr PF: functionally revert 7f0e7513 (stuck units >>> bad paths) |
||
mod - rts/Sim/Path/Default/PathEstimator.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/Default/PathFinder.cpp | [ Diff ] [ File ] | ||
develop 52bffa8a
Timestamp: 2013-10-10 20:32:21 Author: rt [ Details ] [ Diff ] |
fix 0004047 | ||
mod - rts/Rendering/Env/Decals/GroundDecalHandler.cpp | [ Diff ] [ File ] | ||
develop 8896eaa1
Timestamp: 2013-10-10 18:46:40 Author: BrainDamage [ Details ] [ Diff ] |
extended UnitCommand call-in with additional return param cmdTag updated widgethandler accordingly |
||
mod - cont/LuaUI/widgets.lua | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandle.cpp | [ Diff ] [ File ] | ||
develop 8e357c2e
Timestamp: 2013-10-10 18:32:06 Author: BrainDamage [ Details ] [ Diff ] |
removed accidental copypasta comment | ||
mod - rts/Lua/LuaHandle.cpp | [ Diff ] [ File ] | ||
develop 7f0e7513
Timestamp: 2013-10-10 18:14:13 Author: rt [ Details ] [ Diff ] |
PF: never ever hop across impassable squares | ||
mod - rts/Sim/Misc/GroundBlockingObjectMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/Default/PathConstants.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/Default/PathFinder.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/Default/PathHeatMap.cpp | [ Diff ] [ File ] | ||
develop 0e0022f5
Timestamp: 2013-10-10 17:57:06 Author: BrainDamage [ Details ] [ Diff ] |
extended UnitCmdDone event to pass the full command extended Lua's UnitCmdDone call-in to have 2 new last arguments: cmdParams and cmdOpts updaded widget and gadget handler accordingly |
||
mod - cont/LuaUI/widgets.lua | [ Diff ] [ File ] | ||
mod - cont/base/springcontent/LuaGadgets/gadgets.lua | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandle.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandle.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
mod - rts/System/EventClient.h | [ Diff ] [ File ] | ||
mod - rts/System/EventHandler.h | [ Diff ] [ File ] | ||
develop 3d5bc6eb
Timestamp: 2013-10-10 16:52:29 Author: BrainDamage [ Details ] [ Diff ] |
added an optional bool last param to LuaSyncedCtrl::SetUnitTarget to chose whenever to flag the target as user command (default false) | ||
mod - rts/Lua/LuaSyncedCtrl.cpp | [ Diff ] [ File ] | ||
develop e6516e55
Timestamp: 2013-10-10 12:06:03 Author: rt [ Details ] [ Diff ] |
- | ||
mod - rts/System/Misc/SpringTime.cpp | [ Diff ] [ File ] | ||
develop 18529330
Timestamp: 2013-10-10 11:54:33 Author: rt [ Details ] [ Diff ] |
remove the last SDL_GetTicks dependencies (Spring now only uses its video subsystem) | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
mod - rts/builds/dedicated/main.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/gml/gml_base.h | [ Diff ] [ File ] | ||
mod - rts/lib/headlessStubs/sdlstub_cppbit.cpp | [ Diff ] [ File ] | ||
mod - test/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - test/engine/System/Misc/testSpringTime.cpp | [ Diff ] [ File ] | ||
develop 1e43ce5c
Timestamp: 2013-10-10 01:41:20 Author: rt [ Details ] [ Diff ] |
add dnw's github.com/spring/spring/pull/77 | ||
mod - rts/Lua/LuaMathExtra.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaMathExtra.h | [ Diff ] [ File ] | ||
develop bb81c1fc
Timestamp: 2013-10-09 20:55:45 Author: rt [ Details ] [ Diff ] |
spring_time: don't force int64's into int32's myMath: remove unused Blend()'s (leave one alias) stick all one-liner functions into the .h |
||
mod - rts/Net/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Misc/SpringTime.h | [ Diff ] [ File ] | ||
mod - rts/System/TimeProfiler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/float3.cpp | [ Diff ] [ File ] | ||
mod - rts/System/float3.h | [ Diff ] [ File ] | ||
mod - rts/System/myMath.cpp | [ Diff ] [ File ] | ||
mod - rts/System/myMath.h | [ Diff ] [ File ] | ||
mod - rts/System/myMath.inl | [ Diff ] [ File ] | ||
develop 1d276d99
Timestamp: 2013-10-09 18:18:35 Author: jk3064 [ Details ] [ Diff ] |
Update streflop_cond.h | ||
mod - rts/lib/streflop/streflop_cond.h | [ Diff ] [ File ] | ||
develop 2b4c7392
Timestamp: 2013-10-09 16:36:23 Author: rt [ Details ] [ Diff ] |
s/>/< | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
develop 79454281
Timestamp: 2013-10-09 16:06:49 Author: rt [ Details ] [ Diff ] |
typo | ||
mod - rts/System/Misc/SpringTime.cpp | [ Diff ] [ File ] | ||
develop 9f842c1e
Timestamp: 2013-10-09 15:58:33 Author: rt [ Details ] [ Diff ] |
SpringTime: switch to native win32 clock (used by SDL) on windows | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Misc/SpringTime.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Misc/SpringTime.h | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
mod - rts/builds/dedicated/main.cpp | [ Diff ] [ File ] | ||
mod - test/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - test/engine/System/Misc/testSpringTime.cpp | [ Diff ] [ File ] | ||
mod - test/engine/System/testMatrix44f.cpp | [ Diff ] [ File ] | ||
develop 1440bf55
Timestamp: 2013-10-09 12:58:59 Author: rt [ Details ] [ Diff ] |
fix 0003720 and 0004043 | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||