Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum
Timestamp:
Nov 25, 2007, 11:06:13 PM (16 years ago)
Author:
scheusso
Message:

added GameStateManager class:

  • gets snapshots of the universe (gamestate) and returns them
  • processes snapshots and loads them to the universe

modified Synchronisable

  • added a function getData(usigned char *data), which puts the data to

the already given pointer (more efficient memory handling for the
GameState class)

  • added a function getSize(), which tells you the total size of the

current gamestate (so that you can allocate enough memory and give it to
getData

File:
1 added

Note: See TracChangeset for help on using the changeset viewer.