Search results

  1. C

    Pocketsnes Sound Problem

    I was playing Chrono Trigger and I got the the stage where it goes all mode7 for the robot race so I thought I'd turn the sound off (along with disabling transparency and overclocking to 250). When I finished the race (I won) I tried to turn the sound back on (along with transparency and...
  2. C

    Wire3d Datafile Documentation

    I've created some basic documentation for creating sprites, levels and campaigns. If anyone would like to create sprites or levels or even a campaign or two they would be very well recieved. If you have any feedback about the documentation or need help /msg me and I will be only to happy to...
  3. C

    GP2X Sdl_gfx Performance Testing

    I have been doing a little performance testing of the SDL_gfx anti-aliased line drawing function and I'm getting some strange (I think) results. The program I used to test just draws incresing numbers of vertical lines on the screen. The results show some really strange jumps that I am at a...
  4. C

    GP2X Optimization/profiling Help

    So I have all the graphics features I want in place for my wireframe so now it's time to think about optimization. I compiled my program with -pg to generate profiling data and ran it on the pc and the gp2x. The results were a bit of a suprise to me: on the pc the most time is spent in the...
  5. C

    How Long Will It Take For My Archive Update To Appear?

    I'm sure it's been asked before so sorry but I uploaded an update to wire3d like 3 hours ago and it hasn't been updated. Any ideas what the issue is? Cheers, Charlie
  6. C

    New Version Of Wire3d

    It been a while since the last release and since I'm pretty happy with the graphics and gameplay at this point I thought I'd make my first upload to archive.gp2x.de. Please grab and test (and enjoy) the latest release. Updates include:Proper game menu system. Campaign and level play options...
  7. C

    Gp2x As Media Centre

    I was sitting at home watching some movies from my Gp2x on my TV and it occurred to me that it would make a really nice little, cheap read-only media centre. I envisage it like this: Sit it in a cradle (with power), connect large usb hdd, connect a usb IR remote, watch anything you can get on...
  8. C

    New Pre-release Of The Cube Shooter

    I just uploaded a new version of my cube shooter game. It's still very much pre-release. The best new feature is that all content is now external, that is you can create yuor own shapes and write your own levels. It currently ships with a whole big two shapes and one level so enjoy them! Get it...
  9. C

    Shell Script Help

    I've been doing some work on my cube shooter game and I re-arranged the files a little bit. I have a shell script in the project root directory that looks like this: #------------------------ #!/bin/sh bin/wire3d_gp2x -l data/level > output # return to the menu screen cd /usr/gp2x sync exec...
  10. C

    Wire Frame Engine Source Available

    These are the sources for this program. I've decided to release the sources because development has slowed a little too much for my liking. I will continue development at my own pace and of course patches and comments are welcome. The sources are in pretty good shape and should be fairly...
  11. C

    Early Demo Of New Game (cube Shooter)

    The game I've been working on has finally reached bare minimum playability. Don't expect too much but I think it's quite cool and fun even at this early stage. Make sure you run the launch.gpe because the wire3d.gpe will not restart the menu system when it's done. You have been warned. Get it...
  12. C

    Xvid Playback Issue

    I'm having a problem playing an Xvid that I (ahem) aquired. It was part of a bunch of (ahem) episodes. Some of them play just fine (great in fact) bit some of them are really mangled. The nature of the mangling is that the sound plays on but I get random frames maybe 1 frame every 5 seconds and...
  13. C

    Final Fantasy 5 On Squidesnes

    I've just started playing FF5 with squidgesnes and I find myself in a tricky position. I am in the ship graveyard section and whenever I go underwater all I can see is the water. I can't even see my own sprite. tried monkeying with the layers but if I remove the water layer all I get is my...
  14. C

    Tower Defence Game

    This is a simple and addictive flash game. I think it would be a good addition to the gp2x game collection. I know there is no source available so I'm asking the open source faries for a clone not a port. It is quite a simple spritey tower defence game so it shouldn't be too hard for someone who...
  15. C

    Float And Sdl Problems

    Hi, I'm trying to compile the and simple SDL demo with open2x. I had some problems to start with but now it works when I compile it like this: open2x-gcc -c -Wall -I/usr/local/open2x/include -I/usr/local/open2x/include/SDL -D_REENTRANT demo.c -o demo.o open2x-gcc demo.o -o helloworld.gpe...
  16. C

    Undefined Symbol: __floatsisf

    Hi all, So I got my gp2x for christmas (yay!) and now that I have played all the great games I turned my attention to some development work. I got the dual Makefile from the wiki and used it o compile the image demo, also from the wiki. That went fine so I tried to compile one of my programs. It...
  17. C

    Why Are My Posts Being Concatenated?

    Hi, I'm having a little problem with the forums. When I reply to someone I get a single post which is nice but when I try to reply to someone else in the same topic my posts are concatenated together and added to the end of the thread. Am I doing something wrong? It makes keeping the thread...
Back
Top