2025-08-15 07:44 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 5e9f18b2
Timestamp: 2012-02-15 13:02:28
Author: rt
Details ] Diff ]
QTPFS: fix a degeneracy in PathManager::NextWayPoint
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/Path/QTPFS/PathManager.cpp Diff ] File ]
develop ea9e7d77
Timestamp: 2012-02-15 00:56:24
Author: rt
Details ] Diff ]
UnitDef: add turnInPlaceAngleLimit tag for Godde

for a unit with turnInPlace=true, defines the
maximum angle of a turn above which it starts
to brake (defaults to 0.0, values in degrees)
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDef.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDef.h Diff ] File ]
develop 988b9d54
Timestamp: 2012-02-14 22:42:12
Author: zerver
Details ] Diff ]
snprintf --> SNPRINTF
mod - rts/Rendering/DefaultPathDrawer.cpp Diff ] File ]
develop 840626d8
Timestamp: 2012-02-14 14:28:38
Author: rt
Details ] Diff ]
fix a warning (minor)
mod - rts/Sim/MoveTypes/ScriptMoveType.h Diff ] File ]
develop 07a4306b
Timestamp: 2012-02-14 04:26:41
Author: rt
Details ] Diff ]
revisit "Enemied units can get stuck in each other with movectrl" (2832)

look at the LuaSynced diff for which switch to flip,
detecting when to flip it is your own damn problem
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/Objects/SolidObject.cpp Diff ] File ]
mod - rts/Sim/Objects/SolidObject.h Diff ] File ]
develop 3c19995b
Timestamp: 2012-02-14 00:45:23
Author: rt
Details ] Diff ]
fix FPE in Weapon::TryTarget (acos domain error)
mod - rts/Sim/Weapons/Weapon.cpp Diff ] File ]
develop 6eed92c8
Timestamp: 2012-02-13 13:55:36
Author: rt
Details ] Diff ]
merge release/
mod - rts/Sim/MoveTypes/MoveInfo.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveInfo.h Diff ] File ]
mod - rts/Sim/Path/Default/PathFinder.cpp Diff ] File ]
develop 46af3a1d
Timestamp: 2012-02-13 13:17:59
Author: rt
Details ] Diff ]
fix MoveData checksums yet again
mod - rts/Sim/MoveTypes/MoveInfo.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveInfo.h Diff ] File ]
develop 33e84362
Timestamp: 2012-02-13 12:14:25
Author: rt
Details ] Diff ]
un-hardcode the speedmod multipliers for squares blocked by mobile units
mod - rts/Sim/MoveTypes/MoveInfo.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveInfo.h Diff ] File ]
mod - rts/Sim/Path/Default/PathFinder.cpp Diff ] File ]
develop 9d437e4d
Timestamp: 2012-02-12 23:43:04
Author: Dmitry Marakasov
Committer: abma
Details ] Diff ]
Implement internal_pthread_backtrace for FreeBSD
mod - rts/System/Platform/Linux/thread_backtrace.cpp Diff ] File ]
develop 9e233672
Timestamp: 2012-02-12 23:38:50
Author: Dmitry Marakasov
Committer: abma
Details ] Diff ]
Add missing includes
mod - AI/Skirmish/RAI/LogFile.h Diff ] File ]
mod - rts/Rendering/Textures/nv_dds.h Diff ] File ]
develop 3606bb97
Timestamp: 2012-02-12 19:31:15
Author: rt
Details ] Diff ]
merge release
mod - rts/ExternalAI/EngineOutHandler.cpp Diff ] File ]
mod - rts/Game/NetCommands.cpp Diff ] File ]
mod - rts/Game/SyncedGameCommands.cpp Diff ] File ]
mod - rts/Game/UI/KeyBindings.cpp Diff ] File ]
mod - rts/Game/UI/SelectionKeyHandler.cpp Diff ] File ]
mod - rts/Game/UI/SelectionKeyHandler.h Diff ] File ]
mod - rts/Lua/LuaSyncedMoveCtrl.cpp Diff ] File ]
mod - rts/Map/BaseGroundDrawer.cpp Diff ] File ]
mod - rts/Rendering/FarTextureHandler.cpp Diff ] File ]
mod - rts/Rendering/FarTextureHandler.h Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/Sim/Misc/AirBaseHandler.cpp Diff ] File ]
mod - rts/Sim/Misc/GlobalSynced.cpp Diff ] File ]
mod - rts/Sim/Misc/GlobalSynced.h Diff ] File ]
mod - rts/Sim/Misc/LosHandler.cpp Diff ] File ]
mod - rts/Sim/Misc/LosHandler.h Diff ] File ]
mod - rts/Sim/Misc/RadarHandler.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveInfo.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveInfo.h Diff ] File ]
mod - rts/Sim/Path/Default/PathFinder.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp Diff ] File ]
mod - rts/Sim/Weapons/Weapon.cpp Diff ] File ]
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
develop e328c067
Timestamp: 2012-02-12 18:43:17
Author: rt
Details ] Diff ]
[PFS] make hardcoded cost-adjusment for squares blocked by mobile units optional
mod - rts/Sim/MoveTypes/MoveInfo.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveInfo.h Diff ] File ]
mod - rts/Sim/Path/Default/PathFinder.cpp Diff ] File ]
develop 2d5fa6c3
Timestamp: 2012-02-12 14:00:26
Author: rt
Details ] Diff ]
make globalLOS a per-allyteam variable
mod - rts/ExternalAI/EngineOutHandler.cpp Diff ] File ]
mod - rts/Game/SyncedGameCommands.cpp Diff ] File ]
mod - rts/Map/BaseGroundDrawer.cpp Diff ] File ]
mod - rts/Sim/Misc/GlobalSynced.cpp Diff ] File ]
mod - rts/Sim/Misc/GlobalSynced.h Diff ] File ]
mod - rts/Sim/Misc/LosHandler.cpp Diff ] File ]
mod - rts/Sim/Misc/LosHandler.h Diff ] File ]
mod - rts/Sim/Misc/RadarHandler.cpp Diff ] File ]
develop 4967f4ef
Timestamp: 2012-02-11 22:26:15
Author: rt
Details ] Diff ]
fix 'operation on 'n' may be undefined'
mod - rts/Sim/MoveTypes/MoveInfo.cpp Diff ] File ]
develop f43fb62b
Timestamp: 2012-02-11 22:20:33
Author: rt
Details ] Diff ]
gmlVector still has no const_iterator type
mod - rts/Rendering/FarTextureHandler.cpp Diff ] File ]
develop 42c3446a
Timestamp: 2012-02-11 19:43:01
Author: rt
Details ] Diff ]
-
mod - rts/Sim/MoveTypes/MoveInfo.cpp Diff ] File ]
develop 225c2672
Timestamp: 2012-02-11 19:36:11
Author: rt
Details ] Diff ]
fix MoveData checksums again
mod - rts/Sim/MoveTypes/MoveInfo.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveInfo.h Diff ] File ]
develop 34cc76d8
Timestamp: 2012-02-10 16:22:03
Author: rt
Details ] Diff ]
fix
mod - rts/Rendering/FarTextureHandler.cpp Diff ] File ]
mod - rts/Rendering/FarTextureHandler.h Diff ] File ]
develop e0028036
Timestamp: 2012-02-10 15:39:46
Author: rt
Details ] Diff ]
read the new depthmod-params from their own subtable ('depthModParams')
mod - rts/Sim/MoveTypes/MoveInfo.cpp Diff ] File ]
develop 84ae18e5
Timestamp: 2012-02-10 15:38:48
Author: rt
Details ] Diff ]
fix 'Unit LOD billboards are too dark' (2948)
mod - rts/Rendering/FarTextureHandler.cpp Diff ] File ]
mod - rts/Rendering/FarTextureHandler.h Diff ] File ]
develop 2b9fd12b
Timestamp: 2012-02-09 23:00:50
Author: zerver
Details ] Diff ]
Increase MTinfo threshold to 1%
mod - rts/Game/Game.cpp Diff ] File ]
develop cd0cf512
Timestamp: 2012-02-09 15:16:46
Author: rt
Details ] Diff ]
remove weird inability of weapons with a non-default onlyTargetCategory to attack the ground
(the canAttackGround tag exists for this purpose and is true by default anyway)
mod - rts/Sim/Weapons/Weapon.cpp Diff ] File ]
develop a6858bb9
Timestamp: 2012-02-09 14:28:53
Author: abma
Details ] Diff ]
remove support for selectkeys.txt (was already deprecated a long time ago)
mod - rts/Game/UI/KeyBindings.cpp Diff ] File ]
mod - rts/Game/UI/SelectionKeyHandler.cpp Diff ] File ]
mod - rts/Game/UI/SelectionKeyHandler.h Diff ] File ]
develop 9c5533a7
Timestamp: 2012-02-09 01:52:06
Author: rt
Details ] Diff ]
fix 'Warning message on SetGroundMoveTypeData(unitID, \'maxSpeed\', 0)' (and some related possible div0\'s)
mod - rts/Lua/LuaSyncedMoveCtrl.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 417 418 419 420 421 422 423 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last