Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3573 in orxonox.OLD for orxonox/trunk/src/Makefile.am


Ignore:
Timestamp:
Mar 16, 2005, 3:06:15 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: implemented skeleton for animatino player. added classes weapon and projectile, the base classes for future guns and rocket lunchers or whatever you will be wanting to implement. PS: animation player rules…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/Makefile.am

    r3559 r3573  
    3535                 track_node.cc \
    3636                 light.cc \
     37                 simple_animation.cc \
    3738                 story_entities/story_entity.cc \
    3839                 story_entities/campaign.cc \
     
    4445                 world_entities/terrain.cc \
    4546                 world_entities/primitive.cc \
     47                 world_entities/weapon.cc \
     48                 world_entities/projectile.cc \
    4649                 ai/ai.cc \
    4750                 lib/coord/p_node.cc \
     
    7679                 track_manager.h \
    7780                 track_node.h \
     81                 simple_animation.h \
    7882                 story_entities/story_entity.h \
    7983                 story_entities/story_def.h \
     
    8589                 world_entities/environment.h \
    8690                 world_entities/skysphere.h \
    87                  world_entities/shoot_laser.h \
    88                  world_entities/shoot_rocket.h \
    8991                 world_entities/power_up.h \
    9092                 world_entities/terrain.h \
    9193                 world_entities/primitive.h \
     94                 world_entities/weapon.h \
     95                 world_entities/projectile.h \
    9296                 ai/ai.h \
    9397                 network/synchronisable.h \
Note: See TracChangeset for help on using the changeset viewer.