patches/openarena-02-menudef.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 495 abf7ae92b919
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
495
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     1
#! /bin/sh /usr/share/dpatch/dpatch-run
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     2
## 10-fix_menudef.h_includes.dpatch by  <[email protected]>
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     3
##
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     4
## All lines beginning with `## DP:' are a description of the patch.
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     5
## DP: No description.
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     6
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     7
@DPATCH@
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     8
diff -urNad openarena-0.7.0~/code/cgame/cg_event.c openarena-0.7.0/code/cgame/cg_event.c
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     9
--- openarena-0.7.0~/code/cgame/cg_event.c	2006-05-12 12:23:34.000000000 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    10
+++ openarena-0.7.0/code/cgame/cg_event.c	2007-08-10 21:22:24.900683552 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    11
@@ -1,5 +1,5 @@
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    12
 /*
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    13
-===========================================================================
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    14
+==========================================================================
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    15
 Copyright (C) 1999-2005 Id Software, Inc.
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    16
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    17
 This file is part of Quake III Arena source code.
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    18
@@ -26,7 +26,7 @@
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    19
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    20
 // for the voice chats
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    21
 #ifdef MISSIONPACK // bk001205
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    22
-#include "../../ui/menudef.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    23
+#include "../ui/menudef.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    24
 #endif
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    25
 //==========================================================================
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    26
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    27
diff -urNad openarena-0.7.0~/code/cgame/cg_servercmds.c openarena-0.7.0/code/cgame/cg_servercmds.c
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    28
--- openarena-0.7.0~/code/cgame/cg_servercmds.c	2006-05-12 12:23:34.000000000 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    29
+++ openarena-0.7.0/code/cgame/cg_servercmds.c	2007-08-10 21:22:16.224189107 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    30
@@ -25,7 +25,7 @@
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    31
 // be a valid snapshot this frame
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    32
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    33
 #include "cg_local.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    34
-#include "../../ui/menudef.h" // bk001205 - for Q3_ui as well
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    35
+#include "../ui/menudef.h" // bk001205 - for Q3_ui as well
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    36
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    37
 typedef struct {
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    38
 	const char *order;
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    39
diff -urNad openarena-0.7.0~/code/game/ai_chat.c openarena-0.7.0/code/game/ai_chat.c
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    40
--- openarena-0.7.0~/code/game/ai_chat.c	2006-05-12 12:21:22.000000000 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    41
+++ openarena-0.7.0/code/game/ai_chat.c	2007-08-10 21:22:48.250014154 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    42
@@ -54,7 +54,7 @@
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    43
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    44
 // for the voice chats
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    45
 #ifdef MISSIONPACK // bk001205
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    46
-#include "../../ui/menudef.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    47
+#include "../ui/menudef.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    48
 #endif
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    49
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    50
 #define TIME_BETWEENCHATTING	25
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    51
diff -urNad openarena-0.7.0~/code/game/ai_cmd.c openarena-0.7.0/code/game/ai_cmd.c
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    52
--- openarena-0.7.0~/code/game/ai_cmd.c	2006-05-12 12:21:22.000000000 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    53
+++ openarena-0.7.0/code/game/ai_cmd.c	2007-08-10 21:22:35.453284910 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    54
@@ -54,7 +54,7 @@
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    55
 #include "match.h"				//string matching types and vars
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    56
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    57
 // for the voice chats
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    58
-#include "../../ui/menudef.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    59
+#include "../ui/menudef.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    60
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    61
 int notleader[MAX_CLIENTS];
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    62
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    63
diff -urNad openarena-0.7.0~/code/game/ai_dmnet.c openarena-0.7.0/code/game/ai_dmnet.c
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    64
--- openarena-0.7.0~/code/game/ai_dmnet.c	2006-05-12 12:21:22.000000000 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    65
+++ openarena-0.7.0/code/game/ai_dmnet.c	2007-08-10 21:23:02.754840737 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    66
@@ -54,7 +54,7 @@
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    67
 #include "match.h"			//string matching types and vars
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    68
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    69
 // for the voice chats
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    70
-#include "../../ui/menudef.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    71
+#include "../ui/menudef.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    72
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    73
 //goal flag, see ../botlib/be_ai_goal.h for the other GFL_*
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    74
 #define GFL_AIR			128
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    75
diff -urNad openarena-0.7.0~/code/game/ai_dmq3.c openarena-0.7.0/code/game/ai_dmq3.c
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    76
--- openarena-0.7.0~/code/game/ai_dmq3.c	2006-05-12 12:21:22.000000000 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    77
+++ openarena-0.7.0/code/game/ai_dmq3.c	2007-08-10 21:23:17.003652731 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    78
@@ -55,7 +55,7 @@
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    79
 #include "match.h"				//string matching types and vars
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    80
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    81
 // for the voice chats
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    82
-#include "../../ui/menudef.h" // sos001205 - for q3_ui also
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    83
+#include "../ui/menudef.h" // sos001205 - for q3_ui also
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    84
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    85
 // from aasfile.h
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    86
 #define AREACONTENTS_MOVER				1024
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    87
diff -urNad openarena-0.7.0~/code/game/ai_team.c openarena-0.7.0/code/game/ai_team.c
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    88
--- openarena-0.7.0~/code/game/ai_team.c	2006-05-12 12:21:22.000000000 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    89
+++ openarena-0.7.0/code/game/ai_team.c	2007-08-10 21:22:56.570488311 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    90
@@ -52,7 +52,7 @@
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    91
 #include "match.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    92
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    93
 // for the voice chats
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    94
-#include "../../ui/menudef.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    95
+#include "../ui/menudef.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    96
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    97
 //ctf task preferences for a client
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    98
 typedef struct bot_ctftaskpreference_s
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    99
diff -urNad openarena-0.7.0~/code/game/ai_vcmd.c openarena-0.7.0/code/game/ai_vcmd.c
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   100
--- openarena-0.7.0~/code/game/ai_vcmd.c	2006-05-12 12:21:22.000000000 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   101
+++ openarena-0.7.0/code/game/ai_vcmd.c	2007-08-10 21:23:10.579286627 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   102
@@ -55,7 +55,7 @@
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   103
 #include "match.h"				//string matching types and vars
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   104
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   105
 // for the voice chats
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   106
-#include "../../ui/menudef.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   107
+#include "../ui/menudef.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   108
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   109
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   110
 typedef struct voiceCommand_s
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   111
diff -urNad openarena-0.7.0~/code/game/g_cmds.c openarena-0.7.0/code/game/g_cmds.c
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   112
--- openarena-0.7.0~/code/game/g_cmds.c	2006-05-12 12:21:22.000000000 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   113
+++ openarena-0.7.0/code/game/g_cmds.c	2007-08-10 21:23:23.832041859 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   114
@@ -22,7 +22,7 @@
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   115
 //
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   116
 #include "g_local.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   117
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   118
-#include "../../ui/menudef.h"			// for the voice chats
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   119
+#include "../ui/menudef.h"			// for the voice chats
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   120
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   121
 /*
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   122
 ==================
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   123
diff -urNad openarena-0.7.0~/code/ui/menudef.h openarena-0.7.0/code/ui/menudef.h
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   124
--- openarena-0.7.0~/code/ui/menudef.h	1970-01-01 01:00:00.000000000 +0100
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   125
+++ openarena-0.7.0/code/ui/menudef.h	2005-08-28 19:54:51.772100000 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   126
@@ -0,0 +1,308 @@
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   127
+/*
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   128
+===========================================================================
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   129
+Copyright (C) 1999-2005 Id Software, Inc.
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   130
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   131
+This file is part of Quake III Arena source code.
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   132
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   133
+Quake III Arena source code is free software; you can redistribute it
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   134
+and/or modify it under the terms of the GNU General Public License as
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   135
+published by the Free Software Foundation; either version 2 of the License,
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   136
+or (at your option) any later version.
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   137
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   138
+Quake III Arena source code is distributed in the hope that it will be
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   139
+useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   140
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   141
+GNU General Public License for more details.
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   142
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   143
+You should have received a copy of the GNU General Public License
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   144
+along with Foobar; if not, write to the Free Software
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   145
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   146
+===========================================================================
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   147
+*/
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   148
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   149
+#define ITEM_TYPE_TEXT 0                  // simple text
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   150
+#define ITEM_TYPE_BUTTON 1                // button, basically text with a border 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   151
+#define ITEM_TYPE_RADIOBUTTON 2           // toggle button, may be grouped 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   152
+#define ITEM_TYPE_CHECKBOX 3              // check box
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   153
+#define ITEM_TYPE_EDITFIELD 4             // editable text, associated with a cvar
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   154
+#define ITEM_TYPE_COMBO 5                 // drop down list
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   155
+#define ITEM_TYPE_LISTBOX 6               // scrollable list  
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   156
+#define ITEM_TYPE_MODEL 7                 // model
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   157
+#define ITEM_TYPE_OWNERDRAW 8             // owner draw, name specs what it is
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   158
+#define ITEM_TYPE_NUMERICFIELD 9          // editable text, associated with a cvar
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   159
+#define ITEM_TYPE_SLIDER 10               // mouse speed, volume, etc.
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   160
+#define ITEM_TYPE_YESNO 11                // yes no cvar setting
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   161
+#define ITEM_TYPE_MULTI 12                // multiple list setting, enumerated
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   162
+#define ITEM_TYPE_BIND 13		              // multiple list setting, enumerated
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   163
+    
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   164
+#define ITEM_ALIGN_LEFT 0                 // left alignment
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   165
+#define ITEM_ALIGN_CENTER 1               // center alignment
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   166
+#define ITEM_ALIGN_RIGHT 2                // right alignment
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   167
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   168
+#define ITEM_TEXTSTYLE_NORMAL 0           // normal text
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   169
+#define ITEM_TEXTSTYLE_BLINK 1            // fast blinking
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   170
+#define ITEM_TEXTSTYLE_PULSE 2            // slow pulsing
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   171
+#define ITEM_TEXTSTYLE_SHADOWED 3         // drop shadow ( need a color for this )
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   172
+#define ITEM_TEXTSTYLE_OUTLINED 4         // drop shadow ( need a color for this )
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   173
+#define ITEM_TEXTSTYLE_OUTLINESHADOWED 5  // drop shadow ( need a color for this )
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   174
+#define ITEM_TEXTSTYLE_SHADOWEDMORE 6         // drop shadow ( need a color for this )
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   175
+                          
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   176
+#define WINDOW_BORDER_NONE 0              // no border
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   177
+#define WINDOW_BORDER_FULL 1              // full border based on border color ( single pixel )
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   178
+#define WINDOW_BORDER_HORZ 2              // horizontal borders only
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   179
+#define WINDOW_BORDER_VERT 3              // vertical borders only 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   180
+#define WINDOW_BORDER_KCGRADIENT 4        // horizontal border using the gradient bars
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   181
+  
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   182
+#define WINDOW_STYLE_EMPTY 0              // no background
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   183
+#define WINDOW_STYLE_FILLED 1             // filled with background color
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   184
+#define WINDOW_STYLE_GRADIENT 2           // gradient bar based on background color 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   185
+#define WINDOW_STYLE_SHADER   3           // gradient bar based on background color 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   186
+#define WINDOW_STYLE_TEAMCOLOR 4          // team color
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   187
+#define WINDOW_STYLE_CINEMATIC 5          // cinematic
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   188
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   189
+#define MENU_TRUE 1                       // uh.. true
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   190
+#define MENU_FALSE 0                      // and false
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   191
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   192
+#define HUD_VERTICAL				0x00
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   193
+#define HUD_HORIZONTAL				0x01
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   194
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   195
+// list box element types
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   196
+#define LISTBOX_TEXT  0x00
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   197
+#define LISTBOX_IMAGE 0x01
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   198
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   199
+// list feeders
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   200
+#define FEEDER_HEADS						0x00			// model heads
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   201
+#define FEEDER_MAPS							0x01			// text maps based on game type
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   202
+#define FEEDER_SERVERS						0x02			// servers
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   203
+#define FEEDER_CLANS						0x03			// clan names
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   204
+#define FEEDER_ALLMAPS						0x04			// all maps available, in graphic format
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   205
+#define FEEDER_REDTEAM_LIST					0x05			// red team members
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   206
+#define FEEDER_BLUETEAM_LIST				0x06			// blue team members
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   207
+#define FEEDER_PLAYER_LIST					0x07			// players
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   208
+#define FEEDER_TEAM_LIST					0x08			// team members for team voting
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   209
+#define FEEDER_MODS							0x09			// team members for team voting
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   210
+#define FEEDER_DEMOS 						0x0a			// team members for team voting
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   211
+#define FEEDER_SCOREBOARD					0x0b			// team members for team voting
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   212
+#define FEEDER_Q3HEADS		 				0x0c			// model heads
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   213
+#define FEEDER_SERVERSTATUS					0x0d			// server status
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   214
+#define FEEDER_FINDPLAYER					0x0e			// find player
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   215
+#define FEEDER_CINEMATICS					0x0f			// cinematics
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   216
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   217
+// display flags
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   218
+#define CG_SHOW_BLUE_TEAM_HAS_REDFLAG     0x00000001
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   219
+#define CG_SHOW_RED_TEAM_HAS_BLUEFLAG     0x00000002
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   220
+#define CG_SHOW_ANYTEAMGAME               0x00000004
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   221
+#define CG_SHOW_HARVESTER                 0x00000008
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   222
+#define CG_SHOW_ONEFLAG                   0x00000010
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   223
+#define CG_SHOW_CTF                       0x00000020
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   224
+#define CG_SHOW_OBELISK                   0x00000040
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   225
+#define CG_SHOW_HEALTHCRITICAL            0x00000080
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   226
+#define CG_SHOW_SINGLEPLAYER              0x00000100
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   227
+#define CG_SHOW_TOURNAMENT                0x00000200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   228
+#define CG_SHOW_DURINGINCOMINGVOICE       0x00000400
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   229
+#define CG_SHOW_IF_PLAYER_HAS_FLAG				0x00000800
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   230
+#define CG_SHOW_LANPLAYONLY								0x00001000
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   231
+#define CG_SHOW_MINED											0x00002000
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   232
+#define CG_SHOW_HEALTHOK			            0x00004000
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   233
+#define CG_SHOW_TEAMINFO			            0x00008000
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   234
+#define CG_SHOW_NOTEAMINFO		            0x00010000
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   235
+#define CG_SHOW_OTHERTEAMHASFLAG          0x00020000
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   236
+#define CG_SHOW_YOURTEAMHASENEMYFLAG      0x00040000
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   237
+#define CG_SHOW_ANYNONTEAMGAME            0x00080000
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   238
+#define CG_SHOW_2DONLY										0x10000000
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   239
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   240
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   241
+#define UI_SHOW_LEADER				            0x00000001
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   242
+#define UI_SHOW_NOTLEADER			            0x00000002
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   243
+#define UI_SHOW_FAVORITESERVERS						0x00000004
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   244
+#define UI_SHOW_ANYNONTEAMGAME						0x00000008
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   245
+#define UI_SHOW_ANYTEAMGAME								0x00000010
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   246
+#define UI_SHOW_NEWHIGHSCORE							0x00000020
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   247
+#define UI_SHOW_DEMOAVAILABLE							0x00000040
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   248
+#define UI_SHOW_NEWBESTTIME								0x00000080
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   249
+#define UI_SHOW_FFA												0x00000100
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   250
+#define UI_SHOW_NOTFFA										0x00000200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   251
+#define UI_SHOW_NETANYNONTEAMGAME	 				0x00000400
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   252
+#define UI_SHOW_NETANYTEAMGAME		 				0x00000800
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   253
+#define UI_SHOW_NOTFAVORITESERVERS				0x00001000
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   254
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   255
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   256
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   257
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   258
+// owner draw types
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   259
+// ideally these should be done outside of this file but
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   260
+// this makes it much easier for the macro expansion to 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   261
+// convert them for the designers ( from the .menu files )
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   262
+#define CG_OWNERDRAW_BASE 1
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   263
+#define CG_PLAYER_ARMOR_ICON 1              
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   264
+#define CG_PLAYER_ARMOR_VALUE 2
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   265
+#define CG_PLAYER_HEAD 3
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   266
+#define CG_PLAYER_HEALTH 4
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   267
+#define CG_PLAYER_AMMO_ICON 5
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   268
+#define CG_PLAYER_AMMO_VALUE 6
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   269
+#define CG_SELECTEDPLAYER_HEAD 7
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   270
+#define CG_SELECTEDPLAYER_NAME 8
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   271
+#define CG_SELECTEDPLAYER_LOCATION 9
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   272
+#define CG_SELECTEDPLAYER_STATUS 10
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   273
+#define CG_SELECTEDPLAYER_WEAPON 11
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   274
+#define CG_SELECTEDPLAYER_POWERUP 12
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   275
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   276
+#define CG_FLAGCARRIER_HEAD 13
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   277
+#define CG_FLAGCARRIER_NAME 14
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   278
+#define CG_FLAGCARRIER_LOCATION 15
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   279
+#define CG_FLAGCARRIER_STATUS 16
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   280
+#define CG_FLAGCARRIER_WEAPON 17
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   281
+#define CG_FLAGCARRIER_POWERUP 18
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   282
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   283
+#define CG_PLAYER_ITEM 19
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   284
+#define CG_PLAYER_SCORE 20
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   285
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   286
+#define CG_BLUE_FLAGHEAD 21
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   287
+#define CG_BLUE_FLAGSTATUS 22
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   288
+#define CG_BLUE_FLAGNAME 23
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   289
+#define CG_RED_FLAGHEAD 24
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   290
+#define CG_RED_FLAGSTATUS 25
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   291
+#define CG_RED_FLAGNAME 26
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   292
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   293
+#define CG_BLUE_SCORE 27
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   294
+#define CG_RED_SCORE 28
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   295
+#define CG_RED_NAME 29
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   296
+#define CG_BLUE_NAME 30
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   297
+#define CG_HARVESTER_SKULLS 31					// only shows in harvester
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   298
+#define CG_ONEFLAG_STATUS 32						// only shows in one flag
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   299
+#define CG_PLAYER_LOCATION 33
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   300
+#define CG_TEAM_COLOR 34
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   301
+#define CG_CTF_POWERUP 35
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   302
+                                        
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   303
+#define CG_AREA_POWERUP	36
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   304
+#define CG_AREA_LAGOMETER	37            // painted with old system
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   305
+#define CG_PLAYER_HASFLAG 38            
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   306
+#define CG_GAME_TYPE 39                 // not done
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   307
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   308
+#define CG_SELECTEDPLAYER_ARMOR 40      
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   309
+#define CG_SELECTEDPLAYER_HEALTH 41
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   310
+#define CG_PLAYER_STATUS 42
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   311
+#define CG_FRAGGED_MSG 43               // painted with old system
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   312
+#define CG_PROXMINED_MSG 44             // painted with old system
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   313
+#define CG_AREA_FPSINFO 45              // painted with old system
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   314
+#define CG_AREA_SYSTEMCHAT 46           // painted with old system
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   315
+#define CG_AREA_TEAMCHAT 47             // painted with old system
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   316
+#define CG_AREA_CHAT 48                 // painted with old system
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   317
+#define CG_GAME_STATUS 49
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   318
+#define CG_KILLER 50
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   319
+#define CG_PLAYER_ARMOR_ICON2D 51              
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   320
+#define CG_PLAYER_AMMO_ICON2D 52
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   321
+#define CG_ACCURACY 53
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   322
+#define CG_ASSISTS 54
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   323
+#define CG_DEFEND 55
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   324
+#define CG_EXCELLENT 56
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   325
+#define CG_IMPRESSIVE 57
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   326
+#define CG_PERFECT 58
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   327
+#define CG_GAUNTLET 59
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   328
+#define CG_SPECTATORS 60
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   329
+#define CG_TEAMINFO 61
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   330
+#define CG_VOICE_HEAD 62
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   331
+#define CG_VOICE_NAME 63
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   332
+#define CG_PLAYER_HASFLAG2D 64            
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   333
+#define CG_HARVESTER_SKULLS2D 65					// only shows in harvester
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   334
+#define CG_CAPFRAGLIMIT 66	 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   335
+#define CG_1STPLACE 67
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   336
+#define CG_2NDPLACE 68
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   337
+#define CG_CAPTURES 69
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   338
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   339
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   340
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   341
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   342
+#define UI_OWNERDRAW_BASE 200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   343
+#define UI_HANDICAP 200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   344
+#define UI_EFFECTS 201
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   345
+#define UI_PLAYERMODEL 202
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   346
+#define UI_CLANNAME 203
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   347
+#define UI_CLANLOGO 204
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   348
+#define UI_GAMETYPE 205
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   349
+#define UI_MAPPREVIEW 206
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   350
+#define UI_SKILL 207
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   351
+#define UI_BLUETEAMNAME 208
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   352
+#define UI_REDTEAMNAME 209
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   353
+#define UI_BLUETEAM1 210
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   354
+#define UI_BLUETEAM2 211
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   355
+#define UI_BLUETEAM3 212
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   356
+#define UI_BLUETEAM4 213
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   357
+#define UI_BLUETEAM5 214
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   358
+#define UI_REDTEAM1 215
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   359
+#define UI_REDTEAM2 216
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   360
+#define UI_REDTEAM3 217
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   361
+#define UI_REDTEAM4 218
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   362
+#define UI_REDTEAM5 219
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   363
+#define UI_NETSOURCE 220
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   364
+#define UI_NETMAPPREVIEW 221
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   365
+#define UI_NETFILTER 222
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   366
+#define UI_TIER 223
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   367
+#define UI_OPPONENTMODEL 224
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   368
+#define UI_TIERMAP1 225
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   369
+#define UI_TIERMAP2 226
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   370
+#define UI_TIERMAP3 227
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   371
+#define UI_PLAYERLOGO 228
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   372
+#define UI_OPPONENTLOGO 229
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   373
+#define UI_PLAYERLOGO_METAL 230
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   374
+#define UI_OPPONENTLOGO_METAL 231
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   375
+#define UI_PLAYERLOGO_NAME 232
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   376
+#define UI_OPPONENTLOGO_NAME 233
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   377
+#define UI_TIER_MAPNAME 234
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   378
+#define UI_TIER_GAMETYPE 235
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   379
+#define UI_ALLMAPS_SELECTION 236
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   380
+#define UI_OPPONENT_NAME 237
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   381
+#define UI_VOTE_KICK 238
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   382
+#define UI_BOTNAME 239
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   383
+#define UI_BOTSKILL 240
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   384
+#define UI_REDBLUE 241
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   385
+#define UI_CROSSHAIR 242
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   386
+#define UI_SELECTEDPLAYER 243
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   387
+#define UI_MAPCINEMATIC 244
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   388
+#define UI_NETGAMETYPE 245
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   389
+#define UI_NETMAPCINEMATIC 246
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   390
+#define UI_SERVERREFRESHDATE 247
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   391
+#define UI_SERVERMOTD 248
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   392
+#define UI_GLINFO  249
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   393
+#define UI_KEYBINDSTATUS 250
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   394
+#define UI_CLANCINEMATIC 251
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   395
+#define UI_MAP_TIMETOBEAT 252
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   396
+#define UI_JOINGAMETYPE 253
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   397
+#define UI_PREVIEWCINEMATIC 254
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   398
+#define UI_STARTMAPCINEMATIC 255
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   399
+#define UI_MAPS_SELECTION 256
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   400
+
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   401
+#define VOICECHAT_GETFLAG			"getflag"				// command someone to get the flag
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   402
+#define VOICECHAT_OFFENSE			"offense"				// command someone to go on offense
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   403
+#define VOICECHAT_DEFEND			"defend"				// command someone to go on defense
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   404
+#define VOICECHAT_DEFENDFLAG		"defendflag"			// command someone to defend the flag
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   405
+#define VOICECHAT_PATROL			"patrol"				// command someone to go on patrol (roam)
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   406
+#define VOICECHAT_CAMP				"camp"					// command someone to camp (we don't have sounds for this one)
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   407
+#define VOICECHAT_FOLLOWME			"followme"				// command someone to follow you
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   408
+#define VOICECHAT_RETURNFLAG		"returnflag"			// command someone to return our flag
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   409
+#define VOICECHAT_FOLLOWFLAGCARRIER	"followflagcarrier"		// command someone to follow the flag carrier
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   410
+#define VOICECHAT_YES				"yes"					// yes, affirmative, etc.
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   411
+#define VOICECHAT_NO				"no"					// no, negative, etc.
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   412
+#define VOICECHAT_ONGETFLAG			"ongetflag"				// I'm getting the flag
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   413
+#define VOICECHAT_ONOFFENSE			"onoffense"				// I'm on offense
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   414
+#define VOICECHAT_ONDEFENSE			"ondefense"				// I'm on defense
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   415
+#define VOICECHAT_ONPATROL			"onpatrol"				// I'm on patrol (roaming)
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   416
+#define VOICECHAT_ONCAMPING			"oncamp"				// I'm camping somewhere
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   417
+#define VOICECHAT_ONFOLLOW			"onfollow"				// I'm following
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   418
+#define VOICECHAT_ONFOLLOWCARRIER	"onfollowcarrier"		// I'm following the flag carrier
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   419
+#define VOICECHAT_ONRETURNFLAG		"onreturnflag"			// I'm returning our flag
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   420
+#define VOICECHAT_INPOSITION		"inposition"			// I'm in position
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   421
+#define VOICECHAT_IHAVEFLAG			"ihaveflag"				// I have the flag
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   422
+#define VOICECHAT_BASEATTACK		"baseattack"			// the base is under attack
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   423
+#define VOICECHAT_ENEMYHASFLAG		"enemyhasflag"			// the enemy has our flag (CTF)
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   424
+#define VOICECHAT_STARTLEADER		"startleader"			// I'm the leader
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   425
+#define VOICECHAT_STOPLEADER		"stopleader"			// I resign leadership
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   426
+#define VOICECHAT_TRASH				"trash"					// lots of trash talk
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   427
+#define VOICECHAT_WHOISLEADER		"whoisleader"			// who is the team leader
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   428
+#define VOICECHAT_WANTONDEFENSE		"wantondefense"			// I want to be on defense
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   429
+#define VOICECHAT_WANTONOFFENSE		"wantonoffense"			// I want to be on offense
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   430
+#define VOICECHAT_KILLINSULT		"kill_insult"			// I just killed you
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   431
+#define VOICECHAT_TAUNT				"taunt"					// I want to taunt you
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   432
+#define VOICECHAT_DEATHINSULT		"death_insult"			// you just killed me
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   433
+#define VOICECHAT_KILLGAUNTLET		"kill_gauntlet"			// I just killed you with the gauntlet
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   434
+#define VOICECHAT_PRAISE			"praise"				// you did something good
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   435
diff -urNad openarena-0.7.0~/code/ui/ui_shared.h openarena-0.7.0/code/ui/ui_shared.h
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   436
--- openarena-0.7.0~/code/ui/ui_shared.h	2006-05-12 12:24:11.000000000 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   437
+++ openarena-0.7.0/code/ui/ui_shared.h	2007-08-10 21:21:56.311054322 +0200
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   438
@@ -27,7 +27,7 @@
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   439
 #include "../renderer/tr_types.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   440
 #include "../client/keycodes.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   441
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   442
-#include "../../ui/menudef.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   443
+#include "menudef.h"
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   444
 
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   445
 #define MAX_MENUNAME 32
abf7ae92b919 2007-09-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
   446
 #define MAX_ITEMTEXT 64