Search results

  1. M

    Pre-orders Confirmed For 30th Sept

    But if we announced to the forum that we get pre orders early, there would be one website to find out, and then we get a flood of new regestrations to the forums. Personally I think the first batch should go to the community, so that those who know the device and know what it is about get a...
  2. M

    Page I Found That May Lead To Some Ports

    I may try and port one of these, but I've never compiled with ARM before (I use Code::Blocks and that has all the comiler settings set up already, what is the best way to set up Code::Blocks for compiling for the pandora? (and I' sure I will be able to do the Open GL stuff fairly easily, there's...
  3. M

    Page I Found That May Lead To Some Ports

    I've been looking at some stuff about open source game engines and such, and I came across this page: Links to Engine Reimplementations I've had a poke around and it appears that source code to these engines is available, and I am wondering if this means that they can be ported to ARM? At the...
  4. M

    Pre-orders Confirmed For 30th Sept

    30th September, not the 14th ;) (Or am I missing something?)
  5. M

    Note Recorder

    Sounds like a fantastic idea, someone need to get on tis pronto :lol:
  6. M

    How Many Are Waiting For The Pandora

    Owned a GP2X from release. Followed the GP32 scene but since the GP2X was close to release, I just waited. Now I've had my taste of Opensource, and I'm ready to taste some more with my Panda (When I get one of course).
  7. M

    Pre-orders Confirmed For 30th Sept

    Any word on what retailers will be selling the hardware?
  8. M

    Non-gaming Apps

    I would really like to see a Scientific Calculator + Graphing program on this. It would be cool + useful to be able to create graphs + do all my calculations on a handheld for my physics investigation (I will have 1 new graph every experiment I do, with a total of around 30 experiments for the...
  9. M

    Fenixonfire

    How about a quick Question and Answer box that people ask questions in (about actual code) and people can see this box on the homepage and answer the question if they know.
  10. M

    GP2X Gp2x: My Fenix Games Don't Show

    Ok I've fixed the problem. I replaced one of the test .dbc files and used it's loaded(unaltered) and now it works. Thankyou everone who game me help :) Matt
  11. M

    GP2X Gp2x: My Fenix Games Don't Show

    I tried using the compiler estopero posted but the same thing happens. But puck could you upload one of the test programs(.prg bit) please so i can see if i am coding anything wrong. heres what i have coded my program with. program test; begin set_mode(320,240); x = 0; y = 100...
  12. M

    GP2X Gp2x: My Fenix Games Don't Show

    Ok here's the deal Recently i noticed fenix as being a game development language for the GP32 & GP2X. I downloaded the runtime and loaded it onto my GP2x. I loaded the example programs and they worked fine, but when i put my own .dbc files(Hello world example) and modified one of the...
  13. M

    What's Wrong With This Code?

    I've also had problems with the 'rand' function, for me it was like in vb when you use that function, the program uses the same random pattern everytime, unless you tell it to randomize.
Back
Top