2025-08-23 02:16 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 07c31f18
Timestamp: 2011-06-30 01:58:33
Author: abma
Details ] Diff ]
(buildbot) try to fix "make install" 0000003
mod - buildbot/slave/make_installer.sh Diff ] File ]
mod - buildbot/slave/rsync.sh Diff ] File ]
develop a60babf7
Timestamp: 2011-06-30 01:42:34
Author: abma
Details ] Diff ]
(buildbot) try to fix "make install" #2
mod - buildbot/slave/make_installer.sh Diff ] File ]
develop 54e5925a
Timestamp: 2011-06-30 01:33:34
Author: abma
Details ] Diff ]
(buildbot) try to fix "make install"
mod - buildbot/slave/make_installer.sh Diff ] File ]
develop f75faf3c
Timestamp: 2011-06-30 01:20:51
Author: abma
Details ] Diff ]
(buildbot) run "make install" and create portable archive (excluding AI/, ArchiveMover, headless, dedicated)
*<version>_portable.7z should be directly runable
*AIInterface + ArchiveMover is also stripped
*moved all non-rsync-code to make_installer.sh
*added bw-limit to rsync (about 25% lower than max seen speed)
mod - buildbot/slave/make_installer.sh Diff ] File ]
mod - buildbot/slave/rsync.sh Diff ] File ]
develop a086ca5d
Timestamp: 2011-06-29 23:16:31
Author: Tobi Vollebregt
Details ] Diff ]
Merge branch 'master' into features/config-rework
mod - AI/Wrappers/LegacyCpp/AIAICallback.cpp Diff ] File ]
mod - buildbot/slave/update-version.sh Diff ] File ]
mod - cont/LuaUI/selector.lua Diff ] File ]
mod - rts/ExternalAI/AICallback.cpp Diff ] File ]
mod - rts/ExternalAI/SAIInterfaceCallbackImpl.cpp Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
mod - rts/Game/GameVersion.cpp Diff ] File ]
mod - rts/Game/GameVersion.h Diff ] File ]
mod - rts/Game/SelectedUnits.cpp Diff ] File ]
mod - rts/Game/SyncedGameCommands.cpp Diff ] File ]
mod - rts/Game/UI/LuaUI.cpp Diff ] File ]
mod - rts/Game/UI/LuaUI.h Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/Game/WaitCommandsAI.cpp Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaUnitDefs.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Map/BaseGroundDrawer.cpp Diff ] File ]
mod - rts/Map/SMF/SMFGroundTextures.cpp Diff ] File ]
mod - rts/Map/SMF/SMFMapFile.h Diff ] File ]
mod - rts/Rendering/CMakeLists.txt Diff ] File ]
add - rts/Rendering/CommandDrawer.cpp Diff ] File ]
add - rts/Rendering/CommandDrawer.h Diff ] File ]
mod - rts/Rendering/DebugColVolDrawer.cpp Diff ] File ]
mod - rts/Rendering/Env/CubeMapHandler.cpp Diff ] File ]
mod - rts/Rendering/FarTextureHandler.cpp Diff ] File ]
mod - rts/Rendering/FarTextureHandler.h Diff ] File ]
mod - rts/Rendering/GL/FBO.cpp Diff ] File ]
mod - rts/Rendering/Shaders/Shader.cpp Diff ] File ]
add - rts/Rendering/SmoothHeightMeshDrawer.cpp Diff ] File ]
add - rts/Rendering/SmoothHeightMeshDrawer.h Diff ] File ]
mod - rts/Rendering/Textures/Bitmap.h Diff ] File ]
mod - rts/Rendering/WindowManagerHelper.cpp Diff ] File ]
mod - rts/Rendering/WindowManagerHelper.h Diff ] File ]
add - rts/Rendering/WorldDrawer.cpp Diff ] File ]
add - rts/Rendering/WorldDrawer.h Diff ] File ]
mod - rts/Rendering/glFont.cpp Diff ] File ]
mod - rts/Sim/CMakeLists.txt Diff ] File ]
mod - rts/Sim/Misc/SmoothHeightMesh.cpp Diff ] File ]
mod - rts/Sim/Misc/SmoothHeightMesh.h Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/AirCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/AirCAI.h Diff ] File ]
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/BuilderCAI.h Diff ] File ]
mod - rts/Sim/Units/CommandAI/CommandAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/CommandAI.h Diff ] File ]
mod - rts/Sim/Units/CommandAI/FactoryCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/FactoryCAI.h Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.h Diff ] File ]
mod - rts/Sim/Units/CommandAI/TransportCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/TransportCAI.h Diff ] File ]
mod - rts/Sim/Units/Scripts/CobEngine.cpp Diff ] File ]
mod - rts/Sim/Units/Scripts/CobInstance.cpp Diff ] File ]
mod - rts/Sim/Units/Scripts/CobInstance.h Diff ] File ]
mod - rts/Sim/Units/Scripts/CobThread.cpp Diff ] File ]
mod - rts/Sim/Units/Scripts/CobThread.h Diff ] File ]
mod - rts/Sim/Units/Scripts/UnitScript.cpp Diff ] File ]
mod - rts/Sim/Units/Scripts/UnitScript.h Diff ] File ]
mod - rts/Sim/Units/UnitDef.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDef.h Diff ] File ]
mod - rts/System/EventHandler.cpp Diff ] File ]
mod - rts/System/EventHandler.h Diff ] File ]
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
mod - rts/System/GlobalConfig.h Diff ] File ]
mod - rts/System/LogOutput.cpp Diff ] File ]
mod - rts/System/Platform/Watchdog.cpp Diff ] File ]
mod - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
mod - rts/build/cmake/Util.cmake Diff ] File ]
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
mod - rts/lib/gml/gml.cpp Diff ] File ]
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop 52b25678
Timestamp: 2011-06-29 23:12:37
Author: Tobi Vollebregt
Details ] Diff ]
use macro instead of function so log messages are written on time

(LogObject relies on being a temporary object as it flushes the
message to logOutput in the destructor...)
mod - rts/System/DefaultConfigSource.cpp Diff ] File ]
develop 5d10f908
Timestamp: 2011-06-29 23:11:09
Author: Tobi Vollebregt
Details ] Diff ]
split ConfigSource in a ReadOnly and ReadWrite variant
mod - rts/System/ConfigHandler.cpp Diff ] File ]
mod - rts/System/ConfigSource.cpp Diff ] File ]
mod - rts/System/ConfigSource.h Diff ] File ]
mod - rts/System/DefaultConfigSource.h Diff ] File ]
develop 79d236b7
Timestamp: 2011-06-29 19:53:51
Author: Tobi Vollebregt
Details ] Diff ]
Remove "smooth" animations

That is, automatic conversion of a sequence of turn-now and move-now
followed by a sleep with 33 <= duration <= 300 in COB (not LUS!) to
turn and move with a speed calculated from the length of the sleep.

This should be fixed in the scripts and/or someone could write a
source-to-source or COB bytecode transformation that does pretty much
the same without the runtime performance impact.

The engine doesn't parse the smoothAnim UnitDef field anymore.
mod - AI/Wrappers/LegacyCpp/AIAICallback.cpp Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp Diff ] File ]
mod - rts/Lua/LuaUnitDefs.cpp Diff ] File ]
mod - rts/Sim/Units/Scripts/CobEngine.cpp Diff ] File ]
mod - rts/Sim/Units/Scripts/CobInstance.cpp Diff ] File ]
mod - rts/Sim/Units/Scripts/CobInstance.h Diff ] File ]
mod - rts/Sim/Units/Scripts/CobThread.cpp Diff ] File ]
mod - rts/Sim/Units/Scripts/CobThread.h Diff ] File ]
mod - rts/Sim/Units/Scripts/UnitScript.cpp Diff ] File ]
mod - rts/Sim/Units/Scripts/UnitScript.h Diff ] File ]
mod - rts/Sim/Units/UnitDef.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDef.h Diff ] File ]
develop 82c3187d
Timestamp: 2011-06-29 15:02:47
Author: jK
Details ] Diff ]
add FIXME in CUnitScript::IsInAnimation
mod - rts/Sim/Units/Scripts/UnitScript.h Diff ] File ]
develop afc991ea
Timestamp: 2011-06-29 15:01:26
Author: jK
Details ] Diff ]
LUS/COB: fix bug in WaitFor... [mantis 0002499]
Change: Remove Anims from the script/unit before calling their listeners.
mod - rts/Sim/Units/Scripts/UnitScript.cpp Diff ] File ]
develop 58e96e6e
Timestamp: 2011-06-29 13:21:37
Author: hoijui
Details ] Diff ]
unitsync has only 1 thread "Fix mantis 0002494 (hang detection triggered when scanning for new files)" be43edf5d3fa9899d4895827be1442af9308018e [fix]
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop 30525460
Timestamp: 2011-06-29 13:00:35
Author: hoijui
Details ] Diff ]
engine-dedicated has only 1 thread "Fix mantis 0002494 (hang detection triggered when scanning for new files)" be43edf5d3fa9899d4895827be1442af9308018e [fix]
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop 4196049e
Timestamp: 2011-06-29 12:32:51
Author: hoijui
Details ] Diff ]
add two doc comments [minor]
mod - rts/Rendering/Textures/Bitmap.h Diff ] File ]
develop a7c4e8d3
Timestamp: 2011-06-29 12:23:17
Author: hoijui
Details ] Diff ]
allow WindowManager short- and long-caption to be set separately
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Rendering/WindowManagerHelper.cpp Diff ] File ]
mod - rts/Rendering/WindowManagerHelper.h Diff ] File ]
develop a33fe52e
Timestamp: 2011-06-29 12:21:56
Author: hoijui
Details ] Diff ]
make all version parts available through functions
mod - buildbot/slave/update-version.sh Diff ] File ]
mod - rts/ExternalAI/SAIInterfaceCallbackImpl.cpp Diff ] File ]
mod - rts/Game/GameVersion.cpp Diff ] File ]
mod - rts/Game/GameVersion.h Diff ] File ]
mod - rts/System/LogOutput.cpp Diff ] File ]
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop bab64e6d
Timestamp: 2011-06-28 22:47:49
Author: zerver
Details ] Diff ]
Update VCproj
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop be43edf5
Timestamp: 2011-06-28 22:47:35
Author: zerver
Details ] Diff ]
Fix mantis 0002494 (hang detection triggered when scanning for new files)
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop 16d61301
Timestamp: 2011-06-28 13:04:06
Author: Kaylewt
Details ] Diff ]
WatchDog: fix hang on exit (seems boost::thread interruptions are unreliable)
mod - rts/System/Platform/Watchdog.cpp Diff ] File ]
develop 4dda799e
Timestamp: 2011-06-28 01:31:43
Author: Kaylewt
Details ] Diff ]
make trees magically reappear
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Rendering/FarTextureHandler.cpp Diff ] File ]
mod - rts/Rendering/FarTextureHandler.h Diff ] File ]
mod - rts/Rendering/WorldDrawer.cpp Diff ] File ]
develop 62c325f5
Timestamp: 2011-06-28 00:48:22
Author: Tobi Vollebregt
Details ] Diff ]
change DefaultConfigSource to actually return default values
mod - rts/System/DefaultConfigSource.cpp Diff ] File ]
mod - rts/System/DefaultConfigSource.h Diff ] File ]
develop 9f09601b
Timestamp: 2011-06-28 00:47:58
Author: Tobi Vollebregt
Details ] Diff ]
add location of declaration to ConfigVariable
mod - rts/System/ConfigVariable.h Diff ] File ]
develop 8dacc56d
Timestamp: 2011-06-27 22:45:27
Author: Tobi Vollebregt
Details ] Diff ]
move ConfigValue to its own file, rename to ConfigVariable, add CONFIG macro
mod - rts/System/ConfigHandler.cpp Diff ] File ]
mod - rts/System/ConfigHandler.h Diff ] File ]
add - rts/System/ConfigVariable.h Diff ] File ]
develop 7990e182
Timestamp: 2011-06-27 22:40:14
Author: Tobi Vollebregt
Details ] Diff ]
replace config var declarations with a macro

(reduces duplication of the name)
mod - rts/ExternalAI/EngineOutHandler.cpp Diff ] File ]
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/CameraHandler.cpp Diff ] File ]
mod - rts/Game/Game.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/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/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/AdvSky.cpp Diff ] File ]
mod - rts/Rendering/Env/BaseSky.cpp Diff ] File ]
mod - rts/Rendering/Env/BaseWater.cpp Diff ] File ]
mod - rts/Rendering/Env/BasicSky.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/Env/SkyLight.cpp Diff ] File ]
mod - rts/Rendering/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/GL/FBO.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/FileSystem/DataDirLocater.cpp Diff ] File ]
mod - rts/System/GlobalConfig.cpp Diff ] File ]
mod - rts/System/Input/Joystick.cpp Diff ] File ]
mod - rts/System/LogOutput.cpp Diff ] File ]
mod - rts/System/NetProtocol.cpp Diff ] File ]
mod - rts/System/Platform/Watchdog.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 f25c54a5
Timestamp: 2011-06-27 22:21:17
Author: Tobi Vollebregt
Details ] Diff ]
lack of default value supported in ConfigHandler
mod - rts/System/ConfigHandler.h Diff ] File ]
develop 5beec3d9
Timestamp: 2011-06-27 21:29:32
Author: Tobi Vollebregt
Details ] Diff ]
templated default value
mod - rts/System/ConfigHandler.cpp Diff ] File ]
mod - rts/System/ConfigHandler.h Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 505 506 507 508 509 510 511 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last