Recent content by Sandman

  1. S

    Cannot log into repo

    Hi, I don't know where else to ask. I cannot log into repo.openpandora.org, it says "This account has not yet been validated.", yet I do not have a validation email. The account is already a bit old, maybe it was never validated. The username is "Sandman". Is there anyone with the right...
  2. S

    Release SuperZaxxon Final released!

    Thanks for the suggestion. The file bootf.tgz was there, but I decided to recopy everything except the root image and then the pandora booted properly. So I guess that file was corrupt. Thanks,
  3. S

    Release SuperZaxxon Final released!

    Yes, I did that.
  4. S

    Release SuperZaxxon Final released!

    Yes, I manually verified using md5sum. The flashing process itself does this check as well (and it passed).
  5. S

    Release SuperZaxxon Final released!

    Hi, I flashed my unit twice with the new firmware, but on both occasions got "Failed to load kernel, you may need to reflash the firmware.". I tried searching for an answer but came up empty. Could anyone tell me how to fix this? Thanks,
  6. S

    Preparing for Germany (2011-08-26)

    I vote for better hardware as well. But as my unit has not been shipped yet, I would definitely want the new components and not the old one from CC. I would be willing to pay for an upgrade, but it should not exceed 50 euro. I would definitely like to have an email claiming my unit is near...
  7. S

    Your pandora has been shipped

    Good going, ED. :) How many second day and how many third day orders were made at your shop?
  8. S

    About Replacement Styli

    Nice stylus, I want one too. :-)
  9. S

    A fresh start

    I welcome this.
  10. S

    Map_Get_Pixel In Bennugd?

    This function is in mod_draw: import "mod_draw"
  11. S

    First Bennugd Wiz/pc Contest

    Sure Bennu can 'access' 3D. If you have the proper shader hardware and drivers (meaning nVidia, as ATi somehow fails to implement vertex texture fetch :( ), you can run this project which uses Bennu for its logic. Naturally this won't run on the Wiz, but all I'm saying is that a language doesn't...
  12. S

    Pandaphone

    I'd sure like this on my Pandora. Hope it'll see the light some day.
  13. S

    Programming On The Pandora For Mortals

    I'm a bit late, but... QUOTE (may88) I was aware that Bennu had risen from Fenix's ashes. The whole break up and lack of English documents rather put me off. As my spare-time coding comes in little periods of enthusiasum so fenix was lost to me. Others however have done great things with it...
  14. S

    Fenix Dev Environment

    Alternatively, use Bennu. There's an easy installer for Linux (at time of posting, 1.0.0.RC3 is the latest), which sets up the compiler, interpreter and default modules. After this, you can just do: CODE bgdc myGame.prg and CODE bgdi myGame Unfortunately, if you are using libraries that have...
  15. S

    Glob

    Use Fileinfo. CODE #ifdef COMPILER_VERSION import "mod_say" import "mod_dir" #endif Process Main() Private string filename; Begin While( (filename = Glob("*")) != "") if(Fileinfo.directory) say("[DIR] " + filename); else...
Back
Top