Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5955 in orxonox.OLD for branches/powerups/src/defs/class_id.h


Ignore:
Timestamp:
Dec 7, 2005, 1:05:10 PM (18 years ago)
Author:
bensch
Message:

branches/powerups: merged the trunk to branches/powerup
merged with commandsvn merge ../trunk/ powerups/ -r5848:HEAD
conflicts resolved in favor of the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/powerups/src/defs/class_id.h

    r5871 r5955  
    5757  // superclasses
    5858  CL_MASK_SUPER_CLASS           =    0xff000000,
    59   CL_BASE_OBJECT                =    0xff000000,
     59  CL_BASE_OBJECT                =    0x00000000,
    6060
    6161  CL_PARENT_NODE                =    0x01000000,
     
    6969  CL_ELEMENT_2D                 =    0x10000000,
    7070
    71   CL_SYNCHRONIZEABLE             =    0x20000000,
     71  CL_SYNCHRONIZEABLE            =    0x20000000,
    7272
    7373  CL_WORLD_ENTITY               =    0x40000000,
    7474
    75 
     75  // subsuper-classes derivations taken : 1, 2, 5, a, b, c.     << THIS IS A LIST OF ALL THE DCL_MASK_SUBSUPERCLASS_ID's taken
    7676
    7777  // subsuper-classes
    7878  CL_MASK_SUBSUPER_CLASS        =    0x00fff000,
    79   CL_MASK_SUBSUPER_CLASS_ID     =    0x00f00000,
    80   CL_MASK_SUBSUPER_CLASS_ID2    =    0x000ff000,
    81   CL_PLAYER                     =    0x00101000,
    82   CL_NPC                        =    0x00102000,
    83   CL_POWER_UP                   =    0x00104000,
    84   CL_FIELD                      =    0x00108000,
    85   CL_PROJECTILE                 =    0x00110000,
    86   CL_WEAPON                     =    0x00120000,
     79  CL_MASK_SUBSUPER_CLASS_IDA    =    0x00f00000,
     80  CL_MASK_SUBSUPER_CLASS_IDB    =    0x000ff000,
     81  // SUPER-PNodes
     82  CL_FIELD                      =    0x00101000,
     83  // SUPER-WorldEntities
     84  CL_PLAYABLE                   =    0x00201000,
     85  CL_PLAYER                     =    0x00202000,
     86  CL_NPC                        =    0x00204000,
     87  CL_PROJECTILE                 =    0x00208000,
     88  CL_WEAPON                     =    0x00210000,
     89  CL_POWER_UP                   =    0x00220000,
    8790  CL_EXTENDABLE                 =    0x00140000,
    88   // subsuper-classes derivations taken : 1, 5, a, b, c.     << THIS IS A LIST OF ALL THE DCL_MASK_SUBSUPERCLASS_ID's taken
     91  // SUPER-Modeling
     92  CL_TEXTURE                    =    0x00c01000,
     93  CL_MODEL                      =    0x00c02000,
     94
     95
     96  // subsuper-classes derivations taken : 1, 2, 5, a, b, c.     << THIS IS A LIST OF ALL THE DCL_MASK_SUBSUPERCLASS_ID's taken
    8997
    9098  // lowest level classes
     
    121129
    122130
     131
    123132  // StoryEntities (range from 0x00000100 to 0x000001ff)
    124133  CL_CAMPAIGN                   =    0x00000101,
     
    136145  CL_TERRAIN                    =    0x00000207,
    137146  CL_TEST_ENTITY                =    0x00000209,
     147  CL_SPACE_SHIP                 =    0x0000020a,
    138148
    139149  CL_TURRET_POWER_UP            =    0x00000211,
     
    178188
    179189  // graphical stuff (range from 0x00000800 to 0x000009ff)
    180   CL_TEXTURE                    =    0x00c01000,
     190  CL_FONT                       =    0x00c02802,
     191
     192
    181193  CL_TEXT                       =    0x00b01801,
    182   CL_FONT                       =    0x00c02802,
    183194  CL_MATERIAL                   =    0x00000804,
    184   CL_MODEL                      =    0x00000805, //!< @todo make this a SUBCLASS maybe
    185   CL_OBJMODEL                   =    0x00000806,
    186   CL_PROMITIVE_MODEL            =    0x00000807,
    187   CL_MD2Model                   =    0x00000808,
    188   CL_LIGHT                      =    0x00000809,
    189   CL_PARTICLE_EMITTER           =    0x0000080a,
    190   CL_PARTICLE_SYSTEM            =    0x0000080b,
     195  CL_TEXTURE_SEQUENCE           =    0x00c04805,
     196  CL_OBJMODEL                   =    0x00000807,
     197  CL_PROMITIVE_MODEL            =    0x00000808,
     198  CL_MD2Model                   =    0x00000809,
     199  CL_LIGHT                      =    0x0000080a,
     200  CL_PARTICLE_EMITTER           =    0x0000080b,
     201  CL_PARTICLE_SYSTEM            =    0x0000080c,
    191202  CL_ENVIRONMENT                =    0x00000810,
    192203  CL_SHADER                     =    0x00000811,
Note: See TracChangeset for help on using the changeset viewer.