Recent content by saturn

  1. S

    Gravity - Simple Arcade Game

    There is a tad bit of bad logic in the way I deal with collisions that makes some small strange things happen sometimes, but I already have it fixed in the current code, and the next time I compile and upload it, those things will be taken care of. But before I do that, I'd like to add more...
  2. S

    Gravity - Simple Arcade Game

    I just tested it on a few more Macs (10.4 G3's and G4's), and it worked fine. The long error seems to indicate that the SDL_Surface used to create my OpenGL textures was not initialized correctly. I do not know why that would be (since my tests here were ok), but in general that happens when the...
  3. S

    Gravity - Simple Arcade Game

    Hello. I am new here, but not knew to games, or programming. I have been learning SDL, and more recently OpenGL for 2 years now, and decided to make a strong effort towards finishing a small game. It currently works on OS X and various linux distributions, and doesn't (as far as I am aware)...
Back
Top