Search:

Type: Posts; User: filker0

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    5,422

    Poll: I worked on underlying code that ended up in a...

    I worked on underlying code that ended up in a few games from a company called MediaStation. "Extreme Tactics" and, er, "Rocky and Bullwinkle". The latter was a children's game that lacked physics...
  2. Replies
    15
    Views
    5,422

    Poll: Be assured that if you write the game in this...

    Be assured that if you write the game in this manner, with no rate limiting on the physical model, your game will be unplayable as machines get faster and faster. In modern "real-time" (vs. turn...
  3. Replies
    15
    Views
    5,422

    Poll: Exactly what I said. A delay. To limit the rate...

    Exactly what I said. A delay. To limit the rate at which events occur. To allow for users (and in multi-user, networked games, other users) to react. If you run the physics at full CPU speed, the...
  4. Replies
    15
    Views
    5,422

    Poll: Not quite. If the loop contains a delay, the...

    Not quite. If the loop contains a delay, the user input should be the first thing processed after the delay.

    I'd probably use multiple threads (if possible), with the user input thread being the...
Results 1 to 4 of 4