Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4838 in orxonox.OLD for orxonox/trunk/src/defs/class_id.h


Ignore:
Timestamp:
Jul 12, 2005, 12:09:04 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Element2D added → will be moved to lib/graphics afterwards
ProtoClass update
EventListeners do not have to be unsubscribed externally, but still one listener won't unsubscribe

File:
1 edited

Legend:

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

    r4837 r4838  
    6868  CL_EVENT_LISTENER             =    0x20000000,
    6969
     70  CL_ELEMENT_2D                 =    0x40000000,
     71
    7072  // subsuper-classes
    7173  CL_MASK_SUBSUPER_CLASS        =    0x00fff000,
     
    7880  CL_PROJECTILE                 =    0x00110000,
    7981  CL_WEAPON                     =    0x00120000,
     82
     83  // subsuper-classes derivations taken : 1, a.     << THIS IS A LIST OF ALL THE DCL_MASK_SUBSUPERCLASS_ID's taken
    8084
    8185  // lowest level classes
     
    145149  CL_BV_TREE_NODE               =    0x00a02613,
    146150  CL_OBB_TREE                   =    0x00a04614,
    147   //! @todo !!!!THIS IS A HACK!!!!! DELETE THESE extensions.
    148151  CL_OBB_TREE_NODE              =    0x00a08615,
    149152  CL_BOUNDING_VOLUME            =    0x00a10616,
Note: See TracChangeset for help on using the changeset viewer.