Releases: Brawmario/libsm64-godot
Releases · Brawmario/libsm64-godot
v1.4.0
DEPRECATED: SM64Audio
singleton. Use SM64AudioStreamPlayer
node instead.
Added: SM64AudioStreamPlayer
: Extends AudioStreamPlayer; plays the audio generated by libsm64
; add this node to the scene and call the play()
method after calling SM64Global.init()
.
v1.3.1
macOS support (experimental)
v1.3.0
Update libsm64 to latest master
Update godot demo project to 4.3
v1.2.1
Fix surface object rotation order (thanks TwilightPB for the fix!)
v1.2.0
Add option to disable interpolation.
Reset interpolation when teleporting or when changing SM64Mario's angle.
v1.0.3
Add more documentation to gd scripts.
Replaced the Bob-omb Battlefield recreation with a SM64 collision accurate, textureless version of the level.
Internal improvements.
v1.0.2
Updated project for Godot 4.1
v1.0.0
Finally, Godot 4 stable released! This marks my first stable release too.