spring: develop bcfb384d | [ Diff ] [ Back to Repository ] | |||
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
tvo | tvo | develop | 2007-10-21 00:08:12 | develop 2086da2f |
Changeset | * Fix flying/underground units bug: the problem was that after the skidding end condition in CGroundMoveType::UpdateSkid there was a flying start condition. Therefore it was possible for skidding to become false and flying to become true in one UpdateSkid call, while the rest of the code assumed that 'flying' implies 'skidding'. (as in: UpdateSkid, which also does math for flying units, is not called if skidding is false. Effectively that ment that e.g. gravity didn't apply to those units anymore and they started floating in mid air or underground...) * Minor cleanup in TransportUnit.cpp * Fix typo in server: respone->response * Fix use of uninitialized memory in CSimpleParser git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4606 37977431-3df6-0310-b722-df95706aa16b |
|||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | |||
mod - rts/Sim/MoveTypes/groundmovetype.cpp | [ Diff ] [ File ] | |||
mod - rts/Sim/Units/UnitTypes/TransportUnit.cpp | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/SimpleParser.cpp | [ Diff ] [ File ] |