2025-08-27 10:34 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop ae910676
Timestamp: 2011-07-07 19:58:32
Author: hoijui
Details ] Diff ]
get rid of some CppCheck reported warnings
mod - AI/Wrappers/LegacyCpp/AIAICallback.cpp Diff ] File ]
mod - AI/Wrappers/LegacyCpp/DamageArray.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Rendering/Shaders/ShaderHandler.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.cpp Diff ] File ]
develop 304e0c13
Timestamp: 2011-07-07 19:56:56
Author: hoijui
Details ] Diff ]
oscpack library: initialize members in ctors [fix]
mod - rts/lib/oscpack/OscException.h Diff ] File ]
mod - rts/lib/oscpack/OscTypes.h Diff ] File ]
develop 357b15e6
Timestamp: 2011-07-07 19:21:35
Author: hoijui
Details ] Diff ]
remove no longer used includes of LogOutput.h
mod - rts/System/Main.cpp Diff ] File ]
mod - rts/System/OffscreenGLContext.cpp Diff ] File ]
develop f175df19
Timestamp: 2011-07-07 19:19:16
Author: hoijui
Details ] Diff ]
convert some of System/ to use ILog.h
mod - rts/System/NetProtocol.cpp Diff ] File ]
mod - rts/System/Object.cpp Diff ] File ]
mod - rts/System/SafeVector.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
mod - rts/System/TdfParser.cpp Diff ] File ]
mod - rts/System/TimeProfiler.cpp Diff ] File ]
develop 929f467a
Timestamp: 2011-07-07 18:21:43
Author: hoijui
Details ] Diff ]
try to fix a CppCheck warning (typedef redefines existing symbol)
mod - rts/Lua/LuaZip.h Diff ] File ]
mod - rts/System/EventClient.h Diff ] File ]
mod - rts/System/LoadSave/LuaLoadSaveHandler.h Diff ] File ]
develop 0d337537
Timestamp: 2011-07-07 18:20:00
Author: hoijui
Details ] Diff ]
print the log level as prefix, except for level INFO (example: "Warning: ...")
mod - rts/System/CMakeLists.txt Diff ] File ]
mod - rts/System/Log/ILog.h Diff ] File ]
mod - rts/System/Log/LogOutputSink.cpp Diff ] File ]
add - rts/System/Log/LogUtil.c Diff ] File ]
add - rts/System/Log/LogUtil.h Diff ] File ]
develop 1aee8eb7
Timestamp: 2011-07-07 17:03:45
Author: hoijui
Details ] Diff ]
use ILog.h in System/Input/
mod - rts/System/Input/Joystick.cpp Diff ] File ]
mod - rts/System/Input/MouseInput.cpp Diff ] File ]
develop 9315f084
Timestamp: 2011-07-07 16:54:10
Author: hoijui
Details ] Diff ]
use ILog.h in System/FileSystem/ (where easily possible)
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
mod - rts/System/FileSystem/DataDirLocater.cpp Diff ] File ]
mod - rts/System/FileSystem/FileSystem.cpp Diff ] File ]
mod - rts/System/FileSystem/FileSystemHandler.cpp Diff ] File ]
mod - rts/System/FileSystem/PoolArchive.cpp Diff ] File ]
mod - rts/System/FileSystem/SevenZipArchive.cpp Diff ] File ]
mod - rts/System/FileSystem/ZipArchive.cpp Diff ] File ]
develop bcbbe8da
Timestamp: 2011-07-07 16:21:36
Author: hoijui
Details ] Diff ]
use ILog.h under System/Platform/
mod - rts/System/Platform/Linux/CrashHandler.cpp Diff ] File ]
mod - rts/System/Platform/Linux/thread_backtrace.cpp Diff ] File ]
mod - rts/System/Platform/Misc.cpp Diff ] File ]
mod - rts/System/Platform/SharedLib.cpp Diff ] File ]
mod - rts/System/Platform/Watchdog.cpp Diff ] File ]
mod - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
mod - rts/System/Platform/errorhandler.cpp Diff ] File ]
mod - rts/System/Platform/errorhandler.h Diff ] File ]
develop 11622e87
Timestamp: 2011-07-07 16:19:35
Author: hoijui
Details ] Diff ]
remove accidentally committed override of LOG_LEVEL [CMake] [fix]
mod - CMakeLists.txt Diff ] File ]
develop dbfa5bdc
Timestamp: 2011-07-07 15:27:49
Author: hoijui
Details ] Diff ]
use ILog.h in System/Net/
mod - rts/System/CMakeLists.txt Diff ] File ]
mod - rts/System/Net/LocalConnection.cpp Diff ] File ]
mod - rts/System/Net/PackPacket.cpp Diff ] File ]
mod - rts/System/Net/Socket.cpp Diff ] File ]
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
mod - rts/System/Net/UDPListener.cpp Diff ] File ]
mod - rts/builds/DS/CMakeLists.txt Diff ] File ]
develop 80130267
Timestamp: 2011-07-07 15:05:25
Author: hoijui
Details ] Diff ]
allow to set the compile-time minimum log level for ILog.h [CMake]
Per default, L_DEBUG log entries are not logged for non-DEBUG
builds of the engine.
mod - CMakeLists.txt Diff ] File ]
develop 9a5930cf
Timestamp: 2011-07-07 14:58:26
Author: hoijui
Details ] Diff ]
introduce the ILog.h logging frontend
For documentation, see `ILog.h` and `logApi.dia`.
add - doc/logApi.dia Diff ] File ]
add - rts/System/Log/DefaultFilter.cpp Diff ] File ]
add - rts/System/Log/DefaultFilter.h Diff ] File ]
add - rts/System/Log/ILog.h Diff ] File ]
add - rts/System/Log/LogOutputSink.cpp Diff ] File ]
develop 67276d55
Timestamp: 2011-07-07 12:31:59
Author: Kaylewt
Details ] Diff ]
Lua: add {G,S}etWatch{Unit,Feature} filters (and use them for some high-frequency events)
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 ]
develop a538c52f
Timestamp: 2011-07-07 11:00:59
Author: hoijui
Details ] Diff ]
cleanup VFSHandler (no logic changes)
mod - rts/System/FileSystem/VFSHandler.cpp Diff ] File ]
mod - rts/System/FileSystem/VFSHandler.h Diff ] File ]
develop a1275b7a
Timestamp: 2011-07-07 10:59:22
Author: hoijui
Details ] Diff ]
cleanup UDPConnection (no logic changes)
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
develop 4c21896e
Timestamp: 2011-07-07 01:30:41
Author: zerver
Details ] Diff ]
Tweak HeightMapUpdate
mod - rts/Map/ReadMap.cpp Diff ] File ]
develop 44f3ab42
Timestamp: 2011-07-07 01:29:10
Author: zerver
Details ] Diff ]
Merge branch 'master' of github.com:spring/spring
mod - buildbot/master/master.cfg Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/GameServer.h Diff ] File ]
develop 8e9cc420
Timestamp: 2011-07-07 01:29:01
Author: zerver
Details ] Diff ]
tweak mtinfo
mod - rts/Game/Game.cpp Diff ] File ]
develop d0c50f30
Timestamp: 2011-07-06 22:23:49
Author: Kaylewt
Details ] Diff ]
compile
mod - rts/Game/GameServer.cpp Diff ] File ]
develop 8d05992c
Timestamp: 2011-07-06 22:19:02
Author: Kaylewt
Details ] Diff ]
fix demos desyncing after /skip
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/GameServer.h Diff ] File ]
develop a503644b
Timestamp: 2011-07-06 22:07:41
Author: Tobi Vollebregt
Details ] Diff ]
buildbot: cleanup
mod - buildbot/master/master.cfg Diff ] File ]
develop c33868c0
Timestamp: 2011-07-06 21:51:44
Author: Tobi Vollebregt
Details ] Diff ]
buildbot: set default config at builder level
mod - buildbot/master/master.cfg Diff ] File ]
develop af638b6c
Timestamp: 2011-07-06 21:10:42
Author: Tobi Vollebregt
Details ] Diff ]
move DefaultConfigSource into ConfigSource.{cpp,h}, move ScopedFileLock back to Platform
mod - rts/System/CMakeLists.txt Diff ] File ]
mod - rts/System/Config/ConfigHandler.cpp Diff ] File ]
mod - rts/System/Config/ConfigSource.cpp Diff ] File ]
mod - rts/System/Config/ConfigSource.h Diff ] File ]
rm - rts/System/Config/DefaultConfigSource.cpp Diff ] File ]
rm - rts/System/Config/DefaultConfigSource.h Diff ] File ]
mod - rts/builds/DS/CMakeLists.txt Diff ] File ]
mod - tools/unitsync/CMakeLists.txt Diff ] File ]
develop 4273643d
Timestamp: 2011-07-06 21:04:01
Author: Tobi Vollebregt
Details ] Diff ]
convert the new WindowBorderless config variable
mod - rts/System/SpringApp.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 498 499 500 501 502 503 504 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last