v1.0.0 alpha 3
What's new in v1.0.0 alpha 3
- Switched from:
- libogc to libogc-mod, featuring many fixes (including libogc2 fixes, thanks @Extrems!) and new features.
- GRRLIB to GRRLIB-mod, enabling more powerful (yet optimized) graphics functions, as well as other fixes.
- Lua for Wii to LuaJIT for devkitPPC (with JIT compilation, not in interpreter mode!), allowing WiiLÖVE games to run at almost-native speed. Note that this is pretty experimental at the moment, so if you find any issues, please let me know!
- Enabled more Lua modules (including LuaJIT modules).
- Default path is now
sd:/wiilove
instead ofsd:/love
. - Added support for TPL files (as part of GRRLIB-mod).
- Added more
love.graphics
settings. - Fixed font hinting for
love.graphics.print
. - Fixed
love.graphics.print
drawing above coordinates (#6). - Revamped
love.wiimote
,Wiimote
objects have been removed. - Add cloning support and destructors for
Font
andTexture
objects. - Added proof-of-concept audio support and
Source
objects! Currently only supports WAV files, but will be worked on more in the future.- Note that on Dolphin, DSP LLE is required for audio. Unfortunately, this can't be worked around.
- Began work on GameCube support (not ready yet).
Install instructions
See Setup.
Additional notes
This is an alpha release! Not everything is finished, and everything is subject to change!