Changesets: spring
develop b33fd384
Timestamp: 2010-06-10 22:18:14 Author: Tobi Vollebregt [ Details ] [ Diff ] |
buildbot: fix paths | ||
mod - buildbot/create-build-dirs.sh | [ Diff ] [ File ] | ||
mod - buildbot/make_installer.sh | [ Diff ] [ File ] | ||
mod - buildbot/prepare.sh | [ Diff ] [ File ] | ||
mod - buildbot/rsync.sh | [ Diff ] [ File ] | ||
mod - buildbot/update-docs.sh | [ Diff ] [ File ] | ||
mod - buildbot/update-version.sh | [ Diff ] [ File ] | ||
develop 7a3e19e3
Timestamp: 2010-06-10 22:09:15 Author: Tobi Vollebregt [ Details ] [ Diff ] |
buildbot: factor out some common logic, made filenames consistent with version (except installer) | ||
mod - buildbot/make_installer.sh | [ Diff ] [ File ] | ||
add - buildbot/prepare.sh | [ Diff ] [ File ] | ||
mod - buildbot/rsync.sh | [ Diff ] [ File ] | ||
mod - buildbot/update-version.sh | [ Diff ] [ File ] | ||
develop 906f1358
Timestamp: 2010-06-10 21:23:10 Author: Tobi Vollebregt [ Details ] [ Diff ] |
buildbot: set version for every config, so config appears in version | ||
mod - buildbot/master.cfg | [ Diff ] [ File ] | ||
develop 3d63bc04
Timestamp: 2010-06-10 18:56:16 Author: zerver [ Details ] [ Diff ] |
Fix mantis 0001944 again (thanks hoi) | ||
mod - rts/Sim/Misc/TeamHighlight.cpp | [ Diff ] [ File ] | ||
develop 51e69197
Timestamp: 2010-06-10 18:32:40 Author: zerver [ Details ] [ Diff ] |
Fix mantis 0001944 | ||
mod - rts/Sim/Misc/TeamHighlight.cpp | [ Diff ] [ File ] | ||
develop 75644ebc
Timestamp: 2010-06-10 13:53:13 Author: hoijui [ Details ] [ Diff ] |
identify Intel GFX crash under linux | ||
mod - rts/System/Platform/CrashHandler.cpp | [ Diff ] [ File ] | ||
develop bbeabdf7
Timestamp: 2010-06-10 13:51:49 Author: hoijui [ Details ] [ Diff ] |
remove engine headers from spring-hl build [CMake] [minor] | ||
mod - rts/builds/HL/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 7deb8380
Timestamp: 2010-06-10 13:51:03 Author: hoijui [ Details ] [ Diff ] |
gracefully handle AI Interface init & release failure [AI] [fix] Instead of crashing, or shutting down the engine, we are now just shutting down the interface. |
||
mod - rts/ExternalAI/AIInterfaceLibrary.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/AIInterfaceLibrary.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/AILibraryManager.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAI.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAI.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAIWrapper.cpp | [ Diff ] [ File ] | ||
develop 5380bd6a
Timestamp: 2010-06-10 02:25:07 Author: zerver [ Details ] [ Diff ] |
Make teams dead by default, fix highlighting | ||
mod - rts/Sim/Misc/Team.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/TeamHighlight.cpp | [ Diff ] [ File ] | ||
develop 88b0db20
Timestamp: 2010-06-10 01:40:16 Author: Tobi Vollebregt [ Details ] [ Diff ] |
buildbot: typo | ||
mod - buildbot/master.cfg | [ Diff ] [ File ] | ||
develop 93a37f00
Timestamp: 2010-06-10 01:31:39 Author: Tobi Vollebregt [ Details ] [ Diff ] |
buildbot: insert some version string Version string intentionally not equal to BuildServ's version strings, to prevent one of the servers using the wrong debugging symbols for address translation (toolchain might be different , etc.) |
||
mod - buildbot/master.cfg | [ Diff ] [ File ] | ||
add - buildbot/update-version.sh | [ Diff ] [ File ] | ||
develop 7d3638af
Timestamp: 2010-06-10 00:55:19 Author: zerver [ Details ] [ Diff ] |
Fix spectator status after reconnection | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/Team.cpp | [ Diff ] [ File ] | ||
develop 284731c0
Timestamp: 2010-06-10 00:53:12 Author: zerver [ Details ] [ Diff ] |
Fix GAIA ally team crash bug | ||
mod - rts/Sim/Misc/TeamHandler.cpp | [ Diff ] [ File ] | ||
develop 593704da
Timestamp: 2010-06-09 10:37:50 Author: hoijui [ Details ] [ Diff ] |
fix spring-hl linking [fix] | ||
mod - rts/lib/headlessStubs/sdlstub.c | [ Diff ] [ File ] | ||
develop f1b65026
Timestamp: 2010-06-09 02:25:47 Author: -jk- [ Details ] [ Diff ] |
fix mantis 0001939 (middle mouse button scroll under linux) | ||
mod - rts/System/Input/MouseInput.cpp | [ Diff ] [ File ] | ||
develop 1a9eb7c6
Timestamp: 2010-06-09 02:10:20 Author: zerver [ Details ] [ Diff ] |
Fix mantis 0001712 | ||
mod - rts/Rendering/ProjectileDrawer.cpp | [ Diff ] [ File ] | ||
develop c124a276
Timestamp: 2010-06-08 17:27:08 Author: kloot [ Details ] [ Diff ] |
* remove a left-over function header | ||
mod - rts/Rendering/Models/S3OParser.h | [ Diff ] [ File ] | ||
develop 5b34c471
Timestamp: 2010-06-08 15:42:33 Author: hoijui [ Details ] [ Diff ] |
fix windows icons for GML and HL executables [CMake] [fix] [report#1942] | ||
mod - rts/builds/GML/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/builds/HL/CMakeLists.txt | [ Diff ] [ File ] | ||
develop d7532e51
Timestamp: 2010-06-08 12:06:57 Author: Tobi Vollebregt [ Details ] [ Diff ] |
scripts: remove script specific for SVN | ||
rm - tools/scripts/propset.sh | [ Diff ] [ File ] | ||
develop 141c3175
Timestamp: 2010-06-08 09:22:45 Author: hoijui [ Details ] [ Diff ] |
get rid of void* in the API [unitsync] Should be binary compatible. Seems to work fine with unchanged SpringLobby. The main reason for this change, is to make using unitsync easier from Java, and possibly other languages; see JNA & JNAerator. |
||
mod - tools/unitsync/unitsync.cpp | [ Diff ] [ File ] | ||
mod - tools/unitsync/unitsync_api.h | [ Diff ] [ File ] | ||
develop 1ed54f4f
Timestamp: 2010-06-08 02:22:14 Author: zerver [ Details ] [ Diff ] |
Revert "Reduce overhead for packet cache" | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
develop a6ed7fb4
Timestamp: 2010-06-08 01:05:56 Author: Tobi Vollebregt [ Details ] [ Diff ] |
buildbot: publish spring-dedicated.exe | ||
mod - buildbot/make_installer.sh | [ Diff ] [ File ] | ||
mod - buildbot/rsync.sh | [ Diff ] [ File ] | ||
develop 5928dc22
Timestamp: 2010-06-08 00:57:29 Author: Tobi Vollebregt [ Details ] [ Diff ] |
buildbot: strip only once | ||
mod - buildbot/make_installer.sh | [ Diff ] [ File ] | ||
develop dbe0311c
Timestamp: 2010-06-08 00:17:56 Author: zerver [ Details ] [ Diff ] |
Never adjust speed based on CPU of reconnecting players | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Server/GameParticipant.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Server/GameParticipant.h | [ Diff ] [ File ] | ||
develop c8ea1c49
Timestamp: 2010-06-07 23:59:58 Author: zerver [ Details ] [ Diff ] |
Reduce overhead for packet cache | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||