- Timestamp:
- Jun 13, 2006, 11:05:47 AM (18 years ago)
- Location:
- branches/bsp_model/src
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/defs/class_id.h
r8256 r8338 193 193 CL_TURBINE_HOVER = 0x0000035f, 194 194 CL_SPECTATOR = 0x00000360, 195 CL_COLLISION_PROBE = 0x00000361, 195 196 196 197 // Powerups -
branches/bsp_model/src/lib/collision_reaction/cr_physics_ground_walk.cc
r8337 r8338 64 64 65 65 collision->getEntityB()->setVelocity(Vector()); 66 collision->getEntityB()->setAbsCoor(this->lastPositions[ 6]);66 collision->getEntityB()->setAbsCoor(this->lastPositions[5]); 67 67 } 68 68 -
branches/bsp_model/src/world_entities/WorldEntities.am
r8186 r8338 15 15 world_entities/test_entity.cc \ 16 16 world_entities/planet.cc \ 17 17 world_entities/bsp_entity.cc \ 18 18 \ 19 19 world_entities/weapons/test_gun.cc \ … … 39 39 world_entities/space_ships/hover.cc \ 40 40 world_entities/space_ships/turbine_hover.cc \ 41 world_entities/space_ships/collision_probe.cc \ 41 42 world_entities/creatures/md2_creature.cc \ 42 43 world_entities/spectator.cc \ … … 68 69 test_entity.h \ 69 70 planet.h \ 70 71 bsp_entity.h \ 71 72 \ 72 73 weapons/test_gun.h \ … … 92 93 space_ships/hover.h \ 93 94 space_ships/turbine_hover.h \ 95 space_ships/collision_probe.cc \ 94 96 creatures/md2_creature.h \ 95 97 spectator.h \
Note: See TracChangeset
for help on using the changeset viewer.