2025-08-10 12:34 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 9bdc5ae3
Timestamp: 2011-05-26 19:25:06
Author: hoijui
Details ] Diff ]
cleanup GameController (no logic changes)
mod - rts/Game/GameController.cpp Diff ] File ]
mod - rts/Game/GameController.h Diff ] File ]
develop 375d1d63
Timestamp: 2011-05-22 15:43:19
Author: abma
Details ] Diff ]
(archivemover) use calling convs + restructured
mod - tools/ArchiveMover/ArchiveMover.cpp Diff ] File ]
develop 31eecf18
Timestamp: 2011-05-22 13:51:48
Author: kloot
Details ] Diff ]
remove/deprecate {Feature,Unit,Weapon}Def::filename
mod - cont/base/springcontent/gamedata/featuredefs.lua Diff ] File ]
mod - cont/base/springcontent/gamedata/featuredefs_post.lua Diff ] File ]
mod - cont/base/springcontent/gamedata/unitdefs.lua Diff ] File ]
mod - cont/base/springcontent/gamedata/weapondefs.lua Diff ] File ]
mod - cont/base/springcontent/gamedata/weapondefs_post.lua Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp Diff ] File ]
mod - rts/Lua/LuaFeatureDefs.cpp Diff ] File ]
mod - rts/Lua/LuaUnitDefs.cpp Diff ] File ]
mod - rts/Lua/LuaWeaponDefs.cpp Diff ] File ]
mod - rts/Sim/Features/FeatureDef.h Diff ] File ]
mod - rts/Sim/Features/FeatureHandler.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDef.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDef.h Diff ] File ]
mod - rts/Sim/Weapons/WeaponDef.h Diff ] File ]
mod - rts/Sim/Weapons/WeaponDefHandler.cpp Diff ] File ]
develop f4e9ccc7
Timestamp: 2011-05-22 09:27:17
Author: hoijui
Details ] Diff ]
rename ActionExecutor -> SyncedActionExecutor, and put it into a separate source file
mod - rts/Game/Action.cpp Diff ] File ]
mod - rts/Game/Action.h Diff ] File ]
mod - rts/Game/CMakeLists.txt Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
add - rts/Game/SyncedActionExecutor.cpp Diff ] File ]
add - rts/Game/SyncedActionExecutor.h Diff ] File ]
mod - rts/Game/SyncedGameCommands.cpp Diff ] File ]
develop 2869fb54
Timestamp: 2011-05-21 23:54:30
Author: zerver
Details ] Diff ]
Fix issues pointed out in 0a0d1954
mod - rts/Game/GameServer.cpp Diff ] File ]
develop 14ff7017
Timestamp: 2011-05-21 19:32:48
Author: abma
Details ] Diff ]
(archivemover) compile fix
mod - tools/ArchiveMover/ArchiveMover.cpp Diff ] File ]
develop c4b12e4c
Timestamp: 2011-05-21 18:46:30
Author: abma
Details ] Diff ]
(archivemover) fix loading of unitsync.dll (LoadLibrary requires wstring)
mod - tools/ArchiveMover/ArchiveMover.cpp Diff ] File ]
develop 320b0efc
Timestamp: 2011-05-21 01:38:52
Author: zerver
Details ] Diff ]
Fix mantis 0002442 (Crash in Spring MT (GroundBlockingObjectMap.cpp:172))
mod - rts/Sim/Misc/GroundBlockingObjectMap.cpp Diff ] File ]
mod - rts/Sim/Misc/GroundBlockingObjectMap.h Diff ] File ]
mod - rts/lib/gml/gml.cpp Diff ] File ]
mod - rts/lib/gml/gmlmut.h Diff ] File ]
develop 0a0d1954
Timestamp: 2011-05-21 00:17:34
Author: zerver
Details ] Diff ]
[GameServer] Safeguard against reconnection rejection due to mid-game password change
mod - rts/Game/GameServer.cpp Diff ] File ]
develop db9e0c55
Timestamp: 2011-05-20 23:50:55
Author: abma
Details ] Diff ]
(archivemover) use unitsync to get writeable data dir + compile fix on *nix
mod - tools/ArchiveMover/ArchiveMover.cpp Diff ] File ]
mod - tools/ArchiveMover/CMakeLists.txt Diff ] File ]
develop 0f572504
Timestamp: 2011-05-20 12:05:19
Author: abma
Details ] Diff ]
(archivemover) remove outdated instructions and unused code
mod - tools/ArchiveMover/ArchiveMover.cpp Diff ] File ]
rm - tools/ArchiveMover/README.txt Diff ] File ]
develop e893c26c
Timestamp: 2011-05-17 13:40:23
Author: kloot
Details ] Diff ]
make the AllowWeaponTarget* callins perform a complete engine bypass if they are defined
mod - rts/Game/GameHelper.cpp Diff ] File ]
mod - rts/Lua/LuaRules.cpp Diff ] File ]
mod - rts/Lua/LuaRules.h Diff ] File ]
mod - rts/Sim/Weapons/Weapon.cpp Diff ] File ]
develop dca8d0a5
Timestamp: 2011-05-17 13:19:04
Author: kloot
Details ] Diff ]
remove radius halving for default aircraft collision-volumes

direct all your whining about BALANCE!~!11! changes to http://springrts.com/phpbb/memberlist.php?mode=viewprofile&u=1184
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
develop 435a97f8
Timestamp: 2011-05-17 13:03:14
Author: kloot
Details ] Diff ]
repair some lua_createtable() calls (swapped narr/nrec arguments)
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaUtils.cpp Diff ] File ]
mod - rts/Lua/LuaUtils.h Diff ] File ]
develop d49cea8f
Timestamp: 2011-05-17 10:43:15
Author: hoijui
Details ] Diff ]
cleanup SyncedGameCommands includes & add some TODOs
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/NetCommands.cpp Diff ] File ]
mod - rts/Game/SyncedGameCommands.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
develop ea1c80bf
Timestamp: 2011-05-17 10:42:26
Author: hoijui
Details ] Diff ]
decouple synced game(chat)-commands from CGame

As commands are now selected through a look-up on a map,
instead of through a long else-if chain, replacing the map
with a hash-map would probably speed-up command selection
(even considering virtual method calls in place).
mod - rts/Game/Action.cpp Diff ] File ]
mod - rts/Game/Action.h Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
mod - rts/Game/SyncedGameCommands.cpp Diff ] File ]
add - rts/Game/SyncedGameCommands.h Diff ] File ]
develop 8649e43e
Timestamp: 2011-05-16 23:34:33
Author: abma
Details ] Diff ]
apply missing lua patch

"Wrong code generation for some particular boolean expressions."
see http://www.lua.org/bugs.html#5.1.4-9
mod - rts/lib/lua/src/lcode.cpp Diff ] File ]
develop 19fadf02
Timestamp: 2011-05-16 01:17:43
Author: zerver
Details ] Diff ]
Compile
mod - rts/Sim/Units/CommandAI/Command.h Diff ] File ]
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop 79b3ed88
Timestamp: 2011-05-15 15:14:14
Author: hoijui
Details ] Diff ]
move key-press handling code to UnsyncedCommands
mod - rts/Game/SyncedGameCommands.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
develop 21f99f65
Timestamp: 2011-05-15 15:02:32
Author: hoijui
Details ] Diff ]
cleanup in Game and *Commands (no logic changes)
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/NetCommands.cpp Diff ] File ]
mod - rts/Game/SyncedGameCommands.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
develop 18e5904b
Timestamp: 2011-05-15 14:13:23
Author: abma
Details ] Diff ]
PathEstimator: don't try to open nonexisting file + nicer output

this avoids confusing messages like this:
[f=0000000] Error opening cache\paths\Throne v12339111379.pe.zip
mod - rts/Sim/Path/Default/PathEstimator.cpp Diff ] File ]
develop 744a18e6
Timestamp: 2011-05-15 13:31:58
Author: abma
Details ] Diff ]
(minor) fix comment in CMakeLists.txt
mod - rts/System/CMakeLists.txt Diff ] File ]
develop 16e11c29
Timestamp: 2011-05-15 10:47:45
Author: hoijui
Details ] Diff ]
cleanup CommandMessage & misc (no logic changes)
mod - rts/Game/Action.h Diff ] File ]
mod - rts/Game/ChatMessage.cpp Diff ] File ]
mod - rts/Game/ChatMessage.h Diff ] File ]
mod - rts/Game/CommandMessage.cpp Diff ] File ]
mod - rts/Game/CommandMessage.h Diff ] File ]
mod - rts/Game/ConsoleHistory.cpp Diff ] File ]
mod - rts/Game/ConsoleHistory.h Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/NetCommands.cpp Diff ] File ]
mod - rts/Game/SyncedGameCommands.cpp Diff ] File ]
develop 72d3e16a
Timestamp: 2011-05-15 10:16:56
Author: hoijui
Details ] Diff ]
add missing source-files to the build-system (thanks abma) [CMake] [fix]
Fixes windows build, broken in "unuse AUX_SOURCE_DIRECTORY,
following CMake doc recommendation [CMake]"
5d2362d3110cab0e534bccc7b222971105795bdc.
mod - rts/System/CMakeLists.txt Diff ] File ]
develop b6eb451d
Timestamp: 2011-05-14 15:34:33
Author: hoijui
Details ] Diff ]
add an XXX and adjust white-space [minor]
mod - rts/Rendering/Env/AdvTreeGenerator.h Diff ] File ]
mod - rts/Rendering/Env/BaseWater.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 523 524 525 526 527 528 529 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last