1.1.3
⚠️ Breaking Changes
The Lua rendering APIs have been overhauled, breaking compatibility with old Lua scripts.
Read the Lua documentation written by Wade7 for more information.
There are the following strategies for usage of old Lua scripts:
- Manual adjustment to utilize new APIs
- Usage of a compatibility layer to automatically polyfill old scripts
Join the discord server for further help with porting.
Before Updating
Always run new versions of Mupen64-rr-lua- in an empty directory, free of config or cache files from older versions.
What's Changed
- fixed a couple hotkey accelerator indices in the movie menu by @tjk113 in #94
- Format all files by @Wade7wastaken in #95
- Prevent unnecessary error when running at >1000 VIs and pressing frame advance by @1ted59 in #93
- Format all files by @Wade7wastaken in #99
- Clean up memory functions by @Wade7wastaken in #100
- Remove "unused" memory functions by @Wade7wastaken in #101
- add back editorconfig and reformat by @Wade7wastaken in #102
- added font style as parameter to wgui.d2d_draw_text by @tjk113 in #103
- Remove duplicate gui function by @Wade7wastaken in #104
- Clean up d2d functions and port loadscreen to d2d (WIP) by @Wade7wastaken in #105
- Add get_image_info and remove d2d prefix by @Wade7wastaken in #106
- fix for generating documentation by @Wade7wastaken in #107
- fixed two periods being shown in titlebar while avi capturing by @tjk113 in #108
- Make some lua functions more readable by @Wade7wastaken in #109
- "Record Movie" dialog box now remembers previous options by @tjk113 in #110
Full Changelog: 1.1.2...1.1.3