2025-08-18 10:48 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 050710db
Timestamp: 2009-10-13 21:45:37
Author: -jk-
Details ] Diff ]
lua: fix typo in SetUnitLosState
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
develop 05ab3b86
Timestamp: 2009-10-13 21:42:08
Author: -jk-
Details ] Diff ]
fix type
mod - rts/Rendering/UnitModels/3DOParser.cpp Diff ] File ]
develop 733753d5
Timestamp: 2009-10-13 21:41:42
Author: -jk-
Details ] Diff ]
more int
mod - rts/Map/SMF/BFGroundTextures.cpp Diff ] File ]
develop 13574033
Timestamp: 2009-10-13 21:41:06
Author: -jk-
Details ] Diff ]
nvidia bug workaround in smf renderer (MultiTexCoord vs. TexGen)
mod - rts/Map/SMF/BFGroundDrawer.cpp Diff ] File ]
develop 1d587dd4
Timestamp: 2009-10-13 21:36:55
Author: -jk-
Details ] Diff ]
allow to use dds compressed texture for /water 0
mod - rts/Rendering/Env/BasicWater.cpp Diff ] File ]
develop 95d55839
Timestamp: 2009-10-13 21:36:17
Author: -jk-
Details ] Diff ]
CBitmap set width&height for dds images, too
mod - rts/Rendering/Textures/Bitmap.cpp Diff ] File ]
mod - rts/Rendering/Textures/Bitmap.h Diff ] File ]
develop 96a57eb3
Timestamp: 2009-10-13 21:35:18
Author: -jk-
Details ] Diff ]
fix texture atlas texcoord generation
mod - rts/Rendering/Textures/TextureAtlas.cpp Diff ] File ]
develop bdeb0766
Timestamp: 2009-10-13 18:11:54
Author: Karl-Robert Ernst
Details ] Diff ]
remove some dead code from CPreGame
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/System/TimeProfiler.cpp Diff ] File ]
mod - rts/System/TimeProfiler.h Diff ] File ]
develop c4eeed59
Timestamp: 2009-10-13 16:47:41
Author: Karl-Robert Ernst
Details ] Diff ]
disable cameramode-switch on shift+ middle button
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
develop 1b671baf
Timestamp: 2009-10-13 16:41:37
Author: Karl-Robert Ernst
Details ] Diff ]
don't create empty network chunks (triggered assertion)
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
develop 094309e6
Timestamp: 2009-10-12 18:08:39
Author: hoijui
Details ] Diff ]
warn if unit-def name contains white-spaces
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
develop e99423a6
Timestamp: 2009-10-11 19:21:43
Author: Karl-Robert Ernst
Details ] Diff ]
fix OS X compilation
mod - tools/DedicatedServer/CMakeLists.txt Diff ] File ]
develop 03503827
Timestamp: 2009-10-11 13:58:07
Author: Karl-Robert Ernst
Details ] Diff ]
fix the stricter spoof-check for NETMSG_STARTPOS
mod - rts/Game/GameServer.cpp Diff ] File ]
develop 6e1c8931
Timestamp: 2009-10-11 13:15:56
Author: hoijui
Details ] Diff ]
stricter spoof-check for NETMSG_STARTPOS (fix mantis 0001675)
mod - rts/Game/GameServer.cpp Diff ] File ]
develop d4d28613
Timestamp: 2009-10-11 13:06:22
Author: hoijui
Details ] Diff ]
compile/include fix
mod - rts/Rendering/HUDDrawer.cpp Diff ] File ]
develop 68aa3605
Timestamp: 2009-10-11 01:22:34
Author: kloot
Details ] Diff ]
* don't call synced code from unsynced context
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
mod - rts/Game/Player.cpp Diff ] File ]
mod - rts/Game/Player.h Diff ] File ]
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Rendering/HUDDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.h Diff ] File ]
develop dacdf03d
Timestamp: 2009-10-10 22:43:15
Author: kloot
Details ] Diff ]
* restore the miniature 3D model in FPS mode
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
add - rts/Rendering/HUDDrawer.cpp Diff ] File ]
add - rts/Rendering/HUDDrawer.h Diff ] File ]
develop 388e20dc
Timestamp: 2009-10-10 20:39:27
Author: zerver
Details ] Diff ]
Cleanup previous commits
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.h Diff ] File ]
mod - rts/Sim/Features/FeatureHandler.cpp Diff ] File ]
mod - rts/Sim/Features/FeatureHandler.h Diff ] File ]
mod - rts/System/LogOutput.cpp Diff ] File ]
mod - rts/lib/gml/gmlcls.h Diff ] File ]
develop f22e0d65
Timestamp: 2009-10-10 17:18:21
Author: Tobi Vollebregt
Details ] Diff ]
Fixed epic bug introduced in 108787ea2fa76edc26d4c393cd458a135f511463

(Yes, non-commander units can have storage too...,
and definitely shouldn't have uninitialized amount of storage <_<)
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
develop a7a35177
Timestamp: 2009-10-10 16:31:45
Author: hoijui
Details ] Diff ]
AI: Java: fix for Maven Skirmish AI project invocation
mod - AI/Interfaces/Java/CMakeLists.txt Diff ] File ]
develop 44315d58
Timestamp: 2009-10-10 16:29:48
Author: hoijui
Details ] Diff ]
log SDL error message when initialization or setting the video mode failed
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 0778e516
Timestamp: 2009-10-10 14:00:35
Author: hoijui
Details ] Diff ]
AI: Java: pass all (S)AIFloat3 (except those in arrays) as float[3] through the C <-> JNA/Java barrier
mod - AI/Interfaces/Java/bin/java_wrappCallbackOO.awk Diff ] File ]
mod - AI/Interfaces/Java/bin/jna_wrappCallback.awk Diff ] File ]
mod - AI/Interfaces/Java/src/main/java/com/springrts/ai/AIFloat3.java Diff ] File ]
mod - AI/Wrappers/CUtils/bin/commonOOCallback.awk Diff ] File ]
develop 0b59681c
Timestamp: 2009-10-10 02:49:44
Author: zerver
Details ] Diff ]
Use swap instead of copy
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/Sim/Features/FeatureHandler.cpp Diff ] File ]
mod - rts/lib/gml/gmlcls.h Diff ] File ]
develop 10a63ce7
Timestamp: 2009-10-10 02:08:18
Author: zerver
Details ] Diff ]
Small fix
mod - rts/Sim/Features/FeatureHandler.cpp Diff ] File ]
develop e475dfab
Timestamp: 2009-10-09 12:14:15
Author: hoijui
Details ] Diff ]
rename script.txt format documentation document
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 690 691 692 693 694 695 696 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last