Home
last modified time | relevance | path

Searched refs:sn_ConsoleOut (Results 1 – 12 of 12) sorted by relevance

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/engine/
H A DeVoter.cpp365 sn_ConsoleOut( message, senderID ); in AcceptNewVote()
380 sn_ConsoleOut( message, senderID ); in AcceptNewVote()
401 sn_ConsoleOut( message, senderID ); in AcceptNewVote()
412 sn_ConsoleOut( message, senderID ); in AcceptNewVote()
511 sn_ConsoleOut( m ); in BroadcastMessage()
732 sn_ConsoleOut( tOutput( "$vote_cancel_all" ) ); in se_CancelAllVotes()
1160 sn_ConsoleOut( message, senderID ); in DoCheckValid()
1187 sn_ConsoleOut( message, senderID ); in DoCheckValid()
1299 sn_ConsoleOut( message, senderID ); in DoCheckValid()
1560 sn_ConsoleOut( message_, i ); in Send()
[all …]
H A DePlayer.cpp814 sn_ConsoleOut( message ); in se_SecretConsoleOut()
2412 sn_ConsoleOut(failedLogin, 0); in se_AdminLogin_ReallyOnlyCallFromChatKTHNXBYE()
2677 sn_ConsoleOut(console,0); in se_ChatMe()
3630 sn_ConsoleOut( send ); in ConsoleSay_conf()
4153 sn_ConsoleOut(mess); in ~ePlayerNetID()
5525 sn_ConsoleOut(s,Owner()); in Greet()
5699 sn_ConsoleOut(message); in AddScore()
6920 sn_ConsoleOut( message ); in se_TeamChangeMessage()
7191 sn_ConsoleOut(msg, 0); in se_PlayerMessageConf()
7192 sn_ConsoleOut(msg, receiver); in se_PlayerMessageConf()
[all …]
H A DeTeam.cpp338 sn_ConsoleOut( tOutput( "$invite_team_locked", Name() ) ); in SetLocked()
342 sn_ConsoleOut( tOutput( "$invite_team_unlocked", Name() ) ); in SetLocked()
381 sn_ConsoleOut( tOutput( "$invite_team_can_join", player->GetColoredName(), Name() ) ); in Invite()
396 sn_ConsoleOut( tOutput( "$invite_team_kick", player->GetColoredName(), Name() ) ); in UnInvite()
471 sn_ConsoleOut(message); in AddScore()
947 sn_ConsoleOut( tOutput( "$player_changes_team", in AddPlayer()
955 sn_ConsoleOut( tOutput( "$player_joins_team_start", in AddPlayer()
964 sn_ConsoleOut( tOutput( "$player_leaves_team", in AddPlayer()
971 sn_ConsoleOut( tOutput( "$player_entered_game", playerName ) ); in AddPlayer()
1057 sn_ConsoleOut( tOutput( "$player_leaves_team", in RemovePlayer()
[all …]
H A DeChat.cpp282 sn_ConsoleOut( tOutput("$spam_protection_repeat", say_ ), player_->Owner() ); in Check()
297sn_ConsoleOut( tOutput("$spam_protection_prefix", foundPrefix, static_cast< float >( timeOut ) ), … in Check()
326sn_ConsoleOut( tOutput("$access_level_chat_request", player_->GetColoredName(), player_->GetLogNam… in Check()
331 sn_ConsoleOut( tOutput("$access_level_chat_denied" ), player_->Owner() ); in Check()
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgGame.cpp678 sn_ConsoleOut(s,p->Owner()); in swap_entries()
1397 sn_ConsoleOut(o2); in update_settings()
3346 sn_ConsoleOut(mess); in StateUpdate()
3588 sn_ConsoleOut(o); in Analysis()
3596 sn_ConsoleOut(o); in Analysis()
3603 sn_ConsoleOut(o); in Analysis()
3609 sn_ConsoleOut(o); in Analysis()
3615 sn_ConsoleOut(o); in Analysis()
3621 sn_ConsoleOut(o); in Analysis()
4005 sn_ConsoleOut(message); in Analysis()
[all …]
H A DgWinZone.cpp78 sn_ConsoleOut( "$instant_death_activated" ); in sg_CreateWinDeathZone()
85 sn_ConsoleOut( "$instant_win_activated" ); in sg_CreateWinDeathZone()
89 sn_ConsoleOut( "$instant_round_end_activated" ); in sg_CreateWinDeathZone()
920sn_ConsoleOut( tOutput( "$zone_collapse_harmless", team->GetColoredName() ) ); in Timestep()
1002 sn_ConsoleOut( tOutput("$player_kill_collapse", playerName ) ); in OnVanish()
H A DgCycle.cpp2812sn_ConsoleOut( "0xff7777Admin : 0xffff77BUG had to kill a cycle because it lagged behind in the si… in Timestep()
3278 sn_ConsoleOut( tOutput( "$player_free_suicide", hunterName ) ); in KillAt()
3304 sn_ConsoleOut( tOutput( "$player_free_frag", hunterName, preyName ) ); in KillAt()
3313 sn_ConsoleOut( tOutput( "$player_teamkill", hunterName, preyName ) ); in KillAt()
H A DgWall.cpp611 sn_ConsoleOut( message ); in sg_TopologyPoliceKill()
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/network/
H A DnSpamProtection.cpp99 sn_ConsoleOut(message,userToKick); in CheckSpam()
H A DnNetwork.h626 void sn_ConsoleOut(const tOutput &message,int client=-1);
H A DnAuthentication.cpp427 sn_ConsoleOut( tOutput( "$login_message_delayed" ), userID ); in nLoginProcess()
H A DnNetwork.cpp3061 void sn_ConsoleOut(const tOutput& o,int client){ in sn_ConsoleOut() function
3102 sn_ConsoleOut( message ); in ConsoleOut_conf()