Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 8 and Version 9 of code/doc/Network


Ignore:
Timestamp:
Sep 17, 2008, 4:25:31 PM (16 years ago)
Author:
scheusso
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/Network

    v8 v9  
    1919|| '''Component''' || '''Description''' || '''Classes included''' ||
    2020|| [wiki:network/Host Host] || Interface class of the Network Engine || Host, Server, Client, ClientInformation ||
     21|| [wiki:network/Synchronisable Synchronisable] || Interface class for all network objects, that need synchronisation || Synchronisable ||
     22|| || '''internal components''' || ||
    2123|| [wiki:network/Gamestate Gamestate] || Management of the object information to be synchronised || GamestateHandler, GamestateManager, GamestateClient ||
    2224|| [wiki:network/Packet Packet] || Management of the data to be transmitted || Packet, Acknowledgement, Chat, ClassID, DeleteObjects, Gamestate, Welcome ||
    2325|| [wiki:network/Connection Connection] || Management of the network connection between server and client || ConnectionManager, ClientConnection ||
    24 || [wiki:network/Synchronisable Synchronisable] || Interface class for all network objects, that need synchronisation || Synchronisable ||
    2526
    2627== External API ==