Search results

  1. R

    Open Source Games?

    Here is a list of Fenix games at Boolean Soup that come with a source file: http://www.booleansoup.com/index.php?p=40&...;di=d&ip=10 These games are not for the GP2X, but that shouldn't matter much if your purpose is to learn from their source files.
  2. R

    Help With Fpg's

    Ruckage' way is pretty cool, and otherwise you could use FPG.exe (from the Fenix Windows package) under DOSBox, or FPGEdit (or alternatively the official FPG tool that comes with Fenix 0.84a) under Virtual PC/Wine.
  3. R

    Rgbscale() In Fenix

    The following example came with documentation for Fenix 0.83b (I don't have the files that are loaded in the example): CODE Program Test_RGBSCALE; Global Float r,g,b; rr,rg,rb; Float rgb[]=0.0,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1.0; scale=0; Begin full_screen=false...
  4. R

    Functions Returning Strings?

    You can catch FXC's output in the ConTEXT "output console" window, but since ConTEXT is a universal editor as opposed to Flamebird you will have to set this up yourself. Sandman wrote some nice batch files for it, which you can get together with instructions on how to set it up from the Fenix...
  5. R

    Functions Returning Strings?

    I agree it's all a bit messy, I would have preferred for this whole declaration thing to be done internally by the compiler so we programmers don't have to get our hands dirty, but apparantly it's too hard for the current programmer of Fenix (Juan) to make it an internal process. Note that it...
  6. R

    Functions Returning Strings?

    The order of functions/processes in your .prg file matters when it comes to returning strings (and it also matters for using public variables). Fenix defaults all functions to return ints and any function coming before another function will assume the latter is returning an int. So, you would...
  7. R

    Fenix Or Ultimate Fenix

    There are two 0.84 versions, version a and version b. Only Fenix 0.84b has functions (but other than that is severely bugged), Fenix 0.84a doesn't have them. You can use a process without a frame() statement in it to emulate a function. A process behaves like a function (and will return a...
  8. R

    Onexit Broken?

    The fact that Flamebird doesn't highlight "OnExit" is only because your Flamebird version existed before OnExit was added to Fenix, the command has only been added recently. As stated in the Fenix Wiki article on OnExit, the command is available since Fenix 0.90.2. :) Edit: Just noticed you...
  9. R

    Is Gp2x.co.uk A Dodgey Online Store?

    Yep. For me there isn't any difference in overclockability between playing with a net adapter or with batteries.
  10. R

    Is Gp2x.co.uk A Dodgey Online Store?

    The Netherlands - just over the North Sea. :) Well on average it is about 2 fps in randomly played roms in SquidgeSnes, I can figure so much before the gp2x freezes. And you have a 275 mhz model? So then I was too optimistic that a 275 mhz model would go even higher. At least the loss is...
  11. R

    Is Gp2x.co.uk A Dodgey Online Store?

    I ordered a 275 mhz version before they dropped the test speed to 270 mhz and eventually 266 mhz. It does clock to 270 mhz stabily though, so apparantly they sent me a 270 mhz version (which also CERTAINLY limits me to 270 mhz). It's not an incredible disaster as 270 mhz is still pretty decent...
  12. R

    Is Gp2x.co.uk A Dodgey Online Store?

    After playing a while with my GP2X I discovered the folllowing: my purchased GP2X 275 mhz model does not even clock to 275 mhz stabily! Seriously, what the hell. What are they selling these 'tested' units for if they don't even live up to their labeling?
  13. R

    Is Gp2x.co.uk A Dodgey Online Store?

    No Moxie - please don't ask. Epicenter, please don't answer. This topic is about Gp2x.co.uk's dodgeyness.
  14. R

    Is Gp2x.co.uk A Dodgey Online Store?

    I beg your pardon? I only got my GP2X yesterday, and this is the first time I tell my story. As for Epicenter I don't even know him. :mellow:
  15. R

    Is Gp2x.co.uk A Dodgey Online Store?

    As from what I hear gp2x.co.uk used to be good and very fast in replying in the past - but it seems this no longer is the case. I first sent them an e-mail on november the 4th (asking if I could pay by bank transfer), but I didn't get a response until I sent them another email 5 days later...
  16. R

    Boolean Soup Competition 2006/2007

    It's not obliged, but it is strongly encouraged. You can drop a worklog entry whenever you feel like it though, that can be once every 2 weeks or whenever you feel you have something to show or tell. It's just for fun, to tease eachother and get some feedback and stuff. :)
  17. R

    Boolean Soup Competition 2006/2007

    The competition has started and the 4 themes have been announced, so head over to Boolean Soup! Also feel free to enter the competition in the middle of it, you don't necessarily have to start when the compo starts (although it does give you more time of course, but then again probably nobody...
  18. R

    Boolean Soup Competition 2006/2007

    Hey all. Some of you might already have heard about Boolean Soup, the site where most of the English/International Fenix community resides. It was founded on the ashes of DIV-Arena (some might know it - the language DIV was the original inspiration for Fenix) by a bunch of it's old members. The...
Back
Top