2399 Commits (b4e2a96d2f1a60d4436d4d900c711828bf282b57)
 

Author SHA1 Message Date
Vladimír Vondruš b4e2a96d2f Note to self: save before commiting. 13 years ago
Vladimír Vondruš 9749f1ec6a Add missing `openal` dependency to ArchLinux PKGBUILDs. 13 years ago
Vladimír Vondruš db7c68d37f Forgot to update `sdl2` dependency in ArchLinux PKGBUILd. 13 years ago
Vladimír Vondruš f9621be331 doc: updated Getting Started Guide to reflect changes in magnum-bootstrap. 13 years ago
Vladimír Vondruš c83851c52e Always install Test/AbstractOpenGLTester.h. 13 years ago
Vladimír Vondruš a3fc38344c More flexible ability to install CMake modules. 13 years ago
Vladimír Vondruš 86124ba9b3 Updated FindCorrade.cmake from Corrade repository. 13 years ago
Vladimír Vondruš 256f9123d0 Text: fix linker error with Clang. 13 years ago
Vladimír Vondruš 6d2376dad7 Fixed accidental implicit use of explicit constructor. 13 years ago
Vladimír Vondruš 232f112bea Fixed compilation on OpenGL ES. 13 years ago
Vladimír Vondruš 27215ef18f Remove `glew` dependency also from all PKGBUILDs. 13 years ago
Vladimír Vondruš 519f9f7c32 Use glLoadGen instead of GLEW. 13 years ago
Vladimír Vondruš a83e718c2e Initial glLoadGen work. 13 years ago
Vladimír Vondruš f4ff04350e Platform: ability to show extensions also for fully supported versions. 13 years ago
Vladimír Vondruš d22af9478e Added missing ARB_shading_language_packing extension. 13 years ago
Vladimír Vondruš 370055e6dd Adapted to Corrade PluginManager changes. 13 years ago
Vladimír Vondruš a4f895a4df Doc++ 13 years ago
Vladimír Vondruš 97b51189ac Trade: forgotten std::move(). 13 years ago
Vladimír Vondruš 03235705a3 Trade: cut InstanceType enums out of ObjectData*D classes. 13 years ago
Vladimír Vondruš b1bfdbbc86 Trade: cut Type enum out of AbstractMaterialData class. 13 years ago
Vladimír Vondruš bced4719ad Trade: cleanup the dummy classes a bit. 13 years ago
Vladimír Vondruš df91532ed6 Trade: using `std::unique_ptr` when returning polymorphic types. 13 years ago
Vladimír Vondruš 6bbdfbc269 Trade: using `std::optional` instead of pointer in AbstractImporter. 13 years ago
Vladimír Vondruš 9619bb95e4 Added standalone `std::optional` implementation. 13 years ago
Vladimír Vondruš 5bad9685d1 Doc: added Khronos OpenGL ES presentation to Best Practices. 13 years ago
Vladimír Vondruš 8935d8c721 Shapes: preparation for non-boolean collision queries. 13 years ago
Vladimír Vondruš 7d87330249 Gaah. 13 years ago
Vladimír Vondruš 2893d12ece Updated matrix/vector documentation. 13 years ago
Vladimír Vondruš caa9889595 Use `size >> mipLevel` to compute image size at given mip level. 13 years ago
Vladimír Vondruš 8f513b1001 Math: added bitwise operations for integer Vector. 13 years ago
Vladimír Vondruš 50ec325c78 Math: fix and test RectangularMatrix*Vector operation. 13 years ago
Vladimír Vondruš e2c8e8c867 Math: no need to explicitly overload operator=(). 13 years ago
Vladimír Vondruš 88168e259b Math: test also Matrix subclass function implementations. 13 years ago
Vladimír Vondruš 78417dfefa Math: removed integer/float RectangularMatrix multiplication and division. 13 years ago
Vladimír Vondruš b4a33d15c3 Math: improve integer/float Vector multiplication and division. 13 years ago
Vladimír Vondruš 928104bb0a Failed attempt to resolve Doxygen file conflicts. 13 years ago
Vladimír Vondruš 346589732f Doc: updated portability page. 13 years ago
Vladimír Vondruš ff0d6a2d3c Doc: reworded and improved compilation speedup page. 13 years ago
Vladimír Vondruš 91dc9f8956 std::decay in fact does the thing we need. 13 years ago
Vladimír Vondruš d056a0be38 Added todo for the time when GCC 4.6 support is dropped. 13 years ago
Vladimír Vondruš 5ff1020dcd Math: added Vector::isZero(). 13 years ago
Vladimír Vondruš eb932381fc Minor documentation fixes. 13 years ago
Vladimír Vondruš e236fc7e8a DebugTools: explicitly define destructor in source file. 13 years ago
Vladimír Vondruš 39e70907f2 Audio: use proper Array constructor. 13 years ago
Vladimír Vondruš 030c6f4631 More documentation improvement. 13 years ago
Vladimír Vondruš e7ed02dd62 Improved Design Goals in documentation. 13 years ago
Vladimír Vondruš 5ad5ab2c5a Renamed Mesh::addInterleavedVertexBuffer() to addVertexBuffer(). 13 years ago
Vladimír Vondruš 7dd2bed63a Removed unneeded Mesh::add*VertexBuffer*(). 13 years ago
Vladimír Vondruš d579e0e2c6 MeshTools: return pointer to buffer from fullScreenTriangle(). 13 years ago
Vladimír Vondruš c6d56f32f2 Use `sdl2` dependency in ArchLinux development package. 13 years ago