2025-08-18 02:57 CEST

spring: develop 40eef452 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
hoijui hoijui develop 2011-06-16 22:36:34 develop af24fa7d
Changeset cleanup CommandAI's (no logic changes)
* rename `isTrackable()` -> `IsTrackable()`
* rename `isAttackCapable()` -> `IsAttackCapable()`
* move, fix, adjust, remove duplicate (doc-)comments
* `(void)` -> `()`
* BuggerOff() param `float3` -> `const float3& pos`
* remove double slashes '__' from header-guards (reserved for the compiler)
mod - rts/Sim/Units/CommandAI/AirCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/AirCAI.h Diff ] File ]
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/BuilderCAI.h Diff ] File ]
mod - rts/Sim/Units/CommandAI/CommandAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/CommandAI.h Diff ] File ]
mod - rts/Sim/Units/CommandAI/FactoryCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/FactoryCAI.h Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.h Diff ] File ]
mod - rts/Sim/Units/CommandAI/TransportCAI.cpp Diff ] File ]