~netrek-developers/netrek-client-cow/trunk

« back to all changes in this revision

Viewing changes to wtext.h

  • Committer: Collin Pruitt
  • Date: 2009-05-12 04:30:09 UTC
  • Revision ID: collinp111@gmail.com-20090512043009-3jsjojoyrk16oass
Initial upload - updated from http://james.tooraweenah.com/darcs/netrek-client-cow/ using darcs (hince the existnace of _darcs), fully patched.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/*      Here are all warnings that are send with SP_S_WARNING */
 
3
/*              HW 93           */
 
4
/* ab handleTractorReq  socket.c */
 
5
 
 
6
#define TEXTE 0
 
7
#define PHASER_HIT_TEXT 1
 
8
#define BOMB_INEFFECTIVE 2
 
9
#define BOMB_TEXT 3
 
10
#define BEAMUP_TEXT 4
 
11
#define BEAMUP2_TEXT 5
 
12
#define BEAMUPSTARBASE_TEXT 6
 
13
#define BEAMDOWNSTARBASE_TEXT 7
 
14
#define BEAMDOWNPLANET_TEXT 8
 
15
#define SBREPORT 9
 
16
#define ONEARG_TEXT 10
 
17
#define BEAM_D_PLANET_TEXT 11
 
18
#define ARGUMENTS 12
 
19
#define BEAM_U_TEXT 13
 
20
#define LOCKPLANET_TEXT 14
 
21
#define LOCKPLAYER_TEXT 15
 
22
#define SBRANK_TEXT 16
 
23
#define SBDOCKREFUSE_TEXT 17
 
24
#define SBDOCKDENIED_TEXT 18
 
25
#define SBLOCKSTRANGER 19
 
26
#define SBLOCKMYTEAM 20
 
27
/*      Daemon messages */
 
28
#define DMKILL 21
 
29
#define KILLARGS 22
 
30
#define DMKILLP 23
 
31
#define DMBOMB 24
 
32
#define DMDEST 25
 
33
#define DMTAKE 26
 
34
#define DGHOSTKILL 27
 
35
/*      INL     messages                */
 
36
#define INLDMKILLP 28
 
37
#define INLDMKILL 29            /* Because of shiptypes */
 
38
#define INLDRESUME 30
 
39
#define INLDTEXTE 31
 
40
/* Variable warning stuff */
 
41
#define STEXTE 32               /* static text that the server needs to send to the client first */
 
42
#define SHORT_WARNING 33        /* like CP_S_MESSAGE */
 
43
#define STEXTE_STRING 34
 
44
#define KILLARGS2  35
 
45
 
 
46
#define DINVALID 255