Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3746 in orxonox.OLD for orxonox/branches/levelloader/src/defs


Ignore:
Timestamp:
Apr 7, 2005, 3:54:49 PM (19 years ago)
Author:
chris
Message:

orxonox/branches/levelloader: Merged trunk into branch… still not working though…

Location:
orxonox/branches/levelloader/src/defs
Files:
2 edited
1 copied

Legend:

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

    r3605 r3746  
    5959#define DEBUG_MODULE_ORXONOX            0
    6060#define DEBUG_MODULE_WORLD              0
    61 #define DEBUG_MODULE_PNODE              2
     61#define DEBUG_MODULE_PNODE              3
    6262#define DEBUG_MODULE_WORLD_ENTITY       0
    6363#define DEBUG_MODULE_COMMAND_NODE       0
     64#define DEBUG_MODULE_GRAPHICS           0
     65#define DEBUG_MODULE_LOAD               0
    6466
    6567#define DEBUG_MODULE_IMPORTER           0
    6668#define DEBUG_MODULE_TRACK_MANAGER      0
    67 #define DEBUG_MODULE_LIGHT              3
    68 #define DEBUG_MODULE_PLAYER             0
     69#define DEBUG_MODULE_GARBAGE_COLLECTOR  0
     70#define DEBUG_MODULE_LIGHT              0
     71#define DEBUG_MODULE_PLAYER             3
    6972#define DEBUG_MODULE_MATH               0
    7073
  • orxonox/branches/levelloader/src/defs/stdincl.h

    r3530 r3746  
    99#define _STDINCL_H
    1010               
    11 #define null 0   //!< null
    12 
    1311typedef unsigned char byte;
    1412
     
    2321
    2422#include <assert.h>
     23#include <stddef.h>
    2524#include <stdlib.h>
    2625#include <string.h>
     
    2827#include "glincl.h"
    2928
    30 #include "error.h"
    31 #include "debug.h"
    3229
    3330// MATH //
     
    3936#include "list_template.h"
    4037#include "message_structures.h"
    41 #include "orxonox.h"
    4238#include "data_tank.h"
    4339#include "base_object.h"
    4440#include "factory.h"
     41#include "debug.h"
    4542
    4643#define CREATE_FACTORY(x) \
Note: See TracChangeset for help on using the changeset viewer.