blah
Newbie

Posts: 17
|
 |
« on: June 14, 2008, 03:08:04 PM » |
|
i killed it.. complete waste of time...
Next Update ... Never.
|
|
|
|
« Last Edit: February 01, 2009, 10:42:09 PM by blah »
|
Logged
|
|
|
|
|
Soulkiller
|
 |
« Reply #1 on: June 14, 2008, 11:10:45 PM » |
|
I'm sure those who will still dev for .20 will apreciate it. We welcome anyone willing to contribute to Luaplayer.
|
|
|
|
|
Logged
|
|
|
|
blah
Newbie

Posts: 17
|
 |
« Reply #2 on: June 23, 2008, 12:45:41 AM » |
|
updated .. download link on first post.
|
|
|
|
|
Logged
|
|
|
|
|
emcp
|
 |
« Reply #3 on: June 23, 2008, 06:54:43 AM » |
|
most 3d related functions are far from complete very buggy or slow.. and some haven't been added back yet. just like the real thing then its just a joke anyway great ill try it out
|
|
|
|
|
Logged
|
|
|
|
blah
Newbie

Posts: 17
|
 |
« Reply #4 on: June 23, 2008, 07:01:41 AM » |
|
nevermind... ... fixed it.
|
|
|
|
« Last Edit: June 23, 2008, 12:39:43 PM by blah »
|
Logged
|
|
|
|
blah
Newbie

Posts: 17
|
 |
« Reply #5 on: June 26, 2008, 09:33:10 PM » |
|
I take it there isn't any way to change the startup script?
Using index.lua all the time could become troublesome.
I'm working on that now actually.. adding a open file function.. possibly attached to a right click context menu.
|
|
|
|
|
Logged
|
|
|
|
|
osgeld
|
 |
« Reply #6 on: June 27, 2008, 12:28:25 AM » |
|
cool
|
|
|
|
|
Logged
|
|
|
|
blah
Newbie

Posts: 17
|
 |
« Reply #7 on: July 03, 2008, 11:08:20 PM » |
|
Updated... .mp3 (based off of Mod 4). it uses a different library so it may not behave in exactly the same way.. i emulated it as best as i could. and i also added a simple "front end" dialog so you can now load what ever script. . .
|
|
|
|
|
Logged
|
|
|
|
|
Chesso
|
 |
« Reply #8 on: July 04, 2008, 01:49:24 PM » |
|
Could you add full PNG support (including trandparency)  , although its a bit useless if the psp one dont lol.
|
|
|
|
|
Logged
|
|
|
|
|
osgeld
|
 |
« Reply #9 on: July 05, 2008, 08:59:39 PM » |
|
i just downloaded this on my linux machine and OMFG it works with wine (unlike the stock version)
you sir just made my freaking day!!!! good work!!!!
now i dont have to isolate myself in the other room (next to the cat box) just to use windows on my pizza-box-compaq to poke around luaplayer
an issue being "console less" tho is i have been in the habit of using the print() lua function to dump debug messages to the windows console, altho i will live (ill just print it to the "screen")
|
|
|
|
« Last Edit: July 05, 2008, 09:01:54 PM by osgeld »
|
Logged
|
|
|
|
|
osgeld
|
 |
« Reply #10 on: July 06, 2008, 05:03:49 PM » |
|
yea need a (popup?) window for print() functions
im messing with some table magic, sine waves and the devil right now its impossible to print all the numbers im generating to the "psp screen" it was much easier to use print() and have it dump to the command line, where i could go back and scroll tru it at my leisure (and see where the F its going out of bounds)
|
|
|
|
|
Logged
|
|
|
|
nielkie
Newbie

Posts: 46
|
 |
« Reply #11 on: July 09, 2008, 09:52:17 AM » |
|
Cool, works in darwine (1.0-2) too.
I, for one, want the command line interface and outputs back. Debugging with prints is so easy when you can just scroll through the outputs.
Also, should it be running insanely fast? It's at about 500fps for me, is screen.waitVblankStart not implemented?
|
|
|
|
|
Logged
|
|
|
|
|
osgeld
|
 |
« Reply #12 on: July 09, 2008, 10:45:43 AM » |
|
for me it hovers around 51 fps and will NOT display anything unless screen.waitVblankStart() is in the script (x86 - Ubuntu)
|
|
|
|
|
Logged
|
|
|
|
blah
Newbie

Posts: 17
|
 |
« Reply #13 on: July 11, 2008, 05:08:14 PM » |
|
Also, should it be running insanely fast? It's at about 500fps for me, is screen.waitVblankStart not implemented?
if your video card supports this... or similar, in the "3d settings" for your card change "wait for vertical refresh" to always on or on.. whatever it says.. i have an ATI Radeon and those are the settings i would change. also if you want..(obviously you do) i can add an option to bring up a console... just because im that nice.. ha.. anyway ill see what i can do.
|
|
|
|
« Last Edit: July 11, 2008, 05:42:26 PM by blah »
|
Logged
|
|
|
|
nielkie
Newbie

Posts: 46
|
 |
« Reply #14 on: July 11, 2008, 05:53:08 PM » |
|
if your video card supports this... or similar, in the "3d settings" for your card change "wait for vertical refresh" to always on or on.. whatever it says.. i have an ATI Radeon and those are the settings i would change. If I was running Windows or even Linux, I would do that. Unfortunately, I'm running OSX, so I have no advanced control over 3d graphics :-( also if you want..(obviously you do) i can add an option to bring up a console... just because im that nice.. ha.. anyway ill see what i can do.
That would be great, thanks.
|
|
|
|
|
Logged
|
|
|
|
|