3954 Commits (34b2aad420be50ddb862d2745d64ee359dbadea8)
 

Author SHA1 Message Date
Vladimír Vondruš 10243af18e SceneGraph: improve and fix documentation. 11 years ago
Squareys 245b7c0efc doc: update to current api. 11 years ago
Squareys 737ca4b04a doc: add missing braces. 11 years ago
Squareys dddc7f37eb doc: add missing BufferUsage parameter. 11 years ago
Squareys c131174240 doc: add missing public access modifier. 11 years ago
Vladimír Vondruš ea2efe354d Fix ResourceManager tests on static build. 11 years ago
Vladimír Vondruš ff490bb3fa Add test for file-local ResourceManager instance. 11 years ago
Vladimír Vondruš 7e8d90a436 Better fix to ensure a single static ResourceManager instance. 11 years ago
Vladimír Vondruš 869cb842a0 Make reference counted resources in ResourceManager actually sane. 11 years ago
Vladimír Vondruš a58121e893 Math: added div() function. 11 years ago
Vladimír Vondruš caef28f4c5 package/archlinux: some random numbers wanted to be updated. 11 years ago
Vladimír Vondruš d0a85ee2c6 doc: reference example building docs from Getting Started. 11 years ago
Vladimír Vondruš af967d9159 package: keep package descriptions in sync. 11 years ago
Vladimír Vondruš 8719e1e828 package: update copyright year in Debian package. 11 years ago
Vladimír Vondruš 312aec318f package: fix minimal required CMake version in Debian package. 11 years ago
Vladimír Vondruš 0dd7b88c05 doc: cleanup. 11 years ago
Vladimír Vondruš 6e8f0f9774 package/gentoo: be nice to files with tabs. 11 years ago
Vladimír Vondruš dba8a694aa modules: new internal MAGNUM_DATA_INSTALL_DIR. 11 years ago
Vladimír Vondruš 93da259ca5 package/archlinux: fix libc++ development PKGBUILD. 11 years ago
Vladimír Vondruš 6e177780b0 Math: fixed test compilation with libc++. 11 years ago
Vladimír Vondruš 2e068e233b Math: fixed Clang build. 11 years ago
Vladimír Vondruš 64bc2393d1 Math: made dot(), angle(), *lerp() and cross() free functions. 11 years ago
Vladimír Vondruš fbf065645d Don't use zero-sized viewport as disengaged state. 11 years ago
Vladimír Vondruš 74e16782ad Parametrize disengaged viewport instead of using default-constructed value. 11 years ago
Vladimír Vondruš 5268595035 Platform: removed bogus check in WindowlessCglApplication. 11 years ago
Vladimír Vondruš d950f9160e SceneGraph: fixed typo in example code. 11 years ago
Vladimír Vondruš 7ea9e82796 Primitives: added Cube::solidStrip(). 11 years ago
Vladimír Vondruš 7be1239adf Math: improve docs for vector cross/dot product. 11 years ago
Vladimír Vondruš aeb9943dc7 SceneGraph: reduce header bloat. 11 years ago
Vladimír Vondruš f1a3602cb3 Trade: make it possible to call default doOpenFile() implementation. 11 years ago
Vladimír Vondruš ce82c7fb32 Platform: use BUILD_STATIC_PIC also for *Context static libraries. 11 years ago
Vladimír Vondruš 74b9670650 Shaders: don't exceed limits for no reason. 11 years ago
Vladimír Vondruš f6268a2b1e external: fix links in README. 11 years ago
Vladimír Vondruš 64a9185e08 SceneGraph: fix aspect-ratio-corrected projection with inverted Y. 11 years ago
Vladimír Vondruš 0fb7ff21c0 SceneGraph: test proper behavior with Y-inverting camera projection. 11 years ago
Vladimír Vondruš a48a443f29 SceneGraph: make use of Vector::pad(). 11 years ago
Vladimír Vondruš 65a2e5677a Properly use the "Std Swap Two Step". 11 years ago
Vladimír Vondruš fbc3920a3b Document limitations. 11 years ago
Vladimír Vondruš 998bb58ca5 Doc++ 11 years ago
Vladimír Vondruš e2bd394300 Coding style: leading underscore for private member variables. 11 years ago
Vladimír Vondruš 9619bf08b6 Support for ARB_get_texture_sub_image. 11 years ago
Vladimír Vondruš 7a24631161 Reduced duplicated blobs in texture tests. 11 years ago
Vladimír Vondruš 73a743668b Less verbose and annoyingly useless debug output. 11 years ago
Vladimír Vondruš e07454b1ee Added CubeMapTexture::{image,subImage}() for all six faces together. 11 years ago
Vladimír Vondruš 045448fa08 Added DimensionTraits::RangeType and RangeTypeFor. 11 years ago
Vladimír Vondruš 11b2247bf5 Clarified and fixed cube map texture image retrieval methods. 11 years ago
Vladimír Vondruš 67581895e2 Convenience *Texture::image() overloads. 11 years ago
Vladimír Vondruš 8e286b4964 Properly export CubeMapTextureArray symbols. 11 years ago
Vladimír Vondruš 2be625a23b Platform: display also max cube map texture sizes. 11 years ago
Vladimír Vondruš d11c993c34 Doc: proper buffer usage when reading images. 11 years ago