ChangeLog.txt
changeset 12371 2b1dd699b371
parent 12360 a775a61e02ab
child 12382 95fc84a9837e
equal deleted inserted replaced
12365:92b4bab79c26 12371:2b1dd699b371
   248  + New variable: WorldEdge -- World edge type (weNone, weWrap, weBounce, weSea)
   248  + New variable: WorldEdge -- World edge type (weNone, weWrap, weBounce, weSea)
   249  + New variable: AmmoTypeMax -- Maximum ammo type ID (useful to iterate through all ammo types, starting by 0)
   249  + New variable: AmmoTypeMax -- Maximum ammo type ID (useful to iterate through all ammo types, starting by 0)
   250  + Locale library: loc_noop -- Mark string for translation but don't translate it
   250  + Locale library: loc_noop -- Mark string for translation but don't translate it
   251  + Animate library: AnimInit([startAnimating]) -- New parameter startAnimating: if true, will start game in cinematic mode with most controls disabled. Must play an animation after that
   251  + Animate library: AnimInit([startAnimating]) -- New parameter startAnimating: if true, will start game in cinematic mode with most controls disabled. Must play an animation after that
   252  * Fixed call: HideHog(gear) -- Fix crash when gear is invalid. Returns true on success or false otherwise
   252  * Fixed call: HideHog(gear) -- Fix crash when gear is invalid. Returns true on success or false otherwise
       
   253  * Fixed call: SwitchHog(gear) -- Fix new hog being unable to open ammo menu
   253  * Removed call: SetAmmoStore -- Old undocumented function of questional use, has never been used
   254  * Removed call: SetAmmoStore -- Old undocumented function of questional use, has never been used
   254 
   255 
   255 0.9.21 -> 0.9.22
   256 0.9.21 -> 0.9.22
   256  + New Weapon / Map object: AirMine (floating mine that will follow nearby hedgehogs)
   257  + New Weapon / Map object: AirMine (floating mine that will follow nearby hedgehogs)
   257  + Extensive changes to TechRacer: Variable terrain types, enhanced parameters, hwmap interpreter, fuel limiter, etc. 
   258  + Extensive changes to TechRacer: Variable terrain types, enhanced parameters, hwmap interpreter, fuel limiter, etc.