2025-08-07 08:08 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 3b795922
Timestamp: 2011-04-19 22:00:01
Author: -jk-
Details ] Diff ]
improve 799a8792f17 (mapinfo.lua merge)
mod - rts/Map/MapParser.cpp Diff ] File ]
develop 3c0f0066
Timestamp: 2011-04-19 21:58:14
Author: -jk-
Details ] Diff ]
add two unmanaged events to eventhandler (so they show up in Lua's Script.GetCallInList)
mod - rts/System/EventHandler.cpp Diff ] File ]
develop b1d52484
Timestamp: 2011-04-16 13:01:06
Author: -jk-
Details ] Diff ]
oops, revert part of 799a8792 (accidently reverted 96ab1a2a0 in there)
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop ca370140
Timestamp: 2011-04-16 12:56:03
Author: -jk-
Details ] Diff ]
comments update
mod - rts/System/FileSystem/ArchiveBase.h Diff ] File ]
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop 799a8792
Timestamp: 2011-04-16 12:54:38
Author: -jk-
Details ] Diff ]
fix WTF: merge both mapinfo.lua's!
before there were two, one in the base-dir (-> ArchiveScanner) and one in "maphelper/mapinfo.lua" (-> MapParser/MapInfo)
mod - rts/Map/MapParser.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop 96ab1a2a
Timestamp: 2011-04-16 12:51:15
Author: -jk-
Details ] Diff ]
ArchiveScanner: scan for the modinfo.lua/mapinfo.lua only in the base-dir!
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop 51bc8da1
Timestamp: 2011-04-16 12:50:13
Author: -jk-
Details ] Diff ]
allow absolute paths for the smt, too
mod - rts/Map/SMF/BFGroundTextures.cpp Diff ] File ]
develop 990d52e2
Timestamp: 2011-04-16 12:49:48
Author: -jk-
Details ] Diff ]
check for the smt _next to_ the smf (which can already freely placed in the archive!)
mod - rts/Map/SMF/BFGroundTextures.cpp Diff ] File ]
develop 51a5248c
Timestamp: 2011-04-16 12:46:20
Author: -jk-
Details ] Diff ]
fix filesystem->GetDirectory(): "foo.txt" -> "" (and not! "foo.txt" -> "foo.txt")
mod - rts/System/FileSystem/FileSystem.cpp Diff ] File ]
develop b9ddca53
Timestamp: 2011-04-16 12:44:23
Author: -jk-
Details ] Diff ]
safity: initialize CMapInfo* mapInfo with NULL
mod - rts/Map/MapInfo.cpp Diff ] File ]
develop 10219eed
Timestamp: 2011-04-12 23:30:08
Author: -jk-
Details ] Diff ]
s/lua_newtable/lua_createtable/g
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
develop 4ea6ab6f
Timestamp: 2011-04-12 22:56:35
Author: -jk-
Details ] Diff ]
resolve cppcheck issue
mod - rts/System/Platform/Linux/CrashHandler.cpp Diff ] File ]
develop ba19c104
Timestamp: 2011-04-12 22:56:10
Author: -jk-
Details ] Diff ]
fix typo in CrashHandler.cpp
mod - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
develop 8608bc74
Timestamp: 2011-04-12 22:41:32
Author: -jk-
Details ] Diff ]
linux: hard exit on ctrl+c
mod - rts/System/Platform/Linux/CrashHandler.cpp Diff ] File ]
develop 7eb7c34e
Timestamp: 2011-04-12 22:40:41
Author: -jk-
Details ] Diff ]
linux stacktrace:
* limit thread_backtrace to mainthread (it fails with pthreads)
* only print translated stacktrace (untranslated one doesn't make sense when you got the translated one, too)
mod - rts/System/Platform/Linux/CrashHandler.cpp Diff ] File ]
develop de478961
Timestamp: 2011-04-12 22:37:27
Author: -jk-
Details ] Diff ]
fix memleak in thread_backtrace
mod - rts/System/Platform/Linux/thread_backtrace.cpp Diff ] File ]
develop 5ebc29e8
Timestamp: 2011-04-12 22:37:06
Author: -jk-
Details ] Diff ]
fix watchdog
* fix typo in Watchdog::Install
* add sound thread to watchdog
* cleanly add loadscreen thread to watchdog
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/LoadScreen.cpp Diff ] File ]
mod - rts/System/OffscreenGLContext.cpp Diff ] File ]
mod - rts/System/Platform/CrashHandler.h Diff ] File ]
mod - rts/System/Platform/Linux/CrashHandler.cpp Diff ] File ]
mod - rts/System/Platform/Threading.cpp Diff ] File ]
mod - rts/System/Platform/Threading.h Diff ] File ]
mod - rts/System/Platform/Watchdog.cpp Diff ] File ]
mod - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
develop 68b78aae
Timestamp: 2011-04-12 21:04:10
Author: -jk-
Details ] Diff ]
Shutdown: always spawn a thread to force exit if Spring takes more than 10sec to do so (it's very likely that it ended in a infloop/deadlock)
mod - rts/System/Platform/errorhandler.cpp Diff ] File ]
develop 8eaf0780
Timestamp: 2011-04-12 00:20:12
Author: zerver
Details ] Diff ]
[multi engine version] search for games and maps also in ../spring-maps and ../spring-games
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
mod - rts/System/FileSystem/FileSystem.cpp Diff ] File ]
mod - rts/System/FileSystem/FileSystem.h Diff ] File ]
develop 3c805f17
Timestamp: 2011-04-11 23:12:10
Author: zerver
Details ] Diff ]
[assimp] workaround MSVC compile errors
mod - rts/Rendering/Models/AssIO.cpp Diff ] File ]
mod - rts/Rendering/Models/AssParser.cpp Diff ] File ]
mod - rts/Rendering/Models/IModelParser.cpp Diff ] File ]
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop c39de753
Timestamp: 2011-04-09 17:00:19
Author: hoijui
Details ] Diff ]
Java AI Interface & OO Wrapper: do not overwrite source file in case of an in-source build (thanks abma) [CMake] [fix]
mod - AI/Interfaces/Java/CMakeLists.txt Diff ] File ]
mod - AI/Wrappers/JavaOO/CMakeLists.txt Diff ] File ]
develop fc8fe0ec
Timestamp: 2011-04-09 16:50:57
Author: hoijui
Details ] Diff ]
cleanup (no logic changes)
mod - rts/Map/HeightLinePalette.cpp Diff ] File ]
mod - rts/Map/HeightLinePalette.h Diff ] File ]
mod - rts/Map/MetalMap.cpp Diff ] File ]
mod - rts/Map/MetalMap.h Diff ] File ]
mod - rts/Map/SM3/Plane.cpp Diff ] File ]
mod - rts/Map/SM3/Plane.h Diff ] File ]
mod - rts/Map/SM3/terrain/TerrainTextureGLSL.cpp Diff ] File ]
mod - rts/Rendering/Models/3DModel.h Diff ] File ]
mod - rts/System/LoadSave/CregLoadSaveHandler.cpp Diff ] File ]
mod - rts/System/LoadSave/CregLoadSaveHandler.h Diff ] File ]
develop edd3d0c8
Timestamp: 2011-04-09 16:37:24
Author: hoijui
Details ] Diff ]
some more CppCheck reported issues [fix]
mod - rts/Map/SM3/Plane.cpp Diff ] File ]
mod - rts/Map/SM3/Plane.h Diff ] File ]
mod - rts/Map/SM3/terrain/TerrainTextureGLSL.cpp Diff ] File ]
mod - rts/Rendering/GL/PBO.cpp Diff ] File ]
mod - rts/Rendering/Models/3DModel.h Diff ] File ]
mod - rts/Rendering/Models/IModelParser.cpp Diff ] File ]
mod - rts/System/LoadSave/CregLoadSaveHandler.cpp Diff ] File ]
develop cccabca0
Timestamp: 2011-04-09 14:22:12
Author: hoijui
Details ] Diff ]
dedicated-server: link with Info(.cpp|.o) [fix]
mod - rts/builds/DS/CMakeLists.txt Diff ] File ]
develop 2408ce76
Timestamp: 2011-04-08 10:14:15
Author: -jk-
Details ] Diff ]
whitespaces
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 530 531 532 533 534 535 536 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last