blender/extern/bullet/BulletDynamics/Vehicle
Kent Mein 97a4e4f88d a bunch of small warnings fixes:
newline missing at end of file fixes:
TypedConstraint.h WheelInfo.h RaycastVehicle.h VehicleRaycaster.h
CcdPhysicsEnvironment.cpp

radiance_hdr.c fixed the following warning by changing type of local variable:
radiance_hdr.c:357: warning: pointer targets in passing argument 3 of
‘fwritecol rs’ differ in signedness

edgeRender.c,edgeRender.h same thing changed type of local vars to get rid
of warnings about signedness

RAS_OpenGLRasterizer.cpp removed unused variable unit line 1295

Kent
2006-03-24 16:40:32 +00:00
..
RaycastVehicle.cpp converted sqrtf to SimdSqrt Solaris has no sqrtf. 2006-02-25 13:43:15 +00:00
RaycastVehicle.h a bunch of small warnings fixes: 2006-03-24 16:40:32 +00:00
VehicleRaycaster.h a bunch of small warnings fixes: 2006-03-24 16:40:32 +00:00
WheelInfo.cpp added vehicle specific files + updated scons file (Makefile/projectfiles need updating) 2006-02-21 06:08:58 +00:00
WheelInfo.h a bunch of small warnings fixes: 2006-03-24 16:40:32 +00:00