2025-09-09 19:52 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop f180846f
Timestamp: 2011-08-25 21:39:11
Author: hoijui
Details ] Diff ]
ILog test: white-space fix [minor]
mod - test/engine/System/Log/TestILog.cpp Diff ] File ]
develop d5bf3daf
Timestamp: 2011-08-25 21:36:38
Author: hoijui
Details ] Diff ]
RectangleOptimizer test: make CRectangleOptimizer instance non-global [fix] [mantis#2621]
mod - test/engine/System/Misc/RectangleOptimizer.cpp Diff ] File ]
develop 7b01ba9f
Timestamp: 2011-08-25 01:28:48
Author: zerver
Details ] Diff ]
Don't delay RunLayoutCommand for single threaded Spring
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
develop b2bc2ed6
Timestamp: 2011-08-24 15:29:14
Author: jK
Details ] Diff ]
LuaSyncedCtrl::SetUnitPieceCollisionVolumeData: only need 3 arguments to disable colvol + use luaL_argerror
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
develop 5f3193fb
Timestamp: 2011-08-24 02:47:05
Author: zerver
Details ] Diff ]
Fix the actual mantis 0002511 (healthbars widget only works in MT spring)
mod - rts/Game/UI/KeyBindings.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
develop 58de0b0b
Timestamp: 2011-08-24 02:43:12
Author: Kaylewt
Details ] Diff ]
do not call GuiTraceRay in synced code
make trivial one-liner functions inline again
mod - rts/Game/FPSUnitController.cpp Diff ] File ]
mod - rts/Game/FPSUnitController.h Diff ] File ]
develop 7c03c683
Timestamp: 2011-08-23 23:51:15
Author: daftalx
Committer: abma
Details ] Diff ]
adjusted Mac bundle to work with independent SpringLobby bundle
mod - buildbot/slave/create_Mac_bundle.sh Diff ] File ]
develop 1ea71d01
Timestamp: 2011-08-23 23:17:33
Author: zerver
Details ] Diff ]
Temp fix for mantis 0002511
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
mod - rts/Map/BaseGroundDrawer.cpp Diff ] File ]
mod - rts/Map/BaseGroundDrawer.h Diff ] File ]
mod - rts/Map/SMF/SMFGroundDrawer.cpp Diff ] File ]
mod - rts/Map/SMF/SMFGroundDrawer.h Diff ] File ]
mod - rts/Map/SMF/SMFReadMap.cpp Diff ] File ]
develop 66e26da1
Timestamp: 2011-08-23 17:54:26
Author: jK
Details ] Diff ]
fix another SIGFPE when creating null-size groundflashes
mod - rts/Rendering/GroundFlash.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ExplosionGenerator.cpp Diff ] File ]
develop 025911be
Timestamp: 2011-08-23 17:09:29
Author: jK
Details ] Diff ]
hack fix 241025b77 + add comment
mod - rts/Game/OSCStatsSender.cpp Diff ] File ]
mod - rts/System/Net/Socket.h Diff ] File ]
develop 591a36e9
Timestamp: 2011-08-23 16:46:10
Author: jK
Details ] Diff ]
fix SIGFPE in GroundDecalHandler (don't create tracks for units that don't want them!)
mod - rts/Rendering/GroundDecalHandler.cpp Diff ] File ]
develop 474d6145
Timestamp: 2011-08-23 16:45:23
Author: jK
Details ] Diff ]
fix crash with empty .wav files
mod - rts/System/Sound/SoundBuffer.cpp Diff ] File ]
develop 4142bf01
Timestamp: 2011-08-23 10:56:31
Author: abma
Details ] Diff ]
set default config for BumpWaterDepthBits & snd_device (thanks koshi!)
mod - rts/Rendering/Env/BumpWater.cpp Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
develop 0994539b
Timestamp: 2011-08-23 10:36:47
Author: hoijui
Details ] Diff ]
remove doc string for a macro that no longer exists [CMake] [minor]
mod - rts/build/cmake/UtilJava.cmake Diff ] File ]
develop 241025b7
Timestamp: 2011-08-23 10:06:43
Author: hoijui
Details ] Diff ]
cleanup player related things [nlc]
* include order
* remove Player.h include from PlayerHandler.h (and add it in many .cpp's)
* cleanup header guards
* added a few comments
* misc formatting
mod - rts/ExternalAI/AICallback.cpp Diff ] File ]
mod - rts/ExternalAI/SkirmishAIBase.h Diff ] File ]
mod - rts/Game/FPSUnitController.cpp Diff ] File ]
mod - rts/Game/FPSUnitController.h Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GlobalUnsynced.cpp Diff ] File ]
mod - rts/Game/InMapDraw.cpp Diff ] File ]
mod - rts/Game/InMapDrawModel.cpp Diff ] File ]
mod - rts/Game/LoadScreen.cpp Diff ] File ]
mod - rts/Game/NetCommands.cpp Diff ] File ]
mod - rts/Game/OSCStatsSender.cpp Diff ] File ]
mod - rts/Game/Player.h Diff ] File ]
mod - rts/Game/PlayerBase.h Diff ] File ]
mod - rts/Game/PlayerHandler.cpp Diff ] File ]
mod - rts/Game/PlayerHandler.h Diff ] File ]
mod - rts/Game/PlayerRoster.cpp Diff ] File ]
mod - rts/Game/SelectedUnits.cpp Diff ] File ]
mod - rts/Game/SelectedUnitsAI.cpp Diff ] File ]
mod - rts/Game/SyncedGameCommands.cpp Diff ] File ]
mod - rts/Game/TeamController.h Diff ] File ]
mod - rts/Game/UI/EndGameBox.cpp Diff ] File ]
mod - rts/Game/UI/GameSetupDrawer.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Game/UI/QuitBox.cpp Diff ] File ]
mod - rts/Game/UI/ShareBox.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
mod - rts/Rendering/HUDDrawer.cpp Diff ] File ]
mod - rts/Rendering/TeamHighlight.cpp Diff ] File ]
mod - rts/Sim/Misc/Team.cpp Diff ] File ]
develop 3aafd629
Timestamp: 2011-08-22 18:24:33
Author: abma
Details ] Diff ]
add config test var only to debug builds
mod - rts/System/Config/ConfigVariable.cpp Diff ] File ]
develop 718cfe77
Timestamp: 2011-08-22 17:43:17
Author: hoijui
Details ] Diff ]
cleanup misc [nlc]
* comments
* header guards
* include order
mod - rts/Lua/LuaMaterial.cpp Diff ] File ]
mod - rts/Rendering/Models/AssParser.cpp Diff ] File ]
mod - rts/System/Misc/RectangleOptimizer.cpp Diff ] File ]
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
mod - rts/System/Platform/Synchro.h Diff ] File ]
develop 77486fe1
Timestamp: 2011-08-22 14:20:55
Author: zerver
Details ] Diff ]
Fix FIXME in 60dfef9
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Builder.cpp Diff ] File ]
develop f34f146c
Timestamp: 2011-08-22 13:03:35
Author: hoijui
Details ] Diff ]
deprecate log subsystem in favor of log section
mod - rts/System/LogOutput.cpp Diff ] File ]
mod - rts/System/LogOutput.h Diff ] File ]
develop 1c04fa63
Timestamp: 2011-08-22 12:46:07
Author: hoijui
Details ] Diff ]
remove obsolete stuff from LogOutput
mod - rts/Lua/LuaHandle.h Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
mod - rts/System/EventClient.h Diff ] File ]
mod - rts/System/EventHandler.h Diff ] File ]
mod - rts/System/Log/LogOutputSink.cpp Diff ] File ]
mod - rts/System/LogOutput.cpp Diff ] File ]
mod - rts/System/LogOutput.h Diff ] File ]
develop 2d18fd95
Timestamp: 2011-08-22 12:36:33
Author: jK
Details ] Diff ]
fix a clang error warning (dereference of null pointer)
mod - rts/Game/Game.cpp Diff ] File ]
develop d12463f9
Timestamp: 2011-08-22 12:35:33
Author: jK
Details ] Diff ]
add OMP to spring's additional version string
mod - rts/Game/GameVersion.cpp Diff ] File ]
develop 3d60d6c1
Timestamp: 2011-08-22 12:33:56
Author: jK
Details ] Diff ]
use unit->drawMidPos in LuaUnsyncedRead::GetUnitViewPosition
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
develop 7bfa2271
Timestamp: 2011-08-22 12:33:22
Author: jK
Details ] Diff ]
fix a clang warnings & a redundant std::vector.clear in dtor
mod - rts/Rendering/Models/3DOParser.h Diff ] File ]
mod - rts/Rendering/Textures/Bitmap.cpp Diff ] File ]
develop c1512b1f
Timestamp: 2011-08-22 11:42:16
Author: hoijui
Details ] Diff ]
LogOutput: retain natural order of log records in the log file
mod - rts/System/LogOutput.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 468 469 470 471 472 473 474 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last