Search results

  1. R

    Ur Fave Homebrew

    i destroy the screen :/ i was try to put the screen of my green gp (who dead with a bad flash =) but it's not the same, some color are not show and others are bad, really unplayable, so my gp is now a walkman :/ but aquafish will reflash my green gp :) > I love Falldown, Gtris and dstar and at...
  2. R

    Ur Fave Homebrew

    thank a lot, cool to see many person like falldown :) yet ... my gp is dead so not for now but i start rewrite it on pc, using sdl http://procvor.free.fr/falldown.x86.b3.exe
  3. R

    Another Smc Problem

    maybe you don't unmount the smc :)
  4. R

    GP32 Chn's Modlib

    note are coded into an int, you can directly copie paste this int in the pattern pattern data are only all notes : note raw0 ch0, note raw0 ch1, note raw0 ch2, note raw0 ch3 note raw1 ch0, note raw1 ch1, note raw1 ch2, note raw1 ch3 ect .. for the 64 raw pattern is 1024 byte lenth, raw 16 bytes...
  5. R

    Unrar Lib Ported To The Gp32 & Gmod Released

    no it will not work if you put * to uncompress all, just list the rar and after, uncompress one by one all the files. i start to write a function who can made that (with a rar from disk or memory and save onto disk or in memory) but actually not work :p
  6. R

    Unrar Lib Ported To The Gp32 & Gmod Released

    i just ported mini lzo librarie onto the gp can be found on my page :)
  7. R

    Unrar Lib Ported To The Gp32 & Gmod Released

    unrarlib can't only extract a part of a compressed file, so can't be used for doom and a wad file is bigger than the gp32 ram size, the lib uncompress data in ram (and require 1mo for decompression) > it would only accept Winrar 3.x or earlier for Winrar versions. no, it's winrar 2.x ^^ here...
  8. R

    GP32 GDL LIbraries

    there is small incompatibility between every lib release, try to compile with the gdl who are with the demo maybe you doesn't have all the gamepark lib (16 bit) with old version, you may got many warning in using gcc due to last file line who are not empty, but all must work :) if the demo...
  9. R

    GP32 How to code collisions

    gdl have colision fonctions, box and pixel detection :)
  10. R

    GP32 using gdl

    gdl has been tested with sdt and minigp32 (gcc) i test gdl on ads, but not work due to gp 16 bit routine who are missing, but it must work if your lib are good configured making an apps using gpsdk or gdl is exactely the same thing but with gdl you don't need to include gp sdk .h, just include...
  11. R

    GP32 what kind of animation does gdl use???

    there is examples in the doc : http://procvor.free.fr/gdl/doc/gfx.htm you can also download demos and see sources to view how load animation
  12. R

    GP32 what kind of animation does gdl use???

    hi to make animation for gdl, just create a bitmap with all anim frame inside, first frame at left, last at right you can include many anims in the bmp and, cut all anims on load convert your bmp in .h or .gpg (or another format if you can load it) and put img data pointer, size, transp color...
Back
Top