Commit Graph

  • 5bd3f7b58f GCC 4.6 compatibility: conflicting template and parameter names. Vladimír Vondruš 2015-04-28 21:59:39 +0200
  • c5ae6b2d8d GCC 4.6 compatibility: no template aliases. Vladimír Vondruš 2015-04-28 21:59:21 +0200
  • a951ef9f39 GCC 4.6 compatibility: no friend declarations without class/struct. Vladimír Vondruš 2015-04-28 21:57:57 +0200
  • dbff10e57b package/archlinux: disable unknown flags in GCC 4.7 PKGBUILD. Vladimír Vondruš 2015-04-28 20:46:47 +0200
  • d05815b2e6 package/archlinux: updated compatibility PKGBUILDs to new rules. Vladimír Vondruš 2015-04-28 20:46:12 +0200
  • 75b60396f5 Merge branch 'master' into compatibility Vladimír Vondruš 2015-04-28 20:20:31 +0200
  • 7d6de4ad89 Removed long-deprecated BufferImage::setData() overload. Vladimír Vondruš 2015-04-27 08:29:41 +0200
  • 01541b8c39 Text: removed deprecated TextRenderer alias. Vladimír Vondruš 2015-04-27 08:06:38 +0200
  • d10f4ce593 Shaders: removed deprecated magnumShadersResourceImport.hpp file. Vladimír Vondruš 2015-04-27 08:05:18 +0200
  • b207fb44f1 SceneGraph: removed deprecated Animable::group() function. Vladimír Vondruš 2015-04-27 08:04:21 +0200
  • 959180dfd8 Math: removed deprecated Geometry::Rectangle class. Vladimír Vondruš 2015-04-27 08:01:41 +0200
  • 721f18360b Removed deprecated Sampler::maxAnisotropy(). Vladimír Vondruš 2015-04-27 08:00:16 +0200
  • a6ac5408b9 Removed deprecated Mesh::Primitive enum. Vladimír Vondruš 2015-04-27 07:59:37 +0200
  • 328462a312 modules: updated FindCorrade.cmake. Vladimír Vondruš 2015-04-27 07:55:11 +0200
  • fa86e1ae3d modules: removed deprecated non-absolute include path. Vladimír Vondruš 2015-04-27 07:51:41 +0200
  • 192686e48d Platform: fix Doxygen warnings. Vladimír Vondruš 2015-04-13 00:39:31 +0200
  • 024268ed1d SceneGraph: test cleanup. Vladimír Vondruš 2015-04-13 00:39:15 +0200
  • 7fc31139e2 SceneGraph: added AbstractObject::addFeature(), Object::addChild(). Vladimír Vondruš 2015-04-13 00:38:46 +0200
  • e9d02a543e README and CREDITS updates. Vladimír Vondruš 2015-04-12 23:26:08 +0200
  • 92887c9598 Fix ResourceManager-related linker errors on Clang. Vladimír Vondruš 2015-04-12 22:43:27 +0200
  • 59f09a0f92 Text: use override when overriding virtual functions. Vladimír Vondruš 2015-04-12 22:31:15 +0200
  • 1f063b7180 Don't use deprecated enum values. Vladimír Vondruš 2015-04-12 22:29:03 +0200
  • ed8273b15a Doc++ Vladimír Vondruš 2015-04-12 22:28:36 +0200
  • 2c516fffb8 Platform: doc++ Vladimír Vondruš 2015-04-12 20:34:19 +0200
  • 3060e1d1a2 Platform: finally add VSync support to Sdl2Application. Vladimír Vondruš 2015-04-12 20:33:38 +0200
  • ac0dbbf74f doc: don't use deprecated functionality. Vladimír Vondruš 2015-04-12 20:20:37 +0200
  • 3d1bce2f17 Fixed and updated framebuffer documentation. Vladimír Vondruš 2015-04-12 20:17:16 +0200
  • daec63072d Simplified *Framebuffer::bind() functionality. Vladimír Vondruš 2015-04-12 20:09:17 +0200
  • 10243af18e SceneGraph: improve and fix documentation. Vladimír Vondruš 2015-04-12 12:05:51 +0200
  • 245b7c0efc doc: update to current api. #94 Squareys 2015-04-10 01:02:53 +0200
  • 737ca4b04a doc: add missing braces. Squareys 2015-04-10 01:01:32 +0200
  • dddc7f37eb doc: add missing BufferUsage parameter. Squareys 2015-04-10 00:58:36 +0200
  • c131174240 doc: add missing public access modifier. Squareys 2015-04-10 00:58:02 +0200
  • ea2efe354d Fix ResourceManager tests on static build. Vladimír Vondruš 2015-04-06 01:44:35 +0200
  • ff490bb3fa Add test for file-local ResourceManager instance. Vladimír Vondruš 2015-04-06 01:13:02 +0200
  • 7e8d90a436 Better fix to ensure a single static ResourceManager instance. Vladimír Vondruš 2015-04-05 23:37:44 +0200
  • 869cb842a0 Make reference counted resources in ResourceManager actually sane. Vladimír Vondruš 2015-04-05 20:42:28 +0200
  • a58121e893 Math: added div() function. Vladimír Vondruš 2015-04-03 23:39:49 +0200
  • caef28f4c5 package/archlinux: some random numbers wanted to be updated. Vladimír Vondruš 2015-04-03 23:20:29 +0200
  • d0a85ee2c6 doc: reference example building docs from Getting Started. Vladimír Vondruš 2015-04-03 23:05:00 +0200
  • af967d9159 package: keep package descriptions in sync. Vladimír Vondruš 2015-04-03 23:04:09 +0200
  • 8719e1e828 package: update copyright year in Debian package. Vladimír Vondruš 2015-04-03 23:01:54 +0200
  • 312aec318f package: fix minimal required CMake version in Debian package. Vladimír Vondruš 2015-04-03 23:00:44 +0200
  • 0dd7b88c05 doc: cleanup. Vladimír Vondruš 2015-04-03 22:53:51 +0200
  • 6e8f0f9774 package/gentoo: be nice to files with tabs. Vladimír Vondruš 2015-04-03 22:16:03 +0200
  • dba8a694aa modules: new internal MAGNUM_DATA_INSTALL_DIR. Vladimír Vondruš 2015-04-03 21:28:39 +0200
  • 93da259ca5 package/archlinux: fix libc++ development PKGBUILD. Vladimír Vondruš 2015-03-26 00:31:12 +0100
  • 6e177780b0 Math: fixed test compilation with libc++. Vladimír Vondruš 2015-03-26 00:30:31 +0100
  • 2e068e233b Math: fixed Clang build. Vladimír Vondruš 2015-03-25 23:40:16 +0100
  • 64bc2393d1 Math: made dot(), angle(), *lerp() and cross() free functions. Vladimír Vondruš 2015-03-25 22:54:49 +0100
  • a7e2375e54 AnySceneImporter: recognize also OpenGEX files. Vladimír Vondruš 2015-01-23 22:25:48 +0100
  • fbf065645d Don't use zero-sized viewport as disengaged state. Vladimír Vondruš 2015-03-22 17:54:16 +0100
  • 74e16782ad Parametrize disengaged viewport instead of using default-constructed value. Vladimír Vondruš 2015-03-22 17:52:16 +0100
  • 5268595035 Platform: removed bogus check in WindowlessCglApplication. Vladimír Vondruš 2015-03-22 00:53:56 +0100
  • d950f9160e SceneGraph: fixed typo in example code. Vladimír Vondruš 2015-03-22 00:27:56 +0100
  • 7ea9e82796 Primitives: added Cube::solidStrip(). Vladimír Vondruš 2015-03-21 00:21:17 +0100
  • 7be1239adf Math: improve docs for vector cross/dot product. Vladimír Vondruš 2015-03-05 20:26:21 +0100
  • aeb9943dc7 SceneGraph: reduce header bloat. Vladimír Vondruš 2015-03-05 20:02:33 +0100
  • f1a3602cb3 Trade: make it possible to call default doOpenFile() implementation. Vladimír Vondruš 2015-03-02 00:31:01 +0100
  • ce82c7fb32 Platform: use BUILD_STATIC_PIC also for *Context static libraries. Vladimír Vondruš 2015-03-01 15:45:51 +0100
  • 74b9670650 Shaders: don't exceed limits for no reason. Vladimír Vondruš 2015-03-01 11:29:01 +0100
  • f6268a2b1e external: fix links in README. Vladimír Vondruš 2015-02-24 09:56:46 +0100
  • 64a9185e08 SceneGraph: fix aspect-ratio-corrected projection with inverted Y. Vladimír Vondruš 2015-02-23 22:53:10 +0100
  • 0fb7ff21c0 SceneGraph: test proper behavior with Y-inverting camera projection. Vladimír Vondruš 2015-02-23 22:52:06 +0100
  • a48a443f29 SceneGraph: make use of Vector::pad(). Vladimír Vondruš 2015-02-23 22:35:00 +0100
  • 65a2e5677a Properly use the "Std Swap Two Step". Vladimír Vondruš 2015-02-12 22:29:17 +0100
  • fbc3920a3b Document limitations. Vladimír Vondruš 2015-02-12 22:06:18 +0100
  • 998bb58ca5 Doc++ Vladimír Vondruš 2015-02-12 22:02:55 +0100
  • e2bd394300 Coding style: leading underscore for private member variables. Vladimír Vondruš 2015-02-08 23:27:01 +0100
  • 9619bf08b6 Support for ARB_get_texture_sub_image. Vladimír Vondruš 2015-02-08 23:16:57 +0100
  • 7a24631161 Reduced duplicated blobs in texture tests. Vladimír Vondruš 2015-02-08 21:03:40 +0100
  • 73a743668b Less verbose and annoyingly useless debug output. Vladimír Vondruš 2015-02-08 15:52:30 +0100
  • e07454b1ee Added CubeMapTexture::{image,subImage}() for all six faces together. Vladimír Vondruš 2015-02-08 14:19:17 +0100
  • 045448fa08 Added DimensionTraits::RangeType and RangeTypeFor. Vladimír Vondruš 2015-02-08 13:29:25 +0100
  • 11b2247bf5 Clarified and fixed cube map texture image retrieval methods. Vladimír Vondruš 2015-02-08 13:26:20 +0100
  • 67581895e2 Convenience *Texture::image() overloads. Vladimír Vondruš 2015-02-08 12:57:00 +0100
  • 8e286b4964 Properly export CubeMapTextureArray symbols. Vladimír Vondruš 2015-02-08 12:39:51 +0100
  • 2be625a23b Platform: display also max cube map texture sizes. Vladimír Vondruš 2015-02-08 12:39:09 +0100
  • d11c993c34 Doc: proper buffer usage when reading images. Vladimír Vondruš 2015-02-08 12:34:39 +0100
  • cb1895536c Ensure that pixel pack buffer is not bound when reading image to RAM. Vladimír Vondruš 2015-02-08 11:37:21 +0100
  • b121e8758a Math: added Vector::pad(). Vladimír Vondruš 2015-02-08 11:36:44 +0100
  • 6372711260 Math: save one swizzle in Vector3::cross(). Vladimír Vondruš 2015-02-08 01:04:49 +0100
  • 7398b6ef8c modules: fixed Find*GL*.cmake, updated coding style. Vladimír Vondruš 2015-02-04 21:09:20 +0100
  • 70150a8845 Don't use `return std::move()` where it is not needed. Vladimír Vondruš 2015-02-04 21:06:15 +0100
  • 8882f62842 Text: clarified comments. Vladimír Vondruš 2015-02-04 20:53:29 +0100
  • 2e43eb3dd4 Fix Doxygen warning. Vladimír Vondruš 2015-02-04 20:37:42 +0100
  • 95c7fc7a56 Ignore macro which confuses Doxygen. Vladimír Vondruš 2015-02-04 20:37:23 +0100
  • 80e01ae18d Math: added Matrix4::lookAt(). Bill Robinson 2015-02-01 20:59:12 +0000
  • 0e7c398ae9 Merge f5d2bcf8c2 into 3884359ac8 #88 Bill 2015-02-04 08:21:24 +0000
  • e2ba52d044 Merge c9fb3bae33 into 3884359ac8 #89 Bill 2015-02-04 08:17:35 +0000
  • 3884359ac8 Forgotten file. Vladimír Vondruš 2015-02-04 07:53:18 +0100
  • c9fb3bae33 Merge branch 'added-matrix4-lookat' of github.com:wivlaro/magnum #89 Bill Robinson 2015-02-03 22:03:06 +0000
  • 8e579baeb4 Fix for removed file Bill Robinson 2015-02-03 13:01:53 +0000
  • 7a6ed6abfa SceneGraph: avoid weird attribute warnings on GCC. Vladimír Vondruš 2015-02-02 00:04:38 +0100
  • 7fd539882c Platform: include DebugGroup::maxStackDepth() in magnum-info. Vladimír Vondruš 2015-02-01 23:49:43 +0100
  • c3d9f7a72b Support for debug groups from KHR_debug and EXT_debug_marker. Vladimír Vondruš 2015-02-01 23:45:54 +0100
  • f5d2bcf8c2 Added Matrix4::lookAt #88 Bill Robinson 2015-02-01 20:59:12 +0000
  • a118bec88b Super secret stuff. Vladimír Vondruš 2015-01-28 21:53:21 +0100
  • 696856e8aa Doc++ Vladimír Vondruš 2015-01-28 00:23:19 +0100
  • 3ca8fe7e6c TgaImageConverter, TgaImporter: fix linking of tests on Windows. Vladimír Vondruš 2015-01-27 23:31:14 +0100