PDA

View Full Version : Lua Player version 0.16



wraggster
January 7th, 2006, 12:32
Lua Player is a lua script player for the Sony PSP. What this means, is that making your own games for PSP just got that much easier.

Shine (http://forums.ps2dev.org/viewtopic.php?t=4588) Posted this news:

On http://www.luaplayer.org you can get the new version 0.16. This is only a small bugfix update, because currently I don't have much time for Lua Player, but AdHoc network and an updated Windows version with Socket and TTF support is planned. One new thing is the DNS resolver, now you can write a web browser :-)

The changelog:

v0.16 (all changes for this version by Shine)

- Wlan:getIPAddress bugfix: now it returns nil on error and the IP address otherwise
- DNS resolving. Now you can write Socket.connect("www.luaplayer.org", 80) instead of Socket.connect("212.227.39.202", 80), thanks to ideas how to use the resolver lib from PSPRadio
- when loading JPEGs, the file was not closed
- System.md5sum bugfixing for the Windows version
- Wlan.useConnectionConfig index is 1 based instead of 0 based, like usual in Lua
- System.powerTick added: this prevents power off, now you can nail your PSP on a wall for your electronic painting :-)
- System.createDirectory, System.removeDirectory and System.removeFile added

The new functions are documented at http://wiki.ps2dev.org/psp:lua_player:functions.

Download Lua Player v0.16 Here --> http://psp-news.dcemu.co.uk/luaplayer.shtml

Check out the massive range of Lua games and apps on the left hand column of the site or the Lua forum and also the PSP News forum.