1966 Commits (f93b0cd5efa33a572489bc837010a60701eafc53)
 

Author SHA1 Message Date
Vladimír Vondruš f93b0cd5ef Doxygen workarounds. 13 years ago
Vladimír Vondruš 82342c6a8a Doc++ 13 years ago
Vladimír Vondruš 378ad878f3 SceneGraph: removed superfluous instantiation sources. 13 years ago
Vladimír Vondruš d427b76d7b SceneGraph: AbstractFeature compilation optimization. 13 years ago
Vladimír Vondruš 0dfc0d0821 SceneGraph: FeatureGroup compilation optimization. 13 years ago
Vladimír Vondruš a63fea570a Math: don't include <algorithm> in header file. 13 years ago
Vladimír Vondruš fc58631aa5 Math: added convenience function Vector::resized(). 13 years ago
Vladimír Vondruš eacbae197a First C++14 TODO :-) 13 years ago
Vladimír Vondruš 173c2a8190 Shaders: added first version of MeshVisualizer shader. 13 years ago
Vladimír Vondruš 0804106f62 Make Shader::addSource() move-aware. 13 years ago
Vladimír Vondruš 950dde62f1 Make Shader::addSource() no-op for empty string. 13 years ago
Vladimír Vondruš 09ec2006be Use `\bot` instead of `\perp` in math formulas. 13 years ago
Vladimír Vondruš 1f675cae25 Math::Geometry: cleaned up Distance, removed use of Matrix. 13 years ago
Vladimír Vondruš bf09b037da Math::Geometry: cleaned up Distance test. 13 years ago
Vladimír Vondruš a4a962f686 Math: fixed matrix tests (spotted by Clang). 13 years ago
Vladimír Vondruš 06d707f25c Shape rework #8: updated documentation. 13 years ago
Vladimír Vondruš 6d8639cc76 Physics shape rework #7: renamed Physics namespace to Shapes. 13 years ago
Vladimír Vondruš 3b861f6f64 SceneGraph: added Object::setParentKeepTransformation(). 13 years ago
Vladimír Vondruš 9881320599 Physics: complete the definition for ShapeGroup. 13 years ago
Vladimír Vondruš 22a4ddfbd4 Physics shape rework #6: removed unneded overload, fixed the original. 13 years ago
Vladimír Vondruš c089fce239 Physics shape rework #5: renaming. 13 years ago
Vladimír Vondruš b063461a73 Physics: better diagnostics in ShapeGroup::get(). 13 years ago
Vladimír Vondruš 2cceafed3c DebugTools: adapted ShapeRenderer to Physics changes. 13 years ago
Vladimír Vondruš d9bc507e00 Physics shape rework #4: new ObjectShape implementation. 13 years ago
Vladimír Vondruš ebbb5b6e5e Physics shape rework #3: made shape constructors implicit. 13 years ago
Vladimír Vondruš 8deb22061d Physics shape rework #2: new implementation of ShapeGroup. 13 years ago
Vladimír Vondruš b29f736363 Physics shape rework #1: simplified implementation of base shapes. 13 years ago
Vladimír Vondruš 446b108bde Added TODOs. 13 years ago
Vladimír Vondruš a21fd0df07 Math: ability to convert matrices from/to external representation. 13 years ago
Vladimír Vondruš 0249c6f8a8 SceneGraph: make method chaining in Abstract* transformations usable. 13 years ago
Vladimír Vondruš 69c0c19ad2 Fixed off-by-one error in Buffer state tracking. 13 years ago
Vladimír Vondruš a9e37fc0f9 Method chaining in ResourceManager. 13 years ago
Vladimír Vondruš 53f26fdde0 modules: find outdated header names. 13 years ago
Vladimír Vondruš 961cc58d56 Fixed platform documentation. 13 years ago
Vladimír Vondruš ff82d71c6e SceneGraph: link test library only to Math library. 13 years ago
Vladimír Vondruš 103b2b0c95 Added missing primitive types to Mesh debug and configuration output. 13 years ago
Vladimír Vondruš 31ce072f39 Math: added initializer list overloads for min() and max(). 13 years ago
Vladimír Vondruš ffb0ed5fe7 Fixed and updated forward declarations for queries. 13 years ago
Vladimír Vondruš 2447ca9fb5 Added some TODOs. 13 years ago
Vladimír Vondruš 63245ae457 Fixed various superflous spaces and newlines in Shader error messages. 13 years ago
Vladimír Vondruš d3ebbabb27 Properly count line numbers in shaders. 13 years ago
Vladimír Vondruš f85f067192 Greatly simplified Query implementations. 13 years ago
Vladimír Vondruš 5f00a1926d Split Query into PrimitiveQuery and TimeQuery. 13 years ago
Vladimír Vondruš b85f50ffab Platform::Sdl2Application: properly handle SDL_QUIT. 13 years ago
Vladimír Vondruš fd4ada4fc1 Method chaining in Shader. 13 years ago
Vladimír Vondruš 30100c1b73 Added missing values to Mesh::Primitive. 13 years ago
Vladimír Vondruš a191e1287f Added some more Doxygen workarounds. 13 years ago
Vladimír Vondruš 623fda0dc7 Shaders: removed superfluous `*Shader` suffix from class names. 13 years ago
Vladimír Vondruš e147cc3992 Doc++, TODO++ 13 years ago
Vladimír Vondruš 3f891cfa7c Removed unneeded `extern class`, added export macros to proper place. 13 years ago