forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Lua Player version 0.10

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Lua Player Development
View previous topic :: View next topic  
Author Message
Shine



Joined: 03 Dec 2004
Posts: 728
Location: Germany

PostPosted: Sun Sep 11, 2005 2:05 am    Post subject: Lua Player version 0.10 Reply with quote

On http://www.luaplayer.org you can get a new version. Changelog:

- Added the "Bitwise operators and hexadecimal support" patch from
http://lua-users.org/wiki/LuaPowerPatches :
- Hexadecimal support for 0xXXX in numeric literals.
- Hexadecimal support for '\xXX' characters within strings.
- Infix bitwise operators for AND (&), OR (|) and XOR (#).
- Unary bitwise negation using # alone. [Shine]
- Changed the number type to float (more than 4 times faster calculations)
(requires recompilation of the lua libraries from svn) [Shine]
- "save" function writes PNG format now [Shine]
- Restructured files into src/ [Nevyn]
- Changed the main script file to System/system.lua [Nevyn]
- Rewrote the Makefiles and readmes to be more user-friendly. [Nevyn]
- Changed startup load sequence (see the lua dev readme) [Nevyn]
- Made a procedure for making standalone LP apps [Nevyn]
- keyboard mapping fixed in PC version [Shine]
- bitmask operations added in controls class [Shine]
- added battery functions to System
- os.time() returns a userdata instead of a number because of problems
with the float-precision, so you have to use os.difftime instead of
doing calculations with the result

OpenGL is still missing and for the PC version sound is missing and there might be other bugs, but you can load the new version at http://www.luaplayer.org/luaplayerwindows-alpha-release2.zip


Last edited by Shine on Mon Oct 03, 2005 3:41 am; edited 1 time in total
Back to top
View user's profile Send private message
Shine



Joined: 03 Dec 2004
Posts: 728
Location: Germany

PostPosted: Sun Sep 11, 2005 2:12 am    Post subject: Re: Lua Player version 0.10 Reply with quote

... and thanks to JEK: Minesweeper is integrated in the standard distribution :-)
Back to top
View user's profile Send private message
Jeff Chen



Joined: 11 Sep 2005
Posts: 2

PostPosted: Sun Sep 11, 2005 2:56 am    Post subject: Reply with quote

Sorry, Shine. But I'm afraid that this version is v1.0, not v0.1, isn't it? The last version was v0.9...

Please check if I'm wrong...
Back to top
View user's profile Send private message Visit poster's website
Shine



Joined: 03 Dec 2004
Posts: 728
Location: Germany

PostPosted: Sun Sep 11, 2005 3:54 am    Post subject: Reply with quote

Jeff Chen wrote:
Sorry, Shine. But I'm afraid that this version is v1.0, not v0.1, isn't it? The last version was v0.9...

Please check if I'm wrong...


Hmm, lemme check........ Yes, it is version 0.10, you are wrong, trust me ;-)
Back to top
View user's profile Send private message
Jeff Chen



Joined: 11 Sep 2005
Posts: 2

PostPosted: Sun Sep 11, 2005 3:57 am    Post subject: Reply with quote

Thanks Shine.
Back to top
View user's profile Send private message Visit poster's website
2Xtremes2004



Joined: 31 Aug 2005
Posts: 53

PostPosted: Sun Sep 11, 2005 5:53 am    Post subject: Reply with quote

Very nice, Thanks!
_________________
I want my money back!?
Back to top
View user's profile Send private message
LuMo



Joined: 21 Aug 2005
Posts: 410
Location: Austria

PostPosted: Sun Sep 11, 2005 6:33 am    Post subject: Reply with quote

great shine&nevyn keep it up :D
Back to top
View user's profile Send private message Visit poster's website
Arwin



Joined: 12 Jul 2005
Posts: 426

PostPosted: Mon Sep 12, 2005 7:07 pm    Post subject: Reply with quote

Shine wrote:
Jeff Chen wrote:
Sorry, Shine. But I'm afraid that this version is v1.0, not v0.1, isn't it? The last version was v0.9...

Please check if I'm wrong...


Hmm, lemme check........ Yes, it is version 0.10, you are wrong, trust me ;-)


You are neither completely right. ;) (normally v0.9 equals v0.90 so v0.10 is going back to v0.1 and is confusing ;) )
Back to top
View user's profile Send private message
nevyn



Joined: 31 Jul 2005
Posts: 136
Location: Sweden

PostPosted: Mon Sep 12, 2005 8:31 pm    Post subject: Reply with quote

Arwin wrote:
Shine wrote:
Jeff Chen wrote:
Sorry, Shine. But I'm afraid that this version is v1.0, not v0.1, isn't it? The last version was v0.9...

Please check if I'm wrong...


Hmm, lemme check........ Yes, it is version 0.10, you are wrong, trust me ;-)


You are neither completely right. ;) (normally v0.9 equals v0.90 so v0.10 is going back to v0.1 and is confusing ;) )


Versioning system != the decimal system. Version numbers is a science unto itself ;) It's not entirely unprecedented for versions using the decimal as a simple incrementor. There's a discussion about it, and links to proof, on the comments to the news about the 0.10 version on pspupdates :P
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Xs



Joined: 02 Sep 2005
Posts: 4

PostPosted: Mon Sep 12, 2005 11:30 pm    Post subject: Reply with quote

Brilliant release, keep up the good work guys!
Back to top
View user's profile Send private message
RaiderX



Joined: 13 Sep 2005
Posts: 3

PostPosted: Sun Sep 25, 2005 12:26 am    Post subject: Reply with quote

This should be v1.0, but either way we know thta nobody is using the firts version anymore!

LUA PLAYER RULES!!!!!! Nice work!! Keep it up!
Back to top
View user's profile Send private message Send e-mail
haust



Joined: 01 Oct 2005
Posts: 25
Location: France

PostPosted: Sat Oct 01, 2005 7:47 am    Post subject: Reply with quote

Arwin wrote:
Shine wrote:
Jeff Chen wrote:
Sorry, Shine. But I'm afraid that this version is v1.0, not v0.1, isn't it? The last version was v0.9...

Please check if I'm wrong...


Hmm, lemme check........ Yes, it is version 0.10, you are wrong, trust me ;-)


You are neither completely right. ;) (normally v0.9 equals v0.90 so v0.10 is going back to v0.1 and is confusing ;) )


Arwin, look at blizzard patch versionning. Current Wow version is 1.7 so tell me after 1.8 and 1.9 which version number they will use, 2.0 or 1.10 ?? If v0.9 equals to v0.90 then v0.10 equals to v0.100 ;)
Anyway I think Shine and Nevyn will use v1.0 to tell everybody that Lua Player has reached its first full features set. Am I wrong ??
Back to top
View user's profile Send private message
LuMo



Joined: 21 Aug 2005
Posts: 410
Location: Austria

PostPosted: Sat Oct 01, 2005 7:54 am    Post subject: Reply with quote

version numbering has nothing to do with normal numering (0.9 -> 1.0)
main-version.subversion(sometimes another subversion and/or alpha/beta/RC1-4/GC)

greets
Lumo
_________________
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
Back to top
View user's profile Send private message Visit poster's website
Shine



Joined: 03 Dec 2004
Posts: 728
Location: Germany

PostPosted: Sat Oct 01, 2005 8:06 am    Post subject: Reply with quote

haust wrote:
Anyway I think Shine and Nevyn will use v1.0 to tell everybody that Lua Player has reached its first full features set. Am I wrong ??


No, you are right. Hopefully someday next year :-)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Lua Player Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group