1933 Commits (961cc58d560a2dfa6ffb83b1d27de0dec9effee8)
 

Author SHA1 Message Date
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
Vladimír Vondruš 7ef8432fbe Doxygen: ignore specific namespaces instead of whole directories. 13 years ago
Vladimír Vondruš 27b6534e78 Added TODO. 13 years ago
Vladimír Vondruš 932b9f4377 Method chaining in Buffer. 13 years ago
Vladimír Vondruš 5c550bb66a Force OpenGL ES 2.0 target if building for Emscripten. 13 years ago
Vladimír Vondruš c2a5919b5a Force static build if building with NaCl's newlib. 13 years ago
Vladimír Vondruš 33ad4b0cff Platform::Sdl2Application: just wait for next event. 13 years ago
Vladimír Vondruš 6fd8dc86ad Platform: moved Sdl2Application event loop into separate function. 13 years ago
Vladimír Vondruš b40c5ece39 MeshTools: don't create reference from rvalue. 13 years ago
Vladimír Vondruš 1eb5e8c966 Updated NaCl-related documentation and stuff. 13 years ago
Vladimír Vondruš c5c57e17da Emscripten: ported FindOpenGLES2.cmake and FindSDL2.cmake. 13 years ago
Vladimír Vondruš bab0c96846 Method chaining in Timeline. 13 years ago
Vladimír Vondruš 922b93311e Don't use `constexpr` in Timeline. 13 years ago
Vladimír Vondruš 69662e4923 Updated FindCorrade.cmake and FindNodeJs.cmake from Corrade repository. 13 years ago
Vladimír Vondruš 458e146765 Math: std::fma() is not available in NaCl's newlib. 13 years ago
Vladimír Vondruš ee1eecad1a SceneGraph: wrong assertion. 13 years ago
Vladimír Vondruš 4060c45617 Physics: wat. 13 years ago
Vladimír Vondruš f2df328fe2 Using Corrade's visibility macros instead of copypasta all over again. 13 years ago
Vladimír Vondruš f6ae87376b Math: added function fma(). 13 years ago
Vladimír Vondruš 1402833553 Math: added TODO. 13 years ago
Vladimír Vondruš 1aac14d059 Using CORRADE_ASSERT_UNREACHABLE() instead of CORRADE_ASSERT(false). 13 years ago
Vladimír Vondruš fac75962d0 SceneGraph: assert that original Object::setClean() is called. 13 years ago
Vladimír Vondruš 39348ddf06 Physics: another mistake in CapsuleTest. 13 years ago
Vladimír Vondruš 66352a0150 Physics: copypaste error. TWICE! OMG! 13 years ago
Vladimír Vondruš a2d84ebf0c Physics: forgot to add test case to the list. 13 years ago
Vladimír Vondruš c534a71401 DebugTools: preparation for ability to render also solid shapes. 13 years ago
Vladimír Vondruš 3f696533ff Math: algorithm for computing intersection of two lines in 2D. 13 years ago
Vladimír Vondruš 6385ae1478 Math: more Intersection test cleanup. 13 years ago
Vladimír Vondruš fd531b5101 Math: cleaned up plane/line intersection. 13 years ago
Vladimír Vondruš 00a17e3699 DebugTools: saner default color. 13 years ago
Vladimír Vondruš 2a6c52c97b Platform: fix WindowlessGlxApplication context creation and destruction. 13 years ago
Vladimír Vondruš 71c7480299 Fixed one-value AbstractShaderProgram::setUniform(). 13 years ago
Vladimír Vondruš 70ba2bd77c Primitives: reworked remaining classes to have the same API as the rest. 13 years ago
Vladimír Vondruš 3bf9dbc3f7 Trade: properly implement move constructor and assignment in MeshData. 13 years ago