Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 23, 2005, 5:30:22 PM (18 years ago)
Author:
rennerc
Message:

converter: added functions for strings
network_protocol: length and id are now int
network_game_manager: fixed some more bugs :D
skybox: is loaded on client corectly now :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_game_manager.h

    r6250 r6273  
    7777    void sendYouAre( int uniqueID, int userID );
    7878
    79     void sync(int uniqueID);
     79    void sync(int uniqueID, int owner);
    8080
    8181    void sendEntityList(int userID);
     
    8989    void requestRemoveEntity(int uniqueID);
    9090    void executeRemoveEntity(int uniqueID);
     91
     92    void executeRequestSync( int uniqueID, int user );
    9193
    9294    void doCreateEntity(ClassID classID, int uniqueID, int owner);
Note: See TracChangeset for help on using the changeset viewer.