1241 Commits (a45b4fba8bd4231d89c2aadf1d6118d6c9e06333)
 

Author SHA1 Message Date
Vladimír Vondruš 14a5f1a864 Platform: added magnum-info utility. 14 years ago
Vladimír Vondruš 8e947fbabb Platform: Added WindowlessGlxApplication. 14 years ago
Vladimír Vondruš ef75989178 Platform: don't require any specific OpenGL version. 14 years ago
Vladimír Vondruš f0764cac4e Doc++ 14 years ago
Vladimír Vondruš 9f20c8bca4 Platform: forgot to rename *WindowContext -> *Application in some places. 14 years ago
Vladimír Vondruš 9138f1bcc9 Added OpenGL 4.3 extensions to the list. 14 years ago
Vladimír Vondruš 47c0a7456c Adapted to Corrade changes. 14 years ago
Vladimír Vondruš 4408a68e6d SceneGraph: new Animable feature. 14 years ago
Vladimír Vondruš 113ff70aec Ability to retrieve absolute time in previous frame to Timeline. 14 years ago
Vladimír Vondruš 01021050be Updated .gitignore. 14 years ago
Vladimír Vondruš 99ce0bc5e0 SceneGraph: document performance tricks with DrawableGroup. 14 years ago
Vladimír Vondruš a97c641e3e Doc: explicitly specify template specialization type. 14 years ago
Vladimír Vondruš a9b7e24d81 SceneGraph: method chaining in FeatureGroup. 14 years ago
Vladimír Vondruš 5a9317085c Moved functions not related to particular Framebuffer to Renderer class. 14 years ago
Vladimír Vondruš 9ead1e9deb Thorough documentation review and update. 14 years ago
Vladimír Vondruš 0c7a448fdd Doc++, code cleanup. 14 years ago
Vladimír Vondruš b6f1910599 Making some asserts internal. 14 years ago
Vladimír Vondruš 0f889369f4 No `using namespace std` anywhere. 14 years ago
Vladimír Vondruš c319962d6e Adapted to Corrade changes. 14 years ago
Vladimír Vondruš 508200d99e Updated FindCorrade.cmake from Corrade repository. 14 years ago
Vladimír Vondruš ae013effff Adapted to Corrade changes. 14 years ago
Vladimír Vondruš 43f6dbc72d Using integer vector aliases all over the place. 14 years ago
Vladimír Vondruš 34a8ad4724 Aliases for integer and unsigned integer vector types. 14 years ago
Vladimír Vondruš 3dafbb6ed9 Assert that GLsizei is signed integer. 14 years ago
Vladimír Vondruš 44a10e0e9d Documentation and example usage of textures. 14 years ago
Vladimír Vondruš 06e526d7a1 Using Array instead of Vector for *Texture::setWrapping(). 14 years ago
Vladimír Vondruš f27fe75e4a New class Array, usable instead of Vector for non-numeric purposes. 14 years ago
Vladimír Vondruš 12817b505d Test vector component accessors. 14 years ago
Vladimír Vondruš c3462ea266 Doc++ 14 years ago
Vladimír Vondruš b89ae07b3b What?! 14 years ago
Vladimír Vondruš 1482dd9f50 FindMagnum.cmake: Don't expose *_LIBRARY and *_INCLUDE_DIR to users. 14 years ago
Vladimír Vondruš 6c5d96d645 Adapted to Corrade changes. 14 years ago
Vladimír Vondruš 265f1be241 Forward declaration cleanup. 14 years ago
Vladimír Vondruš 67f2e0fc7f GCC 4.6 compatibility is now handled by Corrade. 14 years ago
Vladimír Vondruš b1025b7bc0 Updated FindCorrade.cmake from Corrade repository. 14 years ago
Vladimír Vondruš a9d2062efe More checks for sanity of Matrix4::rotation(). 14 years ago
Vladimír Vondruš 8f13362f7a Allow attribute-less Mesh. 14 years ago
Vladimír Vondruš 049523cb74 Worked around long-standing Doxygen warnings. 14 years ago
Vladimír Vondruš 6dbdf58476 Component-wise comparison for Vector class. 14 years ago
Vladimír Vondruš 231c002838 Explicitly use *Matrix in names when appropriate. 14 years ago
Vladimír Vondruš 35d8905790 Debug output and configuration parser for Mesh::Primitive. 14 years ago
Vladimír Vondruš ca0bbe79fb Debug output and configuration parser for Type enum. 14 years ago
Vladimír Vondruš f184c6f005 Using real class for testing configuration value parsing. 14 years ago
Vladimír Vondruš 891cc6606e Adapted to Corrade changes. 14 years ago
Vladimír Vondruš 2fc010263d Class AbstractResourceLoader. 14 years ago
Vladimír Vondruš d688cf2efc ResourceManager: new Loading and NotFound data states. 14 years ago
Vladimír Vondruš 72145e1339 Debug output operator for ResourceState enum. 14 years ago
Vladimír Vondruš 1ac9041680 ResourceManager: stateless test. 14 years ago
Vladimír Vondruš ca9828de64 ResourceManager: various cleanup. 14 years ago
Vladimír Vondruš 510755ea6e ResourceManager: privately inherit Implementation::ResourceManagerData. 14 years ago