Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 988


Ignore:
Timestamp:
Apr 3, 2008, 4:19:19 PM (16 years ago)
Author:
scheusso
Message:

took out settime from hud

Location:
code/branches/network/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/network/ConnectionManager.cc

    r905 r988  
    208208        break;
    209209      case ENET_EVENT_TYPE_DISCONNECT:
    210         std::cout << "disconnecting client" << std::endl;
     210        COUT(4) << "disconnecting client" << std::endl;
    211211        delete head_->findClient(&(event.peer->address));
    212212        temp = temp->next();
     
    228228
    229229  bool ConnectionManager::clientDisconnect(ENetPeer *peer) {
     230    COUT(4) << "removing client from list" << std::endl;
    230231    return head_->removeClient(peer);
    231232  }
  • code/branches/network/src/orxonox/Orxonox.cc

    r987 r988  
    374374
    375375      // show the current time in the HUD
    376       orxonoxHUD_->setTime((int)now, 0);
     376      //orxonoxHUD_->setTime((int)now, 0);
    377377
    378378      // Iterate through all Tickables and call their tick(dt) function
Note: See TracChangeset for help on using the changeset viewer.