Search results

  1. D

    How Long Do These Things Take?

    Really depents on the project. My SuperSonicSpeed game for the GBAX contest took 5 days, in the evenings. But it's not that polished and I hardly did any testing :P And I was lucky that I could scrape it together from other projects.
  2. D

    GP2X Extreme Underclocking

    I tried to run my menu application at 50Mhz, which worked for me, but people with different display settings couldn't get it running. Just a word of warning ;)
  3. D

    GP2X Stderr Doesn't Appear On Gp2x Binary

    myapp > stdout.txt 2> stderr.txt for both stderr and stdout ;)
  4. D

    Sdl Surface Weird Goings On With Image Overlaying

    Which SDL library are you using? I've done this fine with the stock GP2x version...
  5. D

    Gbax 2007 Deadline Passed

    QUOTE - Please do not release entries to the public before we have announced and released the entries. This is usually a day or two after the deadline. Ofcourse I could use a beta tester or 2 :P (I had none...)
  6. D

    Gbax 2007 Deadline Passed

    Forgot to include any screenshot, so I'll post one here:
  7. D

    GP2X Sdl Bitmap Scaler

    Is it faster then SDL_gfx? http://www.ferzkopp.net/joomla/content/view/19/14/
  8. D

    Does Music Support In Sdl_mixer

    Offical SDK only supports MP3 playback in the windows build (smpeg is missing for the GP2x as far as I can tell). OGG works on both. You can setup the offical SDK to use devkitGP2x with the precompiled libs, while keep using the SDK windows libs to build windows versions. That should make music...
  9. D

    How We Spending Last Day Of Gbax2007

    Trying to submit my entry. I hope it gets recieved, as hotmail didn't like my password protected zips in zip that much.
  10. D

    A Call For People Who Can Test Gbax Apps

    Uh? We still have about 24 houres left right? (A bit more I think, about 26) My entry will be on the edge. The game idea hit me only this tuesday, so I'm kinda short on time. It's working already, but I need to fix some rough edges.
  11. D

    GP2X Any Other Solution Than Sdl?

    I think that was for an old firmware version? Anyhow, stuff compiled with the devcpp released by GPH works great, without any extra libs or anything.
  12. D

    Gpsp (gba Emulator) V09-2xb_1 Released

    While looking at the code I noticed that in the "menu_load_state" function the "get_savestate_filename_noshot" function isn't called. I usualy only use save slot 0, but when I tried to use other slots I did notice that it didn't work correctly in all cases. Didn't really look into it any furtur...
  13. D

    Cheats For Gpsp2x

    I remember reading something about it somewhere in a readme, but that it was unreliable. Just don't cheat ;) (well, the save state option is a great cheat on it's own)
  14. D

    Stack Write Copy Failed Errors?

    What version of windows are you using? I'm talking to a friend right now who is havingg simular problems with running plane devcpp in Vista.
  15. D

    Trapezoid Filling

    I found this horribly function in a very old test of mine (made over 2 years ago) It fills triangles in a single color. It's filled with assumptions, like that the surface it draws on is 32bit and that the screen is 640x480. Might give you a starting point. CODE typedef struct { int X,Y; }...
  16. D

    GP2X Sdl_hwsurface Doesn't Like Color Keys?

    Might help if you say what SDL version you use.
Back
Top