Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8338 in orxonox.OLD


Ignore:
Timestamp:
Jun 13, 2006, 11:05:47 AM (18 years ago)
Author:
patrick
Message:

bsp: debugging: adding collision probe for better testing

Location:
branches/bsp_model/src
Files:
2 added
3 edited

Legend:

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

    r8256 r8338  
    193193  CL_TURBINE_HOVER              =    0x0000035f,
    194194  CL_SPECTATOR                  =    0x00000360,
     195  CL_COLLISION_PROBE            =    0x00000361,
    195196
    196197  // Powerups
  • branches/bsp_model/src/lib/collision_reaction/cr_physics_ground_walk.cc

    r8337 r8338  
    6464
    6565  collision->getEntityB()->setVelocity(Vector());
    66   collision->getEntityB()->setAbsCoor(this->lastPositions[6]);
     66  collision->getEntityB()->setAbsCoor(this->lastPositions[5]);
    6767}
    6868
  • branches/bsp_model/src/world_entities/WorldEntities.am

    r8186 r8338  
    1515                world_entities/test_entity.cc \
    1616                world_entities/planet.cc \
    17                 world_entities/bsp_entity.cc \
     17                world_entities/bsp_entity.cc \
    1818                \
    1919                world_entities/weapons/test_gun.cc \
     
    3939                world_entities/space_ships/hover.cc \
    4040                world_entities/space_ships/turbine_hover.cc \
     41                world_entities/space_ships/collision_probe.cc \
    4142                world_entities/creatures/md2_creature.cc \
    4243                world_entities/spectator.cc \
     
    6869                test_entity.h \
    6970                planet.h \
    70                 bsp_entity.h \
     71                bsp_entity.h \
    7172                \
    7273                weapons/test_gun.h \
     
    9293                space_ships/hover.h \
    9394                space_ships/turbine_hover.h \
     95                space_ships/collision_probe.cc \
    9496                creatures/md2_creature.h \
    9597                spectator.h \
Note: See TracChangeset for help on using the changeset viewer.