Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 21, 2006, 1:18:19 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the network-branche back to the trunk

merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/network . -r6500:HEAD
minor conflicts in texture and one Makefile resolved to the trunk

also made a small patch to texture, so it Modulates with GL_REPEAT

File:
1 edited

Legend:

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

    r6624 r6634  
    7373
    7474  CL_STORY_ENTITY               =    0x02000000,
     75
     76  CL_GAME_WORLD                 =    0x50000000,
     77  CL_GAME_WORLD_DATA            =    0x60000000,
    7578
    7679  CL_PHYSICS_INTERFACE          =    0x04000000,
     
    9699  CL_PLAYER                     =    0x00202000,
    97100  CL_NPC                        =    0x00204000,
     101  CL_IMAGE_ENTITY               =    0x00206000,
     102  CL_PLANET                     =    0x00207000,
    98103  CL_PROJECTILE                 =    0x00208000,
    99104  CL_WEAPON                     =    0x00210000,
     
    148153  CL_CAMPAIGN                   =    0x00000101,
    149154  CL_CAMPAIGN_DATA              =    0x00000102,
    150   CL_GAME_WORLD                 =    0x00000103,
    151   CL_GAME_WORLD_DATA            =    0x00000104,
     155  CL_SIMPLE_GAME_MENU           =    0x00000103,
     156  CL_SIMPLE_GAME_MENU_DATA      =    0x00000104,
    152157  CL_SINGLE_PLAYER_WORLD        =    0x00000105,
    153158  CL_SINGLE_PLAYER_WORLD_DATA   =    0x00000106,
     
    155160  CL_MULTI_PLAYER_WORLD_DATA    =    0x00000108,
    156161  CL_MOVIE_LOADER               =    0x00000109,
     162
    157163
    158164  // WorldEntities (range from 0x00000200 to 0x000004ff)
Note: See TracChangeset for help on using the changeset viewer.