Search found 38 matches

by daurnimator
Sat Dec 02, 2006 3:19 pm
Forum: PS3 Development
Topic: PS3 Firmware 1.11
Replies: 22
Views: 20065

i seem to remember reading that these were mostly fixes for broken ps1/ps2 games. (along with security)
by daurnimator
Sat Oct 14, 2006 7:30 pm
Forum: PS2 Development
Topic: PS2 Lua Player
Replies: 26
Views: 50400

any progress on this?

evilo?
by daurnimator
Wed Aug 16, 2006 5:19 pm
Forum: PS2 Development
Topic: make error help
Replies: 4
Views: 2450

i'd say you're missing a makefile - or you've copied someone elses, and have no idea what you're doing
by daurnimator
Sun Aug 13, 2006 1:42 pm
Forum: PS2 Development
Topic: PS2 Lua Player
Replies: 26
Views: 50400

nice work

can't wait for this to be working well :D
by daurnimator
Fri Aug 11, 2006 12:25 am
Forum: PSP Lua Player Development
Topic: System Extension (v0.5,cpu,elf loading,mp3,zip)
Replies: 49
Views: 27316

if you are still coding this thing, maybe you could make some oslib functions

- have the good image features like rotating etc ;)
by daurnimator
Wed Aug 09, 2006 5:13 pm
Forum: PSP Lua Player Development
Topic: Dynamic Function Calls
Replies: 5
Views: 3902

damn, beat me ;)
by daurnimator
Wed Aug 09, 2006 5:00 pm
Forum: PSP Lua Player Development
Topic: Dynamic Function Calls
Replies: 5
Views: 3902

why wouldn't you? try: (code works) function SubMain() screen:print(0,0,"test",Color.new(255,0,0)) end function Main(func) while true do screen:clear(Color.new(255,255,255)) func...
by daurnimator
Sat Jul 29, 2006 10:27 pm
Forum: PSP Lua Player Development
Topic: System Extension (v0.5,cpu,elf loading,mp3,zip)
Replies: 49
Views: 27316

hmmm... zip is corrupt for me :S edit: no, it just downloaded the no linking html page :S - i got it to download, but only in IE. please host somewhere else..... also, to add onto your zip support, could you make a function that lists the contents of the zip file? - and also maybe being able to extr...
by daurnimator
Sat Jul 29, 2006 10:22 pm
Forum: PSP Lua Player Development
Topic: System Extension (v0.5,cpu,elf loading,mp3,zip)
Replies: 49
Views: 27316

why get rid of mp3?

its easily available, and many people already have their music in that format...

maybe you got make a 2nd lrx with just mp3?
by daurnimator
Mon Jul 24, 2006 11:54 pm
Forum: PSP Lua Player Development
Topic: System Extension (v0.5,cpu,elf loading,mp3,zip)
Replies: 49
Views: 27316

how bout a elf launcher? - with callbacks of course...
by daurnimator
Fri Jun 30, 2006 2:49 am
Forum: PS2 Development
Topic: PS2 Lua Player
Replies: 26
Views: 50400

has anyone gotten further on this?

whos working on it?
by daurnimator
Thu Jun 29, 2006 12:26 am
Forum: PSP Lua Player Development
Topic: fighter
Replies: 15
Views: 6682

you can't

[] are only for use when dealing with tables
by daurnimator
Wed Jun 28, 2006 11:09 pm
Forum: PSP Lua Player Development
Topic: [Controls help] Push the Up-button and the X button to...
Replies: 4
Views: 3442

it should work...
have you tested it?
by daurnimator
Mon Jun 26, 2006 12:11 am
Forum: General Discussion
Topic: ABUSERS OF OOPO.NET DOWNLOAD ACCESS
Replies: 14
Views: 11200

i say setup a primary rsync server, and get as many people as possible to mirror it.
by daurnimator
Thu Jun 22, 2006 11:26 pm
Forum: PSP Development
Topic: Problems setting up PSPSDK
Replies: 16
Views: 5702

what questions are left? - didn't adrahil help you?
by daurnimator
Thu Jun 22, 2006 11:22 pm
Forum: PSP Development
Topic: PSP Control + / -
Replies: 19
Views: 7797

McZonk used them in Quake2.
He is often on freenode, go ask him...
by daurnimator
Thu Jun 22, 2006 11:20 pm
Forum: PSP Development
Topic: How to debug exception
Replies: 12
Views: 9011

so... um... will you release it? :P
by daurnimator
Thu Jun 22, 2006 11:18 pm
Forum: PSP Development
Topic: Problems setting up PSPSDK
Replies: 16
Views: 5702

i don't like most linux editors (both ides & normal text editors) - windows apps ftw

/me waits patiently for ReactOS
by daurnimator
Thu Jun 22, 2006 11:09 pm
Forum: General Discussion
Topic: ABUSERS OF OOPO.NET DOWNLOAD ACCESS
Replies: 14
Views: 11200

agreed.... Sourceforge is good for hosting large files ^_^
by daurnimator
Tue Jun 13, 2006 7:25 pm
Forum: PSP Development
Topic: PSP Multi Firmware Project
Replies: 60
Views: 48148

thats awesome :D
by daurnimator
Thu Jun 08, 2006 10:26 am
Forum: PSP Lua Player Development
Topic: Multiplayer..
Replies: 4
Views: 3111

Re: Multiplayer..

How can i implement the multiplayer in my game through the irda? I've written this code, but i haven't tried it. it's only a test for see if i succeed to establish a logon between two psp, even if i don't know well like realizing it. System.irdaInit() ownCrossPressed = "false" otherCrossP...
by daurnimator
Thu Jun 08, 2006 10:21 am
Forum: PSP Lua Player Development
Topic: Problem with Print()
Replies: 11
Views: 5706

and i think it shouldn't....

get a serial cable to debug... - or just print to the screen...
by daurnimator
Mon May 22, 2006 11:50 pm
Forum: PSP Lua Player Development
Topic: i++ ?
Replies: 3
Views: 4000

Re: i++ ?

the underminer wrote:how to do this in lua?
I tried i+= and i++ and i=+
none works...
lol, think about things logically - "i = i + 1"
but, i do wish lua had "+=" - or even "++"
by daurnimator
Mon May 22, 2006 11:33 pm
Forum: PSP Lua Player Development
Topic: Controls help
Replies: 3
Views: 2720

Re: Controls help

aserto wrote:I have to check if 2 buttons are pressed at the same time. Do you know how to do this?
.. its not hard... guess

otherwise, go look at other src code.

btw, you might want to do an if function like:
if controls:l() and controls:r() then end
by daurnimator
Tue May 16, 2006 9:27 pm
Forum: PSP Lua Player Development
Topic: Help with screen:blit...
Replies: 6
Views: 3911

your all too quick for me :S
by daurnimator
Wed Apr 12, 2006 11:47 pm
Forum: PSP Lua Player Development
Topic: Can LUA write to Flash0 or Flash1
Replies: 12
Views: 5860

so, can you write to flash1 or flash0? - how?
by daurnimator
Wed Apr 12, 2006 11:06 pm
Forum: PSP Lua Player Development
Topic: Blitting Speed
Replies: 43
Views: 16429

xtecticx (with his rpg) was finding that after about 19 images, you ran out of ram.

gotta keep it optimized.

just code smartly, and your code will work
by daurnimator
Wed Apr 12, 2006 10:53 pm
Forum: General Discussion
Topic: The Fourth Creation Game Competition.
Replies: 88
Views: 61568

i wish i could enter, but i have no psp anymore and i don't know enough about the ps2
by daurnimator
Wed Apr 12, 2006 10:32 pm
Forum: General Discussion
Topic: Lua Player version 0.19
Replies: 4
Views: 3501

you gotta have a value in there to compile with the new toolchain :P
by daurnimator
Wed Mar 29, 2006 7:28 pm
Forum: PSP Lua Player Development
Topic: Core Project: Lowser rewrite
Replies: 21
Views: 11026

i could help out if you want...