PDA

View Full Version : Lua Player V0.18 Released



wraggster
April 3rd, 2006, 21:03
Shine and Nevyn (http://www.luaplayer.org/) have released a new version of Lua Player for the PSP, heres whats new:

v0.18alpha (blame Oobles for all changes)

- 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.

Download and Give Feedback Via Comments

drEDN4wt
April 3rd, 2006, 23:35
can this version detect the psp's timezone/daylight saving settings?

sroon
April 4th, 2006, 01:51
Where can I find the game developement app for Lua?

drew4237
April 4th, 2006, 02:05
does this work for 2.0

drew4237
April 4th, 2006, 02:39
nope that sucks does anyone know a version of lua player that does work on 2.00

dragaron
April 4th, 2006, 03:49
Shine and Nevyn (http://www.luaplayer.org/) have released a new version of Lua Player for the PSP, heres whats new:

v0.18alpha (blame Oobles for all changes)

- 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.

Download and Give Feedback Via Comments

Sheesh, I don't understand even one of the above mentioned changes...

philage
April 4th, 2006, 09:11
I dont understand most of that either, could some kind sole please translate to us mere mortals the actual benefit of this release ?