HomeSort by relevance Sort by last modified time
    Searched full:scoreboard (Results 1 - 18 of 18) sorted by null

  /external/quake/quake/src/QW/client/
client.h 64 // scoreboard information
225 double last_ping_request; // while showing scoreboard
276 char levelname[40]; // for display on solo scoreboard
skin.c 35 Determines the best skin for the given scoreboard
36 slot, and sets scoreboard->skin
r_alias.c 611 if (currententity->scoreboard)
615 if (!currententity->scoreboard->skin)
616 Skin_Find (currententity->scoreboard);
617 base = Skin_Cache (currententity->scoreboard->skin);
render.h 47 struct player_info_s *scoreboard; // identify player member in struct:entity_s
cl_ents.c 463 ent->scoreboard = &cl.players[s1->colormap-1];
468 ent->scoreboard = NULL;
638 ent->scoreboard = NULL;
855 ent->scoreboard = info; // use custom skin
857 ent->scoreboard = NULL;
gl_rmain.c 604 if (currententity->scoreboard && !gl_nocolors.value)
606 i = currententity->scoreboard - cl.players;
607 if (!currententity->scoreboard->skin) {
608 Skin_Find(currententity->scoreboard);
  /external/quake/quake/src/WinQuake/
client.h 213 char levelname[40]; // for display on solo scoreboard
227 // frag scoreboard
  /external/quake/quake/src/QW/
qwchangelog.txt 231 - fixed scoreboard while dead in gl version
qwrlnote.txt 30 - Packet loss meter added to player scoreboard, "PL" is the column title.
296 - Fixed scoreboard while dead in GL version.
  /external/webkit/WebKitTools/Scripts/webkitperl/
httpd.pm 94 my $httpdScoreBoardFile = File::Spec->catfile($httpdPidDir, "httpd.scoreboard");
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 80 # no two invocations of Apache share the same scoreboard file.
82 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
apache2-httpd.conf 80 # no two invocations of Apache share the same scoreboard file.
82 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
cygwin-httpd.conf 86 # no two invocations of Apache share the same scoreboard file.
88 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
fedora-httpd.conf 75 # no two invocations of Apache share the same scoreboard file.
77 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
httpd.conf 86 # no two invocations of Apache share the same scoreboard file.
88 ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
  /external/libvpx/examples/includes/geshi/geshi/
visualfoxpro.php 274 'Scale','Scheme','Scoreboard','Screen','Sdf','Seconds',
  /external/quake/quake/src/WinQuake/data/
README.TXT 358 * Full-screen TAB scoreboard in DeathMatch
407 The single player scoreboard (tab) printed text incorrectly in all modes
  /external/quake/quake/src/QW/server/
sv_user.c 841 The client is showing the scoreboard, so send new ping times for all
    [all...]

Completed in 794 milliseconds