Search results

  1. M

    Dell Approves Consumer Computer Shipped W/ Linux

    http://news.bbc.co.uk/1/hi/technology/6506027.stm Hmm... I've disliked Dell for some time now... but this is making me reconsider somewhat. I'm excited to see what comes of this.
  2. M

    GP2X Busybox Replacement

    There isn't any problem with replacing the current busybox binary with a new one that provides the same functions (plus more), right? I can't think of any problems, but I wanted to make sure I'm not missing anything stupid/obvious.
  3. M

    Pixel Format (w/o Sdl)

    How do you change the pixel format without SDL? I want 555 pixels so I can use the last bit as blitting transparency or something. I can force it from any pixel format to 565 but I can't figure out 555.
  4. M

    Unicode/freetype

    OK... this is something I really hoped would "just work"(tm), but I can't get it to work. I can get Freetype to display any Latin-1 characters, but I want it to display any character. First I tried using the standard char*, but that got me a bunch of random nonsense (it wasn't interpreting it...
  5. M

    Epicenter's Sig

    Who put this in Epicenter's sig? I'm kinda with him on the 'grow up' bit, but still, lol ;)
  6. M

    Video Problems

    I haven't really used my GP2X much for video, but now I want to ;) I'm using the following command to convert a WMV file to xvid, but when played on the GP2X it plays fine for a few seconds then the video drops to about 1FPS while the audio plays on at full speed, completely out of sync...
  7. M

    Stupid Segfaults (mods, Delete The Other One)

    (hey mods, I edited the other one to indicate it was in the wrong forum, delete IT not this one please :) ) Does anyone want to tell me why ret = SDL_CreateRGBSurface(SDL_SWSURFACE,512,288,32,0xff0000,0x00ff00,0x0000ff,0x0); is segfaulting? There is no reason for it at all that I can see...
  8. M

    GP2X Unofficial Squidgesnes Svn

    Hi all, yes this is announced in the other thread but I want more contributions to this project if possible... I've set up an unofficial SVN repo for SquidgeSNES at http://svn.mudiweb.com/ssnes. It allows anonymous read access and passworded write access. I'd like to keep the code usable as...
  9. M

    GP2X Latest Squidgesnes Source?

    Can I get the 'latest' SquideSNES source code? Anything newer than the current 0.34 source code would be nice... I'd like to try playing around with getting transparencies working at decent speed. If it's already posted somewhere, please point this out, since I couldn't find it.
  10. M

    A Couple Quick Dev Questions

    How can you determine the current framebuffer mode? I want to be able to take a screenshot by directly accessing the framebuffer then convert it to 16-bit 565 mode, but I need to know the mode (and the palette in the case of 8-bit) to do this. Is there a way to suspend the current foreground...
  11. M

    -1 New Messages

    Hi, the PM thing in the top-right of the screen has told me for awhile now that I have -1 New Messages. Any idea why?
  12. M

    Clonekeen2x V1.0 Released

    CloneKeen2X v1.0 has been released! This is intended to be the defining release for the game, with tons of new features and bugfixes. Get it from here or wait for the archive to be updated with it. Changelog: Changed screen resolution to 320x240 to fill GP2X screen Now uses...
  13. M

    Local Variable Dying?

    Any one have any idea why in the function shown below char latch_loadgraphics(int episode) { int retval = 0; SpriteTable = NULL; if (latch_loadheader(episode)) { retval = 1; goto abort; } if (latch_loadlatch(episode)) { retval = 1; goto abort; } if (latch_loadsprites(episode)) {...
  14. M

    Homebrew Stuff!

    Well, after working with CloneKeen2X (version 0.2 coming soon, btw), I've decided I want to take up a homebrew game project for the GP2X. I wanted to know what people would like to see. One thing I was thinking of was a Escape Velocity-type game, the old space freelancer game (not to be...
Back
Top