PDA

View Full Version : Lua Player version 0.20



wraggster
June 4th, 2006, 09:17
Shine (http://forums.ps2dev.org/viewtopic.php?t=5885&sid=6ac887d5938e12f5cf5c394f3a1834e3) has released a new version of Lua Player for the PSP, heres the release info:


On http://www.luaplayer.org you can get the new version 0.20. It is updated to Lua 5.1, there are some bugfixes and a new function for loading images from memory. I'll try to add pspgl the next week.

The changelog:

v0.20
==========

updated for gcc 4.1 and Lua 5.1. Some things you need to change for 5.1:

change table iteration code: "for i, value in someTable do" to "for i, value in ipairs(someTable) do" (but use "pairs" for tables like "t={foo=bar, foobar=99}" and "ipairs" for tables like "t={foo, bar}")

it's pure Lua 5.1: no binary operators and double as number type (e.g. now you can use one number for storing IP addresses)

Sound.load doesn't crash any more on invalid filenames

fixed problems with daylight saving time

Font:getTextSize fixed.

blit operation from screen to image works now,

and now you have an "image" with the text "hello"

TTF font plotting to images now sets the alpha value to opaque, so you can write e.g. something like this for buffering texts in images

new function Image.loadFromMemory for loading images from memory:

PNG and JPEG is supported and autodetected

image-to-image blitting now uses alpha full blending [Callum Bethune]

System.rename(oldName, newName) for renaming files and directories

Download and Give Feedback Via Comments

Thanks to Limpopokanoah for tipping me the news :)

wraggster
June 4th, 2006, 09:26
test

jordilt
June 4th, 2006, 10:53
Is this version compatible with 2.01+?

luis_05
June 4th, 2006, 18:28
no it doesnt!! :-( i tried it on my psp fw 2.01 and it jsut crashed :-( i guess were still stuck with v0.16

StealthCP
June 5th, 2006, 09:35
Nice release, but I'm wondering why they won't try and keep compatibility for 2.01+ users? It seems a shame that they miss out.

samirsami
September 5th, 2006, 17:29
hate isos cause you're in a rich country.people who live in third world often have no choice

Vega
November 23rd, 2006, 17:31
hate isos cause you're in a rich country.people who live in third world often have no choice

:rofl:
sorry.. just found this funny

VampDude
November 24th, 2006, 00:33
hate isos cause you're in a rich country.people who live in third world often have no choice


:rofl:
sorry.. just found this funny

lmao

LAMPRO
November 24th, 2006, 07:40
lmao

haa. me2.

back to the topic-i get ascrene sayin need to resart press x, then loops this endless. home button only and then xmb. so. no go.im stayin w lua .18

delayebdird
January 1st, 2007, 00:32
Hmm ive been having problems opening the archive i cant extract it it juts says unexpected end of archive or file is invalid or corrupted (Strange)

darthclone
January 18th, 2007, 23:55
deos it work with custom firmware

shrimpidy
January 29th, 2007, 11:38
lua player rocks!

kizza3
April 12th, 2007, 08:52
Does this work on 3.11

Chameleon
April 12th, 2007, 08:55
no, homebrew does not work on 3.11