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