Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 2, 2006, 2:22:19 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the network bak to the trunk
merged with command:
svn merge -r8804:HEAD https://svn.orxonox.net/orxonox/branches/multi_player_map .

conflicts all resolved in favour of the branche

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/space_ship.cc

    r8708 r9008  
    220220  this->burstSystem->setColor(0.5, .5,.5,.8,.8);
    221221  this->burstSystem->setColor(1.0, .8,.8,.8,.0);
    222  
     222
    223223  registerVar( new SynchronizeableVector( &velocity, &velocity, "velocity" ) );
    224224  registerVar( new SynchronizeableQuaternion( &mouseDir, &mouseDir, "mousedir", PERMISSION_OWNER ) );
     
    384384  this->shiftCoor(move);
    385385
     386//   PRINTF(0)("id of %s is: %i\n", this->getName(), this->getOMListNumber());
    386387
    387388}
     
    504505}
    505506
    506 
    507 
    508 
     507void SpaceShip::destroy( )
     508{
     509  PRINTF(0)("spaceship destroy\n");
     510}
     511
     512void SpaceShip::respawn( )
     513{
     514  toList( OM_PLAYERS );
     515}
     516
     517
     518
     519
Note: See TracChangeset for help on using the changeset viewer.