Feature Requests

Discuss using and improving Lua and the Lua Player specific to the PSP.

Moderators: Shine, Insert_witty_name

Post Reply
romero126
Posts: 200
Joined: Sat Dec 24, 2005 2:42 pm

Feature Requests

Post by romero126 »

Hi, I would like to request certain features that I would love to see implimented.

File handling:
A threaded version of dofile - to load files up like modules which can be killed.

Variables:
A variable copy command
example:

Code: Select all

var = { 1, 2, 3}
var2 = VarCopy(var)
var2[1] = 7 --and var[1] stays at 1.
Display:
The function "screen" to be overridden by a variable, as well as redefinition.
"screen" is defined as a table which dissalows it to be blit'd onto any other images. (This should be fixed)

Font:
Font:getTextSize(string) to work (if you havnt noticed that it doesnt return any data)

Wlan:
UDP Support - To allow for broadcast's Recieving and Transmission (This could allow for PSP detection for possibly P2P)

Please note these are suggestions and should be taken as such.

Will be adding more later.
LuMo
Posts: 410
Joined: Sun Aug 21, 2005 2:45 am
Location: Austria
Contact:

Post by LuMo »

feature requests should be added to the wiki
there is an own section for that

greets
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
Post Reply