Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6502 in orxonox.OLD for branches/network/src/defs


Ignore:
Timestamp:
Jan 11, 2006, 10:49:27 PM (18 years ago)
Author:
patrick
Message:

network: the simple menu is a game world, that is a little more performant and much smaller

File:
1 edited

Legend:

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

    r6455 r6502  
    7373
    7474  CL_STORY_ENTITY               =    0x02000000,
     75
     76  CL_GAME_WORLD                 =    0x50000000,
     77  CL_GAME_WORLD_DATA            =    0x60000000,
    7578
    7679  CL_PHYSICS_INTERFACE          =    0x04000000,
     
    148151  CL_CAMPAIGN                   =    0x00000101,
    149152  CL_CAMPAIGN_DATA              =    0x00000102,
    150   CL_GAME_WORLD                 =    0x00000103,
    151   CL_GAME_WORLD_DATA            =    0x00000104,
     153  CL_SIMPLE_GAME_MENU           =    0x00000103,
     154  CL_SIMPLE_GAME_MENU_DATA      =    0x00000104,
    152155  CL_SINGLE_PLAYER_WORLD        =    0x00000105,
    153156  CL_SINGLE_PLAYER_WORLD_DATA   =    0x00000106,
    154157  CL_MULTI_PLAYER_WORLD         =    0x00000107,
    155158  CL_MULTI_PLAYER_WORLD_DATA    =    0x00000108,
     159
    156160
    157161  // WorldEntities (range from 0x00000200 to 0x000004ff)
Note: See TracChangeset for help on using the changeset viewer.