3515 Commits (76427f0d7b806bf2bce1c4bdfb9639cc4cfd2227)
 

Author SHA1 Message Date
Vladimír Vondruš 76427f0d7b Merge branch 'master' into compatibility 12 years ago
Vladimír Vondruš 08e77819e8 Fix build on GCC 4.5 *and* OpenGL ES. 12 years ago
Vladimír Vondruš 6f42745250 Silence deprecated warnings in internals of deprecated build. 12 years ago
Vladimír Vondruš ef7575a47f Merge branch 'master' into compatibility 12 years ago
Vladimír Vondruš 02be314e9c Error out when compatibility branch is needed for particular compiler. 12 years ago
Vladimír Vondruš c8e4a93317 GCC 4.4 compatibility: no lambda functions. 12 years ago
Vladimír Vondruš 4a5ee634b4 GCC 4.4 compatibility: explicit std::reference_wrapper constructor. 12 years ago
Vladimír Vondruš bbe19ab788 GCC 4.5 compatibility: somehow can't use {} to construct from init-list. 12 years ago
Vladimír Vondruš d2229917f8 GCC 4.5 compatibility: no range-based for. 12 years ago
Vladimír Vondruš 96e2c35da4 GCC 4.5 compatibility: no forward enum declarations. 12 years ago
Vladimír Vondruš 68ab85de7b Merge branch 'master' into compatibility 12 years ago
Vladimír Vondruš e1105300cb Fix Context initialization in WebGL. 12 years ago
Vladimír Vondruš 8a9fa4d999 Test also ResourceManager::set() with default values. 12 years ago
Vladimír Vondruš 6015896ceb Doxygen I hate you. 12 years ago
Vladimír Vondruš e8aa600a34 Polished docs of ResourceManager API. 12 years ago
Vladimír Vondruš b64a50c821 SceneGraph: avoid unnecessary copies in deprecated functions. 12 years ago
Vladimír Vondruš 388db5ae00 SceneGraph: no need to return void. 12 years ago
Vladimír Vondruš ceb150f6d6 SceneGraph: workaround ambiguous overloads on deprecated GCC < 4.7 build. 12 years ago
Vladimír Vondruš 70a4909ed0 SceneGraph: don't do infinite recursion on deprecated Object::setClean(). 12 years ago
Vladimír Vondruš 12a2bb81ba Doc++, added some TODOs. 12 years ago
Vladimír Vondruš b9ca5f11a8 MeshTools: actually use the epsilon parameter. 12 years ago
Vladimír Vondruš b6f8ad4fa1 SceneGraph: fix Object test on deprecated build. 12 years ago
Vladimír Vondruš a16963276b SceneGraph: fix deprecated build. 12 years ago
Vladimír Vondruš 650fd6766b SceneGraph: use std::reference_wrapper in FeatureGroup internals. 12 years ago
Vladimír Vondruš aa49008358 SceneGraph: using std::reference_wrapper instead of pointers. 12 years ago
Vladimír Vondruš 8acd03778e SceneGraph: documentation updates and fixes. 12 years ago
Vladimír Vondruš ae9462b4c8 Shaders: documentation improvements. 12 years ago
Vladimír Vondruš e55ee11b6a Deprecate AbstractTexture::maxLayers() altogether. 12 years ago
Vladimír Vondruš 7376e8f36d Use functions to bind textures to shader rather than *Texture::bind(). 12 years ago
Vladimír Vondruš b1be448453 doc: hint that these function actually take some parameters. 12 years ago
Vladimír Vondruš cef4fde398 DebugTools: fix obsolete reference in documentation. 12 years ago
Vladimír Vondruš 703ce0bd89 Explicitly passing shader to Mesh*::draw(). 12 years ago
Vladimír Vondruš c70f037add Deprecate implicit conversion of Resource<T, U> to U&. 12 years ago
Vladimír Vondruš 5a79193227 Trade: allow objects without materials. 12 years ago
Vladimír Vondruš 3c64b371ac Audio: remove useless deprecated function. 12 years ago
Vladimír Vondruš 2713d0f725 Doc++ 12 years ago
Vladimír Vondruš a93774eeb2 doc: update Getting Started for MSVC too. 12 years ago
Vladimír Vondruš 3a3830098b doc: mention that it might be easier to use SDL2 on newer systems. 12 years ago
Vladimír Vondruš 2ba69b2c2b doc: added Visual Studio building instructions. 12 years ago
Vladimír Vondruš 4c21e10e57 Support both DSA and SSO variants of glProgramUniform*(). 12 years ago
Vladimír Vondruš 4a289c9df5 package: Magnum doesn't have versioned libraries. 12 years ago
Vladimír Vondruš e3248bf524 package: fix typo. 12 years ago
Vladimír Vondruš 40c8548db7 package: no CMake files are installed by Magnum. 12 years ago
Vladimír Vondruš e7159c52ae package: added debian package. 12 years ago
Vladimír Vondruš 6ce7466b21 Use UnsignedInt instead of std::size_t for attribute sizes/offsets. 12 years ago
Vladimír Vondruš 69225bf8c1 doc: clearly mention all possibly needed CMake module files. 12 years ago
Vladimír Vondruš 29deb70f23 doc: mention also OpenGL version for optionally used extensions. 12 years ago
Vladimír Vondruš 6fb04dcdfe modules: work around GLUT_Xi_LIBRARY-related CMake errors on Ubuntu. 12 years ago
Vladimír Vondruš 30aae1bd48 modules: actually detect the MAGNUM_PLUGINS_DIR. 12 years ago
Vladimír Vondruš 3a1c776557 Adapted to Corrade::PluginManager changes. 12 years ago