Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6488 in orxonox.OLD


Ignore:
Timestamp:
Jan 11, 2006, 4:33:14 PM (18 years ago)
Author:
stefalie
Message:

avi_play_merge: movie_entity added

Location:
branches/avi_play_merge/src
Files:
2 added
2 edited

Legend:

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

    r6486 r6488  
    189189  CL_GROUND_TURRET              =    0x00000244,
    190190  CL_GUIDED_MISSILE             =    0x00000245,
     191  CL_MOVIE_ENTITY               =    0x00000246,
    191192
    192193  CL_NPC_TEST1                  =    0x00000301,
     
    226227  CL_TEXTURE_SEQUENCE           =    0x00004805,
    227228  CL_OBJ_MODEL                  =    0x00000807,
    228  
     229
    229230  CL_MOVIE_PLAYER               =    0x00000805,
    230231  CL_MEDIA_CONTAINER            =    0x00000806,
  • branches/avi_play_merge/src/world_entities/Makefile.am

    r6455 r6488  
    2020                  world_entities/terrain.cc \
    2121                  world_entities/satellite.cc \
     22                  world_entities/movie_entity.cc \
    2223                  world_entities/character_attributes.cc \
    2324                  world_entities/test_entity.cc \
     
    6869                 world_entities/terrain.h \
    6970                 world_entities/satellite.h \
     71                 world_entities/movie_entity.h \
    7072                 world_entities/character_attributes.h \
    7173                 world_entities/test_entity.h \
Note: See TracChangeset for help on using the changeset viewer.