You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vladimír Vondruš
fcb8a7b768
Got rid of header files in tests.
They have no practical use and they only bloat codebase size and add
maintenance burden.
|
14 years ago |
| .. |
|
Test
|
Got rid of header files in tests.
|
14 years ago |
|
AbstractShape.cpp
|
Physics: fixed debug output operator for AbstractShape::Type.
|
14 years ago |
|
AbstractShape.h
|
Physics: fixed debug output operator for AbstractShape::Type.
|
14 years ago |
|
AxisAlignedBox.cpp
|
Explicitly use *Matrix in names when appropriate.
|
14 years ago |
|
AxisAlignedBox.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
Box.cpp
|
Explicitly use *Matrix in names when appropriate.
|
14 years ago |
|
Box.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
CMakeLists.txt
|
Physics: don't link to irrelevant libraries.
|
14 years ago |
|
Capsule.cpp
|
Explicitly use *Matrix in names when appropriate.
|
14 years ago |
|
Capsule.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
Line.cpp
|
Explicitly use *Matrix in names when appropriate.
|
14 years ago |
|
Line.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
LineSegment.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
ObjectShape.cpp
|
No `using namespace std` anywhere.
|
14 years ago |
|
ObjectShape.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
ObjectShapeGroup.cpp
|
Physics: adapted ObjectShape to new SceneGraph implementation.
|
14 years ago |
|
ObjectShapeGroup.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
Physics.h
|
Moved Profiler and debug draw from Physics to new DebugTools library.
|
14 years ago |
|
Plane.cpp
|
No `using namespace std` anywhere.
|
14 years ago |
|
Plane.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
Point.cpp
|
Explicitly use *Matrix in names when appropriate.
|
14 years ago |
|
Point.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
ShapeGroup.cpp
|
Explicitly use *Matrix in names when appropriate.
|
14 years ago |
|
ShapeGroup.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
Sphere.cpp
|
Explicitly use *Matrix in names when appropriate.
|
14 years ago |
|
Sphere.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
magnumPhysicsVisibility.h
|
Prefix *_EXPORT macros with MAGNUM_ to avoid collisions.
|
14 years ago |