Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3617 in orxonox.OLD for orxonox/trunk/src/defs


Ignore:
Timestamp:
Mar 21, 2005, 2:59:30 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: little fix to graphicsEngine, now the different resolution-types are outputted. also there is a fix from debug.h all warnings are shown now

File:
1 edited

Legend:

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

    r3610 r3617  
    5757#else /* DEBUG_SPECIAL_MODULE */
    5858// DEFINE MODULES \\
    59 #define DEBUG_MODULE_ORXONOX            0
    60 #define DEBUG_MODULE_WORLD              0
     59#define DEBUG_MODULE_ORXONOX            2
     60#define DEBUG_MODULE_WORLD              2
    6161#define DEBUG_MODULE_PNODE              2
    62 #define DEBUG_MODULE_WORLD_ENTITY       0
    63 #define DEBUG_MODULE_COMMAND_NODE       0
    64 #define DEBUG_MODULE_GRAPHICS           0
    65 
    66 #define DEBUG_MODULE_IMPORTER           0
    67 #define DEBUG_MODULE_TRACK_MANAGER      0
    68 #define DEBUG_MODULE_LIGHT              3
    69 #define DEBUG_MODULE_PLAYER             0
    70 #define DEBUG_MODULE_MATH               0
    71 
    72 #define DEBUG_MODULE_NULL_PARENT        0
     62#define DEBUG_MODULE_WORLD_ENTITY       2
     63#define DEBUG_MODULE_COMMAND_NODE       2
     64#define DEBUG_MODULE_GRAPHICS           2
     65
     66#define DEBUG_MODULE_IMPORTER           2
     67#define DEBUG_MODULE_TRACK_MANAGER      2
     68#define DEBUG_MODULE_LIGHT              2
     69#define DEBUG_MODULE_PLAYER             2
     70#define DEBUG_MODULE_MATH               2
     71
     72#define DEBUG_MODULE_NULL_PARENT        2
    7373
    7474
Note: See TracChangeset for help on using the changeset viewer.