]> git.xonotic.org Git - xonotic/netradiant.git/blob - plugins/surface_heretic2/surfaceflagsdialog_heretic2.h
transfer from internal tree r5311 branches/1.4-gpl
[xonotic/netradiant.git] / plugins / surface_heretic2 / surfaceflagsdialog_heretic2.h
1 /*\r
2 Copyright (C) 1999-2007 id Software, Inc. and contributors.\r
3 For a list of contributors, see the accompanying CONTRIBUTORS file.\r
4 \r
5 This file is part of GtkRadiant.\r
6 \r
7 GtkRadiant is free software; you can redistribute it and/or modify\r
8 it under the terms of the GNU General Public License as published by\r
9 the Free Software Foundation; either version 2 of the License, or\r
10 (at your option) any later version.\r
11 \r
12 GtkRadiant is distributed in the hope that it will be useful,\r
13 but WITHOUT ANY WARRANTY; without even the implied warranty of\r
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
15 GNU General Public License for more details.\r
16 \r
17 You should have received a copy of the GNU General Public License\r
18 along with GtkRadiant; if not, write to the Free Software\r
19 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA\r
20 */\r
21 \r
22 #ifndef _SURFACEFLAGSDIALOG_HERETIC2_H\r
23   #define _SURFACEFLAGSDIALOG_HERETIC2_H\r
24 \r
25 // 12\r
26 #define HERETIC2_SURF_LIGHT              0x1\r
27 #define HERETIC2_SURF_SLICK              0x2\r
28 #define HERETIC2_SURF_SKY                0x4\r
29 #define HERETIC2_SURF_WARP               0x8\r
30 #define HERETIC2_SURF_TRANS33           0x10\r
31 #define HERETIC2_SURF_TRANS66           0x20\r
32 #define HERETIC2_SURF_FLOWING           0x40\r
33 #define HERETIC2_SURF_NODRAW            0x80\r
34 \r
35 #define HERETIC2_SURF_TALL_WALL         0x400\r
36 #define HERETIC2_SURF_ALPHA_TEXTURE     0x800\r
37 #define HERETIC2_SURF_ANIMSPEED         0x1000\r
38 #define HERETIC2_SURF_UNDULATE          0x2000\r
39 \r
40 #define HERETIC2_SURF_TYPE_GRAVEL       0x00000000\r
41 #define HERETIC2_SURF_TYPE_METAL        0x01000000\r
42 #define HERETIC2_SURF_TYPE_STONE        0x02000000\r
43 #define HERETIC2_SURF_TYPE_WOOD         0x03000000\r
44 \r
45 #define HERETIC2_SURF_MATERIAL_MASK     0xFCFFFFFF\r
46 \r
47 \r
48 // 20\r
49 #define HERETIC2_CONTENTS_SOLID         0x1\r
50 #define HERETIC2_CONTENTS_WINDOW        0x2\r
51 #define HERETIC2_CONTENTS_ILLUSIONARY   0x4\r
52 #define HERETIC2_CONTENTS_LAVA          0x8\r
53 #define HERETIC2_CONTENTS_SLIME         0x10\r
54 #define HERETIC2_CONTENTS_WATER         0x20\r
55 #define HERETIC2_CONTENTS_MIST          0x40\r
56 \r
57 #define HERETIC2_CONTENTS_AREAPORTAL    0x8000\r
58 #define HERETIC2_CONTENTS_PLAYERCLIP    0x10000\r
59 #define HERETIC2_CONTENTS_MONSTERCLIP    0x20000\r
60 #define HERETIC2_CONTENTS_CURRENT_0     0x40000\r
61 #define HERETIC2_CONTENTS_CURRENT_90    0x80000\r
62 #define HERETIC2_CONTENTS_CURRENT_180   0x100000\r
63 #define HERETIC2_CONTENTS_CURRENT_270   0x200000\r
64 #define HERETIC2_CONTENTS_CURRENT_UP    0x400000\r
65 #define HERETIC2_CONTENTS_CURRENT_DOWN  0x800000\r
66 #define HERETIC2_CONTENTS_ORIGIN        0x1000000\r
67 \r
68 #define HERETIC2_CONTENTS_DETAIL        0x8000000\r
69 \r
70 #define HERETIC2_CONTENTS_LADDER        0x20000000\r
71 \r
72 #define HERETIC2_CONTENTS_CAMERANOBLOCK 0x40000000\r
73 \r
74 \r
75 \r
76 #endif // _SURFACEFLAGSDIALOG_HERETIC2_H\r