Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2007, 12:28:19 AM (16 years ago)
Author:
scheusso
Message:

PacketDecoder:

Extended Class to make inheriting easier…

-added virtual function, that can be implemented by lower classes

Client:

Added some function, changed some things (input, gamestate, connectionhandling)

Server:

same as client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/network/GameStateManager.cc

    r346 r369  
    9595      }
    9696      if(it==0){  // add the new object
    97        
     97        // =================== factory command to add object
     98        // can we be sure the object really was added?
     99        it=orxonox::ObjectList<Synchronisable>::end();
     100        it->objectID=sync.objectID;
     101        it->classID=sync.classID;
    98102      }
    99103    } else {
Note: See TracChangeset for help on using the changeset viewer.