115 Commits (804cd71f3da1c8ec49e01e01c3eed0f9ca67c77b)

Author SHA1 Message Date
Vladimír Vondruš 804cd71f3d Link to namespace-related documentation from namespaces. 13 years ago
Vladimír Vondruš 2c8a4c306c Platform: added Application and WindowlessApplication aliases. 13 years ago
Vladimír Vondruš 8b7c21cef9 Better README with catchy design goals and stuff. 13 years ago
Vladimír Vondruš 3e0e91d7db Math: renamed {rotationAngle, rotationAxis}() -> {rotation, angle, axis}(). 13 years ago
Vladimír Vondruš 33058aa5b0 Math: Matrix::invertedOrthogonal(), Matrix{3,4}::invertedRigid(). 13 years ago
Vladimír Vondruš 75d8fefdde Math: ability to access also matrix row vectors. 13 years ago
Vladimír Vondruš efab88fb57 Removed WITH_EVERYTHING compilation switch. 13 years ago
Vladimír Vondruš b6ae293b24 Relicensing to MIT/Expat license, part 6: mention it in documentation. 13 years ago
Vladimír Vondruš a0b83edd2b Relicensing to MIT/Expat license, part 4: CMake and documentation files. 13 years ago
Vladimír Vondruš 1f18bdda5f Updated and polished coding style documentation. 13 years ago
Vladimír Vondruš 7ae405b360 Introductory documentation about method chaining. 13 years ago
Vladimír Vondruš f6ab8cfec2 Guidelines for builtin type aliases in coding style documentation. 13 years ago
Vladimír Vondruš a75ed22d4e Updated portability tips documentation. 13 years ago
Vladimír Vondruš 618b556381 Math: crosslinked documentation with missing type aliases. 13 years ago
Vladimír Vondruš 4e5a6f76eb SceneGraph: using new type aliases in whole SceneGraph namespace. 13 years ago
Vladimír Vondruš 6a90b0231b Math: using new aliases for builtin types in whole Math namespace. 13 years ago
Vladimír Vondruš 6220f24f0b Our own aliases for builtin types. 13 years ago
Vladimír Vondruš 8913e38432 Math: documented this whole transformation thingy. 13 years ago
Vladimír Vondruš 2468d2497f Math: doc++ 13 years ago
Jakub Suchý e432d3dc3c Doc fix 13 years ago
Vladimír Vondruš 58d156bc47 Math: removed Point2D/Point3D altogether. 13 years ago
Vladimír Vondruš 27020f62c1 Updated documentation on building and library finding. 13 years ago
Vladimír Vondruš 830ce69da0 Math: using Rad in Matrix*::rotation*(). 13 years ago
Vladimír Vondruš 99e2bd4c64 Doc++ 13 years ago
Vladimír Vondruš c59404bece Doc++ 13 years ago
Vladimír Vondruš e24207f620 Doc++ 13 years ago
Vladimír Vondruš 5819dd4bd7 Math: matrix/vector rework, part 3: conversion as explicit constructor. 13 years ago
Vladimír Vondruš baeadc9663 Math: matrix/vector rework, part 2: matrix as array of column vectors. 13 years ago
Vladimír Vondruš eb1dff499c Doc: added link to PowerVR hardware best practices. 13 years ago
Vladimír Vondruš 85b715e115 Trade: added forward declaration header. 13 years ago
Vladimír Vondruš fecb5eec29 DebugTools: simplified renderers example code. 13 years ago
Vladimír Vondruš 5ca096512e Forward declaration header for Math namespace. 14 years ago
Vladimír Vondruš 3c347441e6 Ability to build Magnum for OpenGL ES emulated with desktop OpenGL. 14 years ago
Vladimír Vondruš b8ae50267f DebugTools: ObjectRenderer class. 14 years ago
Vladimír Vondruš 9d260b72d8 Text: initial implementation of font and text rendering. 14 years ago
Vladimír Vondruš a208a289ba Initial support for Text library. 14 years ago
Vladimír Vondruš 96e936039c New TextureTools library with joke implementation of atlas packer. 14 years ago
Vladimír Vondruš 5cd4aa8dcd Doc++ 14 years ago
Vladimír Vondruš c0a3ce84a4 Moved Profiler and debug draw from Physics to new DebugTools library. 14 years ago
Vladimír Vondruš e0728baf03 Adapt to "recent" (sic) Platform changes, update docs. 14 years ago
Vladimír Vondruš 10de569755 Doc++ 14 years ago
Vladimír Vondruš dd8eb6bc02 Removed one swizzle() overload. 14 years ago
Vladimír Vondruš 0c7a448fdd Doc++, code cleanup. 14 years ago
Vladimír Vondruš 43f6dbc72d Using integer vector aliases all over the place. 14 years ago
Vladimír Vondruš c3462ea266 Doc++ 14 years ago
Vladimír Vondruš 8a3d2c12c6 Doc++ 14 years ago
Vladimír Vondruš 03e6c9859c Mention forward declarations and headers in coding style. 14 years ago
Vladimír Vondruš 19a92f3ca7 Forward declarations for Physics namespace in Physics/Physics.h. 14 years ago
Vladimír Vondruš c01c522248 Mention Native Client buffer requirements. 14 years ago
Vladimír Vondruš deb629dde1 Doc: extended best practices page for future additions. 14 years ago