Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 2, 2006, 1:30:23 AM (19 years ago)
Author:
patrick
Message:

network: many changes in the StoryEntity and Campaign framework: introduced CampaignData as a container for the data of the Campaign and made some changes in the GameWorlds, which are not yet finished

File:
1 edited

Legend:

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

    r6358 r6386  
    147147  // StoryEntities (range from 0x00000100 to 0x000001ff)
    148148  CL_CAMPAIGN                   =    0x00000101,
    149   CL_GAME_WORLD                 =    0x00000102,
    150   CL_SINGLE_PLAYER_WORLD        =    0x00000103,
    151   CL_MULTI_PLAYER_WORLD         =    0x00000104,
     149  CL_CAMPAIGN_DATA              =    0x00000102,
     150  CL_GAME_WORLD                 =    0x00000103,
     151  CL_SINGLE_PLAYER_WORLD        =    0x00000104,
     152  CL_MULTI_PLAYER_WORLD         =    0x00000105,
    152153
    153154  // WorldEntities (range from 0x00000200 to 0x000004ff)
Note: See TracChangeset for help on using the changeset viewer.