add openarena icon

git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@829 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
Ludwig Nussel 2008-09-14 13:48:12 +00:00 committed by l-n
parent 65f48a734d
commit d202c5570d
4 changed files with 32 additions and 3 deletions

View File

@ -977,14 +977,14 @@ struct game games[] = {
{
type : OPENARENA_SERVER,
flags : GAME_CONNECT | GAME_PASSWORD | GAME_RCON | GAME_QUAKE3_MASTERPROTOCOL | GAME_Q3COLORS,
name : "Open Arena",
name : "OpenArena",
default_port : 27960,
default_master_port : 27950,
id : "OPENARENAS",
qstat_str : "OPENARENAS",
qstat_option : "-openarenas",
qstat_master_option : "-openarenam",
icon : "quake3.xpm",
icon : "openarena.xpm",
parse_player : q3_parse_player,
parse_server : quake_parse_server,
analyze_serverinfo : q3_analyze_serverinfo,

View File

@ -746,7 +746,7 @@
<game>
<base>Q3_SERVER</base>
<type>OPENARENA_SERVER</type>
<name>Open Arena</name>
<name>OpenArena</name>
<id>OPENARENAS</id>
<qstat_str>OPENARENAS</qstat_str>
<qstat_option>-openarenas</qstat_option>

View File

@ -82,6 +82,7 @@
#include "xpm/doom3.xpm"
#include "xpm/etqw.xpm"
#include "xpm/openttd.xpm"
#include "xpm/openarena.xpm"
#include "xpm/green-plus.xpm"
#include "xpm/red-minus.xpm"

28
xqf/src/xpm/openarena.xpm Normal file
View File

@ -0,0 +1,28 @@
/* XPM */
static char *openarena_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 6 1",
" c #003D8E",
". c #0420AC",
"X c #003DE4",
"o c #0082F6",
"O c #A2FEFE",
"+ c None",
/* pixels */
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"+++ X. X .X ++++",
"+oX++++O++++Xo++",
"o+++++o+o+++++o+",
"+oX+++X+X+++Xo++",
"+++Xoo+++ooX++++",
"+++++o+o+o++++++",
"+++++X+X+X++++++",
"+++++ +++ ++++++",
"++++X+++++X+++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++"
};