3269 Commits (9d2ea4ba156bdd8f04c1bd0f2a614c87ab88ee61)
 

Author SHA1 Message Date
Vladimír Vondruš 9d2ea4ba15 Shapes: removed unused variable from the test. 12 years ago
Vladimír Vondruš 218b950aed Shapes: added Shape::collision(). 12 years ago
Vladimír Vondruš e76178691d Shapes: added missing test for Shape::collides(). 12 years ago
Vladimír Vondruš 4027a097e4 package: build ObjImporter in all packages by default. 12 years ago
Vladimír Vondruš 6910281731 MeshTools: be const-correct. 12 years ago
Vladimír Vondruš cdf24cb58c Proper detection for AMD driver bug workaround. 12 years ago
Vladimír Vondruš 0311ff01c3 MeshTools: sorry about this mess. 12 years ago
Vladimír Vondruš 5ffe761bad Shaders: doc++ 12 years ago
Vladimír Vondruš 26e7c9ce34 MeshTools: added compile() function. 12 years ago
Vladimír Vondruš a7db8052ea Define AbstractShaderProgram::Attribute<T>::Type as T. 12 years ago
Vladimír Vondruš 980503a509 Renamed AbstractShaderProgram::Attribute::Type to ScalarType. 12 years ago
Vladimír Vondruš 6dfd6d4ddb Why the heck did I leave inline here? 12 years ago
Vladimír Vondruš dc4f667f7b MeshTools: added interleaveInto(). 12 years ago
Vladimír Vondruš 4fe1ecd447 MeshTools: use zero-initialized array in interleave(). 12 years ago
Vladimír Vondruš 06b3508719 MeshTools: refactored implementation of interleave(). 12 years ago
Vladimír Vondruš b666044a47 Actually make use of Color[34]ub typedefs. 12 years ago
Vladimír Vondruš aaa6d2e2b1 Fixed PrimitiveQuery documentation. 12 years ago
Vladimír Vondruš 1b2edafcec WavAudioImporter: use PIC only when needed. 12 years ago
Vladimír Vondruš 8ee4d08d87 ObjImporter: the indices are actually global to whole file. 12 years ago
Vladimír Vondruš 77e38fcce3 New ObjImporter plugin. 12 years ago
Vladimír Vondruš 598f31b9e3 MeshTools: check for proper stride value in combineIndexArrays(). 12 years ago
Vladimír Vondruš 6bd5db4c2b MeshTools: check for out-of-range access also in combineIndexedArrays(). 12 years ago
Vladimír Vondruš 14e4e78b6b MeshTools: check out-of-range access in MeshTools::duplicate(). 12 years ago
Vladimír Vondruš dee57c4479 MeshTools: add std::vector overload to combineIndexArrays(). 12 years ago
Vladimír Vondruš 733de78b34 Platform: fix AndroidApplication for Android < 4.0. 12 years ago
Vladimír Vondruš b9b7262eba GLSL ES 3.0 requires `es` in version directive. 12 years ago
Vladimír Vondruš 7b065d5aa6 Platform: initial support for touch/mouse events in AndroidApplication. 12 years ago
Vladimír Vondruš d70b704883 Platform: consistent naming. 12 years ago
Vladimír Vondruš c5f99aade0 Platform: be less greedy in bit flags. 12 years ago
Vladimír Vondruš 3e7469c62f Platform: doc++. 12 years ago
Vladimír Vondruš 9527d39ad3 Added Context::extensionStrings(). 12 years ago
Vladimír Vondruš df06a82430 Android: define GL_ES in GLSL if not defined. 12 years ago
Vladimír Vondruš 822acd3b18 Platform: minor documentation updates for AndroidApplication. 12 years ago
Vladimír Vondruš 26a2d7e1ab Platform: be consistent with default application names. 12 years ago
Vladimír Vondruš 3be68f8f73 Mention minimal required Android version. 12 years ago
Vladimír Vondruš fe34fe84a3 package: build AndroidApplication in development PKGBUILDs. 12 years ago
Vladimír Vondruš cb8eecce51 Platform: initial version of AndroidApplication. 12 years ago
Vladimír Vondruš c34260d603 Platform: even more doc++. 12 years ago
Vladimír Vondruš c2dc386dee modules: populate ${MAGNUM_LIBRARIES} before they are used. 12 years ago
Vladimír Vondruš e3013603f3 modules: updated FindCorrade.cmake from Corrade repository. 12 years ago
Vladimír Vondruš c4530a2b87 Platform: undef even more Xlib nonsense. 12 years ago
Vladimír Vondruš 5cd544b06d Platform: move eglErrorString() helper to separate header. 12 years ago
Vladimír Vondruš a9bcaf4b89 Platform: error out when trying to use NaClApplication outside of NaCl. 12 years ago
Vladimír Vondruš 2a53a70943 package: build XEglApplication on non-desktop ES. 12 years ago
Vladimír Vondruš 68a6729173 Platform: more documentation updates. 12 years ago
Vladimír Vondruš f021f09df8 Platform: finally added proper key events to GlutApplication. 12 years ago
Vladimír Vondruš 20ee86be86 doc: building documentation updates. 12 years ago
Vladimír Vondruš 3cd1093a49 doc: fix more obsolete stuff in Platform docs. 12 years ago
Vladimír Vondruš 1aaa350e90 doc: use absolute includes. 12 years ago
Vladimír Vondruš c084c4ebc4 Platform: another round of insane documentation updates. 12 years ago