Commit Graph

  • 732d7e057e SceneGraph: new AbstractTranslation transformation interface. Vladimír Vondruš 2013-10-14 20:28:47 +0200
  • 00c3283ab3 SceneGraph: test assert in DualQuaternionTransformation::fromMatrix(). Vladimír Vondruš 2013-10-14 18:33:38 +0200
  • 541fa592e0 SceneGraph: clean up includes. Vladimír Vondruš 2013-10-14 18:26:32 +0200
  • 4e7c7925a7 SceneGraph: clean up the code a bit. Vladimír Vondruš 2013-10-14 18:21:49 +0200
  • de39a9540d SceneGraph: doc++ Vladimír Vondruš 2013-10-14 18:09:12 +0200
  • cfecb93c8b SceneGraph: fire assertions only where it really matters. Vladimír Vondruš 2013-10-14 18:03:31 +0200
  • a62869cb8b Make Doxygen spit less warnings. Vladimír Vondruš 2013-10-14 01:48:25 +0200
  • 0f8d2f2e98 SceneGraph: hide internal transformation implementation from public API. Vladimír Vondruš 2013-10-14 01:36:27 +0200
  • e4790eaec9 Fix installation dir for DLLs on Windows. Vladimír Vondruš 2013-10-11 12:05:27 +0200
  • a2b9a65b8f Fixed segfault in AbstractTexture::bind(). Vladimír Vondruš 2013-10-11 00:48:04 +0200
  • 95a0b8f3f2 Improve sectioning in building documentation even more. Vladimír Vondruš 2013-10-11 00:47:32 +0200
  • f4c5adc233 Mention that both target and native Corrade is needed for crosscompiling. Vladimír Vondruš 2013-10-11 00:47:01 +0200
  • e61ccede22 We don't need Graphviz for Doxygen docs anymore. Vladimír Vondruš 2013-10-11 00:46:19 +0200
  • ef08f1ff79 Remove totally useless introduction paragraph in building documentation. Vladimír Vondruš 2013-10-11 00:45:48 +0200
  • f4d62da49d GCC 4.5 compatibility: better workaround for defaulted destructors. Vladimír Vondruš 2013-10-09 23:05:06 +0200
  • f370992a98 GCC 4.5 compatibility: nullptr-related issues. Vladimír Vondruš 2013-10-09 23:04:36 +0200
  • eb83ebe270 GCC 4.4 compatibility: no comparison of strongly typed enums. Vladimír Vondruš 2013-10-09 23:03:30 +0200
  • 2008fc4780 Merge branch 'master' into compatibility Vladimír Vondruš 2013-10-09 22:38:02 +0200
  • b66ce70154 Fixed and improved Getting Started documentation to be more failproof. Vladimír Vondruš 2013-10-09 22:24:12 +0200
  • b7e241f17a Adapted to Magnum changes. Vladimír Vondruš 2013-10-08 11:40:50 +0200
  • d690dcbb92 Platform: ability to not print all those implementation-defined values. Vladimír Vondruš 2013-10-08 11:31:01 +0200
  • bc3cbf1ad6 Renamed ImageType and ImageFormat to ColorType and ColorFormat. Vladimír Vondruš 2013-10-08 11:21:15 +0200
  • 6ccf098fc8 Add some TODOs for remaining limit queries. Vladimír Vondruš 2013-10-06 00:46:35 +0200
  • 94d204ec0c Mention that line/polygon smooth and compiler query is not supported. Vladimír Vondruš 2013-10-06 00:45:39 +0200
  • 6ee2745503 Texture-related limit queries. Vladimír Vondruš 2013-10-06 00:08:39 +0200
  • 4a983566e6 Buffer-related limit queries. Vladimír Vondruš 2013-10-05 23:35:07 +0200
  • eb24db9b5f Framebuffer-related limit queries. Vladimír Vondruš 2013-10-05 23:30:12 +0200
  • c44681dbe1 Mesh-related limit queries. Vladimír Vondruš 2013-10-05 22:35:11 +0200
  • a040b358ef Shader-related limit queries. Vladimír Vondruš 2013-10-06 00:42:30 +0200
  • 323277a2f1 Added NV_fbo_color_attachments ES extension to the list. Vladimír Vondruš 2013-10-07 22:03:24 +0200
  • ce1e299b53 Fixed ES3 build. Vladimír Vondruš 2013-10-08 01:03:40 +0200
  • d714700899 Shapes: documented detailed collisions. Vladimír Vondruš 2013-09-26 17:25:41 +0200
  • c5280d9a0f DebugTools: support for InvertedSphere in ShapeRenderer. Vladimír Vondruš 2013-09-26 16:52:11 +0200
  • 4a79d24e9e Shapes: mention inverted shapes in the introductory docs. Vladimír Vondruš 2013-09-26 16:49:35 +0200
  • da114ef853 Shapes: collision of InvertedSphere and Sphere. Vladimír Vondruš 2013-09-26 16:42:23 +0200
  • 42691fb035 Shapes: collision of InvertedSphere and Point. Vladimír Vondruš 2013-09-26 16:41:22 +0200
  • 54465070ae Shapes: added InvertedSphere shape. Vladimír Vondruš 2013-09-26 00:55:51 +0200
  • c8b82479f9 Shapes: minor cleanup. Vladimír Vondruš 2013-09-25 23:54:28 +0200
  • 103875ea9d Shapes: (detailed) collision of two spheres. Vladimír Vondruš 2013-09-23 01:23:52 +0200
  • cf11f7e8fb Shapes: (detailed) collision of sphere vs. point. Vladimír Vondruš 2013-09-23 01:23:19 +0200
  • 4b7187dd36 Shapes: Collision object, providing more detailed collision information. Vladimír Vondruš 2013-09-04 12:45:22 +0200
  • fb6f6e47f6 DebugTools: doc++ Vladimír Vondruš 2013-09-23 20:29:22 +0200
  • 2d25511570 Mention WITH_FIND_MODULE CMake option in documentation. Vladimír Vondruš 2013-09-23 01:25:40 +0200
  • ea00057207 Updated FindCorrade.cmake from Corrade repository. Vladimír Vondruš 2013-09-23 01:25:21 +0200
  • 136e5c08fc Mentioned version-aware extension queries in portability documentation. Vladimír Vondruš 2013-09-19 18:40:49 +0200
  • 66a756a958 Shaders: extension queries depending on GLSL version in MeshVisualizer. Vladimír Vondruš 2013-09-19 13:35:52 +0200
  • 0b4e6391a0 Shaders: extension support queries depend on selected GLSL version. Vladimír Vondruš 2013-09-19 13:31:31 +0200
  • 0d28913731 Allow shader layout qualifiers only with GLSL 1.40 (GL 3.1) and above. Vladimír Vondruš 2013-09-19 13:00:16 +0200
  • 06f0433250 Shaders: better preprocessor code formatting. Vladimír Vondruš 2013-09-19 12:57:19 +0200
  • 4b773993e3 Ability to check that extension is supported in particular version. Vladimír Vondruš 2013-09-19 12:36:25 +0200
  • c807e4f1b1 Test version/extension checking functions in Context. Vladimír Vondruš 2013-09-19 12:24:17 +0200
  • 2c0e7da5a0 Shaders: fix compilation of textured Phong shader on OpenGL ES. Vladimír Vondruš 2013-09-19 02:16:16 +0200
  • 51ca4be9a9 Shaders: fix Phong shader compilation for more than one texture. Vladimír Vondruš 2013-09-19 02:13:18 +0200
  • 9e2dc3cc2f Shaders: test compilation of Phong shader. Vladimír Vondruš 2013-09-19 02:12:35 +0200
  • 407fec17f3 SceneGraph: shorten lengthy test names to preserve 80-column ctest output. Vladimír Vondruš 2013-09-19 02:05:50 +0200
  • 55a557f419 Shaders: test compilation of MeshVisualizer shader. Vladimír Vondruš 2013-09-19 02:05:23 +0200
  • c2f69b20e8 Shaders: test compilation of Flat and VertexColor shaders. Vladimír Vondruš 2013-09-19 01:50:00 +0200
  • c13f8a77f5 Shaders: test compilation of *Vector shaders. Vladimír Vondruš 2013-09-19 01:48:28 +0200
  • e9432370da Merge branch 'master' into compatibility Vladimír Vondruš 2013-09-19 00:07:46 +0200
  • c610bc15b4 GCC 4.5 compatibility: some explicit typing needed. Vladimír Vondruš 2013-09-18 22:39:19 +0200
  • c65ac5aeb3 Platform: NaCl build workaround. Vladimír Vondruš 2013-09-19 00:06:39 +0200
  • f4de432ac4 Shaders: `const` for readonly vars is in ARB_shading_language_420pack. Vladimír Vondruš 2013-09-18 22:59:14 +0200
  • f984c15e15 GCC 4.5 compatibility: cannot default destructor in class body. Vladimír Vondruš 2013-09-18 22:38:25 +0200
  • ab500860ee Merge branch 'master' into compatibility Vladimír Vondruš 2013-09-18 22:30:08 +0200
  • fd1d067c36 Shaders: fix textured Phong for GLSL 1.20 and GLSL ES 1.0. Vladimír Vondruš 2013-09-18 21:46:04 +0200
  • f166d006c2 Shaders: `const` for readonly variables is since GLSL 4.20. Vladimír Vondruš 2013-09-18 21:44:51 +0200
  • 3240accce0 GLEW wasn't dependency for ES packages. Vladimír Vondruš 2013-09-18 21:41:59 +0200
  • 948e771c79 Update package name in development PKGBUILDs. Vladimír Vondruš 2013-09-18 21:41:07 +0200
  • 61af376fda SceneGraph: explicitly export also AbstractCamera symbols. Vladimír Vondruš 2013-09-17 20:04:16 +0200
  • 655c9ea2cf Export GLLoadGen symbols so they can be used in shared libraries. Vladimír Vondruš 2013-09-16 21:44:27 +0200
  • 100990cb0e Move extension loading into Magnum::Context. Vladimír Vondruš 2013-09-16 19:30:17 +0200
  • 410d3d0cd7 WavAudioImporter: fix linker error on Windows. Vladimír Vondruš 2013-09-16 19:19:54 +0200
  • 361fc7b877 Windows build fixes (working around std::u32string bugs). Vladimír Vondruš 2013-09-16 19:17:17 +0200
  • 2ec933c000 Indent the nested ifdefs for better readability. Vladimír Vondruš 2013-09-16 19:15:45 +0200
  • 277465ac98 Updated toolchains submodule. Vladimír Vondruš 2013-09-16 16:34:05 +0200
  • b4e2a96d2f Note to self: save before commiting. Vladimír Vondruš 2013-09-13 19:56:44 +0200
  • 9749f1ec6a Add missing `openal` dependency to ArchLinux PKGBUILDs. Vladimír Vondruš 2013-09-13 17:58:59 +0200
  • db7c68d37f Forgot to update `sdl2` dependency in ArchLinux PKGBUILd. Vladimír Vondruš 2013-09-13 17:57:59 +0200
  • f9621be331 doc: updated Getting Started Guide to reflect changes in magnum-bootstrap. Vladimír Vondruš 2013-09-13 12:33:34 +0200
  • c83851c52e Always install Test/AbstractOpenGLTester.h. Vladimír Vondruš 2013-09-12 21:28:22 +0200
  • a3fc38344c More flexible ability to install CMake modules. Vladimír Vondruš 2013-09-12 21:06:01 +0200
  • 86124ba9b3 Updated FindCorrade.cmake from Corrade repository. Vladimír Vondruš 2013-09-12 20:33:10 +0200
  • 256f9123d0 Text: fix linker error with Clang. Vladimír Vondruš 2013-09-12 19:23:18 +0200
  • 6d2376dad7 Fixed accidental implicit use of explicit constructor. Vladimír Vondruš 2013-09-12 19:21:55 +0200
  • 232f112bea Fixed compilation on OpenGL ES. Vladimír Vondruš 2013-09-12 19:08:46 +0200
  • 27215ef18f Remove `glew` dependency also from all PKGBUILDs. Vladimír Vondruš 2013-09-11 13:58:25 +0200
  • 519f9f7c32 Use glLoadGen instead of GLEW. Vladimír Vondruš 2013-09-11 10:20:26 +0200
  • a83e718c2e Initial glLoadGen work. Vladimír Vondruš 2013-09-11 10:15:06 +0200
  • f4ff04350e Platform: ability to show extensions also for fully supported versions. Vladimír Vondruš 2013-09-11 09:08:55 +0200
  • d22af9478e Added missing ARB_shading_language_packing extension. Vladimír Vondruš 2013-09-11 09:04:41 +0200
  • 370055e6dd Adapted to Corrade PluginManager changes. Vladimír Vondruš 2013-09-08 16:11:51 +0200
  • a4f895a4df Doc++ Vladimír Vondruš 2013-09-07 22:52:04 +0200
  • 97b51189ac Trade: forgotten std::move(). Vladimír Vondruš 2013-09-07 22:24:38 +0200
  • 03235705a3 Trade: cut InstanceType enums out of ObjectData*D classes. Vladimír Vondruš 2013-09-07 22:23:20 +0200
  • b1bfdbbc86 Trade: cut Type enum out of AbstractMaterialData class. Vladimír Vondruš 2013-09-07 21:44:54 +0200
  • d43db99e86 MagnumFont[Converter]: adapted to Magnum changes. Vladimír Vondruš 2013-09-07 21:36:49 +0200
  • b84dc709f8 TgaImporter, TgaImageConverter: adapted to Magnum changes. Vladimír Vondruš 2013-09-07 21:33:03 +0200
  • 91216abb7f GCC 4.5 compatibility: nullptr-related issues. Vladimír Vondruš 2013-09-07 17:14:49 +0200
  • 11adc1a5bf Using `std::optional` with compatibility fixes for GCC 4.4 and 4.5. Vladimír Vondruš 2013-09-05 00:32:54 +0200
  • 9f89bce53c Merge branch 'master' into compatibility Vladimír Vondruš 2013-09-05 00:31:57 +0200