Search results

  1. N

    Setting Up A Development Environment With Andlinux

    lol... New to linux, probably. My brother has the same problem. If your having excessive trouble, then log into a user and add this to ~./bash_profile (On kde enviroments, type kwrite ~./bash_profile into the konsole. On gnome environments, write gedit ~./bash_profile into the gnome terminal...
  2. N

    Sdl Double Buffer Without Sdl_flip()

    I think they wait until the frame has took the proper amount of time if it hasn't took long enough. Least, thats what i do.
  3. N

    Usb Peripherals

    Get a USB adapter for your GP2X. Most require assembly, but still. In order to use USB devices, you need a program to interface with it. For USB Harddrives, this program is mount. However, you need a kernel build with all of the filesystems you need and drivers you need installed. Besides that...
  4. N

    GP2X Compiling For The Gp2x On Linux?

    Alternatively you may avoid sdl-config. Using -L(path to open2x/libs dir) and -lSDL isn't the best way, but it does the job. For my stratagus build, -static was the only way to get it working. Otherwise, my build would get link errors at runtime (But before i used LD_LIBRARY_PATH... Heh.) If...
  5. N

    Reading Text File Weirdness

    That makes sense, it looks like the same problem my Quake MAP utility was having when looking for object tags... Its just that my utility ONLY ran in windows and had this problem. This problem exists in the GP2x and NOT windows... thats weird, still.
  6. N

    Reading Text File Weirdness

    Maybe this is a stupid question, but when you load the file, is it the correct filename? I believe its case sensitive...
  7. N

    Port: Statagus

    Bumping this thread. I'm porting it right now.
  8. N

    Stratagus

    Not sure. If so, i'm in luck. If anyones willing to help... I get an error in error handling message on stderr when it crashes. I'm checking it out but i haven't found why it would do this.
  9. N

    Stratagus

    I also played it when it was freecraft. But even now i still need a recursive gunzip command to make the data files work. BTW, its running now, but it says "error in error handling" on stderr and doesn't load. And also, i need to learn how to use the HW scaler in the HW sdl :)... But all of...
  10. N

    Stratagus

    Thanks! Right now its hanging, i'll be debugging it and using the game World Domination as a test. but i will test it with War Gus before i'm done, don't worry. Edit: Its actually the game thats freezing it i believe... It won't run in linux either, due to an error in the scripts. Testing it...
  11. N

    Stratagus

    You know, i was reading that page earlier... and quit, thinking it was useless. Now i feel stupid. It compiled. I will be finishing up the port with some resolution changes and such. again, thanks.
  12. N

    Stratagus

    Thanks Laurent! I have cd'd to my 2x lib directory, did the test and surely enough, i don't get any type names. In case you meant something else, heres the output. liblua.a:lapi.o:00000000000002ac T lua_settop liblua.a:lauxlib.o: U lua_settop liblua.a:lbaselib.o: U lua_settop...
  13. N

    Total Annihiltion

    OK guys, i hit my first pothole in porting Stratagus, unfortunately at the end of my compile, but I'm sure someone here can help me. Its a linker error, I've posted it in the Dev help forum.
  14. N

    Stratagus

    OK, so I'm porting Stratagus now to the gp2x. This is a 2D RTS Engine that uses lua. In addition, a data converter (among many other things, it has its own AI scripts and such that are included) called Wargus will allow you to play Stratagus with War Craft II dos data (Although it doesn't play...
  15. N

    Total Annihiltion

    Are u saying that people would want stratagus ported over? I'm up for it. My other program won't compile (And its pissing me off, to add)
  16. N

    Segmentation Fault Using Sdl_ttf

    Yeah, thats what i thought. excessive of SDL_ttf use is a way to slow down games on the PC too, to add...
  17. N

    GP2X Nintendo Wiimote With Gp2x

    Wow. Well, good luck with that. Hope it runs on the GP2x as easily. I thought the Wiimote on windows was the coolest thing... If only the gp2x feature would be lightweight... I have a feeling that carrying around a BoB isn't pratical... Oh well. best of luck, bja.
  18. N

    Segmentation Fault Using Sdl_ttf

    Which is really really... puting in nicely, STUPID. But I didn't program it, I'm sure that theres a reason behind it. Well, I've been working on a c++ project and i think its the 5th time I've been messing with my file loaders to try to get them to work but realized i've again added an s to the...
  19. N

    Minilib + Hw Blitter

    That code ENABLES HW BLITTING with MINILIB?!?!?! ... I thought HW Accelerated SDL was the only thing that could so far... But oh well, i can definitely live with this. Now i don't have to make another implementation on the GP2X. Quick question, HW SDL will do the above 2 lines on init right?
  20. N

    GP2X Prosonic For Gp2x

    Uhh... Well, you'll have to actually compile Allegro using your Dev-C++ environment if you want to continue to use Dev-C++ to compile your games... Anyways, many libraries are compiled to use Hardware floats, which, as mentioned above, causes them to be emulated through the kernel since the...
Back
Top