2025-08-06 08:11 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop ec1ae65b
Timestamp: 2011-03-07 13:25:59
Author: -jk-
Details ] Diff ]
remove default 1024x768res and use desktop one now instead
mod - rts/System/SpringApp.cpp Diff ] File ]
develop c8293045
Timestamp: 2011-03-07 13:19:02
Author: -jk-
Details ] Diff ]
remove depthBufferBits from SpringApp too
mod - rts/System/SpringApp.cpp Diff ] File ]
mod - rts/System/SpringApp.h Diff ] File ]
develop 1d013079
Timestamp: 2011-03-07 13:18:29
Author: -jk-
Details ] Diff ]
remove windowsize,-pos related class members from SpringApp and use the globalRendering one instead
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
mod - rts/Rendering/GlobalRendering.cpp Diff ] File ]
mod - rts/Rendering/GlobalRendering.h Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
mod - rts/System/SpringApp.h Diff ] File ]
develop de5ed402
Timestamp: 2011-03-07 13:06:01
Author: kloot
Details ] Diff ]
use dlists for DebugColVolDrawer
mod - rts/Rendering/DebugColVolDrawer.cpp Diff ] File ]
mod - rts/Rendering/GL/glExtra.cpp Diff ] File ]
mod - rts/Rendering/GL/glExtra.h Diff ] File ]
develop b28f0909
Timestamp: 2011-03-07 13:01:48
Author: -jk-
Details ] Diff ]
remove the "FSAA" config tag and just use the FSAALevel one
mod - rts/Rendering/GlobalRendering.cpp Diff ] File ]
mod - rts/Rendering/GlobalRendering.h Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
mod - rts/System/SpringApp.h Diff ] File ]
mod - rts/System/bitops.h Diff ] File ]
develop 11f1e36f
Timestamp: 2011-03-07 12:50:16
Author: -jk-
Details ] Diff ]
only send SDL_MOUSEBUTTONUP events for buttons that are pressed currently
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 59e7c20d
Timestamp: 2011-03-07 01:45:54
Author: abma
Details ] Diff ]
(<version>_base.7z) pack files into root dir of .7z
mod - buildbot/slave/rsync.sh Diff ] File ]
develop 902471f4
Timestamp: 2011-03-07 01:12:38
Author: abma
Details ] Diff ]
(<version>_base.7z) add missing files
mod - buildbot/slave/rsync.sh Diff ] File ]
develop 83b2b59f
Timestamp: 2011-03-07 00:18:56
Author: abma
Details ] Diff ]
try #2 to add LuaUI and fonts to <version>_base.7z
mod - buildbot/slave/rsync.sh Diff ] File ]
develop 010a294b
Timestamp: 2011-03-06 23:50:08
Author: zerver
Details ] Diff ]
Make sure MT never hangs after an ErrorMessageBox
mod - rts/System/Platform/errorhandler.cpp Diff ] File ]
develop 46728274
Timestamp: 2011-03-06 01:25:46
Author: zerver
Details ] Diff ]
Fix previous commit
mod - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
develop aa861f03
Timestamp: 2011-03-06 01:11:32
Author: zerver
Details ] Diff ]
Fix watchdog, restore old behavior
mod - rts/System/Platform/CrashHandler.h Diff ] File ]
mod - rts/System/Platform/Linux/CrashHandler.cpp Diff ] File ]
mod - rts/System/Platform/Watchdog.cpp Diff ] File ]
mod - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 9b6a341f
Timestamp: 2011-03-06 01:09:29
Author: zerver
Details ] Diff ]
Tweak 1224c0b
mod - rts/Rendering/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/FeatureDrawer.h Diff ] File ]
mod - rts/Rendering/Models/WorldObjectModelRenderer.cpp Diff ] File ]
mod - rts/Rendering/Models/WorldObjectModelRenderer.h Diff ] File ]
develop dd549461
Timestamp: 2011-03-05 15:50:51
Author: -jk-
Details ] Diff ]
readd MaxDistance support for sounds
mod - rts/System/Sound/AudioChannel.cpp Diff ] File ]
mod - rts/System/Sound/ISound.h Diff ] File ]
mod - rts/System/Sound/NullSound.cpp Diff ] File ]
mod - rts/System/Sound/NullSound.h Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/Sound.h Diff ] File ]
develop f2b2dd6d
Timestamp: 2011-03-05 15:25:57
Author: -jk-
Details ] Diff ]
release all keyboard keys on lost input focus
mod - rts/System/Input/KeyInput.cpp Diff ] File ]
mod - rts/System/Input/MouseInput.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 183e3d1b
Timestamp: 2011-03-05 13:19:52
Author: kloot
Details ] Diff ]
commentify
mod - rts/Sim/Units/UnitDef.cpp Diff ] File ]
develop 520594f8
Timestamp: 2011-03-05 13:13:33
Author: kloot
Details ] Diff ]
these are already initialized through SetNoCost
mod - rts/Sim/Units/UnitDef.cpp Diff ] File ]
develop 62e3bb94
Timestamp: 2011-03-05 11:48:04
Author: -jk-
Details ] Diff ]
cleanup in AudioChannel
mod - rts/System/Sound/AudioChannel.cpp Diff ] File ]
develop 0552f693
Timestamp: 2011-03-05 11:28:13
Author: -jk-
Details ] Diff ]
(even more) commited too much in d164ecc9 - "const'ification of a ..."
mod - rts/ExternalAI/AICheats.cpp Diff ] File ]
develop 6742fc4b
Timestamp: 2011-03-05 11:12:39
Author: -jk-
Details ] Diff ]
not yet (commited too much in d164ecc9 - "const'ification of a ...")
mod - rts/ExternalAI/AICheats.cpp Diff ] File ]
develop 80532c8e
Timestamp: 2011-03-05 11:10:02
Author: -jk-
Details ] Diff ]
add GL_ARB_debug_output support (callback-based opengl error reporting)
NOTE: this doesn't work yet, because most drivers export this ext only for so called debug contexts. Creating those is impossible with near all current GL frameworks (SDL, SFML, ...).
mod - rts/Rendering/GL/myGL.cpp Diff ] File ]
develop d164ecc9
Timestamp: 2011-03-05 10:46:03
Author: -jk-
Details ] Diff ]
const'ification of a few funcs AICheats
mod - rts/ExternalAI/AICheats.cpp Diff ] File ]
mod - rts/ExternalAI/AICheats.h Diff ] File ]
develop 32597d80
Timestamp: 2011-03-05 10:45:06
Author: -jk-
Details ] Diff ]
remove unused funcs from CGroup
mod - rts/Sim/Units/Groups/Group.cpp Diff ] File ]
mod - rts/Sim/Units/Groups/Group.h Diff ] File ]
develop 6363457e
Timestamp: 2011-03-05 10:44:31
Author: -jk-
Details ] Diff ]
remove unused var in Unit.cpp
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
develop a448daa0
Timestamp: 2011-03-05 10:43:34
Author: -jk-
Details ] Diff ]
fix a few more missing inits in ctor
mod - rts/Rendering/Env/BumpWater.cpp Diff ] File ]
mod - rts/Rendering/Env/DynWater.cpp Diff ] File ]
mod - rts/Rendering/Models/WorldObjectModelRenderer.h Diff ] File ]
mod - rts/Sim/Misc/DamageArray.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/AirMoveType.h Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDef.cpp Diff ] File ]
mod - rts/System/Sound/IAudioChannel.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 537 538 539 540 541 542 543 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last