2025-08-03 05:33 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 5d95e795
Timestamp: 2010-01-18 13:35:02
Author: Tobi Vollebregt
Details ] Diff ]
ui: fixed /wiremap 0|1 (was inversed)
mod - rts/Game/Game.cpp Diff ] File ]
develop 0c4e070c
Timestamp: 2010-01-18 13:33:41
Author: Tobi Vollebregt
Details ] Diff ]
rendering: fixed icons not working properly when distance to ground was used

in particular, this fixes:
* distance property of the icons not being honoured when using
distance to ground, instead of distance to unit
* no icons at all showing up in mods that have average icon distance
far from 1, when using distance to ground
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.h Diff ] File ]
develop ef123dc5
Timestamp: 2010-01-18 11:12:19
Author: Tobi Vollebregt
Details ] Diff ]
sim: a feature's reclaimTime must be >= 1 (fixes division by zero + NaN m/e when reclaiming)
mod - rts/Sim/Features/FeatureHandler.cpp Diff ] File ]
develop 2faee49b
Timestamp: 2010-01-18 10:22:58
Author: Tobi Vollebregt
Details ] Diff ]
vfs: small simplification
mod - rts/System/FileSystem/FileSystem.cpp Diff ] File ]
develop 784a6e5c
Timestamp: 2010-01-18 10:18:49
Author: Tobi Vollebregt
Details ] Diff ]
ui: strip path & extension from demo name in info box, so it fits on screen
mod - rts/Game/UI/GameInfo.cpp Diff ] File ]
develop 094668c9
Timestamp: 2010-01-18 01:11:04
Author: Karl-Robert Ernst
Details ] Diff ]
changelog
mod - Documentation/changelog.txt Diff ] File ]
develop 3c29cae9
Timestamp: 2010-01-18 01:01:57
Author: hoijui
Details ] Diff ]
CategoryHandler: code cleanup & warning message fix & documentation
code logic did not change
mod - rts/Sim/Misc/CategoryHandler.cpp Diff ] File ]
mod - rts/Sim/Misc/CategoryHandler.h Diff ] File ]
develop 648f4e6b
Timestamp: 2010-01-18 00:37:22
Author: Karl-Robert Ernst
Details ] Diff ]
make it even more happy
mod - tools/DedicatedServer/main.cpp Diff ] File ]
develop aa110d96
Timestamp: 2010-01-18 00:24:54
Author: Karl-Robert Ernst
Details ] Diff ]
make valgrind happy by initialising playerstatistics
mod - rts/Game/PlayerStatistics.cpp Diff ] File ]
mod - rts/Game/PlayerStatistics.h Diff ] File ]
develop ab21f449
Timestamp: 2010-01-18 00:12:31
Author: Karl-Robert Ernst
Details ] Diff ]
dediserv: fix problem loading map
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/Game/PreGame.h Diff ] File ]
mod - tools/DedicatedServer/main.cpp Diff ] File ]
develop 4776e64e
Timestamp: 2010-01-17 23:10:31
Author: Karl-Robert Ernst
Details ] Diff ]
fix reading over bounds in DemoReader (crash at the end of demo)
mod - rts/System/DemoReader.cpp Diff ] File ]
develop 53b5ee0e
Timestamp: 2010-01-17 22:06:51
Author: hoijui
Details ] Diff ]
fix windows DirExists(dir); now works for root dir of drives too (eg: "C:\")
mod - rts/System/FileSystem/FileSystemHandler.cpp Diff ] File ]
develop 773125ec
Timestamp: 2010-01-17 19:03:55
Author: Karl-Robert Ernst
Details ] Diff ]
misc
mod - rts/Map/SM3/Sm3Map.cpp Diff ] File ]
mod - rts/Sim/Misc/SmoothHeightMesh.cpp Diff ] File ]
develop e58d7927
Timestamp: 2010-01-17 18:13:01
Author: Andrea Piras
Committer: Tobi Vollebregt
Details ] Diff ]
added a mechanism to register/unregister for messages that are normally not broadcasted

Conflicts:

rts/System/BaseNetProtocol.h
tools/DedicatedClient/main.cpp
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/GameServer.h Diff ] File ]
mod - rts/System/BaseNetProtocol.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.h Diff ] File ]
develop 4b46be61
Timestamp: 2010-01-17 18:13:01
Author: Andrea Piras
Committer: Tobi Vollebregt
Details ] Diff ]
added a mechanism to register/unregister for messages that are normally not broadcasted

Conflicts:

rts/System/BaseNetProtocol.h
tools/DedicatedClient/main.cpp
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/GameServer.h Diff ] File ]
mod - rts/System/BaseNetProtocol.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.h Diff ] File ]
develop 1b36d2af
Timestamp: 2010-01-17 16:36:44
Author: Karl-Robert Ernst
Details ] Diff ]
don't buffer files for 7z archives twice
mod - rts/System/FileSystem/Archive7Zip.cpp Diff ] File ]
mod - rts/System/FileSystem/Archive7Zip.h Diff ] File ]
mod - rts/System/FileSystem/ArchiveBuffered.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveBuffered.h Diff ] File ]
develop 957870ac
Timestamp: 2010-01-17 16:25:02
Author: Karl-Robert Ernst
Details ] Diff ]
layout fix in ArchiveBuffered
mod - rts/System/FileSystem/ArchiveBuffered.h Diff ] File ]
develop 4e72da3d
Timestamp: 2010-01-17 15:24:33
Author: Karl-Robert Ernst
Details ] Diff ]
archive scanner: don't silently drop unresolved dependencies
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop 23ef959a
Timestamp: 2010-01-17 12:42:34
Author: Tobi Vollebregt
Details ] Diff ]
fix compiler error when USE_MMGR=YES
mod - rts/System/mmgr.cpp Diff ] File ]
develop 22a72ec3
Timestamp: 2010-01-17 12:37:40
Author: Tobi Vollebregt
Details ] Diff ]
simplification, function naming
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp Diff ] File ]
develop fdb8ad21
Timestamp: 2010-01-16 23:52:29
Author: Karl-Robert Ernst
Details ] Diff ]
set wind to minimal strength on startup instead of 0
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Sim/Misc/Wind.cpp Diff ] File ]
mod - rts/Sim/Misc/Wind.h Diff ] File ]
develop 1adbd8cb
Timestamp: 2010-01-16 23:34:24
Author: Karl-Robert Ernst
Details ] Diff ]
fix wind not goind below maps min
mod - rts/Sim/Misc/Wind.cpp Diff ] File ]
develop d4f2f221
Timestamp: 2010-01-15 22:33:29
Author: Karl-Robert Ernst
Details ] Diff ]
fix possible crash (thanks Vantskruv)
mod - rts/System/FileSystem/FileHandler.cpp Diff ] File ]
develop 8a04861c
Timestamp: 2010-01-15 18:06:38
Author: Karl-Robert Ernst
Details ] Diff ]
do the same for lobby and settings start
mod - rts/Menu/SelectMenu.cpp Diff ] File ]
develop 9397e417
Timestamp: 2010-01-15 17:59:32
Author: Karl-Robert Ernst
Details ] Diff ]
fix spaces in string path restart (at least in wine)
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 662 663 664 665 666 667 668 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last