Search results

  1. H

    Does The Gp2x Have Any Multiplayer Or Online Functions?

    @sukhigp: At the time I ported Heretic and Hexen the Cradle wasn't yet released and therefore it lacks support for USB controllers. Maybe I should do a little update. EDIT: Here is a little hack which you could try for Heretic: Open the .gpe file with a hex editor and change the byte at offset...
  2. H

    Heretic2x

    Unfortunately the Heretic version you can find in the archive has music disabled. I actually managed to get music working a short time later, but I didn't release it, because it would disable sound FX. The Problem is that the sound engine of the hhexen project on which my code is based needs...
  3. H

    GP2X New To Gp2x Dev, Program Shows Black Screen.

    Unfortunately SDL lacks simple primitive drawing functions. You can either program your own functions by accessing the surface buffer where the raw pixels are stored or you find someone who already did this for you: http://sdl-draw.sourceforge.net/.
  4. H

    SquidgeNES 0.395b1

    Wie sieht es eigentlich mit USB-Controller Unterstützung aus? Kann man damit demnächst rechnen? Ich meine jetzt wo die Cradle da ist ergeben sich alle Multiplayermöglichkeiten, die man sich vorstellen kann...
  5. H

    Seagate Pocket Drive und Cradle

    Du könntest auch mal versuchen die Festplatte neu zu initialisieren. Unter GParted heisst die Option glaube ich "Disklabel". Es sollte normalerweise ein MSDOS-Label ausgewählt werden. Alle Daten werden dabei gelöscht. EDIT: Es besteht auch noch die Möglichkeit, dass die Platte zuwenig Strom...
  6. H

    Seagate Pocket Drive und Cradle

    Ich kann dir folgende Tools ans Herz legen: Zum formatieren und partitionieren: GParted LiveCD Zum reparieren von kaputten Dateisystemen und Bootsektoren: TestDisk
  7. H

    GLBasic Sonderrabatt im Bundle mit dem gp2x

    Das was du meinst, heißt "Polymorphismus" und setzt Vererbung voraus, was wiederum Klassen voraussetzt. Den bisherigen Posts nach zu urteilen, gibt es aber noch nicht einmal Klassen, sondern nur Strukturen. Deshalb gehe ich mit hoher Wahrscheinlichkeit davon aus, dass GLBasic so etwas nicht...
  8. H

    GP2X Is Somebody Willing To Continue My Svstrife Port?

    After my Heretic and Hexen ports I was asked to take a look at strife. Although I have not much experience with porting, I tried my best and at least adjusted the code for graphics and the controls. The game runs very well, until you open the first door. It crashes and I am not able to trace the...
  9. H

    BMP laden?

    Meine Standard-Frage in diesen Fällen ist immer: Hast du auf Groß-/Kleinschreibung geachtet? Unter Windows wird die ignoriert, auf dem GP2X (Linux) aber nicht.
  10. H

    aMule

    Ich habe hier zufällig noch sowas rumliegen: http://de.wikipedia.org/wiki/NSLU2. Das Teil ist kaum gebraucht und nur so groß wie eine Zigarettenschachtel. Die Kommandozeilenversion von aMule + Weboberfläche wurde dafür auch schon kompiliert (siehe http://www.nslu2-linux.org/wiki/Optware/Amule...
  11. H

    Mahjongg?

    Hier einige Emulatoren-Spiele, die "Mahjong" im Namen haben: NES: 16 Mahjong 4 Nin Uchi Mahjong AV - Mahjongg Family Mahjong Family Mahjong II - Shanghai heno Michi Gambler Jiko Chuushin Ha - Mahjong Game Ide Yousuke Meijin no Jissen Mahjong Ide Yousuke Meijin no Jissen Mahjong 2 Mahjong...
  12. H

    Pointer Casting: Bug In Arm-gcc?

    I had this problem too. You can use memcpy() as a workaround.
  13. H

    GP2X Intellisense Not Working

    If you add the SDL headers to your project at least the symbols will appear in the dropdown list. By moving the mouse above a symbol you can get more information. Unfortunately the automatic member list and function parameter hint does neither work for me. I think it has to do how Intellisense...
  14. H

    Hexen2x Released

    Thanks for the information! Now I know that one has to use the wad1.0 gpe for the shareware version and will add this information to the readme. The archive file will also be updated.
  15. H

    Hexen2x Released

    I will soon (in a half hour?) upload version 0.6 to http://www-stud.uni-essen.de/~sephkrae/Hexen2X_v0.6.zip.. This version will then have the important part of the patch for hhexen applied. The other parts are only for the OpenGL code and to make the map transparent and have nothing to do with...
  16. H

    Hexen2x Released

    Perhaps the current version 0.5 already fixes the bug. If you still have 0.4 you should get it from here: http://www-stud.uni-essen.de/~sephkrae/Hexen2X_v0.5.zip. If the bug is still in there, I will completely compile out the InitStats() function call which causes the bug. In 0.5 I tried to fix...
  17. H

    Hexen2x Released

  18. H

    Sdl_inifile

    And if the sound still stutters, try a larger buffer size!
  19. H

    Memory mit GLBasic

    Wenn es auf dem PC läuft und auf dem GP2X nicht, ist es in 99% der Fälle unterschiedliche Groß-/Kleinschreibung des Dateinamens. Wenn Textdateien benutzt werden können es auch mal inkompatible Zeilenenden sein.
  20. H

    A Question About Frames Per Second

    Probably it is because of the NTSC standard, which has a refresh frequency of about 60 hertz. But it's just a guess.
Back
Top