ChangeLog.txt
changeset 12749 1df909b46c05
parent 12748 aa96dec39da8
child 12750 6cec6b881a1c
equal deleted inserted replaced
12748:aa96dec39da8 12749:1df909b46c05
   379  + Gear values: “Boom” -- used to modify explosion size and/or damage for most gears
   379  + Gear values: “Boom” -- used to modify explosion size and/or damage for most gears
   380  + 8 overridable custom sprites/sounds: sprCustom1-sprCustom8, sndCustom1-sndCustom8
   380  + 8 overridable custom sprites/sounds: sprCustom1-sprCustom8, sndCustom1-sndCustom8
   381  * Fixed call: HideHog(gear) -- Fix crash when gear is invalid. Returns true on success or false otherwise
   381  * Fixed call: HideHog(gear) -- Fix crash when gear is invalid. Returns true on success or false otherwise
   382  * Fixed call: SwitchHog(gear) -- Fix new hog being unable to open ammo menu
   382  * Fixed call: SwitchHog(gear) -- Fix new hog being unable to open ammo menu
   383  * Removed call: SetAmmoStore -- Old undocumented function of questional use, has never been used
   383  * Removed call: SetAmmoStore -- Old undocumented function of questional use, has never been used
       
   384  * Fixed variable: Goals -- Fix Goals text being cut off at ca. 255 characters
   384  * Fix huge numbers having sign errors on 64-bit architectures
   385  * Fix huge numbers having sign errors on 64-bit architectures
   385 
   386 
   386 ====================== 0.9.22 ======================
   387 ====================== 0.9.22 ======================
   387  + New Weapon / Map object: AirMine (floating mine that will follow nearby hedgehogs)
   388  + New Weapon / Map object: AirMine (floating mine that will follow nearby hedgehogs)
   388  + Extensive changes to TechRacer: Variable terrain types, enhanced parameters, hwmap interpreter, fuel limiter, etc. 
   389  + Extensive changes to TechRacer: Variable terrain types, enhanced parameters, hwmap interpreter, fuel limiter, etc.