Home
last modified time | relevance | path

Searched refs:removeVehicle (Results 1 – 25 of 40) sorted by relevance

12

/dports/games/maxr/maxr-0.2.9/src/game/data/map/
H A Dmap.cpp191 void cMapField::removeVehicle (const cVehicle& vehicle) in removeVehicle() function in cMapField
896 getField (vehicle.getPosition()).removeVehicle (vehicle); in deleteVehicle()
900 getField (vehicle.getPosition() + cPosition (1, 0)).removeVehicle (vehicle); in deleteVehicle()
901 getField (vehicle.getPosition() + cPosition (1, 1)).removeVehicle (vehicle); in deleteVehicle()
902 getField (vehicle.getPosition() + cPosition (0, 1)).removeVehicle (vehicle); in deleteVehicle()
935 getField (oldPosition).removeVehicle (vehicle); in moveVehicle()
940 getField (oldPosition + cPosition (1, 0)).removeVehicle (vehicle); in moveVehicle()
941 getField (oldPosition + cPosition (1, 1)).removeVehicle (vehicle); in moveVehicle()
942 getField (oldPosition + cPosition (0, 1)).removeVehicle (vehicle); in moveVehicle()
964 getField (oldPosition).removeVehicle (vehicle); in moveVehicleBig()
H A Dmap.h100 void removeVehicle (const cVehicle& vehicle);
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletDynamics/Dynamics/
H A DbtDynamicsWorld.h137 virtual void removeVehicle(btActionInterface* vehicle) {(void)vehicle;} in removeVehicle() function
H A DbtDiscreteDynamicsWorld.h178 virtual void removeVehicle(btActionInterface* vehicle);
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletDynamics/Dynamics/
H A DbtDynamicsWorld.h140 virtual void removeVehicle(btActionInterface* vehicle) {(void)vehicle;} in removeVehicle() function
H A DbtDiscreteDynamicsWorld.h178 virtual void removeVehicle(btActionInterface* vehicle);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletDynamics/Dynamics/
H A DbtDynamicsWorld.h142 virtual void removeVehicle(btActionInterface* vehicle) {(void)vehicle;} in removeVehicle() function
H A DbtDiscreteDynamicsWorld.h199 virtual void removeVehicle(btActionInterface* vehicle); in ATTRIBUTE_ALIGNED16()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletDynamics/Dynamics/
H A DbtDynamicsWorld.h141 virtual void removeVehicle(btActionInterface* vehicle) {(void)vehicle;} in removeVehicle() function
H A DbtDiscreteDynamicsWorld.h194 virtual void removeVehicle(btActionInterface* vehicle); in ATTRIBUTE_ALIGNED16()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletDynamics/Dynamics/
H A DbtDynamicsWorld.h140 virtual void removeVehicle(btActionInterface* vehicle) {(void)vehicle;} in removeVehicle() function
H A DbtDiscreteDynamicsWorld.h180 virtual void removeVehicle(btActionInterface* vehicle);
/dports/devel/bullet/bullet3-3.21/src/BulletDynamics/Dynamics/
H A DbtDynamicsWorld.h153 virtual void removeVehicle(btActionInterface* vehicle) { (void)vehicle; } in removeVehicle() function
H A DbtDiscreteDynamicsWorld.h194 virtual void removeVehicle(btActionInterface * vehicle); in ATTRIBUTE_ALIGNED16()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletDynamics/Dynamics/
H A DbtDynamicsWorld.h153 virtual void removeVehicle(btActionInterface* vehicle) { (void)vehicle; } in removeVehicle() function
H A DbtDiscreteDynamicsWorld.h194 virtual void removeVehicle(btActionInterface * vehicle); in ATTRIBUTE_ALIGNED16()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/Dynamics/
H A DbtDynamicsWorld.h153 virtual void removeVehicle(btActionInterface* vehicle) { (void)vehicle; } in removeVehicle() function
H A DbtDiscreteDynamicsWorld.h194 virtual void removeVehicle(btActionInterface * vehicle); in ATTRIBUTE_ALIGNED16()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletDynamics/Dynamics/
H A DbtDynamicsWorld.h153 virtual void removeVehicle(btActionInterface* vehicle) { (void)vehicle; } in removeVehicle() function
H A DbtDiscreteDynamicsWorld.h194 virtual void removeVehicle(btActionInterface * vehicle); in ATTRIBUTE_ALIGNED16()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/Dynamics/
H A DbtDynamicsWorld.h153 virtual void removeVehicle(btActionInterface* vehicle) { (void)vehicle; } in removeVehicle() function
H A DbtDiscreteDynamicsWorld.h194 virtual void removeVehicle(btActionInterface * vehicle); in ATTRIBUTE_ALIGNED16()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUILane.h148 …MSVehicle* removeVehicle(MSVehicle* remVehicle, MSMoveReminder::Notification notification, bool no…
H A DGUILane.cpp159 GUILane::removeVehicle(MSVehicle* remVehicle, MSMoveReminder::Notification notification, bool notif… in removeVehicle() function in GUILane
161 return MSLane::removeVehicle(remVehicle, notification, notify); in removeVehicle()
/dports/cad/sumo/sumo-1.2.0/src/microsim/trigger/
H A DMSCalibrator.cpp289 vehicle->getLane()->removeVehicle(vehicle, MSMoveReminder::NOTIFICATION_VAPORIZED); in removePending()

12