Changesets: spring
develop 48058277
Timestamp: 2012-05-29 00:16:55 Author: jK [ Details ] [ Diff ] |
fix minor cppcheck warnings | ||
mod - rts/Game/UI/SelectionKeyHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/GroundBlockingObjectMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/GroundBlockingObjectMap.h | [ Diff ] [ File ] | ||
develop 6c3e8383
Timestamp: 2012-05-29 00:16:25 Author: jK [ Details ] [ Diff ] |
add mapname to mapchecksum in Readmap.cpp and not SMFReadMap.cpp | ||
mod - rts/Map/ReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/SMFReadMap.cpp | [ Diff ] [ File ] | ||
develop 396a0bf0
Timestamp: 2012-05-29 00:15:47 Author: jK [ Details ] [ Diff ] |
add new gl.Texture("$extra") | ||
mod - rts/Lua/LuaOpenGL.cpp | [ Diff ] [ File ] | ||
develop 6ad2cbfd
Timestamp: 2012-05-28 23:02:48 Author: rt [ Details ] [ Diff ] |
fix retval of TraceScreenRay when includeSky=true | ||
mod - rts/Lua/LuaUnsyncedRead.cpp | [ Diff ] [ File ] | ||
develop 4ab01da5
Timestamp: 2012-05-28 20:05:38 Author: abma [ Details ] [ Diff ] |
update pr-downloader (some speedup / less output) | ||
mod - tools/pr-downloader | [ Diff ] [ File ] | ||
develop ed1c550c
Timestamp: 2012-05-28 16:11:42 Author: rt [ Details ] [ Diff ] |
QTPFS: bugfix | ||
mod - rts/Sim/Path/QTPFS/PathManager.cpp | [ Diff ] [ File ] | ||
develop 41976bde
Timestamp: 2012-05-28 16:01:24 Author: abma [ Details ] [ Diff ] |
update pr-downloader (try to fix win32 install path #2) | ||
mod - tools/pr-downloader | [ Diff ] [ File ] | ||
develop 4cd7b372
Timestamp: 2012-05-28 15:46:56 Author: abma [ Details ] [ Diff ] |
update pr-downloader (try to fix win32 install path) | ||
mod - tools/pr-downloader | [ Diff ] [ File ] | ||
develop fe7ce690
Timestamp: 2012-05-27 18:31:07 Author: jK [ Details ] [ Diff ] |
fix some gcc warnings | ||
mod - rts/Map/SM3/SM3Map.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/ROAM/Patch.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/SMFReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/ClassicGroundMoveType.cpp | [ Diff ] [ File ] | ||
develop e6f405c9
Timestamp: 2012-05-26 19:24:21 Author: rt [ Details ] [ Diff ] |
"addendum to d697c248e15c42b853be9438c239a91b677fd333 (missing new parameter) minor code cleanup/refactorization in GroundMoveType.cpp |
||
mod - cont/base/springcontent/LuaGadgets/gadgets.lua | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/ModInfo.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/ModInfo.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/GroundMoveType.h | [ Diff ] [ File ] | ||
develop 4afdcd71
Timestamp: 2012-05-26 13:20:37 Author: jK [ Details ] [ Diff ] |
rephrase some AI awk wrapper messages to non-"warning" (so buildbot shows the builds as `green`) | ||
mod - AI/Wrappers/CUtils/bin/commonOOCallback.awk | [ Diff ] [ File ] | ||
develop 7bf55b8f
Timestamp: 2012-05-26 13:17:32 Author: jK [ Details ] [ Diff ] |
tweaks | ||
mod - rts/Lua/LuaLoadScreen.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaLoadScreen.h | [ Diff ] [ File ] | ||
mod - rts/Map/ReadMap.cpp | [ Diff ] [ File ] | ||
develop 3b391494
Timestamp: 2012-05-26 13:13:45 Author: jK [ Details ] [ Diff ] |
split CSMFReadMap ctor into smaller funcs | ||
mod - rts/Map/SMF/SMFReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/SMFReadMap.h | [ Diff ] [ File ] | ||
develop 28765091
Timestamp: 2012-05-25 10:21:09 Author: abma [ Details ] [ Diff ] |
fix buildbot config | ||
mod - buildbot/master/master.cfg | [ Diff ] [ File ] | ||
develop 621852e8
Timestamp: 2012-05-25 05:25:54 Author: jK [ Details ] [ Diff ] |
static-linux buildslave: convert failures to warnings | ||
mod - buildbot/master/master.cfg | [ Diff ] [ File ] | ||
mod - buildbot/slave/static-test-if-shared-linked.sh | [ Diff ] [ File ] | ||
develop 4a0b0b6f
Timestamp: 2012-05-25 05:08:21 Author: jK [ Details ] [ Diff ] |
static-test-if-shared-linked.sh: #!/bin/sh -> #!/bin/bash it seems double round brackets aren't available in Bourne Shell (I have /bin/sh linked to bash, so I didn't got the error) |
||
mod - buildbot/slave/static-test-if-shared-linked.sh | [ Diff ] [ File ] | ||
develop 0a43b996
Timestamp: 2012-05-25 03:58:43 Author: abma [ Details ] [ Diff ] |
fix permissions | ||
mod - buildbot/slave/static-test-if-shared-linked.sh | [ Diff ] [ File ] | ||
develop 4b140765
Timestamp: 2012-05-25 01:12:57 Author: jK [ Details ] [ Diff ] |
improve the buildslave job to display the linking of specific libraries | ||
mod - buildbot/master/master.cfg | [ Diff ] [ File ] | ||
add - buildbot/slave/static-test-if-shared-linked.sh | [ Diff ] [ File ] | ||
develop 3e971d1b
Timestamp: 2012-05-24 22:40:25 Author: jK [ Details ] [ Diff ] |
print a message when PREFER_STATIC_LIBS is enabled | ||
mod - rts/build/cmake/PreferStaticLibs.cmake | [ Diff ] [ File ] | ||
develop 5dfbf00a
Timestamp: 2012-05-24 22:39:34 Author: jK [ Details ] [ Diff ] |
* fix our FindFreetype script with static libs * change the include order of some X11 libs to fix their static linking |
||
mod - rts/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/build/cmake/FindFreetype.cmake | [ Diff ] [ File ] | ||
add - rts/build/cmake/FindXCB.cmake | [ Diff ] [ File ] | ||
mod - rts/builds/default/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/builds/multithreaded/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/lib/minizip/CMakeLists.txt | [ Diff ] [ File ] | ||
develop d81c4d99
Timestamp: 2012-05-24 18:29:11 Author: abma [ Details ] [ Diff ] |
compile fix part 2 | ||
mod - rts/Rendering/GL/myGL.cpp | [ Diff ] [ File ] | ||
develop 1a98455b
Timestamp: 2012-05-24 18:26:24 Author: abma [ Details ] [ Diff ] |
fix compile error on linux buildslave due weird opengl headers | ||
mod - rts/lib/gml/gmlfun.h | [ Diff ] [ File ] | ||
develop 76cdeb9f
Timestamp: 2012-05-24 16:10:29 Author: abma [ Details ] [ Diff ] |
fix buildbot master config | ||
mod - buildbot/master/master.cfg | [ Diff ] [ File ] | ||
develop b619be69
Timestamp: 2012-05-24 13:21:29 Author: abma [ Details ] [ Diff ] |
activate static builder + enable nightly building | ||
mod - buildbot/master/master.cfg | [ Diff ] [ File ] | ||
develop e5a69225
Timestamp: 2012-05-24 06:20:09 Author: jK [ Details ] [ Diff ] |
try to fix our script then | ||
mod - rts/build/cmake/FindFreetype.cmake | [ Diff ] [ File ] | ||