equal
deleted
inserted
replaced
58 + Themes can now contain custom sound files: splash.ogg Droplet1.ogg Droplet2.ogg Droplet3.ogg skip.ogg |
58 + Themes can now contain custom sound files: splash.ogg Droplet1.ogg Droplet2.ogg Droplet3.ogg skip.ogg |
59 |
59 |
60 Lua-API: |
60 Lua-API: |
61 + New call: SetCinematicMode(enable) -- e.g. for cutscenes etc. |
61 + New call: SetCinematicMode(enable) -- e.g. for cutscenes etc. |
62 + New call: GetAmmoName(ammoType) -- returns the localized name for the specified ammoType |
62 + New call: GetAmmoName(ammoType) -- returns the localized name for the specified ammoType |
|
63 + New call: GetVisualGearType(vgUid) -- returns the visual gear type |
|
64 + New hook: onVisualGearAdd(vgUid) -- called when a visual gear is added |
|
65 + New hook: onVisualGearDelete(vgUid) -- called when a visual gear is deleted |
63 + New variable: WorldEdge -- World edge type (weNone, weWrap, weBounce, weSea) |
66 + New variable: WorldEdge -- World edge type (weNone, weWrap, weBounce, weSea) |
64 |
67 |
65 0.9.21 -> 0.9.22 |
68 0.9.21 -> 0.9.22 |
66 + New Weapon / Map object: AirMine (floating mine that will follow nearby hedgehogs) |
69 + New Weapon / Map object: AirMine (floating mine that will follow nearby hedgehogs) |
67 + Extensive changes to TechRacer: Variable terrain types, enhanced parameters, hwmap interpreter, fuel limiter, etc. |
70 + Extensive changes to TechRacer: Variable terrain types, enhanced parameters, hwmap interpreter, fuel limiter, etc. |