ChangeLog.txt
changeset 11963 0c1420aaa59e
parent 11960 c933f2257020
child 11966 5d0e25bd876a
equal deleted inserted replaced
11962:209a66df2340 11963:0c1420aaa59e
    84  + New call: GetVisualGearType(vgUid) -- returns the visual gear type
    84  + New call: GetVisualGearType(vgUid) -- returns the visual gear type
    85  + New call: SetAmmoTexts(ammoType, name, caption, description) -- Overwrite displayed name and description of an ammo type
    85  + New call: SetAmmoTexts(ammoType, name, caption, description) -- Overwrite displayed name and description of an ammo type
    86  + New call: SetAmmoDescriptionAppendix(ammoType, descAppend) -- Append a custom text to the description of an ammo type without overwriting it
    86  + New call: SetAmmoDescriptionAppendix(ammoType, descAppend) -- Append a custom text to the description of an ammo type without overwriting it
    87  + New hook: onVisualGearAdd(vgUid) -- called when a visual gear is added
    87  + New hook: onVisualGearAdd(vgUid) -- called when a visual gear is added
    88  + New hook: onVisualGearDelete(vgUid) -- called when a visual gear is deleted
    88  + New hook: onVisualGearDelete(vgUid) -- called when a visual gear is deleted
       
    89  + New variable: AirMinesNum -- Number of air mines being placed on a medium-sized map
    89  + New variable: WorldEdge -- World edge type (weNone, weWrap, weBounce, weSea)
    90  + New variable: WorldEdge -- World edge type (weNone, weWrap, weBounce, weSea)
    90 
    91 
    91 0.9.21 -> 0.9.22
    92 0.9.21 -> 0.9.22
    92  + New Weapon / Map object: AirMine (floating mine that will follow nearby hedgehogs)
    93  + New Weapon / Map object: AirMine (floating mine that will follow nearby hedgehogs)
    93  + Extensive changes to TechRacer: Variable terrain types, enhanced parameters, hwmap interpreter, fuel limiter, etc. 
    94  + Extensive changes to TechRacer: Variable terrain types, enhanced parameters, hwmap interpreter, fuel limiter, etc.