Search found 5 matches

by gabriel
Sun Aug 14, 2005 2:18 am
Forum: PSP Lua Player Development
Topic: Lua Player for PSP
Replies: 351
Views: 307422

Ok, I have my little smiley going left, right, up, and down. Here is what i cant figure out... When I press "right", my smiley moves to the right, but it only moves ONCE. When I stop pressing "right" on the dpad, the smiley moves back to its original position. How do I make it s...
by gabriel
Sat Aug 13, 2005 3:28 pm
Forum: PSP Lua Player Development
Topic: Lua Player for PSP
Replies: 351
Views: 307422

Image Rotate

I noticed that the "rotate.lua" script contains a function which allows you to rotate an image 90° clockwise however it does not allow you to rotate the image 90° counter-clockwise (which may come in handy for someone). I originally tried to simulate a counter-clockwise rotation by doing 3...
by gabriel
Sat Aug 13, 2005 3:09 pm
Forum: PSP Lua Player Development
Topic: Lua Player for PSP
Replies: 351
Views: 307422

on_KeyPress / on_KeyRelease ?

how can i make it work if 2 keys are pressed at the same time? it only gets one make sure you got it like this: pad = Controls.read() if pad:cross() then etc end if pad:circle() then etc end and not: pad = Controls.read(&#4...
by gabriel
Fri Aug 12, 2005 10:17 am
Forum: PSP Lua Player Development
Topic: Lua Player for PSP
Replies: 351
Views: 307422

InputManager library I'm working on an InputManager library for lua, and I'm currently in the last steps of bug fixing for the new version of lua player. What are peoples thoughts on the interface. I'm open to suggestions ... I appreciate any feedback, I'd like to get a nice interface that most eve...
by gabriel
Thu Aug 11, 2005 12:40 pm
Forum: PSP Lua Player Development
Topic: Lua Player for PSP
Replies: 351
Views: 307422

Lua make error

While trying to "make" Lua I get the following error:
In file included from graphics.c:2:
/usr/local/pspdev/psp/sdk/include/malloc.h:2: error: conflicting types for `malloc`


I appreciate any help/information.