2025-08-21 06:06 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop dc664a66
Timestamp: 2011-06-24 10:47:51
Author: hoijui
Details ] Diff ]
move LTO handling to TestCXXFlags & check if supported [CMake]
note: LTO-WHOPR -> LTO_WHOPR (other multi-word define vars use '_' too)
mod - CMakeLists.txt Diff ] File ]
mod - rts/build/cmake/TestCXXFlags.cmake Diff ] File ]
develop a3e95964
Timestamp: 2011-06-24 10:38:46
Author: hoijui
Details ] Diff ]
add missing include in FindJavaExtended [fix] [CMake]
mod - rts/build/cmake/FindJavaExtended.cmake Diff ] File ]
develop f5745d91
Timestamp: 2011-06-24 10:34:47
Author: hoijui
Details ] Diff ]
cleanup TestCXXFlags (no logic changes) [CMake]
* comments
* formatting
mod - rts/build/cmake/TestCXXFlags.cmake Diff ] File ]
develop d180b084
Timestamp: 2011-06-24 08:41:22
Author: abma
Details ] Diff ]
typo
mod - rts/System/EventClient.h Diff ] File ]
develop eaca5004
Timestamp: 2011-06-24 08:26:10
Author: abma
Details ] Diff ]
fix macosx compile
mod - rts/System/EventClient.h Diff ] File ]
develop 32562393
Timestamp: 2011-06-23 23:24:26
Author: zerver
Details ] Diff ]
[MT] Fix concurrency in LuaOpenGL::drawingEnabled
mod - rts/Lua/LuaHandle.h Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Lua/LuaOpenGL.h Diff ] File ]
develop d2a1d6f8
Timestamp: 2011-06-23 21:04:02
Author: zerver
Details ] Diff ]
[MT] Fix another Watchdog::ClearTimer invalid thread
mod - rts/Game/LoadScreen.cpp Diff ] File ]
develop 6cf29c92
Timestamp: 2011-06-23 13:36:42
Author: Kaylewt
Details ] Diff ]
vectorify ReadMap::mipHeightMaps
mod - rts/Map/ReadMap.cpp Diff ] File ]
mod - rts/Map/ReadMap.h Diff ] File ]
develop df73d819
Timestamp: 2011-06-23 00:13:11
Author: Tobi Vollebregt
Details ] Diff ]
fix unitsync compile error
mod - tools/unitsync/CMakeLists.txt Diff ] File ]
develop ab5570e1
Timestamp: 2011-06-22 23:29:20
Author: Tobi Vollebregt
Details ] Diff ]
fix windows build
mod - rts/System/ConfigHandler.cpp Diff ] File ]
develop a80da696
Timestamp: 2011-06-22 23:26:09
Author: zerver
Details ] Diff ]
[MT ] Temp. fix for concurrency in HasUnsyncedXCall
mod - rts/Game/UI/LuaUI.cpp Diff ] File ]
mod - rts/Game/UI/LuaUI.h Diff ] File ]
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/Lua/LuaHandle.h Diff ] File ]
mod - rts/Lua/LuaHandleSynced.cpp Diff ] File ]
mod - rts/Lua/LuaHandleSynced.h Diff ] File ]
mod - rts/Lua/LuaUnsyncedCall.cpp Diff ] File ]
develop f50e9286
Timestamp: 2011-06-22 23:19:06
Author: Tobi Vollebregt
Details ] Diff ]
fix dedicated server linking
mod - rts/builds/DS/CMakeLists.txt Diff ] File ]
develop 940b2f48
Timestamp: 2011-06-22 23:15:09
Author: zerver
Details ] Diff ]
Fix MSVC compile errors
mod - rts/System/ConfigHandler.cpp Diff ] File ]
mod - rts/System/EventHandler.cpp Diff ] File ]
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop 19ea372b
Timestamp: 2011-06-22 23:05:00
Author: Tobi Vollebregt
Details ] Diff ]
fix compile errors
mod - rts/System/EventHandler.cpp Diff ] File ]
mod - rts/builds/DS/main.cpp Diff ] File ]
develop 2f457203
Timestamp: 2011-06-22 22:47:39
Author: Tobi Vollebregt
Details ] Diff ]
Revert "what is this doing here?"

This reverts commit 17d040503ce342e7a8ce5c17d6fb70b8af9ef27c.

(makes some sense after all, although I don't like the way stuff is coupled atm)
mod - rts/System/Sync/SyncedFloat3.h Diff ] File ]
develop 17d04050
Timestamp: 2011-06-22 22:41:16
Author: Tobi Vollebregt
Details ] Diff ]
what is this doing here?
mod - rts/System/Sync/SyncedFloat3.h Diff ] File ]
develop 6d266fc5
Timestamp: 2011-06-22 21:54:05
Author: Tobi Vollebregt
Details ] Diff ]
decouple ConfigHandler from GlobalConfig and rename gc -> globalConfig

(breaks a cyclic dependency)
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/Lua/LuaHandleSynced.cpp Diff ] File ]
mod - rts/Rendering/TeamHighlight.cpp Diff ] File ]
mod - rts/System/ConfigHandler.cpp Diff ] File ]
mod - rts/System/ConfigHandler.h Diff ] File ]
mod - rts/System/GlobalConfig.cpp Diff ] File ]
mod - rts/System/GlobalConfig.h Diff ] File ]
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
mod - rts/builds/DS/main.cpp Diff ] File ]
mod - tools/unitsync/CMakeLists.txt Diff ] File ]
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop 6e3e6a19
Timestamp: 2011-06-22 21:47:19
Author: Tobi Vollebregt
Details ] Diff ]
collect multiple config sources

(but don't use them yet)
mod - rts/System/ConfigHandler.cpp Diff ] File ]
mod - rts/System/Platform/ConfigLocater.cpp Diff ] File ]
mod - rts/System/Platform/ConfigLocater.h Diff ] File ]
develop f30e3fa2
Timestamp: 2011-06-22 20:45:42
Author: Tobi Vollebregt
Details ] Diff ]
factor ScopedLock and config file finding out of ConfigHandler
mod - rts/System/CMakeLists.txt Diff ] File ]
mod - rts/System/ConfigHandler.cpp Diff ] File ]
mod - rts/System/ConfigHandler.h Diff ] File ]
add - rts/System/Platform/ConfigLocater.cpp Diff ] File ]
add - rts/System/Platform/ConfigLocater.h Diff ] File ]
add - rts/System/Platform/ScopedFileLock.cpp Diff ] File ]
add - rts/System/Platform/ScopedFileLock.h Diff ] File ]
develop ea512635
Timestamp: 2011-06-22 17:52:26
Author: abma
Details ] Diff ]
convert some files to unix line-endings
mod - AI/Skirmish/AAI/data/cfg/mod/AA5.0project.cfg Diff ] File ]
mod - AI/Skirmish/AAI/data/cfg/mod/AAIA10.cfg Diff ] File ]
mod - AI/Skirmish/AAI/data/cfg/mod/BOTA.cfg Diff ] File ]
mod - AI/Skirmish/AAI/data/cfg/mod/BOTA_14.cfg Diff ] File ]
mod - AI/Skirmish/AAI/data/cfg/mod/CA-BETA1.cfg Diff ] File ]
mod - AI/Skirmish/AAI/data/cfg/mod/Expand_and_Exterminate_v_0.171.cfg Diff ] File ]
mod - AI/Skirmish/AAI/data/cfg/mod/FF_1.21_S.cfg Diff ] File ]
mod - AI/Skirmish/AAI/data/cfg/mod/PURE0.51.cfg Diff ] File ]
mod - AI/Skirmish/AAI/data/cfg/mod/S44Lyuban_v106.cfg Diff ] File ]
mod - AI/Skirmish/AAI/data/cfg/mod/gundam_1.1_epic.cfg Diff ] File ]
mod - AI/Skirmish/AAI/data/cfg/mod/gundam_1.1_tiny.cfg Diff ] File ]
mod - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
develop 3fb93aba
Timestamp: 2011-06-22 15:34:05
Author: abma
Details ] Diff ]
Revert "set more user-friendly config-defaults (taken from http://springrts.com/wiki/FAQ:trouble )"

This reverts commit 8b1d5c37ccbc106823150839647f418d111de02e.

as discussed, i try to push this into springsettings...
mod - rts/Rendering/GL/PBO.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
develop f10f553f
Timestamp: 2011-06-22 15:33:30
Author: jK
Details ] Diff ]
move LTO into a separate cmake flag, default off cause:
* compilation fails with GCC4.5 (didn't tested 4.6)
* it's not synced checked yet
Also added WHOPR support & add LTO flags to cxx compilation stage, too.
mod - CMakeLists.txt Diff ] File ]
develop 7f5c4947
Timestamp: 2011-06-22 03:02:58
Author: abma
Details ] Diff ]
(LuaParser) nicer error msg on invalid file
mod - rts/Lua/LuaParser.cpp Diff ] File ]
develop af929968
Timestamp: 2011-06-22 02:30:18
Author: abma
Details ] Diff ]
(RAI) more compile warnings:
warning: passing NULL to non-pointer argument 2 of ‘void* memset(void*, int, size_t)’ [-Wconversion-null]
mod - AI/Skirmish/RAI/Builder.cpp Diff ] File ]
mod - AI/Skirmish/RAI/UnitManager.cpp Diff ] File ]
develop ae94994a
Timestamp: 2011-06-22 00:31:40
Author: Kaylewt
Details ] Diff ]
fix GetInfoMapSize
mod - rts/Map/SMF/SMFMapFile.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 508 509 510 511 512 513 514 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last