- Timestamp:
- Dec 19, 2005, 10:19:28 PM (19 years ago)
- Location:
- branches/christmas_branche/src
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/christmas_branche/src/defs/class_id.h
r6162 r6166 149 149 CL_SPACE_SHIP = 0x0000020a, 150 150 CL_HELICOPTER = 0x0000020b, 151 CL_SPAWNING_POINT = 0x0000020b, 151 CL_SPAWNING_POINT = 0x0000020c, 152 CL_MD2_CREATURE = 0x0000020d, 152 153 153 154 CL_TURRET_POWER_UP = 0x00000211, -
branches/christmas_branche/src/world_entities/Makefile.am
r6139 r6166 8 8 camera.cc \ 9 9 playable.cc \ 10 10 player.cc \ 11 11 npc.cc \ 12 12 npc2.cc \ … … 18 18 character_attributes.cc \ 19 19 test_entity.cc \ 20 space_ships/space_ship.cc \ 20 space_ships/space_ship.cc \ 21 creatures/md2_creature.cc \ 21 22 weapons/weapon_manager.cc \ 22 23 weapons/weapon.cc \ … … 27 28 weapons/rocket.cc \ 28 29 weapons/laser.cc \ 29 30 weapons/ground_turret.cc \ 30 31 weapons/crosshair.cc \ 31 32 weapons/ground_turret.cc \ 32 33 power_ups/power_up.cc \ 33 34 power_ups/turret_power_up.cc \ … … 38 39 camera.h \ 39 40 playable.h \ 40 41 player.h \ 41 42 npc.h \ 42 43 npc2.h \ … … 49 50 test_entity.h \ 50 51 space_ships/space_ship.h \ 52 creatures/md2_creature.h \ 51 53 weapons/weapon_manager.h \ 52 54 weapons/weapon.h \
Note: See TracChangeset
for help on using the changeset viewer.