2025-09-10 05:13 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop bf770e30
Timestamp: 2011-09-05 14:03:45
Author: zerver
Details ] Diff ]
Add comment
mod - rts/Lua/LuaHandle.h Diff ] File ]
develop 2e77ac53
Timestamp: 2011-09-05 14:00:58
Author: zerver
Details ] Diff ]
Fix mantis 0002638 (infinite loop in ExecuteAllCallsFromSynced)
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/System/EventHandler.cpp Diff ] File ]
mod - rts/System/EventHandler.h Diff ] File ]
develop b63899ac
Timestamp: 2011-09-05 12:49:27
Author: abma
Details ] Diff ]
(buildbot) typo
mod - test/game/run.sh Diff ] File ]
develop 311b26d1
Timestamp: 2011-09-05 12:43:00
Author: hoijui
Details ] Diff ]
get rid of a FIXME in DataDirLocater [minor]
mod - rts/System/FileSystem/DataDirLocater.cpp Diff ] File ]
develop 511d614f
Timestamp: 2011-09-05 12:41:30
Author: hoijui
Details ] Diff ]
make command line switches `--list-ai-interfaces` & `--list-skirmish-ais` work again (thanks abma) [fix] [mantis#2639]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop c222ab6e
Timestamp: 2011-09-05 12:32:17
Author: abma
Details ] Diff ]
(buildbot) be more verbose on error + fix exit code
mod - test/game/run.sh Diff ] File ]
develop 15441ef4
Timestamp: 2011-09-05 12:32:13
Author: hoijui
Details ] Diff ]
abort if data-dirs are used before being initialized
mod - rts/System/FileSystem/DataDirLocater.cpp Diff ] File ]
mod - rts/System/FileSystem/DataDirLocater.h Diff ] File ]
develop 6e55d927
Timestamp: 2011-09-05 11:02:14
Author: jK
Details ] Diff ]
fix dedicated build
mod - rts/Lua/LuaParser.cpp Diff ] File ]
develop 44b4ca38
Timestamp: 2011-09-05 10:35:54
Author: jK
Details ] Diff ]
don't trigger SIGFPE in LuaParser.cpp (TODO: catch NANs on reading -> in UnitDef & co.)
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/Lua/LuaParser.cpp Diff ] File ]
develop eb7fa421
Timestamp: 2011-09-05 03:37:13
Author: zerver
Details ] Diff ]
Fix SetUnitWeaponState "range" fails for Cannon
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
mod - rts/Sim/Weapons/Cannon.cpp Diff ] File ]
mod - rts/Sim/Weapons/Cannon.h Diff ] File ]
mod - rts/Sim/Weapons/Weapon.cpp Diff ] File ]
mod - rts/Sim/Weapons/Weapon.h Diff ] File ]
develop 45a31dd1
Timestamp: 2011-09-05 02:00:04
Author: abma
Details ] Diff ]
(buildbot) allow log file to be set for run.sh
mod - test/game/run.sh Diff ] File ]
develop 51329a0d
Timestamp: 2011-09-05 01:42:30
Author: abma
Details ] Diff ]
(buildbot) adjust order of buildslaves shown in waterfall
mod - buildbot/master/master.cfg Diff ] File ]
develop 4fb65242
Timestamp: 2011-09-05 01:26:17
Author: abma
Details ] Diff ]
(buildbot) fix slave command for download
mod - buildbot/slave/tests.sh Diff ] File ]
develop 91e34c31
Timestamp: 2011-09-05 01:19:46
Author: abma
Details ] Diff ]
(buildbot) fix ValidationTests command
mod - buildbot/master/master.cfg Diff ] File ]
develop 386cb74e
Timestamp: 2011-09-05 00:43:58
Author: abma
Details ] Diff ]
(buildbot) fix some path issues in slave/tests.sh
mod - buildbot/slave/tests.sh Diff ] File ]
develop eec2c361
Timestamp: 2011-09-05 00:26:32
Author: abma
Details ] Diff ]
(buildbot) typo
mod - buildbot/master/master.cfg Diff ] File ]
develop 6bb769e8
Timestamp: 2011-09-05 00:20:36
Author: abma
Details ] Diff ]
(buildbot) enable validation tests
mod - buildbot/master/master.cfg Diff ] File ]
develop fd7eb8dd
Timestamp: 2011-09-05 00:00:15
Author: abma
Details ] Diff ]
(buildbot) add test-scripts for spring-headless
add - buildbot/slave/tests.sh Diff ] File ]
add - test/game/LuaUI/Widgets/test.lua Diff ] File ]
add - test/game/run.sh Diff ] File ]
add - test/game/test1.script.txt Diff ] File ]
develop b97a4324
Timestamp: 2011-09-04 15:12:34
Author: abma
Details ] Diff ]
hide more cmake generated files from git
mod - .gitignore Diff ] File ]
develop 8ab0635b
Timestamp: 2011-09-04 12:03:05
Author: hoijui
Details ] Diff ]
change LOG_SECTION_DEFAULT from NULL to ""
gets rid of some warnings and allows to wrap log sections (const char*)
with std::string.
mod - rts/System/Log/DefaultFilter.cpp Diff ] File ]
mod - rts/System/Log/DefaultFilter.h Diff ] File ]
mod - rts/System/Log/DefaultFormatter.cpp Diff ] File ]
mod - rts/System/Log/Section.h Diff ] File ]
mod - test/engine/System/Log/TestILog.cpp Diff ] File ]
develop f86fa1c8
Timestamp: 2011-09-04 11:14:58
Author: hoijui
Details ] Diff ]
skip unit tests when building Maven based java projects
mod - rts/build/cmake/FindMaven.cmake Diff ] File ]
develop 679e4455
Timestamp: 2011-09-04 10:47:40
Author: hoijui
Details ] Diff ]
misc cleanup
* order of includes
* rename header guards
* replace include with empty definition
* minor stuff
mod - rts/Lua/LuaParser.h Diff ] File ]
mod - rts/Map/MapInfo.cpp Diff ] File ]
mod - rts/Map/MapInfo.h Diff ] File ]
mod - rts/Map/MapParser.cpp Diff ] File ]
mod - rts/Map/MapParser.h Diff ] File ]
mod - rts/System/Log/DefaultFilter.cpp Diff ] File ]
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop 2555ae77
Timestamp: 2011-09-02 15:51:25
Author: zerver
Details ] Diff ]
Fix bug in b384a12 (units refusing queued move orders)
mod - rts/Sim/Units/BuildInfo.cpp Diff ] File ]
develop 8012afb8
Timestamp: 2011-09-02 15:07:41
Author: zerver
Details ] Diff ]
Rename variable [nlc]
mod - rts/Lua/LuaHandle.h Diff ] File ]
develop 5bf8a030
Timestamp: 2011-08-31 19:40:03
Author: abma
Details ] Diff ]
(Shard) remove hardcoded path in CMakeLists
mod - AI/Skirmish/Shard Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 466 467 468 469 470 471 472 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last