Initial import Kinect Vdrift
authorThomas Pietrzak <thomas.pietrzak@gmail.com>
Wed, 15 Feb 2012 13:50:34 +0000 (13:50 +0000)
committerThomas Pietrzak <thomas.pietrzak@gmail.com>
Wed, 15 Feb 2012 13:50:34 +0000 (13:50 +0000)
commit89f4710be87919520a4c829d79f99242357e92cf
tree31eb364020a05b7f93598f503617b56b6104ebbe
Initial import Kinect Vdrift

git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@47 47cf9a05-e0a8-4ed5-9e9b-101a649bc004
731 files changed:
KinectDrift/KinectDrift.sln [new file with mode: 0644]
KinectDrift/KinectDrift.suo [new file with mode: 0644]
KinectDrift/KinectDrift/KinectDrift.vcxproj [new file with mode: 0644]
KinectDrift/KinectDrift/KinectDrift.vcxproj.filters [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
SDL.dll [new file with mode: 0644]
SDL_gfx.dll [new file with mode: 0644]
SDL_image.dll [new file with mode: 0644]
SDL_mixer.dll [new file with mode: 0644]
SDL_net.dll [new file with mode: 0644]
VDrift.sln [new file with mode: 0644]
VDrift.suo [new file with mode: 0644]
controls.config [new file with mode: 0644]
glew32.dll [new file with mode: 0644]
jpeg.dll [new file with mode: 0644]
libarchive-2.dll [new file with mode: 0644]
libbz2-2.dll [new file with mode: 0644]
libcurl.dll [new file with mode: 0644]
libexpat-1.dll [new file with mode: 0644]
libgcc_s_dw2-1.dll [new file with mode: 0644]
liblzma-1.dll [new file with mode: 0644]
libpng12-0.dll [new file with mode: 0644]
libtiff-3.dll [new file with mode: 0644]
libz-1.dll [new file with mode: 0644]
ogg.dll [new file with mode: 0644]
savebeta/kinectinput.cpp [new file with mode: 0644]
savebeta/kinectinput.h [new file with mode: 0644]
src/OutputHaptic.cpp [new file with mode: 0644]
src/OutputHaptic.h [new file with mode: 0644]
src/aabb.cpp [new file with mode: 0644]
src/aabb.h [new file with mode: 0644]
src/aabb_space_partitioning.cpp [new file with mode: 0644]
src/aabb_space_partitioning.h [new file with mode: 0644]
src/ai.cpp [new file with mode: 0644]
src/ai.h [new file with mode: 0644]
src/archiveutils.cpp [new file with mode: 0644]
src/archiveutils.h [new file with mode: 0644]
src/autoupdate.cpp [new file with mode: 0644]
src/autoupdate.h [new file with mode: 0644]
src/bezier.cpp [new file with mode: 0644]
src/bezier.h [new file with mode: 0644]
src/bucketed_hashmap.h [new file with mode: 0644]
src/camera.h [new file with mode: 0644]
src/camera_chase.cpp [new file with mode: 0644]
src/camera_chase.h [new file with mode: 0644]
src/camera_fixed.cpp [new file with mode: 0644]
src/camera_fixed.h [new file with mode: 0644]
src/camera_free.cpp [new file with mode: 0644]
src/camera_free.h [new file with mode: 0644]
src/camera_mount.cpp [new file with mode: 0644]
src/camera_mount.h [new file with mode: 0644]
src/camera_orbit.cpp [new file with mode: 0644]
src/camera_orbit.h [new file with mode: 0644]
src/camera_simplemount.cpp [new file with mode: 0644]
src/camera_simplemount.h [new file with mode: 0644]
src/camera_system.cpp [new file with mode: 0644]
src/camera_system.h [new file with mode: 0644]
src/car.cpp [new file with mode: 0644]
src/car.h [new file with mode: 0644]
src/caraerodynamicdevice.h [new file with mode: 0644]
src/carbrake.h [new file with mode: 0644]
src/carclutch.h [new file with mode: 0644]
src/carcontrolmap_local.cpp [new file with mode: 0644]
src/carcontrolmap_local.h [new file with mode: 0644]
src/cardifferential.h [new file with mode: 0644]
src/cardynamics.cpp [new file with mode: 0644]
src/cardynamics.h [new file with mode: 0644]
src/carengine.cpp [new file with mode: 0644]
src/carengine.h [new file with mode: 0644]
src/carfueltank.h [new file with mode: 0644]
src/carinput.h [new file with mode: 0644]
src/carsuspension.cpp [new file with mode: 0644]
src/carsuspension.h [new file with mode: 0644]
src/cartelemetry.h [new file with mode: 0644]
src/cartire.cpp [new file with mode: 0644]
src/cartire.h [new file with mode: 0644]
src/cartransmission.h [new file with mode: 0644]
src/carwheel.h [new file with mode: 0644]
src/carwheelposition.h [new file with mode: 0644]
src/cfg/inf.cpp [new file with mode: 0644]
src/cfg/ini.cpp [new file with mode: 0644]
src/cfg/ptree.cpp [new file with mode: 0644]
src/cfg/ptree.h [new file with mode: 0644]
src/cfg/xml.cpp [new file with mode: 0644]
src/collision_contact.h [new file with mode: 0644]
src/config.cpp [new file with mode: 0644]
src/config.h [new file with mode: 0644]
src/containeralgorithm.cpp [new file with mode: 0644]
src/containeralgorithm.h [new file with mode: 0644]
src/contentmanager.cpp [new file with mode: 0644]
src/contentmanager.h [new file with mode: 0644]
src/coordinatesystem.h [new file with mode: 0644]
src/crashdetection.cpp [new file with mode: 0644]
src/crashdetection.h [new file with mode: 0644]
src/definitions.h [new file with mode: 0644]
src/derived.h [new file with mode: 0644]
src/downloadable.cpp [new file with mode: 0644]
src/downloadable.h [new file with mode: 0644]
src/drawable.cpp [new file with mode: 0644]
src/drawable.h [new file with mode: 0644]
src/drawable_container.h [new file with mode: 0644]
src/drawables.def [new file with mode: 0644]
src/driveshaft.h [new file with mode: 0644]
src/dynamicsworld.cpp [new file with mode: 0644]
src/dynamicsworld.h [new file with mode: 0644]
src/endian_utility.cpp [new file with mode: 0644]
src/endian_utility.h [new file with mode: 0644]
src/enginesoundinfo.h [new file with mode: 0644]
src/eventsystem.cpp [new file with mode: 0644]
src/eventsystem.h [new file with mode: 0644]
src/fbobject.cpp [new file with mode: 0644]
src/fbobject.h [new file with mode: 0644]
src/fbtexture.cpp [new file with mode: 0644]
src/fbtexture.h [new file with mode: 0644]
src/font.cpp [new file with mode: 0644]
src/font.h [new file with mode: 0644]
src/forcefeedback.cpp [new file with mode: 0644]
src/forcefeedback.h [new file with mode: 0644]
src/fracturebody.cpp [new file with mode: 0644]
src/fracturebody.h [new file with mode: 0644]
src/frustum.h [new file with mode: 0644]
src/game.cpp [new file with mode: 0644]
src/game.h [new file with mode: 0644]
src/game_downloader.h [new file with mode: 0644]
src/gl3v/glenums.def [new file with mode: 0644]
src/gl3v/glenums.h [new file with mode: 0644]
src/gl3v/glwrapper.cpp [new file with mode: 0644]
src/gl3v/glwrapper.h [new file with mode: 0644]
src/gl3v/rendercachevector.h [new file with mode: 0644]
src/gl3v/renderdimensions.cpp [new file with mode: 0644]
src/gl3v/renderdimensions.h [new file with mode: 0644]
src/gl3v/renderer.cpp [new file with mode: 0644]
src/gl3v/renderer.h [new file with mode: 0644]
src/gl3v/rendermodel.h [new file with mode: 0644]
src/gl3v/rendermodelentry.h [new file with mode: 0644]
src/gl3v/rendermodelext.h [new file with mode: 0644]
src/gl3v/renderpass.cpp [new file with mode: 0644]
src/gl3v/renderpass.h [new file with mode: 0644]
src/gl3v/renderpassinfo.h [new file with mode: 0644]
src/gl3v/rendersampler.cpp [new file with mode: 0644]
src/gl3v/rendersampler.h [new file with mode: 0644]
src/gl3v/rendershader.h [new file with mode: 0644]
src/gl3v/renderstate.cpp [new file with mode: 0644]
src/gl3v/renderstate.h [new file with mode: 0644]
src/gl3v/renderstatusverbosity.h [new file with mode: 0644]
src/gl3v/rendertexture.h [new file with mode: 0644]
src/gl3v/rendertextureentry.h [new file with mode: 0644]
src/gl3v/renderuniform.h [new file with mode: 0644]
src/gl3v/renderuniformentry.h [new file with mode: 0644]
src/gl3v/renderuniformvector.h [new file with mode: 0644]
src/gl3v/stringidmap.h [new file with mode: 0644]
src/glstatemanager.h [new file with mode: 0644]
src/graphics_config.cpp [new file with mode: 0644]
src/graphics_config.h [new file with mode: 0644]
src/graphics_config_condition.cpp [new file with mode: 0644]
src/graphics_config_condition.h [new file with mode: 0644]
src/graphics_fallback.cpp [new file with mode: 0644]
src/graphics_fallback.h [new file with mode: 0644]
src/graphics_gl3v.cpp [new file with mode: 0644]
src/graphics_gl3v.h [new file with mode: 0644]
src/graphics_interface.h [new file with mode: 0644]
src/graphics_renderers.cpp [new file with mode: 0644]
src/graphics_renderers.h [new file with mode: 0644]
src/gui.cpp [new file with mode: 0644]
src/gui.h [new file with mode: 0644]
src/guioption.cpp [new file with mode: 0644]
src/guioption.h [new file with mode: 0644]
src/guipage.cpp [new file with mode: 0644]
src/guipage.h [new file with mode: 0644]
src/http.cpp [new file with mode: 0644]
src/http.h [new file with mode: 0644]
src/hud.cpp [new file with mode: 0644]
src/hud.h [new file with mode: 0644]
src/inputgraph.h [new file with mode: 0644]
src/joepack.cpp [new file with mode: 0644]
src/joepack.h [new file with mode: 0644]
src/joeserialize.cpp [new file with mode: 0644]
src/joeserialize.h [new file with mode: 0644]
src/k1999.cpp [new file with mode: 0644]
src/k1999.h [new file with mode: 0644]
src/keyed_container.cpp [new file with mode: 0644]
src/keyed_container.h [new file with mode: 0644]
src/kinectinput.cpp [new file with mode: 0644]
src/kinectinput.h [new file with mode: 0644]
src/linearframe.cpp [new file with mode: 0644]
src/linearframe.h [new file with mode: 0644]
src/linearinterp.cpp [new file with mode: 0644]
src/linearinterp.h [new file with mode: 0644]
src/loadcollisionshape.cpp [new file with mode: 0644]
src/loadcollisionshape.h [new file with mode: 0644]
src/loadingscreen.cpp [new file with mode: 0644]
src/loadingscreen.h [new file with mode: 0644]
src/logging.h [new file with mode: 0644]
src/macros.h [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
src/mathplane.cpp [new file with mode: 0644]
src/mathplane.h [new file with mode: 0644]
src/mathvector.cpp [new file with mode: 0644]
src/mathvector.h [new file with mode: 0644]
src/matrix3.h [new file with mode: 0644]
src/matrix4.cpp [new file with mode: 0644]
src/matrix4.h [new file with mode: 0644]
src/mesh_gen.cpp [new file with mode: 0644]
src/mesh_gen.h [new file with mode: 0644]
src/model.cpp [new file with mode: 0644]
src/model.h [new file with mode: 0644]
src/model_joe03.cpp [new file with mode: 0644]
src/model_joe03.h [new file with mode: 0644]
src/model_obj.cpp [new file with mode: 0644]
src/model_obj.h [new file with mode: 0644]
src/motionstate.h [new file with mode: 0644]
src/numprocessors.h [new file with mode: 0644]
src/opengl_utility.cpp [new file with mode: 0644]
src/opengl_utility.h [new file with mode: 0644]
src/optional.cpp [new file with mode: 0644]
src/optional.h [new file with mode: 0644]
src/pairsort.h [new file with mode: 0644]
src/parallel_task.cpp [new file with mode: 0644]
src/parallel_task.h [new file with mode: 0644]
src/particle.cpp [new file with mode: 0644]
src/particle.h [new file with mode: 0644]
src/pathmanager.cpp [new file with mode: 0644]
src/pathmanager.h [new file with mode: 0644]
src/performance_testing.cpp [new file with mode: 0644]
src/performance_testing.h [new file with mode: 0644]
src/quaternion.cpp [new file with mode: 0644]
src/quaternion.h [new file with mode: 0644]
src/quickmp.h [new file with mode: 0644]
src/quickprof.h [new file with mode: 0644]
src/random.cpp [new file with mode: 0644]
src/random.h [new file with mode: 0644]
src/rendermodelext_drawable.cpp [new file with mode: 0644]
src/rendermodelext_drawable.h [new file with mode: 0644]
src/replay.cpp [new file with mode: 0644]
src/replay.h [new file with mode: 0644]
src/reseatable_reference.cpp [new file with mode: 0644]
src/reseatable_reference.h [new file with mode: 0644]
src/rigidbody.cpp [new file with mode: 0644]
src/rigidbody.h [new file with mode: 0644]
src/roadpatch.cpp [new file with mode: 0644]
src/roadpatch.h [new file with mode: 0644]
src/roadstrip.cpp [new file with mode: 0644]
src/roadstrip.h [new file with mode: 0644]
src/rotationalframe.cpp [new file with mode: 0644]
src/rotationalframe.h [new file with mode: 0644]
src/scenenode.cpp [new file with mode: 0644]
src/scenenode.h [new file with mode: 0644]
src/settings.cpp [new file with mode: 0644]
src/settings.h [new file with mode: 0644]
src/shader.cpp [new file with mode: 0644]
src/shader.h [new file with mode: 0644]
src/signalprocessing.h [new file with mode: 0644]
src/simpletree.h [new file with mode: 0644]
src/sound.cpp [new file with mode: 0644]
src/sound.h [new file with mode: 0644]
src/soundbuffer.cpp [new file with mode: 0644]
src/soundbuffer.h [new file with mode: 0644]
src/soundfilter.cpp [new file with mode: 0644]
src/soundfilter.h [new file with mode: 0644]
src/soundinfo.h [new file with mode: 0644]
src/soundsource.cpp [new file with mode: 0644]
src/soundsource.h [new file with mode: 0644]
src/spline.h [new file with mode: 0644]
src/sprite2d.cpp [new file with mode: 0644]
src/sprite2d.h [new file with mode: 0644]
src/staticdrawables.h [new file with mode: 0644]
src/suspensionbumpdetection.cpp [new file with mode: 0644]
src/suspensionbumpdetection.h [new file with mode: 0644]
src/svn_sourceforge.cpp [new file with mode: 0644]
src/svn_sourceforge.h [new file with mode: 0644]
src/text_draw.cpp [new file with mode: 0644]
src/text_draw.h [new file with mode: 0644]
src/texture.cpp [new file with mode: 0644]
src/texture.h [new file with mode: 0644]
src/texture_interface.h [new file with mode: 0644]
src/textureinfo.h [new file with mode: 0644]
src/timer.cpp [new file with mode: 0644]
src/timer.h [new file with mode: 0644]
src/tobullet.h [new file with mode: 0644]
src/toggle.cpp [new file with mode: 0644]
src/toggle.h [new file with mode: 0644]
src/track.cpp [new file with mode: 0644]
src/track.h [new file with mode: 0644]
src/trackloader.cpp [new file with mode: 0644]
src/trackloader.h [new file with mode: 0644]
src/trackmap.cpp [new file with mode: 0644]
src/trackmap.h [new file with mode: 0644]
src/tracksurface.h [new file with mode: 0644]
src/transform.h [new file with mode: 0644]
src/unittest.h [new file with mode: 0644]
src/unordered_map.h [new file with mode: 0644]
src/updatemanagement.cpp [new file with mode: 0644]
src/updatemanagement.h [new file with mode: 0644]
src/utils.cpp [new file with mode: 0644]
src/utils.h [new file with mode: 0644]
src/vertexarray.cpp [new file with mode: 0644]
src/vertexarray.h [new file with mode: 0644]
src/vertexattribs.h [new file with mode: 0644]
src/widget.h [new file with mode: 0644]
src/widget_button.cpp [new file with mode: 0644]
src/widget_button.h [new file with mode: 0644]
src/widget_colorpicker.cpp [new file with mode: 0644]
src/widget_colorpicker.h [new file with mode: 0644]
src/widget_controlgrab.cpp [new file with mode: 0644]
src/widget_controlgrab.h [new file with mode: 0644]
src/widget_doublestringwheel.cpp [new file with mode: 0644]
src/widget_doublestringwheel.h [new file with mode: 0644]
src/widget_image.cpp [new file with mode: 0644]
src/widget_image.h [new file with mode: 0644]
src/widget_label.cpp [new file with mode: 0644]
src/widget_label.h [new file with mode: 0644]
src/widget_multiimage.cpp [new file with mode: 0644]
src/widget_multiimage.h [new file with mode: 0644]
src/widget_slider.cpp [new file with mode: 0644]
src/widget_slider.h [new file with mode: 0644]
src/widget_spinningcar.cpp [new file with mode: 0644]
src/widget_spinningcar.h [new file with mode: 0644]
src/widget_stringwheel.cpp [new file with mode: 0644]
src/widget_stringwheel.h [new file with mode: 0644]
src/widget_toggle.cpp [new file with mode: 0644]
src/widget_toggle.h [new file with mode: 0644]
src/window.cpp [new file with mode: 0644]
src/window.h [new file with mode: 0644]
vdrift-win/bullet/Bullet-C-Api.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btAxisSweep3.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btDbvt.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btDbvt.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btDispatcher.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btDispatcher.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btQuantizedBvh.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/SphereTriangleDetector.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/SphereTriangleDetector.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btBoxBoxDetector.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btCollisionConfiguration.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btCollisionCreateFunc.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btCollisionObject.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btCollisionObject.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btGhostObject.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btGhostObject.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btManifoldResult.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btManifoldResult.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btSimulationIslandManager.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btUnionFind.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionDispatch/btUnionFind.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btBox2dShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btBox2dShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btBoxShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btBoxShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btCapsuleShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btCapsuleShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btCollisionMargin.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btCollisionShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btCollisionShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btCompoundShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btCompoundShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConcaveShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConcaveShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConeShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConeShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConvex2dShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConvex2dShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConvexHullShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConvexHullShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConvexPointCloudShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConvexPointCloudShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConvexPolyhedron.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConvexPolyhedron.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConvexShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConvexShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btCylinderShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btCylinderShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btEmptyShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btEmptyShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btMaterial.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btMinkowskiSumShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btMinkowskiSumShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btMultiSphereShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btMultiSphereShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btOptimizedBvh.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btOptimizedBvh.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btShapeHull.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btShapeHull.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btSphereShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btSphereShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btStaticPlaneShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btStridingMeshInterface.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btTetrahedronShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btTetrahedronShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btTriangleBuffer.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btTriangleBuffer.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btTriangleCallback.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btTriangleCallback.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btTriangleInfoMap.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btTriangleMesh.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btTriangleMesh.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btTriangleMeshShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btTriangleShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btUniformScalingShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/CollisionShapes/btUniformScalingShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btBoxCollision.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btClipPolygon.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btContactProcessing.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btContactProcessing.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btGImpactBvh.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btGImpactBvh.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btGImpactMassUtil.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btGImpactQuantizedBvh.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btGImpactShape.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btGImpactShape.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btGenericPoolAllocator.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btGenericPoolAllocator.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btGeometryOperations.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btQuantization.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btTriangleShapeEx.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/btTriangleShapeEx.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_array.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_basic_geometry_operations.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_bitset.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_box_collision.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_box_set.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_box_set.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_clip_polygon.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_contact.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_contact.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_geom_types.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_geometry.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_hash_table.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_linear_math.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_math.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_memory.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_memory.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_radixsort.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_tri_collision.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/Gimpact/gim_tri_collision.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btConvexCast.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btConvexCast.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btGjkConvexCast.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btGjkConvexCast.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btPointCollector.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btRaycastCallback.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btRaycastCallback.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btSimplexSolverInterface.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.h [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/Character/btCharacterControllerInterface.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/Character/btKinematicCharacterController.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/Character/btKinematicCharacterController.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btConstraintSolver.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btContactConstraint.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btContactConstraint.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btContactSolverInfo.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btHinge2Constraint.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btHingeConstraint.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btJacobianEntry.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btSliderConstraint.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btSolverBody.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/ConstraintSolver/btUniversalConstraint.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/Dynamics/Bullet-C-API.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/Dynamics/btActionInterface.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/Dynamics/btDynamicsWorld.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/Dynamics/btRigidBody.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/Dynamics/btRigidBody.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/Vehicle/btRaycastVehicle.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/Vehicle/btRaycastVehicle.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/Vehicle/btVehicleRaycaster.h [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/Vehicle/btWheelInfo.cpp [new file with mode: 0644]
vdrift-win/bullet/BulletDynamics/Vehicle/btWheelInfo.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btAabbUtil2.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btAlignedAllocator.cpp [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btAlignedAllocator.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btAlignedObjectArray.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btConvexHull.cpp [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btConvexHull.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btConvexHullComputer.cpp [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btConvexHullComputer.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btDefaultMotionState.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btGeometryUtil.cpp [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btGeometryUtil.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btGrahamScan2dConvexHull.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btHashMap.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btIDebugDraw.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btList.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btMatrix3x3.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btMinMax.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btMotionState.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btPoolAllocator.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btQuadWord.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btQuaternion.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btQuickprof.cpp [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btQuickprof.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btRandom.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btScalar.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btSerializer.cpp [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btSerializer.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btStackAlloc.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btTransform.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btTransformUtil.h [new file with mode: 0644]
vdrift-win/bullet/LinearMath/btVector3.h [new file with mode: 0644]
vdrift-win/bullet/btBulletCollisionCommon.h [new file with mode: 0644]
vdrift-win/bullet/btBulletDynamicsCommon.h [new file with mode: 0644]
vdrift-win/header.bmp [new file with mode: 0644]
vdrift-win/include/GL/gl.h [new file with mode: 0644]
vdrift-win/include/GL/glew.h [new file with mode: 0644]
vdrift-win/include/GL/glext.h [new file with mode: 0644]
vdrift-win/include/GL/glu.h [new file with mode: 0644]
vdrift-win/include/GL/wglew.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_active.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_audio.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_byteorder.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_cdrom.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_config.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_config_amiga.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_config_dreamcast.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_config_macos.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_config_macosx.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_config_minimal.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_config_os2.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_config_win32.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_copying.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_cpuinfo.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_endian.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_error.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_events.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_framerate.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_getenv.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_gfxBlitFunc.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_gfxPrimitives.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_gfxPrimitives_font.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_image.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_imageFilter.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_joystick.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_keyboard.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_keysym.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_loadso.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_main.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_mixer.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_mouse.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_mutex.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_name.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_net.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_opengl.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_platform.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_quit.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_rotozoom.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_rwops.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_stdinc.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_syswm.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_thread.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_timer.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_types.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_version.h [new file with mode: 0644]
vdrift-win/include/SDL/SDL_video.h [new file with mode: 0644]
vdrift-win/include/SDL/begin_code.h [new file with mode: 0644]
vdrift-win/include/SDL/close_code.h [new file with mode: 0644]
vdrift-win/include/archive.h [new file with mode: 0644]
vdrift-win/include/archive_entry.h [new file with mode: 0644]
vdrift-win/include/curl/curl.h [new file with mode: 0644]
vdrift-win/include/curl/curlbuild.h [new file with mode: 0644]
vdrift-win/include/curl/curlrules.h [new file with mode: 0644]
vdrift-win/include/curl/curlver.h [new file with mode: 0644]
vdrift-win/include/curl/easy.h [new file with mode: 0644]
vdrift-win/include/curl/mprintf.h [new file with mode: 0644]
vdrift-win/include/curl/multi.h [new file with mode: 0644]
vdrift-win/include/curl/stdcheaders.h [new file with mode: 0644]
vdrift-win/include/curl/typecheck-gcc.h [new file with mode: 0644]
vdrift-win/include/curl/types.h [new file with mode: 0644]
vdrift-win/include/ogg/ogg.h [new file with mode: 0644]
vdrift-win/include/ogg/os_types.h [new file with mode: 0644]
vdrift-win/include/strptime.h [new file with mode: 0644]
vdrift-win/include/vorbis/codec.h [new file with mode: 0644]
vdrift-win/include/vorbis/vorbisenc.h [new file with mode: 0644]
vdrift-win/include/vorbis/vorbisfile.h [new file with mode: 0644]
vdrift-win/lib/SDL.dll [new file with mode: 0644]
vdrift-win/lib/SDL.exp [new file with mode: 0644]
vdrift-win/lib/SDL.lib [new file with mode: 0644]
vdrift-win/lib/SDL_gfx.dll [new file with mode: 0644]
vdrift-win/lib/SDL_gfx.exp [new file with mode: 0644]
vdrift-win/lib/SDL_gfx.lib [new file with mode: 0644]
vdrift-win/lib/SDL_image.dll [new file with mode: 0644]
vdrift-win/lib/SDL_image.exp [new file with mode: 0644]
vdrift-win/lib/SDL_image.lib [new file with mode: 0644]
vdrift-win/lib/SDL_mixer.dll [new file with mode: 0644]
vdrift-win/lib/SDL_net.dll [new file with mode: 0644]
vdrift-win/lib/SDLmain.lib [new file with mode: 0644]
vdrift-win/lib/glew32.dll [new file with mode: 0644]
vdrift-win/lib/glew32.exp [new file with mode: 0644]
vdrift-win/lib/glew32.lib [new file with mode: 0644]
vdrift-win/lib/jpeg.dll [new file with mode: 0644]
vdrift-win/lib/libarchive-2.dll [new file with mode: 0644]
vdrift-win/lib/libarchive-2.exp [new file with mode: 0644]
vdrift-win/lib/libarchive-2.lib [new file with mode: 0644]
vdrift-win/lib/libbz2-2.dll [new file with mode: 0644]
vdrift-win/lib/libcurl.dll [new file with mode: 0644]
vdrift-win/lib/libcurl.exp [new file with mode: 0644]
vdrift-win/lib/libcurl.lib [new file with mode: 0644]
vdrift-win/lib/libexpat-1.dll [new file with mode: 0644]
vdrift-win/lib/libgcc_s_dw2-1.dll [new file with mode: 0644]
vdrift-win/lib/liblzma-1.dll [new file with mode: 0644]
vdrift-win/lib/libpng12-0.dll [new file with mode: 0644]
vdrift-win/lib/libtiff-3.dll [new file with mode: 0644]
vdrift-win/lib/libz-1.dll [new file with mode: 0644]
vdrift-win/lib/ogg.dll [new file with mode: 0644]
vdrift-win/lib/vorbis.dll [new file with mode: 0644]
vdrift-win/lib/vorbisfile.dll [new file with mode: 0644]
vdrift-win/lib/vorbisfile.exp [new file with mode: 0644]
vdrift-win/lib/vorbisfile.lib [new file with mode: 0644]
vdrift-win/lib/zlib1.dll [new file with mode: 0644]
vdrift.cfg [new file with mode: 0644]
vdrift.vcxproj [new file with mode: 0644]
vdrift.vcxproj.filters [new file with mode: 0644]
vorbis.dll [new file with mode: 0644]
vorbisfile.dll [new file with mode: 0644]
zlib1.dll [new file with mode: 0644]