Changeset 5300 in orxonox.OLD for trunk/src/defs
- Timestamp:
- Oct 7, 2005, 1:59:44 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/defs/debug.h
r5299 r5300 55 55 #define HARD_DEBUG_LEVEL DEBUG 56 56 #else /* DEBUG_SPECIAL_MODULE */ 57 // DEFINE MODULES 57 //////////////////// 58 // DEFINE MODULES // 59 //////////////////// 60 // FRAMEWORK 58 61 #define DEBUG_MODULE_ORXONOX 2 59 62 #define DEBUG_MODULE_WORLD 2 63 #define DEBUG_MODULE_NETWORK 2 64 65 // LOADING 66 #define DEBUG_MODULE_LOAD 2 67 #define DEBUG_MODULE_IMPORTER 2 68 69 // ENGINES 70 #define DEBUG_MODULE_GRAPHICS 2 71 #define DEBUG_MODULE_EVENT 2 72 #define DEBUG_MODULE_FONT 2 73 #define DEBUG_MODULE_PARTICLE 2 74 #define DEBUG_MODULE_PHYSICS 2 75 #define DEBUG_MODULE_GARBAGE_COLLECTOR 2 76 #define DEBUG_MODULE_OBJECT_MANAGER 2 77 #define DEBUG_MODULE_ANIM 2 78 #define DEBUG_MODULE_COLLISON_DETECTION 2 79 #define DEBUG_MODULE_SPATIAL_SEPARATION 2 80 81 // MISC 82 #define DEBUG_MODULE_TRACK_MANAGER 2 83 #define DEBUG_MODULE_MATH 2 84 #define DEBUG_MODULE_LIGHT 2 85 60 86 #define DEBUG_MODULE_PNODE 2 61 87 #define DEBUG_MODULE_WORLD_ENTITY 2 62 #define DEBUG_MODULE_COMMAND_NODE 2 63 #define DEBUG_MODULE_GRAPHICS 2 64 #define DEBUG_MODULE_LOAD 2 65 66 #define DEBUG_MODULE_IMPORTER 2 67 #define DEBUG_MODULE_TRACK_MANAGER 2 68 #define DEBUG_MODULE_GARBAGE_COLLECTOR 2 69 #define DEBUG_MODULE_OBJECT_MANAGER 2 70 #define DEBUG_MODULE_LIGHT 2 88 71 89 #define DEBUG_MODULE_PLAYER 2 72 90 #define DEBUG_MODULE_WEAPON 2 73 #define DEBUG_MODULE_MATH 274 #define DEBUG_MODULE_FONT 275 #define DEBUG_MODULE_ANIM 276 #define DEBUG_MODULE_PARTICLE 277 #define DEBUG_MODULE_PHYSICS 278 #define DEBUG_MODULE_EVENT 279 80 #define DEBUG_MODULE_NULL_PARENT 281 #define DEBUG_MODULE_NETWORK 282 83 #define DEBUG_MODULE_COLLISON_DETECTION 284 #define DEBUG_MODULE_SPATIAL_SEPARATION 285 91 86 92 #define HARD_DEBUG_LEVEL DEBUG_SPECIAL_MODULE
Note: See TracChangeset
for help on using the changeset viewer.