Search results

  1. Quiest

    Wiz Display... Burned? Broken?

    Hi!   I just found my Wiz again and thought I have to fire it up again, to see if it works.   https://www.dropbox.com/s/wpen5hzcg15eupb/Foto%2025.05.14%2017%2042%2044.jpg This is the result.   The pixels look burned or whatever, never seen something like this happen to a display. Any idea how I...
  2. Quiest

    HILFE! Brauche Namen für mein nächstes Spiel!

    Ich dachte, es ist mal wieder Zeit, aus meiner Ecke zu kommen, und ein neues Spiel für den GP2X zu programmieren. :-) Das Spiel wird komplett über den Touchscreen gesteuert werden, und ist ein Worms-Clone. Hier mal ein paar Alpha-Bilder (lasst euch von dem grünen Punkt nicht verwirren, der...
  3. Quiest

    Help! Need Name For My Next Game!

    I thought its about time to come out of my edge, and start coding a new game for the GP2X. :) The game will be completely touchscreen controlled, and it is a Worms clone. Here are some preview pics (see the green dot? its just my stylus-placeholder): Level selection with transitioneffect...
  4. Quiest

    Flickering On Screen Areas Where There Is No Blit / Update.

    Hello again. I'm in the state of rewriting Unicolor, and I finally tested a new version on the GP2X, just to see that there is a lot flickering going on on the screen parts that get not update / where no blits happen. While it looks fine on PC (the image remains as it was blitted before) it...
  5. Quiest

    Using Pearyns Newest Libs?! No Workywork :-(

    After lots of help from Alex., I was able to sort out most stuff, but I still have the problem that my touchscreen is not working. I got paeryns newest libs, and I got the devkit included in the RC7 code::blocks pack. I copied the files over, but I cant use any of the functions from the...
  6. Quiest

    Joystick And Touchscreen Not Working

    EDIT: Problem with the filesize and button input solved! I was calling SDL_JoystickOpen( 0 ); before SDL_Init(); :-P Worked fine on PC but not on the 2X. The filesize came from including iostream.h, and now i could work down the filesize to 930kb using -s compiler flag and the gpe comp tool...
  7. Quiest

    Libs For Better Mp3 Playback / Usage Than Sdl_mixer?

    Anyone know some good libs which also work on the 2X i can use for mp3 playback? cool features would be: -know when a song is done playing -get rest playtime from a song -being able to fast forward/backward -getting id3 tags though these aren't all necessary. is there something i can use? I'm...
  8. Quiest

    The Lack Of Time...

    I`m so busy with work and life lately that I am not able to code a single line for my projects or start making graphics for my game Blockland... I say to myself, I stay at home the weekend and take some off time coding, but then again, there is this thing called beer and these things called...
  9. Quiest

    Rapid Fire With Keyboard?

    Does anybody know a program that keeps running in background, enabling rapidfire for keys? Like if I KEEP pressing x it registers x, unregisters it, registers it again, etc.
  10. Quiest

    Fixed Version Of Floaters

    Sorry, I know it took some time, but I finally fixed Floaters, it should now be fun to play :) The bug in the gbax version was that the enemy counter raised to slowly, letting only one enemy appear at the time. It`s fixed now and should be a lot more challenging. Volume control should also...
  11. Quiest

    Please Give Me Some Feedback

    Hi peoples! I would love if you give me some feedback here about my GBAX entries, Blocked, Floaters and UNICOLOR. I know that Floaters has a bug that prevents you from having much fun, I forgot to work the enemy spawning counter back into the game. I`ll upload a new version once my internet at...
  12. Quiest

    A Small Poll For My Polarium Clone

    The poll is just up there ^^ EDIT: small input!? what the heck was I writing? SOME input, I mean.
  13. Quiest

    Oggs On The 2x

    Can anybody pleeeaaaaaase tell me how the damn oggs must be encoded to work with Fenix on the 2X? I now I had some oggs working, but now, every ogg I encode and try doesn't...
  14. Quiest

    Blocked, Release A Few Days Away

    I`m currently working on Blocked, a remake of the game Ununicum by TONYPA. The game is about to be done, I just need to add some menus, a highscore list, and I`m also working on a simple MP3/OGG player, so you can listen to your own music when playing the game :) To the main point of my post...
  15. Quiest

    Setting Up Code::blocks To Compile For Windows

    I have set up Code::Blocks to dev in C++/SDL for the 2X which worked just fine, I already got some programs running. But I`m sick of just being able to test my programs on the 2X, and I don`t for the heck know how to make Code::Compile correctly for Windows. With the current set up, if I tell...
  16. Quiest

    How Fast?

    How fast is SDL on the gp2x? I mean, at which fps should a game run for example on my 1.6ghz laptop, to be running at a constant 60fps on the gp2x? Thanks in advance, and I hope it hasnt been asked already, as I was to lazy to search. (I`m finished at work now, just finishing this post, and...
  17. Quiest

    Need A Little Help With A Piece Of Code Here.

    I`m learning a little SDL atm (working on my first sdl game for the gp2x :D) and I`d really like to know what is wrong with this piece of code: (please ignore that it will be slow on the gp2x) //function to return an altered surface SDL_Surface *water_effect(SDL_Surface *back) { SDL_Surface...
  18. Quiest

    Funniest And Most Creative Video I've Seen This Year :p

    College Saga This guy is awesome. That video rocks so much :D Wish I would be able to come up with such kind of stuff. Be warned though, the video is 40 minutes long, so it really is a short movie. Could someone tell me if there is a way to download Youtube videos? I really want this on my...
  19. Quiest

    A New Version Of Max Ghostpix Is Coming Soon!

    Hi people! I had a few chats with Marc, the author of Max Ghostpix, a Picross clone written in Fenix for the GP32. He told me that he is working pretty hard on a release of a new version for the GP32 and the GP2X, and asked me to put it in the news for a little promotion. :D Well, as I (most...
Back
Top