Search found 144 matches

by be2003
Sun Nov 12, 2006 5:17 pm
Forum: PSP Development
Topic: glib, gtk, gdk, eh?!
Replies: 3
Views: 1262

ok... so i decided to try and compile glib for a psp library and after some work it compiled... so i need to know whether it works or not. donload the zip here: www.angelfire.com/blog/dev-be2003/glibpsp.zip the zip contains glib.a glib.h and a couple other header files, so i need people to try and u...
by be2003
Sun Nov 12, 2006 3:49 pm
Forum: PSP Development
Topic: glib, gtk, gdk, eh?!
Replies: 3
Views: 1262

glib, gtk, gdk, eh?!

has anyone considered porting or started to port any of those? or should i try?
by be2003
Sat Nov 11, 2006 10:05 am
Forum: PSP Development
Topic: 2.71 se-b" module: vsh usb
Replies: 4
Views: 1797

i use the same blitting system as the se-b mp3, so the flashing comes from the speed of the thread...

in about ten minutes i will upload the updated rar at the same link as above. its a newer version with less flickering, source included
by be2003
Fri Nov 10, 2006 4:10 pm
Forum: PSP Development
Topic: Compiles, but does not run :(
Replies: 7
Views: 2381

isnt the //prototypes part of your code redundant...

also are you remembering to include all of your LIBS in your makefile
by be2003
Fri Nov 10, 2006 9:22 am
Forum: PSP Development
Topic: Compiles, but does not run :(
Replies: 7
Views: 2381

seriously... please state the firmware and host the file along with the makefile
by be2003
Thu Nov 09, 2006 5:37 pm
Forum: PSP Development
Topic: Compiles, but does not run :(
Replies: 7
Views: 2381

try putting the int main() at the end behind the other functions...
just a thought
by be2003
Thu Nov 09, 2006 5:34 pm
Forum: PSP Development
Topic: 2.71 se-b" module: vsh usb
Replies: 4
Views: 1797

2.71 se-b" module: vsh usb

I was very bored and decided to make a simple module that would be used on the 2.71 se-b" firmware... It's called VSHUSB because it is used in the VSH and puts the PSP into USB mode and can be used while doing other activities in the VSH... get it here: angelfire.com/blog/dev-be2003/VSHUSB.RAR ...
by be2003
Fri Nov 03, 2006 2:25 pm
Forum: PSP Lua Player Development
Topic: WLAN file transfer
Replies: 5
Views: 3626

i think i put the -1 in the wrong place.... try this.... datafile = string.sub(buffer, (string.find(buffer, "\r\n\r\n"))+4,-1) filename = "file.txt" file = io.open(filename, "w") if file then file:w...
by be2003
Thu Nov 02, 2006 12:36 pm
Forum: PSP Lua Player Development
Topic: WLAN file transfer
Replies: 5
Views: 3626

this should work: datafile = string.sub(buffer, string.find(buffer, "\r\n\r\n", -1)) filename = "file.txt" file = io.open(filename, "w") if file then file:write(datafile) file:close(...
by be2003
Thu Oct 05, 2006 1:13 pm
Forum: PSP Lua Player Development
Topic: wifi babelfish released
Replies: 2
Views: 2799

screenshot doesnt work because the path you save it in has to be relative to the current working directory... dont do: screen:save("ms0:/translation.png") do: screen:save("translation.png") or screen:save(&qu...
by be2003
Mon Oct 02, 2006 1:44 pm
Forum: PSP Lua Player Development
Topic: System Extension (v0.5,cpu,elf loading,mp3,zip)
Replies: 49
Views: 29246

damn its been a while since i have done this... i will check out the mp3 player's source and make sure the makefile and exports.exp are ok, but the code looks straight forward. if some more experienced devs want to look at the source just tell me. it is based on the source from psp mediacenter
by be2003
Fri Sep 29, 2006 12:52 pm
Forum: PSP Lua Player Development
Topic: System Extension (v0.5,cpu,elf loading,mp3,zip)
Replies: 49
Views: 29246

damn, it should have... idk try this... mp3player = loadlib("mp3player","init") if mp3player then mp3player() end Mp3.play("test.mp3") while true do if Controls.read():start() then M...
by be2003
Thu Sep 28, 2006 12:57 pm
Forum: PSP Lua Player Development
Topic: System Extension (v0.5,cpu,elf loading,mp3,zip)
Replies: 49
Views: 29246

long time...

sorry i havent been on in a while, i had alot going on, but some people seem to want mp3, so i made an mp3player.lrx real quick and i need some people to test it out... about the ogg... im about 100% sure that it is broken and about the System.Quit(), it works... the "Q" in quit MUST be ca...
by be2003
Mon Aug 14, 2006 2:23 pm
Forum: PSP Lua Player Development
Topic: System Extension (v0.5,cpu,elf loading,mp3,zip)
Replies: 49
Views: 29246

i just dont have time rite now, maybe i will a dd a couple of functions, im gonna change them from static int to int, might be slower, but it will solve tons of issues
by be2003
Wed Aug 02, 2006 12:43 pm
Forum: PSP Lua Player Development
Topic: System Extension (v0.5,cpu,elf loading,mp3,zip)
Replies: 49
Views: 29246

that's great code, i would add it except for the fact that lua is for newbs... i don't want them to have too much power, changing the speed is cool if u need it but not in this case which could fizzle up your psp by some newb: function weeeeeeeee() while true do for i=1,333 do System...
by be2003
Sat Jul 29, 2006 4:30 pm
Forum: PSP Lua Player Development
Topic: System Extension (v0.5,cpu,elf loading,mp3,zip)
Replies: 49
Views: 29246

well the problem was(fixed it today) that i had to buy a new usb cable, so icouldn't test it. so i bought one today.
by be2003
Fri Jul 28, 2006 4:25 pm
Forum: General Discussion
Topic: Lua-Adhoc (v0.1) lrx module
Replies: 2
Views: 3001

v0.1b

well... this adhoc is really new to me so...

v0.1b
i rewrote the two functions, so now they should actually work
by be2003
Fri Jul 28, 2006 3:12 pm
Forum: PSP Lua Player Development
Topic: System Extension (v0.5,cpu,elf loading,mp3,zip)
Replies: 49
Views: 29246

haha '06

done! yay, ok no more mp3 :( but we gained ogg :| whatever i dont care, so ya... still need feedback on all functions... same link as above... ----------------------------------- version 0.6 ----------------------------------- MP3 ABOLISHED! lol, just switched to ogg, yup, i'm serious. umm... here w...
by be2003
Fri Jul 28, 2006 2:26 pm
Forum: PSP Lua Player Development
Topic: System Extension (v0.5,cpu,elf loading,mp3,zip)
Replies: 49
Views: 29246

ah, nice, thanks, im almost done with my next build of sysext, so i will definately use this tool to my advantage, thanks.

edit: haha cygwin had it installed for me and i didn't even know
by be2003
Fri Jul 28, 2006 1:07 pm
Forum: PSP Lua Player Development
Topic: System Extension (v0.5,cpu,elf loading,mp3,zip)
Replies: 49
Views: 29246

ya, i got the mp3 suppprt from pspmediacenter, on my psp it seems like the mp3 doesn't work, but that is probably a couple releases ago, anyway svn access to the svn.ps2dev.org/pspware/trunk/LuaPlayer/modules/sysext folder would be nice because i hate angelfire's guts, only sometimes though. Atleast...
by be2003
Thu Jul 27, 2006 3:05 pm
Forum: PSP Lua Player Development
Topic: LuaPlayer for Windows
Replies: 9
Views: 6334

[quote="Insert_witty_name"]I've been messing with the windows luaplayer recently in any downtime I have. Mainly trying to update it so it supports everything the current PSP version does. So far I've got it to compile, it now uses Lua 5.1, fonts are supported(!) and I've put some dummy fun...
by be2003
Thu Jul 27, 2006 2:12 pm
Forum: General Discussion
Topic: Lua-Adhoc (v0.1) lrx module
Replies: 2
Views: 3001

Lua-Adhoc (v0.1) lrx module

Well this is my second lua library and it is fully featured with two functions. j/k There is alot more todo but this is a start... ------------------------------------- version 0.1 ------------------------------------- Not much to say here This is the first build and with only 3 functions it has an ...
by be2003
Thu Jul 27, 2006 12:38 pm
Forum: PSP Lua Player Development
Topic: System Extension (v0.5,cpu,elf loading,mp3,zip)
Replies: 49
Views: 29246

[quote="Oobles"]be2003, Looks like you've been having fun with those libraries. If you're interested in adding them directly to Subversion let me know. I will have to ask Shine, but I'm sure he would be happy to have your modules in Subversion. Regards, David. aka Oobles. PS. Sorry, I have...
by be2003
Thu Jul 27, 2006 10:59 am
Forum: PSP Lua Player Development
Topic: LuaPlayer for Windows
Replies: 9
Views: 6334

ahh...

i would love to work on a new version of luaplayer windows but i have 2 problems. 1. i can't get it to compile 2. i'm still kinda retarded at c++, although i understand like 5 other languages and c and c++ is pretty easy to me, assembly is what makes me go "wtf" but anyway, the point is th...
by be2003
Wed Jul 26, 2006 5:12 pm
Forum: PSP Lua Player Development
Topic: Core Project: External libraries
Replies: 30
Views: 23545

well if anyone cares, this little lrx loader is being put to use by my System Extension Library "sysext.lrx". you can find it here:http://forums.ps2dev.org/viewtopic.php?t=6326.
by be2003
Wed Jul 26, 2006 5:10 pm
Forum: PSP Lua Player Development
Topic: System Extension (v0.5,cpu,elf loading,mp3,zip)
Replies: 49
Views: 29246

well v0.5 is out, like anyone cares or knows, lol...........

ok here it is: I added zip. sweet huh! this is alpha so i need feedback, wait, sorry, my bad, i forgot no one cares, or no one uses lua anymore. well if anyone cares here it is: (at the same link up at the first post.) ----------------------------------- version 0.5 ---------------------------------...
by be2003
Wed Jul 26, 2006 7:55 am
Forum: PSP Development
Topic: compile luagl lrx problems
Replies: 0
Views: 691

compile luagl lrx problems

ok, so i'm trying to port over the luagl wrapper for the pc that uses the opengl libary, and it is going to use the pspgl library instead, but i am having compile problems. When i compile it says: "multiple definitions of: " then some lua command(lua_open) but the error is said for every l...
by be2003
Tue Jul 25, 2006 5:29 am
Forum: PSP Lua Player Development
Topic: System Extension (v0.5,cpu,elf loading,mp3,zip)
Replies: 49
Views: 29246

something like: Sysext.loadExec(path) to load an elf file, only elf, not 1.0 eboots ----------------------------------- version 0.4 ----------------------------------- Changed the mp3 api... hre it is: Includes MP3.Play(file) initializes psp audio loads the file and plays it Includes MP3.Pause() pau...
by be2003
Mon Jul 24, 2006 2:44 pm
Forum: PSP Lua Player Development
Topic: System Extension (v0.5,cpu,elf loading,mp3,zip)
Replies: 49
Views: 29246

v0.3 is out, and i feel like i'm talking to myself right now, you know this library can solve many of people problems, especially with mp3 support! yes mp3, here is the readme ----------------------------------- version 0.3 ----------------------------------- Added Mp3 support :) kin...
by be2003
Mon Jul 24, 2006 12:47 pm
Forum: PSP Lua Player Development
Topic: 3D via irrlicht?
Replies: 3
Views: 3083

holy crap, that would require porting tolua++ and the library for irrlua... ok

edit: nvm, i cant, ,irrlicht itself requires opengl, alot of it and i dont know how, so much for that idea...