Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6767 in orxonox.OLD


Ignore:
Timestamp:
Jan 26, 2006, 1:06:27 PM (18 years ago)
Author:
patrick
Message:

newtork: fog is now loadable

File:
1 edited

Legend:

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

    r6731 r6767  
    7474  CL_STORY_ENTITY               =    0x02000000,
    7575
     76  CL_PHYSICS_INTERFACE          =    0x04000000,
     77
     78  CL_EVENT_LISTENER             =    0x08000000,
     79
     80  CL_ELEMENT_2D                 =    0x10000000,
     81
     82  CL_SYNCHRONIZEABLE            =    0x20000000,
     83
     84  CL_WORLD_ENTITY               =    0x40000000,
     85
    7686  CL_GAME_WORLD                 =    0x50000000,
    7787  CL_GAME_WORLD_DATA            =    0x60000000,
    7888
    79   CL_PHYSICS_INTERFACE          =    0x04000000,
    80 
    81   CL_EVENT_LISTENER             =    0x08000000,
    82 
    83   CL_ELEMENT_2D                 =    0x10000000,
    84 
    85   CL_SYNCHRONIZEABLE            =    0x20000000,
    86 
    87   CL_WORLD_ENTITY               =    0x40000000,
     89  CL_GRAPHICS_EFFECT            =    0x70000000,
     90
    8891
    8992  // subsuper-classes derivations taken : 1, 2, 3, 5, a, b, c.     << THIS IS A LIST OF ALL THE DCL_MASK_SUBSUPERCLASS_ID's taken
     
    258261  CL_ENVIRONMENT                =    0x00000821,
    259262  CL_SHADER                     =    0x00000822,
     263  CL_FOG_EFFECT                 =    0x70000001,
     264
    260265  // GL-GUI
    261266  CL_GLGUI_WIDGET               =    0x00500000,
Note: See TracChangeset for help on using the changeset viewer.