Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 26, 2005, 11:31:18 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: BaseObject with Debug-Level

File:
1 edited

Legend:

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

    r5362 r5439  
    5959////////////////////
    6060// 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
    6465
    6566// LOADING
    66 #define DEBUG_MODULE_LOAD               2
    67 #define DEBUG_MODULE_IMPORTER           2
     67#define DEBUG_MODULE_LOAD                  2
     68#define DEBUG_MODULE_IMPORTER              2
    6869
    6970// ENGINES
    70 #define DEBUG_MODULE_GRAPHICS           2
    71 #define DEBUG_MODULE_EVENT              2
    72 #define DEBUG_MODULE_PHYSICS            2
    73 #define DEBUG_MODULE_GARBAGE_COLLECTOR  2
    74 #define DEBUG_MODULE_OBJECT_MANAGER     2
    75 #define DEBUG_MODULE_ANIM               2
    76 #define DEBUG_MODULE_COLLISON_DETECTION 2
    77 #define DEBUG_MODULE_SPATIAL_SEPARATION 2
    78 #define DEBUG_MODULE_GUI                2
     71#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
    7980
    8081// MISC
    81 #define DEBUG_MODULE_TRACK_MANAGER      2
    82 #define DEBUG_MODULE_MATH               2
    83 
    84 #define DEBUG_MODULE_PNODE              2
    85 #define DEBUG_MODULE_WORLD_ENTITY       2
    86 
    87 #define DEBUG_MODULE_WEAPON             2
     82#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
    8889
    8990#define HARD_DEBUG_LEVEL DEBUG_SPECIAL_MODULE
Note: See TracChangeset for help on using the changeset viewer.