2025-08-06 16:37 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 1b9f94e5
Timestamp: 2014-02-07 13:08:15
Author: jK
Details ] Diff ]
really fix 0004307 (gcc O_O')
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop 6302277d
Timestamp: 2014-02-07 12:08:48
Author: abma
Details ] Diff ]
fix 0004307
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop c25ffd72
Timestamp: 2014-02-07 07:36:28
Author: jK
Details ] Diff ]
ArchiveScanner: share ArchiveCache.lua between versions
the checksums are independent of dependencies and so static between version
-> no need to regenerate them with engine switches
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveScanner.h Diff ] File ]
mod - rts/System/FileSystem/FileSystem.cpp Diff ] File ]
mod - rts/System/FileSystem/FileSystem.h Diff ] File ]
develop 175d311b
Timestamp: 2014-02-07 05:45:30
Author: jK
Details ] Diff ]
finish cleanup in ArchiveScanner
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop 6552ef52
Timestamp: 2014-02-06 20:33:24
Author: jK
Details ] Diff ]
ArchiveScanner: disable duplication finder again (it's damn slow)
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop 1e749009
Timestamp: 2014-02-06 20:15:36
Author: jK
Details ] Diff ]
ArchiveScanner: check if for duplicated files that are accessed via fs links
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveScanner.h Diff ] File ]
develop 05b148bf
Timestamp: 2014-02-06 16:17:53
Author: jK
Details ] Diff ]
cleanup in ArchiveScanner (nlc)
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveScanner.h Diff ] File ]
develop 2e9c8ec2
Timestamp: 2014-02-06 16:15:26
Author: jK
Details ] Diff ]
eyecandy in ProfileDrawer
mod - rts/Game/UI/ProfileDrawer.cpp Diff ] File ]
develop 3b61603e
Timestamp: 2014-02-06 12:38:17
Author: jK
Details ] Diff ]
cleanup in Shader.cpp
mod - rts/Rendering/Shaders/Shader.cpp Diff ] File ]
mod - rts/System/Util.h Diff ] File ]
develop f12347ab
Timestamp: 2014-02-06 12:36:45
Author: jK
Details ] Diff ]
minor cleanup in various files
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Net/Protocol/BaseNetProtocol.h Diff ] File ]
mod - rts/System/Platform/Threading.cpp Diff ] File ]
mod - rts/System/Platform/Threading.h Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop f2d3603f
Timestamp: 2014-02-06 12:35:29
Author: jK
Details ] Diff ]
framegrapher: add updateunsynced (yellow)
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/UI/ProfileDrawer.cpp Diff ] File ]
develop 6c1da039
Timestamp: 2014-02-05 14:41:06
Author: jK
Details ] Diff ]
fix 0004304: SIGFPE
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
develop 9745fa60
Timestamp: 2014-02-05 14:26:07
Author: jK
Details ] Diff ]
fix overflow in spring_gettime().toSecsf()
mod - rts/System/Misc/SpringTime.h Diff ] File ]
develop 004d9691
Timestamp: 2014-02-05 14:25:41
Author: jK
Details ] Diff ]
Revert "fix overflow in spring_gettime().toSecsf()"

This reverts commit 036f4fc1e832aab31f53a9d3b79172b27e0ba364.
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/System/Misc/SpringTime.h Diff ] File ]
develop 8731b029
Timestamp: 2014-02-05 12:38:37
Author: jK
Details ] Diff ]
addendum (not backwardcompatible with 96)
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
develop ae8db547
Timestamp: 2014-02-05 12:37:44
Author: jK
Details ] Diff ]
improve lua GC
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/Lua/LuaHandle.h Diff ] File ]
develop a451f3ea
Timestamp: 2014-02-05 12:06:12
Author: jK
Details ] Diff ]
changelog
mod - doc/changelog.txt Diff ] File ]
develop 72fc6aa9
Timestamp: 2014-02-05 12:04:52
Author: jK
Details ] Diff ]
fix a gcc warning
mod - rts/System/TimeProfiler.cpp Diff ] File ]
develop 036f4fc1
Timestamp: 2014-02-05 12:01:33
Author: jK
Details ] Diff ]
fix overflow in spring_gettime().toSecsf()
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/System/Misc/SpringTime.h Diff ] File ]
develop 64318e65
Timestamp: 2014-02-05 12:00:42
Author: jK
Details ] Diff ]
improve drawdebug & move all code to ProfilerDrawer
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/UI/ProfileDrawer.cpp Diff ] File ]
mod - rts/Game/UI/ProfileDrawer.h Diff ] File ]
mod - rts/System/EventClient.cpp Diff ] File ]
mod - rts/System/EventClient.h Diff ] File ]
mod - rts/System/EventHandler.cpp Diff ] File ]
mod - rts/System/EventHandler.h Diff ] File ]
mod - rts/System/Events.def Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 7647d81b
Timestamp: 2014-02-05 11:57:28
Author: jK
Details ] Diff ]
reduce code-duplication in EventHandler
mod - rts/System/EventClient.cpp Diff ] File ]
mod - rts/System/EventHandler.cpp Diff ] File ]
mod - rts/System/Events.def Diff ] File ]
develop e3562eb6
Timestamp: 2014-02-03 14:36:03
Author: jK
Details ] Diff ]
fix 0004093: allow bools to SetUnitValue
mod - rts/Sim/Units/Scripts/LuaUnitScript.cpp Diff ] File ]
develop 9357f6f6
Timestamp: 2014-02-03 05:28:00
Author: jK
Details ] Diff ]
fix another gcc warning
mod - rts/System/creg/creg_runtime_tests.cpp Diff ] File ]
develop c4c80e36
Timestamp: 2014-02-03 05:27:11
Author: jK
Details ] Diff ]
show lua traceback in case of lua errors during LoadCode/Initialize
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
develop 2e69d471
Timestamp: 2014-02-03 05:24:41
Author: jK
Details ] Diff ]
fix 0004295: Script.LuaFoo.Bar()
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 318 319 320 321 322 323 324 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last