Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8643 in orxonox.OLD for branches/network/src/util


Ignore:
Timestamp:
Jun 20, 2006, 5:52:34 PM (18 years ago)
Author:
rennerc
Message:

chatting works now with right names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/util/multiplayer_team_deathmatch.cc

    r8635 r8643  
    8787  this->notifier->show();
    8888  this->notifier->setAbsCoor2D(5, 30);
     89  this->notifier->setFadeAge( 6.0 );
     90  this->notifier->setHideAge( 8.0 );
    8991  this->input = new OrxGui::GLGuiInputLine();
     92  this->input->setAbsCoor2D(180, 5);
    9093  this->input->connect(SIGNAL(input, enterPushed), this, SLOT(MultiplayerTeamDeathmatch, onInputEnter));
    9194}
     
    597600  }
    598601 
    599   PRINTF(0)("CHATMESSAGE %s: %s\n", name.c_str(), message.c_str() );
     602  PRINTF(0)("CHATMESSAGE %s (%d): %s\n", name.c_str(), userId, message.c_str() );
    600603  notifier->pushNotifyMessage(name + ": " + message);
    601604}
Note: See TracChangeset for help on using the changeset viewer.