Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4122 in orxonox.OLD for orxonox/branches/heightMap/src/defs


Ignore:
Timestamp:
May 9, 2005, 11:29:19 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/heightMap: merged the Trunk back into branches/heightMap:
merged with Command
svn merge -r 3918:HEAD trunk branches/heightMap
conflicts resolved in favor of the Trunk

Location:
orxonox/branches/heightMap
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • orxonox/branches/heightMap

    • Property svn:externals
      •  

        old new  
        1 data http://svn.orxonox.ethz.ch/data
         1
  • orxonox/branches/heightMap/src/defs/debug.h

    r4095 r4122  
    5959#define DEBUG_MODULE_PNODE              0
    6060#define DEBUG_MODULE_WORLD_ENTITY       0
    61 #define DEBUG_MODULE_COMMAND_NODE       0
     61#define DEBUG_MODULE_COMMAND_NODE       4
    6262#define DEBUG_MODULE_GRAPHICS           0
    63 #define DEBUG_MODULE_LOAD               0
     63#define DEBUG_MODULE_LOAD               2
    6464
    6565#define DEBUG_MODULE_IMPORTER           0
     66#define DEBUG_MODULE_IMPORTER           3
    6667#define DEBUG_MODULE_TRACK_MANAGER      0
    6768#define DEBUG_MODULE_GARBAGE_COLLECTOR  0
     
    7374#define DEBUG_MODULE_ANIM               0
    7475#define DEBUG_MODULE_HEIGHTMAP                  4
     76#define DEBUG_MODULE_PARTICLE           4
    7577
    7678#define DEBUG_MODULE_NULL_PARENT        0
  • orxonox/branches/heightMap/src/defs/stdincl.h

    r3863 r4122  
    2525#include "error.h"
    2626#include "debug.h"
     27#include "globals.h"
    2728
    2829#include "compiler.h"
     30#include "xmlparser/tinyxml.h"
     31#include "factory.h"
    2932
    3033#endif /* _STDINCL_H */
Note: See TracChangeset for help on using the changeset viewer.