Search results

  1. Dimacus

    Beta Gdbserver, Runs Right Off?

    So I wanted to debug my project with gdbserver, but I couldn't find any precompiled binary. After a bit of work I got it compiled and it's running fine for me. Now I thought that this might be something other devs might want too, so I'm thinking of packing it in a pnd and putting it in the repo...
  2. Dimacus

    Release Maze Of Galious And Roadfigher Remake Port

    Hello there. Let me present the following ports to you; The Maze of Galious And Roadfighter remakes by Braingames Let me begin with Maze of Galious, or MoG as it is often shortened. (screenshot is using the Naramura graphic set, included) The braingames page for this game is...
  3. Dimacus

    Release Maze Of Galious And Roadfigher Remake Port

    Hello there. Let me present the following ports to you; The Maze of Galious And Roadfighter remakes by Braingames Let me begin with Maze of Galious, or MoG as it is often shortened. (screenshot is using the Naramura graphic set, included) The braingames page for this game is...
  4. Dimacus

    Beta The Maze Of Galious Remake Port

    After porting RoadFigher from braingames I decided to try to port another of their games. Let me therefor present to you; The Maze of Galious (Remake) (screenshot is using the Naramura graphic set, included) (Taken from their page) There are several different graphics sets as well as sound...
  5. Dimacus

    Beta Prequ Engine (Another Lba Engine)

    [Update 5/4] I have been tinkering a bit with the source and the start script file, autosave now works (see my post further down). (Note that regular saves still don't really work) There is no longer any need to manually copy lba.cfg if this is your first install, the script takes care of that...
  6. Dimacus

    Problems With Playing Ogg Files Using Sdl Mixer?

    Problem Solved. I was linking to both the normal vorbis libs AND the integer onces, probably cause a collision. I removed ogg, vorbis and vorbis file and kept vorbisidec. Thanks to all who helped me! As the topics says; I'm having trouble with playing ogg files using SDL mixer. The problem...
  7. Dimacus

    Beta Lumina Beta Pandora Build

    Hiya, Lumina is a game engine with two games I have been working on for a while now. The first one, which starts by running the binary, is supposed to be a rpg of sorts called Legend of Nausta. The second one (which is more of a concept for the game i want to make) stats by running the bat file...
  8. Dimacus

    Mandelbulb's

    So I just found this webpage http://www.skytopia.com/project/fractal/mandelbulb.html It's about rendering Mandelbrot's in 3D, It makes for a quiet interesting read. Some of the pictures are really nice too :)
  9. Dimacus

    [gp2x] Need Some Testers For A Game Engine

    Ever since the community project Adventure2x died I have been working on a derivation of that project. It is a 2d game engine called Lumina. Now i cant really test my own program since my gp2x is somewhat busted at the moment. I would really appreciate if someone could test this for me, if only...
  10. Dimacus

    Happy New Year!

    It just became 2007 here in sweden, Happy new year everyone!
  11. Dimacus

    GP2X Need Some Input/advice

    I need some input on this; Im currently trying to make some sort of conversation system for a RPGish game. But I just cant decide if I should preload all the conversations or if I just should load them when needed. If I only load them when needed there would be an excess of file I/O operations...
  12. Dimacus

    Dink Smallwood

    I recently saw that rtsoft have released their sourcecode to the RPG/Adventure game Dink Smallwood. I used to play that game alot and I belive that it would make an exellent addition to the GP2x's game list. It's Written in VC++ and uses DirectX. if someones interessted here is the link to the...
  13. Dimacus

    Loose Components

    So, I open up my gp2x for the first time, and guess what, a capacitator falls out. I'v never droped it nor treated it with sutch violence that a capacitator should breakof from the pcb. Tought of returning it, but since I opend it, the warranty is probably void. Any advice would be greatly...
  14. Dimacus

    GP2X Using The Serial Port

    Hello everyone. The other day I was tinkering with a toy RC car and a parallel port on an old computer, and after a little soldering I made a simple interface between them, so, using the two channels on the remote control for the car, I could send data to the computer. now after a little more...
  15. Dimacus

    Replacement For Itoa

    I just got my gp2x today, so after a couple of emulator games, little doom and diffrent hello world programs, I decided to try and port a gameengine I have been working on for about a year. But then a problem arrised, I had been relying on itoa to convert char's containing numbers to int's...
Back
Top