diff options
author | Tim Angus <tim@ngus.net> | 2005-12-28 02:32:43 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-12-28 02:32:43 +0000 |
commit | 1dc7e94283f026b17c1e793cbf7542872812ffda (patch) | |
tree | 33de56bca208626f1e7c77853255afc2b8244279 /src/ui/ui_public.h | |
parent | 4b614e63d7da358a8a30e61a89365add79ecde9c (diff) |
* Added master server to source, based on dpmaster
* Removed gametype, fraglimit and dmflags cvars
* Removed CD key authentication stuff
* Implemented a means to save and restore cmd context
* Bumped protocol version up to 69 (same as 68)
* Removed various references to punkbuster
* Maps on create server menu now sorted by name
* Fixed some warnings
Diffstat (limited to 'src/ui/ui_public.h')
-rw-r--r-- | src/ui/ui_public.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/ui/ui_public.h b/src/ui/ui_public.h index 2308256d..9e39d52b 100644 --- a/src/ui/ui_public.h +++ b/src/ui/ui_public.h @@ -89,8 +89,6 @@ typedef enum { UI_CVAR_REGISTER, UI_CVAR_UPDATE, UI_MEMORY_REMAINING, - UI_GET_CDKEY, - UI_SET_CDKEY, UI_R_REGISTERFONT, UI_R_MODELBOUNDS, UI_PC_ADD_GLOBAL_DEFINE, @@ -117,7 +115,6 @@ typedef enum { UI_CIN_DRAWCINEMATIC, UI_CIN_SETEXTENTS, UI_R_REMAP_SHADER, - UI_VERIFY_CDKEY, UI_LAN_SERVERSTATUS, UI_LAN_GETSERVERPING, UI_LAN_SERVERISVISIBLE, @@ -141,8 +138,6 @@ typedef enum { UIMENU_NONE, UIMENU_MAIN, UIMENU_INGAME, - UIMENU_NEED_CD, - UIMENU_BAD_CD_KEY, UIMENU_TEAM, UIMENU_POSTGAME } uiMenuCommand_t; @@ -152,7 +147,6 @@ typedef enum SORT_HOST, SORT_MAP, SORT_CLIENTS, - SORT_PUNKBUSTER, SORT_PING } serverSortField_t; @@ -183,9 +177,9 @@ typedef enum { UI_CONSOLE_COMMAND, // qboolean UI_ConsoleCommand( int realTime ); - UI_DRAW_CONNECT_SCREEN, + UI_DRAW_CONNECT_SCREEN // void UI_DrawConnectScreen( qboolean overlay ); - UI_HASUNIQUECDKEY + // if !overlay, the background will be drawn, otherwise it will be // overlayed over whatever the cgame has drawn. // a GetClientState syscall will be made to get the current strings |