2025-08-23 18:39 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 0449f83f
Timestamp: 2011-06-26 15:37:50
Author: Kaylewt
Details ] Diff ]
default-initialize SmoothHeightMeshDrawer::drawEnabled
mod - rts/Rendering/SmoothHeightMeshDrawer.h Diff ] File ]
develop 7b71eaad
Timestamp: 2011-06-26 15:36:23
Author: Kaylewt
Details ] Diff ]
add a missing #include
mod - rts/Sim/Misc/SmoothHeightMesh.h Diff ] File ]
develop 67c2da0c
Timestamp: 2011-06-26 15:16:30
Author: Kaylewt
Details ] Diff ]
update Rendering/CMakeLists
mod - rts/Rendering/CMakeLists.txt Diff ] File ]
develop d416c724
Timestamp: 2011-06-26 15:03:09
Author: Kaylewt
Details ] Diff ]
fix
mod - rts/Sim/Misc/SmoothHeightMesh.cpp Diff ] File ]
develop 2347f1eb
Timestamp: 2011-06-26 14:59:54
Author: Tobi Vollebregt
Details ] Diff ]
compiles again, though not yet finished
mod - rts/System/ConfigHandler.cpp Diff ] File ]
mod - rts/System/ConfigHandler.h Diff ] File ]
develop 55fe060c
Timestamp: 2011-06-26 14:57:53
Author: Tobi Vollebregt
Details ] Diff ]
remove default argument from ConfigHandler::Get with bool default

approx: s/configHandler->Get\(([^\,\)]*), *(true|false)\)/configHandler->GetBool(\1)/g
mod - rts/ExternalAI/EngineOutHandler.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/LoadScreen.cpp Diff ] File ]
mod - rts/Game/OSCStatsSender.cpp Diff ] File ]
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/Map/BaseGroundDrawer.cpp Diff ] File ]
mod - rts/Rendering/Env/AdvSky.cpp Diff ] File ]
mod - rts/Rendering/Env/BaseSky.cpp Diff ] File ]
mod - rts/Rendering/Env/BasicSky.cpp Diff ] File ]
mod - rts/Rendering/GL/FBO.cpp Diff ] File ]
mod - rts/System/Input/Joystick.cpp Diff ] File ]
mod - rts/System/Sound/EFX.cpp Diff ] File ]
mod - rts/System/Sound/ISound.cpp Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 417d4033
Timestamp: 2011-06-26 14:57:27
Author: Tobi Vollebregt
Details ] Diff ]
remove default argument for ConfigHandler::Get with float default

approx: s/configHandler->Get\(([^\,\)]*), *(-?[0-9]*\.[0-9]*f?) *\)/configHandler->GetFloat(\1)/g
mod - rts/Game/Camera/CameraController.cpp Diff ] File ]
mod - rts/Game/Camera/FPSController.cpp Diff ] File ]
mod - rts/Game/Camera/FreeController.cpp Diff ] File ]
mod - rts/Game/Camera/OrbitController.cpp Diff ] File ]
mod - rts/Game/Camera/OverheadController.cpp Diff ] File ]
mod - rts/Game/Camera/RotOverheadController.cpp Diff ] File ]
mod - rts/Game/Camera/SmoothController.cpp Diff ] File ]
mod - rts/Game/Camera/TWController.cpp Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/Map/BaseGroundDrawer.cpp Diff ] File ]
mod - rts/Rendering/Env/SkyLight.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/System/Sound/EFX.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop bdb70eca
Timestamp: 2011-06-26 14:57:14
Author: Tobi Vollebregt
Details ] Diff ]
remove default argument from ConfigHandler::GetString callers

approx: s/configHandler->GetString\(([^\,]*), *([^\)]*)\)/configHandler->GetString(\1)/g
mod - rts/Game/CameraHandler.cpp Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/OSCStatsSender.cpp Diff ] File ]
mod - rts/Game/UI/GameSetupDrawer.cpp Diff ] File ]
mod - rts/Game/UI/InfoConsole.cpp Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UI/TooltipConsole.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Map/SMF/SMFReadMap.cpp Diff ] File ]
mod - rts/Menu/LobbyConnection.cpp Diff ] File ]
mod - rts/Menu/SelectMenu.cpp Diff ] File ]
mod - rts/Menu/SelectionWidget.cpp Diff ] File ]
mod - rts/Menu/UpdaterWindow.cpp Diff ] File ]
mod - rts/Rendering/Env/BumpWater.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/System/FileSystem/DataDirLocater.cpp Diff ] File ]
mod - rts/System/LogOutput.cpp Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop 4f5e01bd
Timestamp: 2011-06-26 14:54:36
Author: Kaylewt
Details ] Diff ]
move rendering code out of SmoothHeightMesh
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
add - rts/Rendering/SmoothHeightMeshDrawer.cpp Diff ] File ]
add - rts/Rendering/SmoothHeightMeshDrawer.h Diff ] File ]
mod - rts/Sim/Misc/SmoothHeightMesh.cpp Diff ] File ]
mod - rts/Sim/Misc/SmoothHeightMesh.h Diff ] File ]
develop dcf88ca5
Timestamp: 2011-06-26 14:52:37
Author: Tobi Vollebregt
Details ] Diff ]
adapt unitsync GetSpringConfig{String,Int,Float}
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop e819d025
Timestamp: 2011-06-26 14:49:57
Author: Tobi Vollebregt
Details ] Diff ]
adapt LuaUnsyncedCtrl::GetConfigInt and GetConfigString

deprecated setInOverlay argument of both callouts
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
develop 0f7f8de7
Timestamp: 2011-06-26 14:28:45
Author: Tobi Vollebregt
Details ] Diff ]
remove default argument from ConfigHandler::Get with integer default

approx: s/configHandler->Get\(([^\,\)]*), *-?([0-9]+) *\)/configHandler->GetInt(\1)/g
mod - rts/ExternalAI/EngineOutHandler.cpp Diff ] File ]
mod - rts/Game/Camera/FPSController.cpp Diff ] File ]
mod - rts/Game/Camera/FreeController.cpp Diff ] File ]
mod - rts/Game/Camera/OrbitController.cpp Diff ] File ]
mod - rts/Game/Camera/OverheadController.cpp Diff ] File ]
mod - rts/Game/Camera/RotOverheadController.cpp Diff ] File ]
mod - rts/Game/Camera/SmoothController.cpp Diff ] File ]
mod - rts/Game/Camera/TWController.cpp Diff ] File ]
mod - rts/Game/CameraHandler.cpp Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/OSCStatsSender.cpp Diff ] File ]
mod - rts/Game/SelectedUnits.cpp Diff ] File ]
mod - rts/Game/UI/GameSetupDrawer.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/InfoConsole.cpp Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Game/UI/TooltipConsole.cpp Diff ] File ]
mod - rts/Game/UI/UnitTracker.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Map/BaseGroundDrawer.cpp Diff ] File ]
mod - rts/Map/HeightLinePalette.cpp Diff ] File ]
mod - rts/Map/HeightMapTexture.cpp Diff ] File ]
mod - rts/Map/MetalMap.cpp Diff ] File ]
mod - rts/Map/SM3/SM3GroundDrawer.cpp Diff ] File ]
mod - rts/Map/SM3/SM3Map.cpp Diff ] File ]
mod - rts/Map/SMF/SMFGroundDrawer.cpp Diff ] File ]
mod - rts/Map/SMF/SMFReadMap.cpp Diff ] File ]
mod - rts/Menu/SelectMenu.cpp Diff ] File ]
mod - rts/Rendering/Env/BaseWater.cpp Diff ] File ]
mod - rts/Rendering/Env/BumpWater.cpp Diff ] File ]
mod - rts/Rendering/Env/CubeMapHandler.cpp Diff ] File ]
mod - rts/Rendering/Env/GrassDrawer.cpp Diff ] File ]
mod - rts/Rendering/Env/ITreeDrawer.cpp Diff ] File ]
mod - rts/Rendering/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/GL/PBO.cpp Diff ] File ]
mod - rts/Rendering/GlobalRendering.cpp Diff ] File ]
mod - rts/Rendering/GroundDecalHandler.cpp Diff ] File ]
mod - rts/Rendering/Screenshot.cpp Diff ] File ]
mod - rts/Rendering/ShadowHandler.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/VerticalSync.cpp Diff ] File ]
mod - rts/Sim/Misc/ModInfo.cpp Diff ] File ]
mod - rts/Sim/Path/Default/PathEstimator.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
mod - rts/System/GlobalConfig.cpp Diff ] File ]
mod - rts/System/Input/Joystick.cpp Diff ] File ]
mod - rts/System/NetProtocol.cpp Diff ] File ]
mod - rts/System/Platform/Watchdog.cpp Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 04edcc2d
Timestamp: 2011-06-26 14:19:25
Author: Tobi Vollebregt
Details ] Diff ]
remove default parameter from getters
mod - rts/System/ConfigHandler.cpp Diff ] File ]
mod - rts/System/ConfigHandler.h Diff ] File ]
develop 2d5b73e6
Timestamp: 2011-06-26 13:53:31
Author: Tobi Vollebregt
Details ] Diff ]
factor out read-modify-write functionality
mod - rts/System/ConfigHandler.cpp Diff ] File ]
develop c4a9e649
Timestamp: 2011-06-26 12:56:30
Author: Kaylewt
Details ] Diff ]
cleanup/refactor SmoothHeightMesh (whoever writes code like this again gets a rimshot)
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/Sim/Misc/SmoothHeightMesh.cpp Diff ] File ]
mod - rts/Sim/Misc/SmoothHeightMesh.h Diff ] File ]
mod - rts/System/EventHandler.cpp Diff ] File ]
mod - rts/System/EventHandler.h Diff ] File ]
develop a46b6eb0
Timestamp: 2011-06-26 12:01:24
Author: Tobi Vollebregt
Details ] Diff ]
remove deprecated ConfigHandler::SetOverlay
mod - rts/Game/ClientSetup.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/System/ConfigHandler.cpp Diff ] File ]
mod - rts/System/ConfigHandler.h Diff ] File ]
develop a71e2e69
Timestamp: 2011-06-26 11:55:12
Author: Tobi Vollebregt
Details ] Diff ]
split ConfigHandler interface/implementation
mod - rts/System/ConfigHandler.cpp Diff ] File ]
mod - rts/System/ConfigHandler.h Diff ] File ]
develop c640821d
Timestamp: 2011-06-25 17:14:02
Author: hoijui
Details ] Diff ]
revert special install structure handling for MACOSX_BUNDLE (as requested by outtersg) [CMake]
mod - CMakeLists.txt Diff ] File ]
develop 385cadc8
Timestamp: 2011-06-25 12:03:25
Author: Tobi Vollebregt
Details ] Diff ]
unused parameter

(and why would we ever need it? clients can't even know whether a config
value comes from the overlay or another configuration source.)
mod - rts/System/ConfigHandler.cpp Diff ] File ]
mod - rts/System/ConfigHandler.h Diff ] File ]
develop fbf8d446
Timestamp: 2011-06-25 11:49:08
Author: Tobi Vollebregt
Details ] Diff ]
when -C/--config is used, don't look at the default locations at all
mod - rts/System/ConfigHandler.cpp Diff ] File ]
develop d198392e
Timestamp: 2011-06-25 11:48:03
Author: Tobi Vollebregt
Details ] Diff ]
move logging to ConfigHandler
mod - rts/System/ConfigHandler.cpp Diff ] File ]
mod - rts/System/ConfigHandler.h Diff ] File ]
mod - rts/System/Platform/ConfigLocater.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop ab1fc5d5
Timestamp: 2011-06-24 14:30:35
Author: Kaylewt
Details ] Diff ]
WHY DOES EVERYTHING DEPEND ON EVERYTHING?~~oneone??one
mod - rts/Game/Player.cpp Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
develop 016d9975
Timestamp: 2011-06-24 14:19:22
Author: Kaylewt
Details ] Diff ]
fix
mod - rts/System/EventHandler.cpp Diff ] File ]
mod - rts/System/EventHandler.h Diff ] File ]
develop b6aadd82
Timestamp: 2011-06-24 14:10:55
Author: Kaylewt
Details ] Diff ]
do not include LuaUI.h from EventHandler.h
mod - rts/System/EventHandler.cpp Diff ] File ]
mod - rts/System/EventHandler.h Diff ] File ]
develop 02bd0517
Timestamp: 2011-06-24 14:08:40
Author: Kaylewt
Details ] Diff ]
ReadMap: show required memory footprint when loading
mod - rts/ExternalAI/AICallback.cpp Diff ] File ]
mod - rts/Map/BaseGroundDrawer.cpp Diff ] File ]
mod - rts/Map/MetalMap.cpp Diff ] File ]
mod - rts/Map/MetalMap.h Diff ] File ]
mod - rts/Map/ReadMap.cpp Diff ] File ]
mod - rts/Sim/Misc/ResourceHandler.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 507 508 509 510 511 512 513 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last