Lua Player version 0.18 alpha
Posted: Sun Apr 02, 2006 3:45 pm
On http://www.luaplayer.org you can get the new version 0.18 alpha. This is the first version with the new Lua Player module load support by Oobles. Currently I don't have much time for adding more features and fixing bugs, so if you are a good C++ programmer, you can contribute to Lua Player, see http://forums.ps2dev.org/viewtopic.php?t=5133
The changelog:
v0.18 alpha (all changes by Oobles)
================================================
- Moved all kernel dependant code into bootstrap code.
- Moved all of luaplayer into a user mode prx module.
- Removed the stdio redirection.
- Made runScript return its error message to main.
- Exported all lua functions from luaplayer module.
- Made debugOutput work in the same was as printf.
- Added System.loadModule function to dynamically load LRX modules.
- Added an example simple.lrx module as template.
- Changed Makefiles to support new bootstrap code.
- Added an example sound.lrx module which moves all sound out
of main luaplayer. In theory could remove it completely from
luaplayer and load it only when required. Same could apply
for other modules.
v0.17
==========
- Wlan.useConnectionConfig bugfix: doesn't lock up anymore on error [Elxx]
The changelog:
v0.18 alpha (all changes by Oobles)
================================================
- Moved all kernel dependant code into bootstrap code.
- Moved all of luaplayer into a user mode prx module.
- Removed the stdio redirection.
- Made runScript return its error message to main.
- Exported all lua functions from luaplayer module.
- Made debugOutput work in the same was as printf.
- Added System.loadModule function to dynamically load LRX modules.
- Added an example simple.lrx module as template.
- Changed Makefiles to support new bootstrap code.
- Added an example sound.lrx module which moves all sound out
of main luaplayer. In theory could remove it completely from
luaplayer and load it only when required. Same could apply
for other modules.
v0.17
==========
- Wlan.useConnectionConfig bugfix: doesn't lock up anymore on error [Elxx]