Home
last modified time | relevance | path

Searched refs:playerid (Results 76 – 100 of 113) sorted by relevance

12345

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dplayer.cpp2640 int playerid = id; in actIncPT() local
2665 playerid = card->getZone()->getPlayer()->getId(); in actIncPT()
2669 game->sendGameCommand(prepareGameCommand(commandList), playerid); in actIncPT()
2674 int playerid = id; in actResetPT() local
2697 playerid = card->getZone()->getPlayer()->getId(); in actResetPT()
2701 game->sendGameCommand(prepareGameCommand(commandList), playerid); in actResetPT()
2738 int playerid = id; in actSetPT() local
2786 playerid = card->getZone()->getPlayer()->getId(); in actSetPT()
2790 game->sendGameCommand(prepareGameCommand(commandList), playerid); in actSetPT()
/dports/games/xonotic/Xonotic/source/qcsrc/server/
H A Dteamplay.qc209 LogTeamchange(pl.playerid, pl.team, 3); // log manual team join
557 LogTeamchange(this.playerid, this.team, 99);
590 LogTeamchange(this.playerid, this.team, 2); // log auto join
H A Dg_damage.qc55 if(targ.playerid)
56 PS_GR_P_ADDVAL(attacker, sprintf("kills-%d", targ.playerid), 1);
148 s = strcat(s, ":", ftos(killer.playerid));
149 s = strcat(s, ":", ftos(killed.playerid));
H A Danticheat.qc197 …GameLogEcho(strcat(":anticheat:_time:", ftos(this.playerid), ":", ftos(servertime - CS(this).antic…
H A Ddefs.qh156 .int playerid;
H A Dmapvoting.qc159 GameLogEcho(strcat(":vote:suggested:", m, ":", ftos(this.playerid)));
H A Dplayer.qc672 LogTeamchange(client.playerid, client.team, type);
H A Dmiscfunctions.qc1292 GameLogEcho(strcat(":recordset:", ftos(pl.playerid), ":", ftos(dt)));
/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/
H A Dglobal.h82 guint32 playerid; member
H A Dxmlparse.c1140 guint32 tradeid = 0, playerid = 0, cardid = 0, estateid = 0; in xmlparse_tradeupdate() local
1191 playerid = atoi((gchar*)tmp); in xmlparse_tradeupdate()
1201 trade_update_player(tradeid, playerid, accept); in xmlparse_tradeupdate()
H A Dinterface.c908 if(currentgame->estate[ data->playerlist_card[i].estateid ].owner == (gint32)p->playerid) { in interface_gameboard_add_player()
1116 AUCTIONPLAYERLIST_COLUMN_PLAYERID, p->playerid, in interface_create_auctionbox()
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dsmplayer.pro179 playerid.h \
279 playerid.cpp \
/dports/games/xonotic/Xonotic/source/qcsrc/server/mutators/mutator/
H A Dgamemode_cts.qc52 …GameLogEcho(strcat(":cts:", mode, ":", ((actor != NULL) ? (strcat(":", ftos(actor.playerid))) : ""…
H A Dgamemode_race.qc64 …GameLogEcho(strcat(":race:", mode, ":", ((actor != NULL) ? (strcat(":", ftos(actor.playerid))) : "…
H A Dgamemode_keepaway.qc37 GameLogEcho(strcat(":ka:", mode, ((actor != NULL) ? (strcat(":", ftos(actor.playerid))) : "")));
H A Dgamemode_ctf.qc128 …tf(":ctf:%s:%d:%d:%s", mode, flagteam, actor.team, ((actor != NULL) ? ftos(actor.playerid) : "")));
129 …":ctf:", mode, ":", ftos(flagteam), ((actor != NULL) ? (strcat(":", ftos(actor.playerid))) : "")));
/dports/games/jumpnbump/jumpnbump-1.61-7a0a7ab7491680338bb13058adafdfaac03a1f6d/
H A Dglobals.pre81 void tellServerPlayerMoved(int playerid, int movement_type, int newval);
/dports/www/analog/analog-6.0/examples/
H A Dmisclogs.cfg115 #Fields: c-ip date time c-dns cs-uri-stem c-starttime x-duration c-rate c-status c-playerid c-playe…
/dports/cad/meshlab/meshlab-Meshlab-2020.05/sample/u3d/
H A Dmovie15.sty1190 \def\@MXV@events#1#2#3{% #1: playerid, #2: mouse?, #3: autoplay?
2010 \equal{\@MXV@getlabelvalue{@MXV@\@MXV@label.playerid}}{undefined}%
2014 \global\@MXV@players=\@MXV@getlabelvalue{@MXV@\@MXV@label.playerid}%
2016 \@MXV@labeltoaux{@MXV@\@MXV@label.playerid}{\the\@MXV@players}%
2017 \@MXV@newlabel{@MXV@\@MXV@label.playerid}{\the\@MXV@players}%
2021 \@MXV@labeltoaux{@MXV@\@MXV@label.playerid}{\the\@MXV@includes}%
2022 \@MXV@newlabel{@MXV@\@MXV@label.playerid}{\the\@MXV@includes}%
2942 \edef\@MXV@currplayer{\@MXV@getlabelvalue{@MXV@\@MXV@label.playerid}}%
3306 \define@key{MXV@user}{playerid}{%
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dinit.c761 if (side->playerid >= 0) { in patch_object_references()
762 side->player = find_player(side->playerid); in patch_object_references()
H A Dside.h320 short playerid; /*!< numeric id of the player */ member
/dports/games/spacezero/spacezero/src/
H A Dobjects.c2817 Object *PrevPlanetCv(struct HeadObjList *lh,Object *cv0,int playerid){ in PrevPlanetCv() argument
2842 if(ls->obj->player!=playerid){ls=ls->next;continue;} in PrevPlanetCv()
2867 Object *NextPlanetCv(struct HeadObjList *lh,Object *cv0,int playerid){ in NextPlanetCv() argument
2895 if(ls->obj->player==playerid && ls->obj->type==SHIP){ in NextPlanetCv()
/dports/games/xonotic/Xonotic/source/qcsrc/common/gamemodes/gamemode/nexball/
H A Dnexball.qc89 s = strcat(s, ":", ftos(actor.playerid));
/dports/games/bomberclone/bomberclone-0.11.9/
H A DChangeLog150 playerid packet with a alife player back.
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dserverlobbythread.cpp1274 BOOST_FOREACH(unsigned playerId, playerInfoRequest.playerid()) { in HandleNetPacketRetrievePlayerInfo()

12345