Search:

Type: Posts; User: Ingemar

Page 1 of 13 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    33
    Views
    13,988

    There are some complications, and you hint a bit...

    There are some complications, and you hint a bit about some of them: A common, portable interface has to be written if there isn't one already. And it has to be suitable for the problem.

    But the...
  2. Replies
    33
    Views
    13,988

    Hm, so maybe bots could just be CLI Pascal...

    Hm, so maybe bots could just be CLI Pascal programs communicating with the server over a pipe? That sounds farily doable. The server could have a nice 3D view (so it can be recorded to a movie), and...
  3. Replies
    33
    Views
    13,988

    The only problem with that approach is...

    The only problem with that approach is cross-platform issues. Could one make a cross-platform solution? The easiest way is to use scripts, but a PGD challenge should ne in Pascal. Pascal Script? (If...
  4. Replies
    2
    Views
    110

    It looks very nice. How is portability? Is it...

    It looks very nice. How is portability? Is it tightly connected to Lazarus or can other development systems be used?
  5. Sticky: Poll: FPC. In the past, Think Pascal was the big one,...

    FPC. In the past, Think Pascal was the big one, then Metrowerks Pascal filled in on PowerPC (but even then, most development was in Think). Think Pascal was the environment that pushed Turbo Pascal...
  6. Replies
    11
    Views
    11,041

    Poll: Sadly, I feel that an indie game must come with...

    Sadly, I feel that an indie game must come with good reviews. Wading through the piles of games at AppStore, GoG, MacGameStore or Steam will only lead you to infinite numbers of tower defense (can be...
  7. Replies
    33
    Views
    13,988

    I think the problem that the concept over-hypes...

    I think the problem that the concept over-hypes itself already in the name. But I consider "AI" and "game AI" to be very different.

    I wrote two whole chapters about game AI in "Tricks of the Mac...
  8. That sounds like a 10-part series, at least, just...

    That sounds like a 10-part series, at least, just for me. I could start that day I got my programmable calculator. I am sure most others have similar stories.

    I have much to say there too, but it...
  9. Replies
    52
    Views
    4,093

    Where? When I try to search for "64-bit" the...

    Where? When I try to search for "64-bit" the forum software finds nothing, and I can't easily guess where you write about it.
  10. Replies
    41
    Views
    20,318

    OpenGL is in a strange situation now. You really...

    OpenGL is in a strange situation now. You really should learn OpenGL 3.2+ today, not OpenGL 1/2. If you do use OpenGL 2, go for VAOs/VBOs and shaders instead of fixed pipeline.
  11. Replies
    52
    Views
    4,093

    You are right, the big pile of sections, one each...

    You are right, the big pile of sections, one each for a big pile of engines and packages, it not only takes space, but it discourages me (and others, I guess) to discuss new packages. There are too...
  12. Replies
    52
    Views
    4,093

    One more thing... Where is "subscribe to thread"?...

    One more thing... Where is "subscribe to thread"? Any forum must make E-mailed notifications today to keep up with FB. And it must be default to get notifications.
  13. Replies
    52
    Views
    4,093

    I find the forum quite valuable, although there...

    I find the forum quite valuable, although there obvioulsy isn't all that many people using it regularly. My own visits are in periods. I post about issues that I find important, and sometimes I get...
  14. Replies
    3
    Views
    1,285

    Nobody doing character animation?

    Nobody doing character animation?
  15. Thread: GLSL Examples

    by Ingemar
    Replies
    7
    Views
    2,743

    Impressing number, and I am sure many of those...

    Impressing number, and I am sure many of those examples are good, but a [Free]GLUT-based program would be easier to port. I would prefer that.

    And OpenGL 2 is, as I mentioned above, not what I put...
  16. Replies
    3
    Views
    1,285

    Character animation: B3D loader in Pascal?

    I am working on improving my student laboration on skinning, and looking for a good file format and loader for that. Although we can't use FPC in the lab (usual combination of political reasons and...
  17. Thread: GLSL Examples

    by Ingemar
    Replies
    7
    Views
    2,743

    Which OpenGL/GLSL version? I am converting to...

    Which OpenGL/GLSL version? I am converting to OpenGL 3.2 (and up) so all old 2.1 shaders need rewriting.
  18. Replies
    23
    Views
    2,403

    Why on earth would FBOs be outdated? I mean,...

    Why on earth would FBOs be outdated? I mean, replaced by what? I know that so much OpenGL is gone in 3.2 and up, but not FBOs.

    And as mentioned in other parts of the thread, FBOs are not...
  19. Replies
    17
    Views
    1,541

    Sticky: I did the same for much of the extension, so I...

    I did the same for much of the extension, so I couldn't quite use it optimally. I did fix and add a few things but it is still not a complete game.

    So, is the extension officially over now?
  20. Thread: Go White

    by Ingemar
    Replies
    9
    Views
    724

    A few last fixes, populated more of the world,...

    A few last fixes, populated more of the world, planes can shoot...
  21. Thread: Go White

    by Ingemar
    Replies
    9
    Views
    724

    Well, it is still just a first draft, but 0.0.3...

    Well, it is still just a first draft, but 0.0.3 at least has a some more of those features the full game should have.

    - Many upgrades work.
    - Aeroplane not totally impossible. But not really...
  22. Thread: Go White

    by Ingemar
    Replies
    9
    Views
    724

    My "large world stacks" were really easy, worked...

    My "large world stacks" were really easy, worked almost at the first try. So now I can happily add a ton of game entities. The only risk is that it slows down the game start, but only that.

    Now,...
  23. Yes, it is. In the past, I was a bit...

    Yes, it is. In the past, I was a bit uncomfortable with it since I had to link with libpng, which is not necessarily pre-installed so I had to fix a static linked library. However, the pnglite...
  24. Thread: Go White

    by Ingemar
    Replies
    9
    Views
    724

    The input queue works just great, but I have to...

    The input queue works just great, but I have to make two more, one stack at least side where I store all objects that are too far away from the player to be interesting. Then you can go back and...
  25. Thread: Go White

    by Ingemar
    Replies
    9
    Views
    724

    I probably won't finish the OpenGL based version,...

    I probably won't finish the OpenGL based version, but I have also implemented a queuing system for game objects that reduces the load from objects far away. That allows me to enter a huge number of...
Results 1 to 25 of 314
Page 1 of 13 1 2 3 4
http://flippulseimages.com/Photos/chinchilla-kitten.html