Changeset 5439 in orxonox.OLD for trunk/src/defs
- Timestamp:
- Oct 26, 2005, 11:31:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/defs/debug.h
r5362 r5439 59 59 //////////////////// 60 60 // FRAMEWORK 61 #define DEBUG_MODULE_ORXONOX 2 62 #define DEBUG_MODULE_WORLD 2 63 #define DEBUG_MODULE_NETWORK 2 61 #define DEBUG_MODULE_BASE 2 62 #define DEBUG_MODULE_ORXONOX 2 63 #define DEBUG_MODULE_WORLD 2 64 #define DEBUG_MODULE_NETWORK 2 64 65 65 66 // LOADING 66 #define DEBUG_MODULE_LOAD 267 #define DEBUG_MODULE_IMPORTER 267 #define DEBUG_MODULE_LOAD 2 68 #define DEBUG_MODULE_IMPORTER 2 68 69 69 70 // ENGINES 70 #define DEBUG_MODULE_GRAPHICS 271 #define DEBUG_MODULE_EVENT 272 #define DEBUG_MODULE_PHYSICS 273 #define DEBUG_MODULE_GARBAGE_COLLECTOR 274 #define DEBUG_MODULE_OBJECT_MANAGER 275 #define DEBUG_MODULE_ANIM 276 #define DEBUG_MODULE_COLLISON_DETECTION 277 #define DEBUG_MODULE_SPATIAL_SEPARATION 278 #define DEBUG_MODULE_GUI 271 #define DEBUG_MODULE_GRAPHICS 2 72 #define DEBUG_MODULE_EVENT 2 73 #define DEBUG_MODULE_PHYSICS 2 74 #define DEBUG_MODULE_GARBAGE_COLLECTOR 2 75 #define DEBUG_MODULE_OBJECT_MANAGER 2 76 #define DEBUG_MODULE_ANIM 2 77 #define DEBUG_MODULE_COLLISON_DETECTION 2 78 #define DEBUG_MODULE_SPATIAL_SEPARATION 2 79 #define DEBUG_MODULE_GUI 2 79 80 80 81 // MISC 81 #define DEBUG_MODULE_TRACK_MANAGER 282 #define DEBUG_MODULE_MATH 283 84 #define DEBUG_MODULE_PNODE 285 #define DEBUG_MODULE_WORLD_ENTITY 286 87 #define DEBUG_MODULE_WEAPON 282 #define DEBUG_MODULE_TRACK_MANAGER 2 83 #define DEBUG_MODULE_MATH 2 84 85 #define DEBUG_MODULE_PNODE 2 86 #define DEBUG_MODULE_WORLD_ENTITY 2 87 88 #define DEBUG_MODULE_WEAPON 2 88 89 89 90 #define HARD_DEBUG_LEVEL DEBUG_SPECIAL_MODULE
Note: See TracChangeset
for help on using the changeset viewer.