Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5300 in orxonox.OLD for trunk/src/defs/debug.h


Ignore:
Timestamp:
Oct 7, 2005, 1:59:44 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: even less debug-info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defs/debug.h

    r5299 r5300  
    5555#define HARD_DEBUG_LEVEL DEBUG
    5656#else /* DEBUG_SPECIAL_MODULE */
    57 // DEFINE MODULES
     57////////////////////
     58// DEFINE MODULES //
     59////////////////////
     60// FRAMEWORK
    5861#define DEBUG_MODULE_ORXONOX            2
    5962#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
    6086#define DEBUG_MODULE_PNODE              2
    6187#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
    7189#define DEBUG_MODULE_PLAYER             2
    7290#define DEBUG_MODULE_WEAPON             2
    73 #define DEBUG_MODULE_MATH               2
    74 #define DEBUG_MODULE_FONT               2
    75 #define DEBUG_MODULE_ANIM               2
    76 #define DEBUG_MODULE_PARTICLE           2
    77 #define DEBUG_MODULE_PHYSICS            2
    78 #define DEBUG_MODULE_EVENT              2
    79 
    80 #define DEBUG_MODULE_NULL_PARENT        2
    81 #define DEBUG_MODULE_NETWORK            2
    82 
    83 #define DEBUG_MODULE_COLLISON_DETECTION 2
    84 #define DEBUG_MODULE_SPATIAL_SEPARATION 2
    8591
    8692#define HARD_DEBUG_LEVEL DEBUG_SPECIAL_MODULE
Note: See TracChangeset for help on using the changeset viewer.