Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6969 in orxonox.OLD


Ignore:
Timestamp:
Feb 1, 2006, 7:43:13 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: new ModelEntity (renamed)

Location:
trunk/src
Files:
2 edited
2 moved

Legend:

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

    r6873 r6969  
    209209
    210210  // misc
    211   CL_MOVIE_ENTITY               =    0x00000410,
    212   CL_RECORDER                   =    0x00000411,
    213 
    214   CL_IMAGE_ENTITY               =    0x00000412,
    215   CL_BILLBOARD                  =    0x00000413,
     211  CL_MOVIE_ENTITY               =    0x00000511,
     212  CL_RECORDER                   =    0x00000512,
     213
     214  CL_IMAGE_ENTITY               =    0x00000513,
     215  CL_BILLBOARD                  =    0x00000514,
     216  CL_MODEL_ENTITY               =    0x00000515,
    216217
    217218
  • trunk/src/world_entities/Makefile.am

    r6810 r6969  
    6060                  world_entities/spawning_point.cc \
    6161                  \
    62                   world_entities/environments/water.cc
     62                  world_entities/environments/water.cc \
     63                  world_entities/environments/model_entity.cc
    6364
    6465WorldEntities_HEADERS_ = \
     
    114115                 world_entities/spawning_point.h \
    115116                 \
    116                  world_entities/environments/water.h
     117                 world_entities/environments/water.h \
     118                 world_entities/environments/model_entity.h
Note: See TracChangeset for help on using the changeset viewer.