Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7819 in orxonox.OLD


Ignore:
Timestamp:
May 24, 2006, 5:39:17 PM (18 years ago)
Author:
patrick
Message:

trunk: added a collision reaction lib. starting implementation

Location:
trunk
Files:
4 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r7753 r7819  
    624624                 src/lib/particles/Makefile
    625625                 src/lib/collision_detection/Makefile
     626                 src/lib/collision_reaction/Makefile
    626627                 src/lib/network/Makefile
    627628                 src/lib/shell/Makefile
  • trunk/src/defs/class_id.h

    r7810 r7819  
    120120  CL_STATE                      =    0x00000013,
    121121  CL_FRAMEWORK                  =    0x00000014,
     122  CL_CR_ENGINE                  =    0x00000015,                ///FIXME bensch i just added this id, verify if this is ok :D
    122123  CL_RENDER_2D                  =    0x00000021,
    123124  CL_NULL_ELEMENT_2D            =    0x00000022,
     
    300301  CL_EXPLOSION                  =    0x00000a20,
    301302  CL_LIGHTNING_BOLT             =    0x00000a21,
    302        
     303
    303304
    304305
  • trunk/src/defs/debug.h

    r7729 r7819  
    7979  #define DEBUG_MODULE_ANIM                  2
    8080  #define DEBUG_MODULE_COLLISION_DETECTION   2
     81  #define DEBUG_MODULE_COLLISION_REACTION    2
    8182  #define DEBUG_MODULE_SPATIAL_SEPARATION    2
    8283  #define DEBUG_MODULE_GUI                   2
  • trunk/src/lib/Makefile.am

    r7721 r7819  
    7373        particles \
    7474        collision_detection \
     75        collision_reaction \
    7576        network \
    7677        parser \
Note: See TracChangeset for help on using the changeset viewer.