2025-09-07 17:54 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 3f9f5f70
Timestamp: 2015-09-24 21:02:23
Author: abma
Details ] Diff ]
buildbot: fix config
mod - buildbot/master/master.cfg Diff ] File ]
develop 68e43bcd
Timestamp: 2015-09-24 20:53:15
Author: abma
Details ] Diff ]
buildbot: try to generate + upload docs:
manual triggered only
mod - buildbot/master/master.cfg Diff ] File ]
mod - buildbot/slave/create-doc.sh Diff ] File ]
rm - buildbot/slave/doxygen/update-docs.sh Diff ] File ]
develop 7d0e44cd
Timestamp: 2015-09-24 20:39:13
Author: abma
Details ] Diff ]
buildbot: add dummy script to generate docs
add - buildbot/slave/create-doc.sh Diff ] File ]
develop 1ebe86e6
Timestamp: 2015-09-23 23:09:39
Author: abma
Details ] Diff ]
testQuadField: print input data when test fails:

this hopefully allows to reproduce the case when it fails
mod - test/engine/Sim/Misc/testQuadField.cpp Diff ] File ]
develop 8035d91e
Timestamp: 2015-09-23 22:08:23
Author: abma
Details ] Diff ]
fix SyncDebugger with MAX_STACK=10
mod - rts/System/Sync/SyncDebugger.cpp Diff ] File ]
develop 6a84b864
Timestamp: 2015-09-21 19:18:51
Author: Eshed
Details ] Diff ]
Merge pull request 0000222 from rlcevg/ai_getmaxrange

[AI] Fix cheats (0004962)
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp Diff ] File ]
develop b90f8e65
Timestamp: 2015-09-21 18:12:11
Author: rlcevg
Details ] Diff ]
[AI] Enable Feature cheats
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp Diff ] File ]
develop 0258d62f
Timestamp: 2015-09-21 16:36:19
Author: rlcevg
Details ] Diff ]
[AI] Fix Unit::GetMaxRange
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp Diff ] File ]
develop 50d94734
Timestamp: 2015-09-20 18:49:58
Author: abma
Details ] Diff ]
style (g->w)
mod - cont/base/springcontent/LuaGadgets/gadgets.lua Diff ] File ]
develop 6acf9a5e
Timestamp: 2015-09-20 18:46:42
Author: abma
Details ] Diff ]
bump cmake to >=2.8.11 (0004959):

- test if all buildslaves support it
- preparation for replacing include_directories with target_include_directories
mod - CMakeLists.txt Diff ] File ]
mod - tools/scripts/travis_before_install.sh Diff ] File ]
mod - tools/scripts/travis_install.sh Diff ] File ]
develop 74fba014
Timestamp: 2015-09-20 18:28:17
Author: abma
Details ] Diff ]
add to unsynced gadget, too
mod - cont/base/springcontent/LuaGadgets/callins.lua Diff ] File ]
mod - cont/base/springcontent/LuaGadgets/gadgets.lua Diff ] File ]
develop ff56ec54
Timestamp: 2015-09-20 18:21:26
Author: abma
Details ] Diff ]
add missing Download call-ins to widget handler
mod - cont/LuaUI/widgets.lua Diff ] File ]
develop 90eb2cc8
Timestamp: 2015-09-20 17:48:14
Author: abma
Details ] Diff ]
add "override" + fix check
mod - rts/Lua/LuaHandle.h Diff ] File ]
mod - rts/Lua/LuaVFSDownload.cpp Diff ] File ]
develop eca6dc32
Timestamp: 2015-09-20 17:46:15
Author: abma
Details ] Diff ]
Merge branch 'develop' into pr-downloader
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/Lua/LuaHandle.h Diff ] File ]
mod - rts/Sim/Misc/LosHandler.cpp Diff ] File ]
mod - rts/Sim/Misc/LosHandler.h Diff ] File ]
mod - rts/Sim/Misc/LosMap.cpp Diff ] File ]
mod - rts/Sim/Path/Default/IPathFinder.h Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/System/EventClient.h Diff ] File ]
mod - rts/System/EventHandler.h Diff ] File ]
mod - rts/System/Events.def Diff ] File ]
mod - rts/System/myMath.h Diff ] File ]
mod - rts/System/myMath.inl Diff ] File ]
mod - rts/System/type2.h Diff ] File ]
develop a2dda1be
Timestamp: 2015-09-20 17:37:24
Author: abma
Details ] Diff ]
add "override" in LuaHandle.h
mod - rts/Lua/LuaHandle.h Diff ] File ]
develop 18b92c1e
Timestamp: 2015-09-19 17:22:24
Author: jK
Details ] Diff ]
LosHandler: rearrange unit update loop for better L2 pattern (makes it more than twice as fast)
mod - rts/Sim/Misc/LosHandler.cpp Diff ] File ]
mod - rts/Sim/Misc/LosHandler.h Diff ] File ]
develop d4c84786
Timestamp: 2015-09-19 17:18:39
Author: jK
Details ] Diff ]
inline some code in LosHandler
mod - rts/Sim/Misc/LosHandler.cpp Diff ] File ]
develop 0404e9da
Timestamp: 2015-09-19 17:18:06
Author: jK
Details ] Diff ]
use the new callin in LosHandler
mod - rts/Sim/Misc/LosHandler.cpp Diff ] File ]
mod - rts/Sim/Misc/LosHandler.h Diff ] File ]
develop 0d06064a
Timestamp: 2015-09-19 17:15:26
Author: jK
Details ] Diff ]
IPathFinder: help compiler to produce better code for % and /
mod - rts/Sim/Path/Default/IPathFinder.h Diff ] File ]
develop f2def451
Timestamp: 2015-09-19 17:14:48
Author: jK
Details ] Diff ]
New callin: UnitNanoframed
called when a living unit becomes a nanoframe again
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/Lua/LuaHandle.h Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/System/EventClient.h Diff ] File ]
mod - rts/System/EventHandler.h Diff ] File ]
mod - rts/System/Events.def Diff ] File ]
develop 43c3a4a6
Timestamp: 2015-09-19 16:05:10
Author: jK
Details ] Diff ]
minor in LosMap.cpp
mod - rts/Sim/Misc/LosMap.cpp Diff ] File ]
mod - rts/System/myMath.h Diff ] File ]
mod - rts/System/myMath.inl Diff ] File ]
mod - rts/System/type2.h Diff ] File ]
develop 3990cb45
Timestamp: 2015-09-19 15:09:45
Author: abma
Details ] Diff ]
style
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
develop f8260f15
Timestamp: 2015-09-19 14:55:39
Author: abma
Details ] Diff ]
-
mod - rts/Lua/LuaVFSDownload.h Diff ] File ]
develop 6d6de7a2
Timestamp: 2015-09-19 14:50:12
Author: abma
Details ] Diff ]
made LuaVFSDownload an eventclient
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/Lua/LuaVFSDownload.cpp Diff ] File ]
mod - rts/Lua/LuaVFSDownload.h Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 59eccfb8
Timestamp: 2015-09-17 08:53:07
Author: abma
Details ] Diff ]
remove VFS.HashLobbyPassword
mod - rts/Lua/LuaVFSDownload.cpp Diff ] File ]
mod - rts/Lua/LuaVFSDownload.h Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 253 254 255 256 257 258 259 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last