2025-08-14 02:59 CEST

spring: develop 5cf029f0 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
jK jK develop 2011-12-22 00:34:18 develop 5bd69d8a
Changeset partly revert 1c411a88242, cause:
1. it's an API, any backward compability changes must be wisely done
2. you just added a few code comments, and now removed them without discussing it with the gamedevs at all
3. the usage of the deprecated tags didn't print any warning message at all, so gamedevs really didn't knew about it
4. without those tags, it will return nil and _crash_ the luacode
5. you didn't published any luacode to restore backward compability
6. you just removed the gamedev affected part, but didn't made the engine internals any cleaner at all (you say parse movedefs for canhover, but still parse the __UnitDef__ canHover tag in the engine!!!)
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Lua/LuaConstCMD.cpp Diff ] File ]
mod - rts/Lua/LuaUnitDefs.cpp Diff ] File ]
mod - rts/Lua/LuaWeaponDefs.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDef.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDef.h Diff ] File ]