2025-08-12 12:19 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 3eee707f
Timestamp: 2016-06-28 15:14:23
Author: jK
Details ] Diff ]
ArchiveScanner: add FastArchiveScan configtag (default off)
disables checksum computations, except for the actual loaded archives (script.txt ones + dependencies)
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveScanner.h Diff ] File ]
develop 8845fca2
Timestamp: 2016-06-28 15:07:25
Author: jK
Details ] Diff ]
ArchiveScanner: when a sdp archive is broken try to find its rapid tag name
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop e113e06a
Timestamp: 2016-06-28 15:06:15
Author: jK
Details ] Diff ]
CArchiveScanner: outsource some of ::ScanArchive to ::CheckCachedData
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveScanner.h Diff ] File ]
develop 84c184cf
Timestamp: 2016-06-28 15:03:51
Author: jK
Details ] Diff ]
fix incorrect throwing in CPoolArchive::GetFileImpl()
it prevented spring to start at all when there was a broken rapid file (even when it's not used at all!)
mod - rts/System/FileSystem/Archives/PoolArchive.cpp Diff ] File ]
develop 173b37ba
Timestamp: 2016-06-28 15:01:47
Author: jK
Details ] Diff ]
add `spring --game last --map last`
mod - rts/System/FileSystem/ArchiveNameResolver.cpp Diff ] File ]
develop 3d18d828
Timestamp: 2016-06-28 15:00:05
Author: jK
Details ] Diff ]
CreateMinimalSetup use L_DEBUG
mod - rts/System/StartScriptGen.cpp Diff ] File ]
develop 768e7c15
Timestamp: 2016-06-28 14:59:36
Author: jK
Details ] Diff ]
improve RapidHandler
* fix a memleak (missing gzclose)
* remove redundant dataDirLocater linkage
* better func name
* add GetRapidTagFromPackage()
mod - rts/Game/GameSetup.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveNameResolver.cpp Diff ] File ]
mod - rts/System/FileSystem/RapidHandler.cpp Diff ] File ]
mod - rts/System/FileSystem/RapidHandler.h Diff ] File ]
develop 8a84775a
Timestamp: 2016-06-28 14:28:36
Author: Gajo Petrovic
Details ] Diff ]
windows CreateProcess++
mod - rts/System/Platform/Misc.cpp Diff ] File ]
develop 8389ba99
Timestamp: 2016-06-28 13:31:54
Author: Gajo Petrovic
Details ] Diff ]
windows CreateProcess++
mod - rts/System/Platform/Misc.cpp Diff ] File ]
develop 3cd5428a
Timestamp: 2016-06-28 02:10:14
Author: Eshed
Details ] Diff ]
Fix 0005280: Use supplied specExp in maps with no specular texture
mod - cont/base/springcontent/shaders/GLSL/SMFFragProg.glsl Diff ] File ]
mod - rts/Map/SMF/SMFRenderState.cpp Diff ] File ]
develop b0856b45
Timestamp: 2016-06-27 21:16:40
Author: jK
Details ] Diff ]
don't break compatibility with previous unitsync APIs
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
mod - rts/System/Info.cpp Diff ] File ]
mod - rts/System/Info.h Diff ] File ]
develop a5b87aea
Timestamp: 2016-06-27 18:29:21
Author: Eshed
Details ] Diff ]
fix ArchiveCache
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop 88982e34
Timestamp: 2016-06-27 17:52:29
Author: Eshed
Details ] Diff ]
fix unitsync build
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop 0723e490
Timestamp: 2016-06-27 17:43:05
Author: Eshed
Details ] Diff ]
fix compile & clean a bit
mod - rts/Menu/SelectionWidget.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
mod - rts/System/Info.cpp Diff ] File ]
mod - rts/System/Info.h Diff ] File ]
develop 03d51137
Timestamp: 2016-06-27 14:33:14
Author: jK
Details ] Diff ]
make "[CpuId] ht/smt/cmt detection for AMD is not implemented!" L_DEBUG
mod - rts/System/Platform/CpuID.cpp Diff ] File ]
develop d4a8866d
Timestamp: 2016-06-27 14:32:39
Author: jK
Details ] Diff ]
some DecalGL4 work
mod - rts/Rendering/Env/Decals/DecalsDrawerGL4.cpp Diff ] File ]
mod - rts/Rendering/Env/Decals/DecalsDrawerGL4.h Diff ] File ]
develop 778728c5
Timestamp: 2016-06-27 14:23:54
Author: jK
Details ] Diff ]
remove set_erase() & cleanup ArchiveScanner a little
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Net/GameServer.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
mod - rts/System/FileSystem/VFSHandler.cpp Diff ] File ]
mod - rts/System/Info.cpp Diff ] File ]
mod - rts/System/Info.h Diff ] File ]
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
mod - rts/System/Net/UDPListener.cpp Diff ] File ]
mod - rts/System/TdfParser.cpp Diff ] File ]
mod - rts/System/Util.h Diff ] File ]
develop 74936e49
Timestamp: 2016-06-26 15:36:40
Author: Gajo Petrovic
Details ] Diff ]
windows++
mod - rts/System/Platform/Misc.cpp Diff ] File ]
develop fe2c3ac4
Timestamp: 2016-06-26 12:54:05
Author: Gajo Petrovic
Details ] Diff ]
minor
mod - rts/System/Platform/Misc.cpp Diff ] File ]
develop e47c2fa8
Timestamp: 2016-06-26 12:38:14
Author: Gajo Petrovic
Details ] Diff ]
allow empty spring arguments for restart, prevent memory leak, better error reporting/try to fix windows build
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/System/Platform/Misc.cpp Diff ] File ]
develop 3fb55af4
Timestamp: 2016-06-26 10:50:21
Author: Gajo Petrovic
Details ] Diff ]
winbuild++
mod - rts/System/Platform/Misc.cpp Diff ] File ]
develop a117aecb
Timestamp: 2016-06-26 09:56:01
Author: Gajo Petrovic
Details ] Diff ]
whitespace delimit Windows subprocess arguments
mod - rts/System/Platform/Misc.cpp Diff ] File ]
develop 9b4e477b
Timestamp: 2016-06-26 09:54:32
Author: Gajo Petrovic
Details ] Diff ]
Revert "-"

This reverts commit d49488c5da962ba88ebdcb424740a9e2a7c43a25.
mod - rts/System/Platform/Misc.cpp Diff ] File ]
mod - tools/pr-downloader Diff ] File ]
develop d49488c5
Timestamp: 2016-06-26 09:42:00
Author: Gajo Petrovic
Details ] Diff ]
-
mod - rts/System/Platform/Misc.cpp Diff ] File ]
mod - tools/pr-downloader Diff ] File ]
develop d10300c6
Timestamp: 2016-06-26 09:40:46
Author: Gajo Petrovic
Details ] Diff ]
Spring.Start: cleaner Lua interface; provide windows implementation (untested)
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/System/Platform/Misc.cpp Diff ] File ]
mod - rts/System/Platform/Misc.h Diff ] File ]
First  Prev  1 2 3 ... 110 ... 197 198 199 200 201 202 203 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last