2468 Commits (15cc649b270434308d3ed0d2f111af69c1d5bd73)
 

Author SHA1 Message Date
Vladimír Vondruš 15cc649b27 Platform: markup improvements for web applications. 13 years ago
Vladimír Vondruš b8f2e345df Removed forward declaration of std::hash. 13 years ago
Vladimír Vondruš 0d49a7bb92 Platform: don't use absolute include path. 13 years ago
Vladimír Vondruš e2b36225a1 FindMagnum.cmake: minor typographic fixes. 13 years ago
Vladimír Vondruš a7f77f41b9 SceneGraph: new TranslationTransformation class. 13 years ago
Vladimír Vondruš 732d7e057e SceneGraph: new AbstractTranslation transformation interface. 13 years ago
Vladimír Vondruš 00c3283ab3 SceneGraph: test assert in DualQuaternionTransformation::fromMatrix(). 13 years ago
Vladimír Vondruš 541fa592e0 SceneGraph: clean up includes. 13 years ago
Vladimír Vondruš 4e7c7925a7 SceneGraph: clean up the code a bit. 13 years ago
Vladimír Vondruš de39a9540d SceneGraph: doc++ 13 years ago
Vladimír Vondruš cfecb93c8b SceneGraph: fire assertions only where it really matters. 13 years ago
Vladimír Vondruš a62869cb8b Make Doxygen spit less warnings. 13 years ago
Vladimír Vondruš 0f8d2f2e98 SceneGraph: hide internal transformation implementation from public API. 13 years ago
Vladimír Vondruš e4790eaec9 Fix installation dir for DLLs on Windows. 13 years ago
Vladimír Vondruš a2b9a65b8f Fixed segfault in AbstractTexture::bind(). 13 years ago
Vladimír Vondruš 95a0b8f3f2 Improve sectioning in building documentation even more. 13 years ago
Vladimír Vondruš f4c5adc233 Mention that both target and native Corrade is needed for crosscompiling. 13 years ago
Vladimír Vondruš e61ccede22 We don't need Graphviz for Doxygen docs anymore. 13 years ago
Vladimír Vondruš ef08f1ff79 Remove totally useless introduction paragraph in building documentation. 13 years ago
Vladimír Vondruš b66ce70154 Fixed and improved Getting Started documentation to be more failproof. 13 years ago
Vladimír Vondruš d690dcbb92 Platform: ability to not print all those implementation-defined values. 13 years ago
Vladimír Vondruš bc3cbf1ad6 Renamed ImageType and ImageFormat to ColorType and ColorFormat. 13 years ago
Vladimír Vondruš 6ccf098fc8 Add some TODOs for remaining limit queries. 13 years ago
Vladimír Vondruš 94d204ec0c Mention that line/polygon smooth and compiler query is not supported. 13 years ago
Vladimír Vondruš 6ee2745503 Texture-related limit queries. 13 years ago
Vladimír Vondruš 4a983566e6 Buffer-related limit queries. 13 years ago
Vladimír Vondruš eb24db9b5f Framebuffer-related limit queries. 13 years ago
Vladimír Vondruš c44681dbe1 Mesh-related limit queries. 13 years ago
Vladimír Vondruš a040b358ef Shader-related limit queries. 13 years ago
Vladimír Vondruš 323277a2f1 Added NV_fbo_color_attachments ES extension to the list. 13 years ago
Vladimír Vondruš ce1e299b53 Fixed ES3 build. 13 years ago
Vladimír Vondruš d714700899 Shapes: documented detailed collisions. 13 years ago
Vladimír Vondruš c5280d9a0f DebugTools: support for InvertedSphere in ShapeRenderer. 13 years ago
Vladimír Vondruš 4a79d24e9e Shapes: mention inverted shapes in the introductory docs. 13 years ago
Vladimír Vondruš da114ef853 Shapes: collision of InvertedSphere and Sphere. 13 years ago
Vladimír Vondruš 42691fb035 Shapes: collision of InvertedSphere and Point. 13 years ago
Vladimír Vondruš 54465070ae Shapes: added InvertedSphere shape. 13 years ago
Vladimír Vondruš c8b82479f9 Shapes: minor cleanup. 13 years ago
Vladimír Vondruš 103875ea9d Shapes: (detailed) collision of two spheres. 13 years ago
Vladimír Vondruš cf11f7e8fb Shapes: (detailed) collision of sphere vs. point. 13 years ago
Vladimír Vondruš 4b7187dd36 Shapes: Collision object, providing more detailed collision information. 13 years ago
Vladimír Vondruš fb6f6e47f6 DebugTools: doc++ 13 years ago
Vladimír Vondruš 2d25511570 Mention WITH_FIND_MODULE CMake option in documentation. 13 years ago
Vladimír Vondruš ea00057207 Updated FindCorrade.cmake from Corrade repository. 13 years ago
Vladimír Vondruš 136e5c08fc Mentioned version-aware extension queries in portability documentation. 13 years ago
Vladimír Vondruš 66a756a958 Shaders: extension queries depending on GLSL version in MeshVisualizer. 13 years ago
Vladimír Vondruš 0b4e6391a0 Shaders: extension support queries depend on selected GLSL version. 13 years ago
Vladimír Vondruš 0d28913731 Allow shader layout qualifiers only with GLSL 1.40 (GL 3.1) and above. 13 years ago
Vladimír Vondruš 06f0433250 Shaders: better preprocessor code formatting. 13 years ago
Vladimír Vondruš 4b773993e3 Ability to check that extension is supported in particular version. 13 years ago