Changesets: spring
develop 49c0691d
Timestamp: 2010-01-31 15:51:54 Author: Tobi Vollebregt [ Details ] [ Diff ] |
changelog update | ||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
develop cd4b3b7d
Timestamp: 2010-01-31 15:51:54 Author: Tobi Vollebregt [ Details ] [ Diff ] |
changelog update | ||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
develop 092957d3
Timestamp: 2010-01-31 15:29:07 Author: hoijui [ Details ] [ Diff ] |
CMake: make unitsync a MODULE (was SHARED) from the CMake manual: MODULE libraries are plugins that are not linked into other targets but may be loaded dynamically at runtime using dlopen-like functionality. |
||
mod - tools/unitsync/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 31356e6c
Timestamp: 2010-01-31 15:28:43 Author: Tobi Vollebregt [ Details ] [ Diff ] |
some code still assumes array has room for at least 1000 quads... (random attempt at fixing random FeatureHandler/FeatureDrawer crashes) |
||
mod - rts/Sim/Misc/QuadField.cpp | [ Diff ] [ File ] | ||
develop a167c1ee
Timestamp: 2010-01-31 15:28:43 Author: Tobi Vollebregt [ Details ] [ Diff ] |
some code still assumes array has room for at least 1000 quads... (random attempt at fixing random FeatureHandler/FeatureDrawer crashes) |
||
mod - rts/Sim/Misc/QuadField.cpp | [ Diff ] [ File ] | ||
develop 5ef56a97
Timestamp: 2010-01-31 14:35:09 Author: Karl-Robert Ernst Committer: Tobi Vollebregt [ Details ] [ Diff ] |
disable recording demos from demos ("DemoFromDemo" in springrc) | ||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
mod - rts/System/NetProtocol.cpp | [ Diff ] [ File ] | ||
mod - rts/System/NetProtocol.h | [ Diff ] [ File ] | ||
develop 53dbe368
Timestamp: 2010-01-31 14:35:09 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
disable recording demos from demos ("DemoFromDemo" in springrc) | ||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
mod - rts/System/NetProtocol.cpp | [ Diff ] [ File ] | ||
mod - rts/System/NetProtocol.h | [ Diff ] [ File ] | ||
develop 711d13f7
Timestamp: 2010-01-31 14:13:45 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
remove some old code | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveScanner.h | [ Diff ] [ File ] | ||
develop 6f867460
Timestamp: 2010-01-31 12:20:18 Author: kloot [ Details ] [ Diff ] |
SMF: prepare the GLSL rendering path | ||
mod - rts/Map/SMF/BFGroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/SmfReadMap.cpp | [ Diff ] [ File ] | ||
develop d1747759
Timestamp: 2010-01-31 11:25:00 Author: hoijui Committer: Tobi Vollebregt [ Details ] [ Diff ] |
AI: Wrappers: Legacy C++: fix compilation was broken with ccad50627602af4017d7ec8449b8356f3411db3c |
||
mod - AI/Wrappers/LegacyCpp/AIAICallback.cpp | [ Diff ] [ File ] | ||
develop 8816a079
Timestamp: 2010-01-31 11:25:00 Author: hoijui [ Details ] [ Diff ] |
AI: Wrappers: Legacy C++: fix compilation was broken with ccad50627602af4017d7ec8449b8356f3411db3c |
||
mod - AI/Wrappers/LegacyCpp/AIAICallback.cpp | [ Diff ] [ File ] | ||
develop 514deae4
Timestamp: 2010-01-31 03:23:44 Author: Karl-Robert Ernst Committer: Tobi Vollebregt [ Details ] [ Diff ] |
make spectator-drawings white instead of semi-random teamcolour (matches playerlist color) | ||
mod - rts/ExternalAI/AICallback.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IAICallback.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/Colors.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/InMapDraw.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/InMapDraw.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/Projectile.cpp | [ Diff ] [ File ] | ||
develop ccad5062
Timestamp: 2010-01-31 03:23:44 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
make spectator-drawings white instead of semi-random teamcolour (matches playerlist color) | ||
mod - rts/ExternalAI/AICallback.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IAICallback.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/Colors.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/InMapDraw.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/InMapDraw.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/Projectile.cpp | [ Diff ] [ File ] | ||
develop 246905d1
Timestamp: 2010-01-31 00:56:50 Author: Tobi Vollebregt [ Details ] [ Diff ] |
fixed compile error with gcc 4.2 | ||
mod - rts/System/DemoReader.cpp | [ Diff ] [ File ] | ||
develop f1d97cc9
Timestamp: 2010-01-31 00:56:50 Author: Tobi Vollebregt [ Details ] [ Diff ] |
fixed compile error with gcc 4.2 | ||
mod - rts/System/DemoReader.cpp | [ Diff ] [ File ] | ||
develop 3812dc01
Timestamp: 2010-01-30 22:39:09 Author: Tobi Vollebregt [ Details ] [ Diff ] |
Fixed demo replay for demos not properly closed (i.e. Spring crashed) The bug was silently introduced in 63deca5cb7f2493495391987ce1f6f093cbcf1a1 and became active in 4776e64ee9fd18e2691f05499311d644433f3810, because there fileHeader.demoStreamSize became enforcing. |
||
mod - rts/System/DemoReader.cpp | [ Diff ] [ File ] | ||
mod - rts/System/DemoReader.h | [ Diff ] [ File ] | ||
develop ed20ac26
Timestamp: 2010-01-30 22:39:09 Author: Tobi Vollebregt [ Details ] [ Diff ] |
Fixed demo replay for demos not properly closed (i.e. Spring crashed) The bug was silently introduced in 63deca5cb7f2493495391987ce1f6f093cbcf1a1 and became active in 4776e64ee9fd18e2691f05499311d644433f3810, because there fileHeader.demoStreamSize became enforcing. |
||
mod - rts/System/DemoReader.cpp | [ Diff ] [ File ] | ||
mod - rts/System/DemoReader.h | [ Diff ] [ File ] | ||
develop afd71b52
Timestamp: 2010-01-30 22:36:40 Author: Tobi Vollebregt [ Details ] [ Diff ] |
silence valgrind (false positive, I think) (wakeTime not being initialized caused 'conditional jump/move depends on uninitialized value' in CommitAnims..) |
||
mod - rts/Sim/Units/COB/CobThread.cpp | [ Diff ] [ File ] | ||
develop 41db7ece
Timestamp: 2010-01-30 22:36:40 Author: Tobi Vollebregt [ Details ] [ Diff ] |
silence valgrind (false positive, I think) (wakeTime not being initialized caused 'conditional jump/move depends on uninitialized value' in CommitAnims..) |
||
mod - rts/Sim/Units/COB/CobThread.cpp | [ Diff ] [ File ] | ||
develop 53973ac5
Timestamp: 2010-01-30 21:52:25 Author: kloot [ Details ] [ Diff ] |
SMF: abstract shader handling as part of 69c95968b09c46c79295b1d8eb13798fbd47702b | ||
add - installer/builddata/springcontent/shaders/SMFFragProg.glsl | [ Diff ] [ File ] | ||
add - installer/builddata/springcontent/shaders/SMFVertProg.glsl | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Game.h | [ Diff ] [ File ] | ||
mod - rts/Map/BaseGroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/BaseGroundDrawer.h | [ Diff ] [ File ] | ||
mod - rts/Map/SM3/Sm3GroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SM3/Sm3GroundDrawer.h | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/BFGroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/BFGroundDrawer.h | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/BFGroundTextures.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/SmfReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/SmfReadMap.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/AdvWater.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/BumpWater.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/CubeMapHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/DynWater.cpp | [ Diff ] [ File ] | ||
develop effe1b93
Timestamp: 2010-01-30 21:25:07 Author: Rene Milk [ Details ] [ Diff ] |
buildbot: make installer sections work from build-* dirs, add installer buildstep | ||
mod - .gitignore | [ Diff ] [ File ] | ||
add - buildbot/buildbot.css | [ Diff ] [ File ] | ||
add - buildbot/make_installer.sh | [ Diff ] [ File ] | ||
mod - buildbot/master.cfg | [ Diff ] [ File ] | ||
mod - installer/sections/archivemover.nsh | [ Diff ] [ File ] | ||
mod - installer/sections/main.nsh | [ Diff ] [ File ] | ||
mod - installer/spring.nsi | [ Diff ] [ File ] | ||
develop 81e04a51
Timestamp: 2010-01-30 19:27:58 Author: Andrea Piras Committer: Tobi Vollebregt [ Details ] [ Diff ] |
fixed typo in gameserver.cpp | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop 8af49ae3
Timestamp: 2010-01-30 19:27:58 Author: Andrea Piras Committer: Tobi Vollebregt [ Details ] [ Diff ] |
fixed typo in gameserver.cpp | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop 9b0d4856
Timestamp: 2010-01-30 18:22:00 Author: hoijui Committer: Tobi Vollebregt [ Details ] [ Diff ] |
fix height-map drawing (credits go to jk, bug caused by hoijui) | ||
mod - rts/Map/BaseGroundDrawer.cpp | [ Diff ] [ File ] | ||
develop 39c67a94
Timestamp: 2010-01-30 18:22:00 Author: hoijui [ Details ] [ Diff ] |
fix height-map drawing (credits go to jk, bug caused by hoijui) | ||
mod - rts/Map/BaseGroundDrawer.cpp | [ Diff ] [ File ] | ||