| View previous topic :: View next topic |
| Author |
Message |
romero126
Joined: 24 Dec 2005 Posts: 200
|
Posted: Mon Jan 02, 2006 9:18 pm Post subject: Feature Requests |
|
|
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: | 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. |
|
| Back to top |
|
 |
LuMo
Joined: 21 Aug 2005 Posts: 410 Location: Austria
|
Posted: Tue Jan 03, 2006 1:51 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
|