Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4072 in orxonox.OLD for orxonox/branches/md2_loader/src/defs/debug.h


Ignore:
Timestamp:
May 6, 2005, 12:17:24 AM (19 years ago)
Author:
patrick
Message:

orxonox/branches/md2_loader: implemented some data formats used by the md2 loader, altered debug levels, and commented out all the debug() functions. This branche won't run on you computer unless you have the fonts and models installed i use temporary for testing purposes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/md2_loader/src/defs/debug.h

    r3966 r4072  
    5656// DEFINE MODULES
    5757#define DEBUG_MODULE_ORXONOX            0
    58 #define DEBUG_MODULE_WORLD              1
    59 #define DEBUG_MODULE_PNODE              1
     58#define DEBUG_MODULE_WORLD              0
     59#define DEBUG_MODULE_PNODE              0
    6060#define DEBUG_MODULE_WORLD_ENTITY       0
    6161#define DEBUG_MODULE_COMMAND_NODE       0
     
    6363#define DEBUG_MODULE_LOAD               0
    6464
    65 #define DEBUG_MODULE_IMPORTER           3
     65#define DEBUG_MODULE_IMPORTER           2
    6666#define DEBUG_MODULE_TRACK_MANAGER      0
    6767#define DEBUG_MODULE_GARBAGE_COLLECTOR  0
    6868#define DEBUG_MODULE_LIGHT              0
    69 #define DEBUG_MODULE_PLAYER             1
    70 #define DEBUG_MODULE_WEAPON             3
     69#define DEBUG_MODULE_PLAYER             0
     70#define DEBUG_MODULE_WEAPON             0
    7171#define DEBUG_MODULE_MATH               0
    72 #define DEBUG_MODULE_FONT               1
    73 #define DEBUG_MODULE_ANIM               1
    74 #define DEBUG_MODULE_PARTICLE           4
     72#define DEBUG_MODULE_FONT               0
     73#define DEBUG_MODULE_ANIM               0
     74#define DEBUG_MODULE_PARTICLE           0
    7575
    7676#define DEBUG_MODULE_NULL_PARENT        0
Note: See TracChangeset for help on using the changeset viewer.