ChangeLog.txt
changeset 12360 a775a61e02ab
parent 12332 657a8d63c99d
child 12371 2b1dd699b371
equal deleted inserted replaced
12359:81ab841a0da5 12360:a775a61e02ab
   247  + New variable: AirMinesNum -- Number of air mines being placed on a medium-sized map
   247  + New variable: AirMinesNum -- Number of air mines being placed on a medium-sized map
   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  * Removed call: SetAmmoStore -- Old undocumented function of questional use, has never been used
   253  * Removed call: SetAmmoStore -- Old undocumented function of questional use, has never been used
   253 
   254 
   254 0.9.21 -> 0.9.22
   255 0.9.21 -> 0.9.22
   255  + New Weapon / Map object: AirMine (floating mine that will follow nearby hedgehogs)
   256  + New Weapon / Map object: AirMine (floating mine that will follow nearby hedgehogs)
   256  + Extensive changes to TechRacer: Variable terrain types, enhanced parameters, hwmap interpreter, fuel limiter, etc. 
   257  + Extensive changes to TechRacer: Variable terrain types, enhanced parameters, hwmap interpreter, fuel limiter, etc.