2025-08-04 11:13 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop f40ae060
Timestamp: 2011-12-11 12:46:42
Author: Tobi Vollebregt
Details ] Diff ]
(buildbot) create spring_${VERSION}_minimal-portable+dedicated.zip
mod - buildbot/slave/make_installer.sh Diff ] File ]
develop ae47ae2a
Timestamp: 2011-12-11 03:40:26
Author: Kaylewt
Details ] Diff ]
-
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
develop 8efbff6a
Timestamp: 2011-12-11 03:40:01
Author: Kaylewt
Details ] Diff ]
make units crushable like features (extends Spring.SetUnitBlocking with an optional 4th argument)
mod - rts/Sim/Features/Feature.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.cpp Diff ] File ]
mod - rts/Sim/Objects/SolidObject.cpp Diff ] File ]
mod - rts/Sim/Objects/SolidObject.h Diff ] File ]
develop 7c6fa24d
Timestamp: 2011-12-11 03:06:46
Author: Kaylewt
Details ] Diff ]
simplify (and fix minor bug in) MoveMath::IsNonBlocking
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.h Diff ] File ]
develop be180181
Timestamp: 2011-12-11 02:27:02
Author: zerver
Details ] Diff ]
GML cleanup
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/LoadScreen.cpp Diff ] File ]
mod - rts/Game/NetCommands.cpp Diff ] File ]
mod - rts/Game/UI/GameInfo.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/Lua/LuaEventBatch.h Diff ] File ]
mod - rts/Map/SMF/SMFGroundDrawer.cpp Diff ] File ]
mod - rts/Rendering/DebugDrawerAI.cpp Diff ] File ]
mod - rts/Rendering/DefaultPathDrawer.cpp Diff ] File ]
mod - rts/Rendering/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/GL/myGL.cpp Diff ] File ]
mod - rts/Rendering/ProjectileDrawer.cpp Diff ] File ]
mod - rts/Rendering/QTPFSPathDrawer.cpp Diff ] File ]
mod - rts/Rendering/Textures/S3OTextureHandler.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/Sim/Projectiles/Projectile.h Diff ] File ]
mod - rts/Sim/Projectiles/Unsynced/SmokeTrailProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/StarburstProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/StarburstProjectile.h Diff ] File ]
mod - rts/Sim/Units/Unit.h Diff ] File ]
mod - rts/Sim/Units/UnitHandler.cpp Diff ] File ]
mod - rts/System/Main.cpp Diff ] File ]
mod - rts/System/Platform/Synchro.h Diff ] File ]
mod - rts/System/Platform/Threading.cpp Diff ] File ]
mod - rts/System/Platform/Watchdog.cpp Diff ] File ]
mod - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
mod - rts/lib/gml/gml.h Diff ] File ]
mod - rts/lib/gml/gml_base.h Diff ] File ]
mod - rts/lib/gml/gmlcls.h Diff ] File ]
mod - rts/lib/gml/gmlcnf.h Diff ] File ]
develop 2ed2fedd
Timestamp: 2011-12-10 14:04:26
Author: jK
Details ] Diff ]
Merge remote-tracking branch 'origin/roam' into develop
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/Map/BaseGroundDrawer.h Diff ] File ]
mod - rts/Map/BasicMapDamage.cpp Diff ] File ]
mod - rts/Map/CMakeLists.txt Diff ] File ]
mod - rts/Map/ReadMap.h Diff ] File ]
mod - rts/Map/SM3/SM3GroundDrawer.cpp Diff ] File ]
mod - rts/Map/SM3/SM3GroundDrawer.h Diff ] File ]
add - rts/Map/SMF/IMeshDrawer.h Diff ] File ]
add - rts/Map/SMF/Legacy/LegacyMeshDrawer.cpp Diff ] File ]
add - rts/Map/SMF/Legacy/LegacyMeshDrawer.h Diff ] File ]
add - rts/Map/SMF/ROAM/Patch.cpp Diff ] File ]
add - rts/Map/SMF/ROAM/Patch.h Diff ] File ]
add - rts/Map/SMF/ROAM/RoamMeshDrawer.cpp Diff ] File ]
add - rts/Map/SMF/ROAM/RoamMeshDrawer.h Diff ] File ]
mod - rts/Map/SMF/SMFGroundDrawer.cpp Diff ] File ]
mod - rts/Map/SMF/SMFGroundDrawer.h Diff ] File ]
mod - rts/Map/SMF/SMFGroundTextures.cpp Diff ] File ]
mod - rts/Rendering/Env/AdvWater.cpp Diff ] File ]
mod - rts/Rendering/Env/BumpWater.cpp Diff ] File ]
mod - rts/Rendering/Env/CubeMapHandler.cpp Diff ] File ]
mod - rts/Rendering/Env/DynWater.cpp Diff ] File ]
mod - rts/Rendering/WorldDrawer.cpp Diff ] File ]
mod - rts/System/Config/ConfigHandler.cpp Diff ] File ]
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop 5f01df9a
Timestamp: 2011-12-09 20:03:07
Author: Kaylewt
Details ] Diff ]
properly restore MoveType::maxSpeed after a guard-order
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/HoverAirMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveType.h Diff ] File ]
mod - rts/Sim/MoveTypes/StrafeAirMoveType.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.h Diff ] File ]
develop fa6daf30
Timestamp: 2011-12-09 15:14:24
Author: Kaylewt
Details ] Diff ]
(GMT) ignore pushing contributions from mobile units without orders

also make ObstacleAvoidance take obstacle mass into
account when calculating avoidance-strength values
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.h Diff ] File ]
develop 1455ce10
Timestamp: 2011-12-09 05:01:32
Author: jK
Details ] Diff ]
ROAM: don't create/handle VBO when unsupported by the gpu drivers
mod - rts/Map/SMF/ROAM/Patch.cpp Diff ] File ]
mod - rts/Map/SMF/ROAM/Patch.h Diff ] File ]
develop 5aee3a71
Timestamp: 2011-12-09 01:11:28
Author: hoijui
Details ] Diff ]
get rid of MoveType initialization order mismatch warning [nlc]
mod - rts/Sim/MoveTypes/MoveType.cpp Diff ] File ]
develop 30fb7a59
Timestamp: 2011-12-09 00:33:26
Author: hoijui
Details ] Diff ]
windows Crash-Handler: get rid of a macro [nlc]
mod - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
develop 93e7b1fd
Timestamp: 2011-12-09 00:30:02
Author: hoijui
Details ] Diff ]
white-space & comment fixes [minor]
mod - rts/System/Platform/Linux/CrashHandler.cpp Diff ] File ]
mod - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
develop 2322f6a3
Timestamp: 2011-12-09 00:29:23
Author: hoijui
Details ] Diff ]
re-add flushing to log-files where it was removed in ff79142 [related#2796]
mod - rts/Game/LoadScreen.cpp Diff ] File ]
mod - rts/System/Platform/Linux/CrashHandler.cpp Diff ] File ]
mod - rts/System/Platform/Watchdog.cpp Diff ] File ]
mod - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
develop 0caa9704
Timestamp: 2011-12-09 00:27:17
Author: hoijui
Details ] Diff ]
removes obsolete & out-commented code from ILog.h [minor]
mod - rts/System/Log/ILog.h Diff ] File ]
develop 27889269
Timestamp: 2011-12-09 00:26:43
Author: hoijui
Details ] Diff ]
add a cleanup function to the ILog.h API (currently only flushes log-file buffers) [related#2796]
mod - rts/System/Log/Backend.cpp Diff ] File ]
mod - rts/System/Log/Backend.h Diff ] File ]
mod - rts/System/Log/DefaultFilter.cpp Diff ] File ]
mod - rts/System/Log/FileSink.cpp Diff ] File ]
mod - rts/System/Log/ILog.h Diff ] File ]
develop 6372f787
Timestamp: 2011-12-08 23:09:37
Author: zerver
Details ] Diff ]
Fix compile error in 3907a8f
mod - rts/Rendering/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/ProjectileDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
develop c74a0e88
Timestamp: 2011-12-08 22:07:36
Author: zerver
Details ] Diff ]
Update VCproj
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop 6de5874c
Timestamp: 2011-12-08 22:07:16
Author: zerver
Details ] Diff ]
boost::uint32_t
mod - rts/System/Platform/Threading.cpp Diff ] File ]
develop 33e52cd0
Timestamp: 2011-12-08 22:06:39
Author: zerver
Details ] Diff ]
Extend gml_base a bit
mod - rts/Rendering/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/Models/IModelParser.cpp Diff ] File ]
mod - rts/Rendering/Models/IModelParser.h Diff ] File ]
mod - rts/Rendering/ProjectileDrawer.cpp Diff ] File ]
mod - rts/Rendering/Textures/S3OTextureHandler.cpp Diff ] File ]
mod - rts/Rendering/Textures/S3OTextureHandler.h Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/System/EventBatchHandler.cpp Diff ] File ]
mod - rts/lib/gml/gml_base.h Diff ] File ]
develop 3907a8f9
Timestamp: 2011-12-08 22:05:04
Author: zerver
Details ] Diff ]
Fix dedf96d
mod - rts/Rendering/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/ProjectileDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
develop b9f6dee8
Timestamp: 2011-12-08 08:52:33
Author: jK
Details ] Diff ]
fix bug in CFileHandler::FileExists() (mantis 0002816)
mod - rts/System/FileSystem/FileHandler.cpp Diff ] File ]
develop b4e7fc92
Timestamp: 2011-12-08 02:57:37
Author: Kaylewt
Details ] Diff ]
simplify 754806da254c367ca9683cfcb979668d1e3b60b1 again
mod - rts/Sim/MoveTypes/HoverAirMoveType.cpp Diff ] File ]
develop 39496262
Timestamp: 2011-12-08 01:25:17
Author: zerver
Details ] Diff ]
Okay, but not this, it is slower!
mod - rts/Map/ReadMap.h Diff ] File ]
develop eb8cbcb7
Timestamp: 2011-12-08 01:11:55
Author: Kaylewt
Details ] Diff ]
Merge branch 'develop' of github.com:spring/spring into develop
mod - rts/Sim/MoveTypes/HoverAirMoveType.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/TransportCAI.cpp Diff ] File ]
develop 2d2eecf1
Timestamp: 2011-12-08 01:11:47
Author: Kaylewt
Details ] Diff ]
just remove the damn statics
mod - rts/Map/Ground.cpp Diff ] File ]
mod - rts/Map/ReadMap.h Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 431 432 433 434 435 436 437 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last