Commit Graph

  • c150f92d4a Added complement operator to Set. Vladimír Vondruš 2012-07-06 02:22:33 +0200
  • a7b9407674 Using explicit conversion operator instead of Set::toUnderlyingType(). Vladimír Vondruš 2012-07-06 02:22:02 +0200
  • 2a474e9005 Set::operator&= cannot be const. Vladimír Vondruš 2012-07-06 02:20:52 +0200
  • 3cd991d04d Forgot hiding also Mesh function implementation from documentation. Vladimír Vondruš 2012-07-06 01:47:40 +0200
  • 92b4429e2c New class ImageWrapper. Vladimír Vondruš 2012-07-06 01:47:21 +0200
  • ba4dec8ec0 Use array delete operator for deleting array. Vladimír Vondruš 2012-07-06 01:13:39 +0200
  • fa9836756a SizeBasedCall: unneeded templated constructor. Vladimír Vondruš 2012-07-05 21:19:43 +0200
  • 24e4f819df Unneeded constructor parameter in TipsifyTest. Vladimír Vondruš 2012-07-05 21:18:50 +0200
  • 9d31231471 Pedantic: first inline, then constexpr, then static. Vladimír Vondruš 2012-07-05 20:57:27 +0200
  • 3824190a50 Fixed comma at the end of enumeration list (GCC 4.5 noticed it). Vladimír Vondruš 2012-07-05 16:46:06 +0200
  • c89ceea72f Renamed configureMagnum -> magnumConfigure. Vladimír Vondruš 2012-07-05 15:02:40 +0200
  • 6f65dd972c Renamed visibility configuration headers to resemble library names. Vladimír Vondruš 2012-07-05 14:59:49 +0200
  • 29723d0975 Fixed texture subdata setters. Vladimír Vondruš 2012-07-04 22:31:10 +0200
  • 6b55ca96f3 Barebone X/EGL context. Vladimír Vondruš 2012-07-03 18:26:13 +0200
  • b5699863f2 Doc: @todo++ Vladimír Vondruš 2012-07-04 17:39:48 +0200
  • c7bb153d0a Port to OpenGL ES 2. Vladimír Vondruš 2012-07-04 00:38:19 +0200
  • 0ac52b1c8b Doc++ Vladimír Vondruš 2012-07-04 00:40:01 +0200
  • 3cb611cbbf TgaImporter: quick ugly fix - don't delete the image data on closing. Vladimír Vondruš 2012-06-23 17:31:57 +0200
  • 1720a67984 Trade::ObjectData: support for empty instances. Vladimír Vondruš 2012-06-23 16:08:13 +0200
  • dc0895142a Ability to explicitly specify name for image from TgaImporter. Vladimír Vondruš 2012-06-23 14:03:45 +0200
  • e887c1a140 Renamed helper headers to have lowercase first letter. Vladimír Vondruš 2012-06-23 04:06:55 +0200
  • 6f3c2ac5ec Adapted to Magnum changes. Vladimír Vondruš 2012-06-23 04:05:19 +0200
  • 43fbbb91fa Bumped version of AbstractImporter interface due to recent changes. Vladimír Vondruš 2012-06-23 03:47:38 +0200
  • 28b28d66f1 AbstractImporter: Added functions for matching IDs and names. Vladimír Vondruš 2012-06-23 03:46:35 +0200
  • 95e65ac830 AbstractImporter: strongly-typed Feature enum. Vladimír Vondruš 2012-06-23 03:49:10 +0200
  • d5d0e49536 Trade: using signed/unsigned int instead of size_t for IDs. Vladimír Vondruš 2012-06-23 03:43:17 +0200
  • cc4d05781f @todo++ Vladimír Vondruš 2012-06-23 03:17:10 +0200
  • f4496a0ba2 Fixed typo. Vladimír Vondruš 2012-06-23 03:16:18 +0200
  • 718f1f6743 Set implementation for strongly-typed enums. Vladimír Vondruš 2012-06-23 03:03:18 +0200
  • e66779df32 Shader: follow pipeline order in Type enum. Vladimír Vondruš 2012-06-22 16:48:43 +0200
  • 4e86dfa6ca Less verbose program parameter setters. Vladimír Vondruš 2012-06-22 16:47:37 +0200
  • 901c987d35 Coding style: where to put deleted constructors and assignment operators. Vladimír Vondruš 2012-06-22 14:18:10 +0200
  • 2d18915dcc Un-confused documentation. Vladimír Vondruš 2012-06-22 14:14:19 +0200
  • 72f2bf3ff9 Support for setting shader program parameters. Vladimír Vondruš 2012-06-22 13:37:18 +0200
  • 8ad76ad7e5 Fixed Windows build. Vladimír Vondruš 2012-06-20 23:24:34 +0200
  • 4af08d04c1 Renamed visibility headers to distinguish them from API headers. Vladimír Vondruš 2012-06-20 22:56:34 +0200
  • 9170728c66 @todo++ Vladimír Vondruš 2012-06-20 22:32:40 +0200
  • 4dcb5df21c Reworked binding of textures to shaders. Vladimír Vondruš 2012-06-19 02:34:54 +0200
  • 04793390e1 Added constexpr to inline const functions where possible. Vladimír Vondruš 2012-06-19 14:50:49 +0200
  • ff5ce74c61 Added missing const. Vladimír Vondruš 2012-06-19 14:50:29 +0200
  • d583a8f73f Removed unneeded virtual from destructor. Vladimír Vondruš 2012-06-19 14:16:28 +0200
  • a8ce2257be Added missing inline. Vladimír Vondruš 2012-06-19 14:15:55 +0200
  • 3861c91030 Disable instantiation of Trade::AbstractMaterialData. Vladimír Vondruš 2012-06-19 14:14:27 +0200
  • 21cb067494 @todo++ Vladimír Vondruš 2012-06-19 02:09:41 +0200
  • b931c83309 Using tagfile from Corrade documentation. Vladimír Vondruš 2012-06-18 22:15:45 +0200
  • 59dcd0dddc Modified MeshTools::interleave() to support any STL container type. Vladimír Vondruš 2012-06-18 21:29:23 +0200
  • 320609995c Minor documentation updates. Vladimír Vondruš 2012-06-18 12:54:15 +0200
  • 79945ab6fc Documentation: organizing the classes into "modules". Vladimír Vondruš 2012-06-18 12:50:18 +0200
  • c11b397d3f Documentation update. Vladimír Vondruš 2012-06-17 17:13:52 +0200
  • f4ff7de611 Revert "Adapted to Magnum changes." Vladimír Vondruš 2012-06-01 11:58:34 +0200
  • f0cb14bae9 Revert "Adapted to OpenGL 4.2 renaming of GL_COPY_*_BUFFER." Vladimír Vondruš 2012-05-30 15:24:51 +0200
  • 83ff04f0a2 Camera: added setters for depth and stencil clear value. Vladimír Vondruš 2012-05-30 14:29:13 +0200
  • a32498361c Camera::setClearColor() is now static. Removed getter. Vladimír Vondruš 2012-05-30 12:10:29 +0200
  • acb8029a93 SDL2 context: keyboard handling for basic keys. Vladimír Vondruš 2012-05-28 23:45:48 +0200
  • 9d39808a84 Better Camera clearing. Vladimír Vondruš 2012-05-28 22:44:01 +0200
  • 16f8b9bbe6 Added stencil test to camera features. Vladimír Vondruš 2012-05-28 22:43:05 +0200
  • 90fbc956cc More unique name for PhongShader resources. Vladimír Vondruš 2012-05-28 22:42:37 +0200
  • 1aca6caf5f AbstractTexture: documented relation between loose and exact types. Vladimír Vondruš 2012-05-28 21:19:23 +0200
  • f97a272fb6 Texture documentation reorganization. Vladimír Vondruš 2012-05-28 20:51:24 +0200
  • e868d8e03c Deprecating AbstractShaderProgram::bind*Location(). Vladimír Vondruš 2012-05-28 19:41:30 +0200
  • 5133861750 Links to required extensions in documentation. Vladimír Vondruš 2012-05-28 18:33:36 +0200
  • a211db25c7 Added documentation TODO. Vladimír Vondruš 2012-05-28 17:15:02 +0200
  • 18e9e7aa93 Adapted to Magnum changes. Vladimír Vondruš 2012-05-28 17:14:16 +0200
  • ce5276b7f0 Doxygen: create tag file. Vladimír Vondruš 2012-05-28 17:09:36 +0200
  • 9cb0846718 Sdl2Context: mouse handling. Vladimír Vondruš 2012-05-28 14:37:07 +0200
  • 83fd5df368 Disable instantiation of all Abstract* classes. Vladimír Vondruš 2012-05-28 14:34:16 +0200
  • 39a313a357 Brought debug facilities from Corrade::Utility to Magnum namespace. Vladimír Vondruš 2012-05-27 23:58:31 +0200
  • 831506d5f1 Removed forgotten debug output. Vladimír Vondruš 2012-05-27 23:57:48 +0200
  • 426d1bc95e Renamed GLutContext::mouseMoveEvent() to mouseMotionEvent(). Vladimír Vondruš 2012-05-27 23:56:25 +0200
  • e9a7a532bf Light::clean() cannot be hidden. Vladimír Vondruš 2012-05-27 21:52:41 +0200
  • 09bfc5927f Updated FindCorrade.cmake. Vladimír Vondruš 2012-05-27 21:52:21 +0200
  • ef6d70c8ad First version of SDL2 context. Vladimír Vondruš 2012-05-27 15:50:47 +0200
  • 73a515e0c0 Doc++, warning if GLUT is not found. Vladimír Vondruš 2012-05-27 15:49:07 +0200
  • ccc36c252e Doc++ Vladimír Vondruš 2012-05-24 02:32:41 +0200
  • c2b1b78916 Added examples to the documentation. Vladimír Vondruš 2012-05-23 21:13:37 +0200
  • 774e0cb362 Feature and other documentation update. Vladimír Vondruš 2012-05-23 21:13:22 +0200
  • e527cfb226 Using enum instead of bool parameter antipattern. Vladimír Vondruš 2012-05-23 19:16:36 +0200
  • 7d277b81e7 Hide static_assert from documentation. Vladimír Vondruš 2012-05-23 17:48:37 +0200
  • 5824ecfe39 New library for OpenGL context creation using various toolkits. Vladimír Vondruš 2012-05-23 17:43:00 +0200
  • e8403c5123 Standards-compilant FindMangum.cmake module. Vladimír Vondruš 2012-05-23 16:05:54 +0200
  • 186adfbd73 Fixed plugin registration after recent object library changes. Vladimír Vondruš 2012-05-23 17:38:31 +0200
  • 192fab0d6c Exclude visibility macros from documentation. Vladimír Vondruš 2012-05-23 10:38:59 +0200
  • 7501c14e56 Exclude *Visibility.h files from documentation. Vladimír Vondruš 2012-05-23 10:38:34 +0200
  • e62091d968 Mentioned online docs and unit tests in documentation. Vladimír Vondruš 2012-05-23 10:21:13 +0200
  • e3286959d6 Clang 3.1 released. Vladimír Vondruš 2012-05-23 10:17:32 +0200
  • 010ee7429a Using more portable CMAKE_SHARED_LIBRARY_CXX_FLAGS instead of -fPIC. Vladimír Vondruš 2012-05-23 09:32:02 +0200
  • 531bb74232 Using more portable CMAKE_SHARED_LIBRARY_CXX_FLAGS instead of -fPIC. Vladimír Vondruš 2012-05-23 09:31:01 +0200
  • d7d6d6bff0 Reuse already compiled objects for unit test libraries. Vladimír Vondruš 2012-05-23 02:01:41 +0200
  • e9f089259a Use target names directly instead of ${MAGNUM_*_LIBRARY} for linking. Vladimír Vondruš 2012-05-23 01:46:03 +0200
  • 86b1aaa2af Reuse most of the already compiled objects for unit test libraries. Vladimír Vondruš 2012-05-23 01:44:40 +0200
  • 3910f88219 Compiling with -fvisibility=hidden. Vladimír Vondruš 2012-05-23 00:27:36 +0200
  • 952f8ebb27 Compiling with -fvisibility=hidden. Vladimír Vondruš 2012-05-22 23:48:59 +0200
  • 7f6f81afc7 Math::Constants are now inline functions instead of static variables. Vladimír Vondruš 2012-05-23 00:18:33 +0200
  • fa69b04dcb MathTypeTraits: part of the original reasons was true. Vladimír Vondruš 2012-05-23 00:03:40 +0200
  • 6ebac5f47d Mention Clang in documentation to state it's officially supported. Vladimír Vondruš 2012-04-20 12:39:28 +0200
  • 0db46034d7 Removed superfluous semicolons. Vladimír Vondruš 2012-05-22 17:57:37 +0200
  • 04a91303f9 Don't delete templated function when no other overload is possible. Vladimír Vondruš 2012-05-22 17:53:55 +0200
  • 6762d3adcd Removed constexpr from non-constexpr constructors. Vladimír Vondruš 2012-05-22 17:50:40 +0200
  • 1be7b8b9c2 Workarounds for Clang parsing issues. Vladimír Vondruš 2012-05-22 17:49:49 +0200
  • a0941a674b Doc++ Vladimír Vondruš 2012-05-22 17:24:03 +0200