comparison src/wtext.h @ 10:1040ca591f2e

First entry of Paradise Server 2.9 patch 10 Beta
author darius
date Sat, 06 Dec 1997 04:37:18 +0000
parents
children
comparison
equal deleted inserted replaced
9:331055a97a9d 10:1040ca591f2e
1 /*--------------------------------------------------------------------------
2 NETREK II -- Paradise
3
4 Permission to use, copy, modify, and distribute this software and its
5 documentation, or any derivative works thereof, for any NON-COMMERCIAL
6 purpose and without fee is hereby granted, provided that this copyright
7 notice appear in all copies. No representations are made about the
8 suitability of this software for any purpose. This software is provided
9 "as is" without express or implied warranty.
10
11 Xtrek Copyright 1986 Chris Guthrie
12 Netrek (Xtrek II) Copyright 1989 Kevin P. Smith
13 Scott Silvey
14 Paradise II (Netrek II) Copyright 1993 Larry Denys
15 Kurt Olsen
16 Brandon Gillespie
17 --------------------------------------------------------------------------*/
18
19 /* Here are all warnings that are send with SP_S_WARNING */
20 /* HW 93 */
21 /* ab handleTractorReq socket.c */
22
23 #define TEXTE 0
24 #define PHASER_HIT_TEXT 1
25 #define BOMB_INEFFECTIVE 2
26 #define BOMB_TEXT 3
27 #define BEAMUP_TEXT 4
28 #define BEAMUP2_TEXT 5
29 #define BEAMUPSTARBASE_TEXT 6
30 #define BEAMDOWNSTARBASE_TEXT 7
31 #define BEAMDOWNPLANET_TEXT 8
32 #define SBREPORT 9
33 #define ONEARG_TEXT 10
34 #define BEAM_D_PLANET_TEXT 11
35 #define ARGUMENTS 12
36 #define BEAM_U_TEXT 13
37 #define LOCKPLANET_TEXT 14
38 #define LOCKPLAYER_TEXT 15
39 #define SBRANK_TEXT 16
40 #define SBDOCKREFUSE_TEXT 17
41 #define SBDOCKDENIED_TEXT 18
42 #define SBLOCKSTRANGER 19
43 #define SBLOCKMYTEAM 20
44 /* Daemon messages */
45 #define DMKILL 21
46 #define KILLARGS 22
47 #define DMKILLP 23
48 #define DMBOMB 24
49 #define DMDEST 25
50 #define DMTAKE 26
51 #define DGHOSTKILL 27
52 /* INL messages */
53 #define INLDMKILLP 28
54 #define INLDMKILL 29 /* Because of shiptypes */
55 #define INLDRESUME 30
56 #define INLDTEXTE 31
57 /* Variable warning stuff */
58 #define STEXTE 32 /* static text that the server needs to send
59 * to the client first */
60 #define SHORT_WARNING 33 /* like CP_S_MESSAGE */
61 #define STEXTE_STRING 34
62 #define KILLARGS2 35
63
64 #define DINVALID 255