843 Commits (77c0ab9cd47ccb141aa9b79ec6bc13c8976e5e4e)
 

Author SHA1 Message Date
Vladimír Vondruš 77c0ab9cd4 2D/3D alternatives of collision detection shapes. 14 years ago
Vladimír Vondruš b68a168fcb Doc: crosslinking 1D/2D/3D alternatives. 14 years ago
Vladimír Vondruš c820cbeee6 Point*D overload for Matrix subclasses. 14 years ago
Vladimír Vondruš 6aa7e3e806 Added Point*D::vector() function. 14 years ago
Vladimír Vondruš 9feb8d32a5 Overloaded operators also for Point2D and Point3D. 14 years ago
Vladimír Vondruš 5b7ffedce3 Fixed serious copypasta error. 14 years ago
Vladimír Vondruš 2c0995cf26 2D equivalents of Geometry::Distance functions. 14 years ago
Vladimír Vondruš f4bc8b6174 Physics: Fixed Box shape compilation, added missing unit test. 14 years ago
Vladimír Vondruš e114fc12df Hide Matrix::ij() reimplementation from documentation. 14 years ago
Vladimír Vondruš 04d58b3dbd Fixed collision detection boolean/logical operations confusion. 14 years ago
Vladimír Vondruš b2679d32f8 MeshTools: added transform() function. 14 years ago
Vladimír Vondruš b53759fb21 Doc++ 14 years ago
Vladimír Vondruš 55d9b5ae84 MeshTools::interleave(): specialization for only one attribute array. 14 years ago
Vladimír Vondruš fb70ef046a Functions for getting translation part of the matrix. 14 years ago
Vladimír Vondruš 71784a777c Functions for getting 2D rotation and scaling part of 3x3 matrix. 14 years ago
Vladimír Vondruš f637106727 Initial version of resource manager. 14 years ago
Vladimír Vondruš e99a63f38e Doc++ 14 years ago
Vladimír Vondruš 02f0de619a Method chaining for Mesh. 14 years ago
Vladimír Vondruš 04829da616 Mesh::setFrontFace() should be static (and inline). 14 years ago
Vladimír Vondruš 67c83507be Added simple guide for contributions. 14 years ago
Vladimír Vondruš a385441c02 Moved type conversion constructor from Vector to RectangularMatrix. 14 years ago
Vladimír Vondruš 5d639095ee Removed "wontfix" TODOs. 14 years ago
Vladimír Vondruš 391e721ac6 Cache-oblivious traversing order in Matrix functions. 14 years ago
Vladimír Vondruš 03f135e696 Documentation clarification, assertion update. 14 years ago
Vladimír Vondruš 7c17871c90 Assuming the vectors are normalized in Matrix4::rotation(). 14 years ago
Vladimír Vondruš b43a6ee586 Square primitive. 14 years ago
Vladimír Vondruš 90a3b76e05 Have both 2D and 3D alternatives of mesh and object data in Trade. 14 years ago
Vladimír Vondruš 071afa0b7a Point*D Vector* subclasses for homogeneous coordinates. 14 years ago
Vladimír Vondruš b90ba53f2e Doc++ (positions, not vertices). 14 years ago
Vladimír Vondruš eb803200d6 Disabled denormalization test for long double altogether. 14 years ago
Vladimír Vondruš 7acda40a67 Doc++ (vector components, not values). 14 years ago
Vladimír Vondruš ce15175c70 Don't show dependent options in CMake if WITH_EVERYTHING is set to ON. 14 years ago
Vladimír Vondruš 7a13e5c873 Added Color3 and Color4 to TypeTraits. 14 years ago
Vladimír Vondruš 619f44347c Doxygen documentation workarounds. 14 years ago
Vladimír Vondruš 6a4b68410c Doc: brief introduction to matrix and vector classes. 14 years ago
Vladimír Vondruš 4d46fd12cf Returning references from vector component accessors. 14 years ago
Vladimír Vondruš c813a8ae34 More README updates. 14 years ago
Vladimír Vondruš c50d68c211 Fixed documentation link so it's not redirected to another domain. 14 years ago
Vladimír Vondruš 3b333be0f2 Doc: updated feature list and "Getting started" section. 14 years ago
Vladimír Vondruš 9a391beb96 Doc: updated window context building options. 14 years ago
Vladimír Vondruš 823b39133a Doc: run `ctest` with `--output-on-failure` rather than `-V`. 14 years ago
Vladimír Vondruš dfe566886a SceneGraph: disallow instantiation of Object and Camera base classes. 14 years ago
Vladimír Vondruš cef2a19b07 Moved template list of SceneGraph objects into traits class. 14 years ago
Vladimír Vondruš d4ea960767 Fixed ambiguous function call. 14 years ago
Vladimír Vondruš 00cc00311b Workarounds for old GLEW versions (tested on 1.6). 14 years ago
Vladimír Vondruš b0f640072c Timeline: sleep for _the rest_ of the frame. 14 years ago
Vladimír Vondruš 2c0b75df8b Request OpenGL 3.2 rather than 3.3. 14 years ago
Vladimír Vondruš 0646a6a12e Contexts: updated default window names. 14 years ago
Vladimír Vondruš 11823f6600 Context: use glGetString(GL_EXTENSIONS) on GL 2.1. 14 years ago
Vladimír Vondruš 141b20a612 Renamed Contexts::*Context to *ContextHandler. 14 years ago