2025-11-27 21:55 CET

Changesets: spring

Search ] Browse ] Back to Index ]
develop 34a78510
Timestamp: 2011-03-28 16:50:11
Author: hoijui
Details ] Diff ]
FileHandler: some cleanup (no logic change)
mod - rts/System/FileSystem/FileHandler.cpp Diff ] File ]
mod - rts/System/FileSystem/FileHandler.h Diff ] File ]
develop 85a54864
Timestamp: 2011-03-28 13:42:30
Author: hoijui
Details ] Diff ]
add basic internal support for different value types on info-items
mod - rts/ExternalAI/AIInterfaceLibraryInfo.cpp Diff ] File ]
mod - rts/ExternalAI/LuaAIImplHandler.cpp Diff ] File ]
mod - rts/ExternalAI/SkirmishAIHandler.cpp Diff ] File ]
mod - rts/ExternalAI/SkirmishAILibraryInfo.cpp Diff ] File ]
mod - rts/System/Info.cpp Diff ] File ]
mod - rts/System/Info.h Diff ] File ]
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop e12ba43d
Timestamp: 2011-03-28 13:23:43
Author: hoijui
Details ] Diff ]
unitsync: minor internal re-factor of info fetch stuff
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop 89b68c92
Timestamp: 2011-03-28 04:36:11
Author: abma
Details ] Diff ]
(installer) add reg value for spring.exe + add comments + cleanup
mod - installer/sections/main.nsh Diff ] File ]
mod - installer/spring.nsi Diff ] File ]
develop f4ec822b
Timestamp: 2011-03-28 03:55:05
Author: abma
Details ] Diff ]
(installer) simplify save / restore register
mod - installer/sections/setupSections.nsh Diff ] File ]
develop 7855de63
Timestamp: 2011-03-28 03:36:07
Author: abma
Details ] Diff ]
(installer) add missing var
mod - installer/spring.nsi Diff ] File ]
develop 6b7eda55
Timestamp: 2011-03-28 03:06:52
Author: zerver
Details ] Diff ]
Try to fix Linux compile error
mod - rts/Sim/Projectiles/Projectile.h Diff ] File ]
mod - rts/Sim/Units/Unit.h Diff ] File ]
develop 7fa2fd91
Timestamp: 2011-03-27 20:14:30
Author: abma
Details ] Diff ]
(installer) don't create uninstaller for portable installations
mod - installer/spring.nsi Diff ] File ]
develop b3432088
Timestamp: 2011-03-27 20:09:06
Author: abma
Details ] Diff ]
(installer) add registry key to unitsync

for getting the path to unitsync.dll, read
HKLM\Software\Spring\SpringEngineHelper
mod - installer/sections/main.nsh Diff ] File ]
mod - installer/spring.nsi Diff ] File ]
develop 59bb6785
Timestamp: 2011-03-27 19:44:16
Author: abma
Details ] Diff ]
typo in installer (fix demofile association)
mod - installer/sections/main.nsh Diff ] File ]
develop 6c974720
Timestamp: 2011-03-27 00:35:27
Author: zerver
Details ] Diff ]
Don't iterate past end()
mod - rts/Sim/Units/UnitHandler.cpp Diff ] File ]
develop a04815cf
Timestamp: 2011-03-27 00:34:57
Author: zerver
Details ] Diff ]
Fix MT crash due to some MSVC weirdness
mod - rts/Sim/Projectiles/Projectile.h Diff ] File ]
mod - rts/Sim/Units/Unit.h Diff ] File ]
mod - rts/lib/gml/gml.h Diff ] File ]
develop aa18720e
Timestamp: 2011-03-26 13:42:12
Author: hoijui
Details ] Diff ]
add FileExists(vfsPath) methods to VFSHandler and ArchiveBase
mod - rts/System/FileSystem/ArchiveBase.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveBase.h Diff ] File ]
mod - rts/System/FileSystem/VFSHandler.cpp Diff ] File ]
mod - rts/System/FileSystem/VFSHandler.h Diff ] File ]
develop 1a356e32
Timestamp: 2011-03-26 01:21:52
Author: zerver
Details ] Diff ]
Oops
mod - rts/Rendering/GlobalRendering.cpp Diff ] File ]
develop 3e60285d
Timestamp: 2011-03-26 01:15:19
Author: zerver
Details ] Diff ]
Fix compile error
mod - rts/Rendering/GlobalRendering.cpp Diff ] File ]
mod - rts/Rendering/GlobalRendering.h Diff ] File ]
develop 562296a5
Timestamp: 2011-03-26 00:52:34
Author: kloot
Details ] Diff ]
fix the fix when only badTargetCat units are available
mod - rts/Sim/Weapons/Weapon.cpp Diff ] File ]
develop f4bb71cf
Timestamp: 2011-03-25 14:10:51
Author: kloot
Details ] Diff ]
fix targeting bug (0002386)
mod - rts/Game/GameHelper.cpp Diff ] File ]
mod - rts/Game/GameHelper.h Diff ] File ]
mod - rts/Sim/Units/UnitTypes/TransportUnit.cpp Diff ] File ]
mod - rts/Sim/Weapons/Weapon.cpp Diff ] File ]
develop 0facfc55
Timestamp: 2011-03-25 14:07:55
Author: hoijui
Details ] Diff ]
get rid of some compile warnings (initialization order)
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
develop ba352ee4
Timestamp: 2011-03-25 13:38:53
Author: hoijui
Details ] Diff ]
improve version logging on non-Windows OSs
mod - rts/System/Platform/Misc.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 4a6994ac
Timestamp: 2011-03-24 16:32:08
Author: hoijui
Details ] Diff ]
unitsync: improved error reporting when parsing map-options
mod - rts/System/Option.cpp Diff ] File ]
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop 8f26e6d7
Timestamp: 2011-03-24 14:03:35
Author: hoijui
Details ] Diff ]
properly implement scope validation in *Options.lua parsing [fix]
mod - rts/System/Option.cpp Diff ] File ]
develop 7caeae22
Timestamp: 2011-03-24 13:53:33
Author: hoijui
Details ] Diff ]
make map-options parsing work again (thanks to bibim) [fix]
I am not totally sure if it was broken, or if it only spammed exceptions
for maps that have no MapOptions.lua (i think the former).
It surely is better now anyway.
This should also be in the 0.82.8 release.
mod - rts/System/Option.cpp Diff ] File ]
develop 17ce4e49
Timestamp: 2011-03-24 11:42:40
Author: hoijui
Details ] Diff ]
Merge remote branch 'springlobby/usync_all_datadirs'
mod - tools/unitsync/unitsync.cpp Diff ] File ]
mod - tools/unitsync/unitsync_api.h Diff ] File ]
develop 74b11e1e
Timestamp: 2011-03-23 14:10:58
Author: kloot
Details ] Diff ]
fix cosmetic bugs with holdSteady-enabled transports (0002381)
mod - rts/Sim/Units/UnitTypes/TransportUnit.cpp Diff ] File ]
develop dc9a6f64
Timestamp: 2011-03-23 01:09:30
Author: Rene Milk
Details ] Diff ]
unitysnc: implemented GetDataDirectoryCount() and GetDataDirectory(int index)
mod - tools/unitsync/unitsync.cpp Diff ] File ]
mod - tools/unitsync/unitsync_api.h Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 532 533 534 535 536 537 538 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last