Changeset 5362 in orxonox.OLD for trunk/src/defs
- Timestamp:
- Oct 11, 2005, 1:36:08 AM (19 years ago)
- Location:
- trunk/src/defs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/defs/class_id.h
r5304 r5362 41 41 * The first two: 1,2 superclass identifiers to 42 42 * The second three are for subclasses with inheritance: 43 * the first of these numbers is defining the subclassType, it may be anything between 1-a44 * The following two may not be the same in any way,45 * eg. the bits may not intersect (no 1, 2 and a 3; 1,2 and 4would be ok)43 * the first of these numbers is defining the subclassType, it may be anything between 1-a 44 * The following two may not be the same in any way, 45 * eg. the bits may not intersect (no 1, 2 and a 3; 01, 02 and 04, 08, 10 would be ok) 46 46 * The last three entries are for any classes in existence eg. SkyBox and so on 47 47 * … … 81 81 CL_WEAPON = 0x00120000, 82 82 83 // subsuper-classes derivations taken : 1, a, b. << THIS IS A LIST OF ALL THE DCL_MASK_SUBSUPERCLASS_ID's taken83 // subsuper-classes derivations taken : 1, 5, a, b. << THIS IS A LIST OF ALL THE DCL_MASK_SUBSUPERCLASS_ID's taken 84 84 85 85 // lowest level classes … … 172 172 CL_ENVIRONMENT = 0x00000810, 173 173 CL_SHADER = 0x00000811, 174 // GL-menu 175 CL_GLMENU_IMAGE_SCREEN = 0x00000901, 174 // GL-GUI 175 CL_GLGUI_WIDGET = 0x00501901, 176 177 178 179 CL_GLMENU_IMAGE_SCREEN = 0x00000902, 176 180 177 181 // sound stuff (range from 0x00000a00 to 0x00000aff) -
trunk/src/defs/debug.h
r5357 r5362 76 76 #define DEBUG_MODULE_COLLISON_DETECTION 2 77 77 #define DEBUG_MODULE_SPATIAL_SEPARATION 2 78 #define DEBUG_MODULE_GUI 2 78 79 79 80 // MISC
Note: See TracChangeset
for help on using the changeset viewer.