Commit Graph

  • 6f1f50d4b9 doc: wrap. Vladimír Vondruš 2020-11-11 13:53:54 +0100
  • c5a9d2bc2c doc: more Android. Vladimír Vondruš 2020-11-11 13:45:57 +0100
  • 3f85318909 doc: even more Android hell. Vladimír Vondruš 2020-11-11 13:26:30 +0100
  • 51d7eeaa2e doc: add some fresh Android building hell. Vladimír Vondruš 2020-11-11 12:59:51 +0100
  • bd5364fe36 Expand Magnum tag tests with what Corrade tags have also tested. Vladimír Vondruš 2020-11-09 22:31:30 +0100
  • a8b99fb020 Platform: use a branded color. Vladimír Vondruš 2020-11-09 15:20:03 +0100
  • 1fe8df400b Platform: add a TODO about target_link_options(). Vladimír Vondruš 2020-11-09 15:18:15 +0100
  • f4201541f1 doc: updated credits and changelog. Vladimír Vondruš 2020-11-09 14:02:19 +0100
  • e4f3708ca4 doc: minor clarification. Vladimír Vondruš 2020-11-09 14:06:11 +0100
  • 6626525a09 doc: edits to the multi-emscripten-app guide. Vladimír Vondruš 2020-11-09 14:03:05 +0100
  • cc238237fc Platform: docs for multiple applications Pablo Escobar 2020-11-07 20:55:54 +0100
  • f22421247d Platform: use new CSS classes in gl-info Pablo Escobar 2020-11-07 18:20:45 +0100
  • c3c0010304 Platform: avoid potential race conditions on load. Pablo Escobar 2020-11-09 15:14:30 +0100
  • 110e45d0ea Platform: add test for multiple applications on one page. Pablo Escobar 2020-11-05 22:26:03 +0100
  • 673a17fa11 Platform: allow to reuse existing Emscripten Module properties. Pablo Escobar 2020-11-07 16:15:18 +0100
  • 1fd365773a Platform: update {Emscripten,Sdl2}App cursor using Module['canvas']. Pablo Escobar 2020-11-05 22:01:24 +0100
  • 01b4d8d171 Platform: get EmscriptenApplication canvas target from Module['canvas']. Pablo Escobar 2020-11-05 03:17:39 +0100
  • 66c9746986 Platform: switch Emscripten app tests to use CSS classes instead of IDs. #481 Vladimír Vondruš 2020-11-06 22:15:46 +0100
  • 832f0ae3fc Platform: don't hardcode ID in {Emscripten,Sdl}App::setContainerCssClass(). Vladimír Vondruš 2020-11-06 20:29:12 +0100
  • 2d0c97d4c0 Platform: use CSS classes instead of IDs for Emscripten markup. Vladimír Vondruš 2020-11-06 20:20:19 +0100
  • 86a26eb07b Platform: don't hardcode status and log element IDs for Emscripten. Vladimír Vondruš 2020-11-06 20:16:36 +0100
  • 17c18f89db EmscriptenApplication: add function to create new Module instances #480 Pablo Escobar 2020-11-09 00:28:52 +0100
  • 78a781b331 EmscriptenApplication: oops Pablo Escobar 2020-11-08 21:59:03 +0100
  • 23ec25d582 EmscriptenApplication: move private static functions to an anonymous namespace Pablo Escobar 2020-11-08 21:54:32 +0100
  • 477910a815 EmscriptenApplication: define special Emscripten target constants if they're not defined Pablo Escobar 2020-11-08 21:53:46 +0100
  • 67a711a101 Platform: I'm sorry for breaking the build. Vladimír Vondruš 2020-11-07 23:30:18 +0100
  • 8a69c689a9 Platform: docs for multiple applications Pablo Escobar 2020-11-07 20:55:54 +0100
  • 0a64bac3fd Platform: use new CSS classes in gl-info Pablo Escobar 2020-11-07 18:20:45 +0100
  • b636fdbe0e EmscriptenApplication: use existing Module object in WindowlessEmscriptenApplication.js as well Pablo Escobar 2020-11-07 17:15:18 +0100
  • cc1f400c22 EmscriptenApplication: add test for multiple applications on one page Pablo Escobar 2020-11-07 16:16:52 +0100
  • 05f5be96db EmscriptenApplication: fix handling of magic target constants Pablo Escobar 2020-11-07 16:16:28 +0100
  • 0e657a5f91 EmscriptenApplication: use existing Module object Pablo Escobar 2020-11-07 16:15:18 +0100
  • f24a7f3158 Platform: update EmscriptenApplication and Sdl2Application cursor using Module['canvas'] Pablo Escobar 2020-11-07 02:34:36 +0100
  • dec75443f3 EmscriptenApplication: add test for multiple applications on one page Pablo Escobar 2020-11-07 01:05:39 +0100
  • b1c31831a8 EmscriptenApplication: get canvas target from Module['canvas'] and properly account for -s DISABLE_DEPRECATED_FIND_EVENT_TARGET_BEHAVIOR Pablo Escobar 2020-11-07 01:04:03 +0100
  • 57edde9b86 EmscriptenApplication: formatting Pablo Escobar 2020-11-05 22:28:54 +0100
  • 910a47676e EmscriptenApplication: add custom canvas test Pablo Escobar 2020-11-05 22:26:03 +0100
  • b354acdfff EmscriptenApplication: don't hardcode the cursor target element Pablo Escobar 2020-11-05 22:01:24 +0100
  • f25f08be87 EmscriptenApplication: set canvas target in all versions of tryCreate Pablo Escobar 2020-11-05 21:59:53 +0100
  • edcce6cff5 EmscriptenApplication: make canvas target selector configurable Pablo Escobar 2020-11-05 03:17:39 +0100
  • 8b4f26645b Platform: switch Emscripten app tests to use CSS classes instead of IDs. Vladimír Vondruš 2020-11-06 22:15:46 +0100
  • e3c6289c44 Platform: don't hardcode ID in {Emscripten,Sdl}App::setContainerCssClass(). Vladimír Vondruš 2020-11-06 20:29:12 +0100
  • ed9e236da1 Platform: use CSS classes instead of IDs for Emscripten markup. Vladimír Vondruš 2020-11-06 20:20:19 +0100
  • 70e45d984a Platform: don't hardcode status and log element IDs for Emscripten. Vladimír Vondruš 2020-11-06 20:16:36 +0100
  • 7ce234f60b Revert "EmscriptenApplication: get correct keyboardListeningElement CSS selector" Vladimír Vondruš 2020-11-06 22:22:43 +0100
  • fc9a2f45d6 Platform: clear the framebuffer in Sdl2Application test. Vladimír Vondruš 2020-11-06 22:14:54 +0100
  • 4c2aae65b9 Platform: https! Vladimír Vondruš 2020-11-06 20:16:09 +0100
  • e03813643a Platform: this documentation is wrong. Vladimír Vondruš 2020-11-06 20:15:36 +0100
  • fa733a55ca doc: updated credits. Vladimír Vondruš 2020-11-06 12:52:27 +0100
  • c760acb548 EmscriptenApplication: get correct keyboardListeningElement CSS selector Pablo Escobar 2020-11-05 22:00:59 +0100
  • 321c2d22b9 Platform: improve console output of EmscriptenApplicationTest. Vladimír Vondruš 2020-11-06 11:57:50 +0100
  • 08ecbbc380 Platform: fix EmscriptenApplication key events. Vladimír Vondruš 2020-11-06 11:55:39 +0100
  • 38a2a1f6c4 AnyShaderConverter: propagate optimization level as well. Vladimír Vondruš 2020-11-05 16:50:37 +0100
  • 9b3abeef17 AnyShaderConverter: typo! Vladimír Vondruš 2020-11-05 16:50:20 +0100
  • 5327fe0ae2 CMake: make it possible to build only some plugins as static. Vladimír Vondruš 2020-11-05 16:48:33 +0100
  • 6ec446ac2e ShaderTools: document relation between the CLI and C++ APIs. Vladimír Vondruš 2020-11-05 16:40:03 +0100
  • 52423e5350 package/archlinux: keep a debug variant of magnum-shaderconverter too. Vladimír Vondruš 2020-11-05 16:36:00 +0100
  • 81a339a79e modules: use standard CMake APIs for detecting static libs. Vladimír Vondruš 2020-11-05 16:35:36 +0100
  • 6b93a2d364 ShaderTools: fix the input callback snippet to be less wrong. Vladimír Vondruš 2020-11-02 16:39:28 +0100
  • 4018e053ba doc: mention an alternative to GL_ARB_shading_language_include. Vladimír Vondruš 2020-11-02 16:39:04 +0100
  • 8ec6b18c71 doc: mention MinGW GCC/Clang ABI incompatibility in Windows platform docs. Vladimír Vondruš 2020-11-02 08:41:26 +0100
  • 718a23adfc doc: mention the new utils in namespace docs as well. Vladimír Vondruš 2020-10-30 20:58:11 +0100
  • b18aba5868 AnyShaderConverter: propagate debug info level. Vladimír Vondruš 2020-10-30 19:56:46 +0100
  • 709931896d ShaderTools: doc that optimization / debug info doesn't affect validation. Vladimír Vondruš 2020-10-30 19:50:53 +0100
  • c9d28af5d4 shaderconverter: hmm, this is wrong. Vladimír Vondruš 2020-10-30 17:26:30 +0100
  • d15d024da1 ShaderTools: check for PreprocessOnly also in validate*(). Vladimír Vondruš 2020-10-30 17:23:44 +0100
  • 0a32b74356 ShaderTools: forgot to test the PreprocessOnly check in link*(). Vladimír Vondruš 2020-10-30 17:23:12 +0100
  • bd3903e637 AnyShaderConverter: propagate preprocessor definitions. Vladimír Vondruš 2020-10-30 17:06:33 +0100
  • 5c223d2045 doc: reference CLI utils from plugin interface classes. Vladimír Vondruš 2020-10-30 16:14:08 +0100
  • d41e81fa9c AnyShaderConverter: fix include order. Vladimír Vondruš 2020-10-30 12:52:31 +0100
  • f80b238e27 ShaderTools: intro docs for AbstractConverter. Vladimír Vondruš 2020-10-29 17:04:29 +0100
  • dcbd860f9b shaderconverter: new tool. Vladimír Vondruš 2020-10-07 19:30:31 +0200
  • 6db6a2a5f8 AnySceneConverter: fix a misleading macro name in the test. Vladimír Vondruš 2020-10-29 19:41:31 +0100
  • f1ba6c692b AnyShaderConverter: new plugin. Vladimír Vondruš 2020-10-09 22:31:32 +0200
  • 7c0266f3eb ShaderTools: add a TODO. Vladimír Vondruš 2020-10-22 12:54:00 +0200
  • b9ef6b4a02 ShaderTools: ability to control optimizations and debug level. Vladimír Vondruš 2020-10-11 21:37:58 +0200
  • ff7b08a59b ShaderTools: ability to control the preprocessor. Vladimír Vondruš 2020-10-11 21:03:47 +0200
  • 7ee589552f ShaderTools: expand verbosity levels, add warnings as errors. Vladimír Vondruš 2020-10-11 19:16:22 +0200
  • 709ed229f5 ShaderTools: ability to specify input/output shader format and version. Vladimír Vondruš 2020-10-19 13:08:55 +0200
  • 332030aaa2 ShaderTools: add a linking API to AbstractConverter. Vladimír Vondruš 2020-10-18 20:08:13 +0200
  • ad12575a08 ShaderTools: C++, you're stupid. Fuck you. Vladimír Vondruš 2020-10-06 19:39:17 +0200
  • 13dfb6472f ShaderTools: bootstrap new library. Vladimír Vondruš 2020-10-05 21:28:43 +0200
  • 0f026cd314 Platform: port EmscriptenApplication away from deprecated string APIs. Vladimír Vondruš 2020-10-23 22:31:28 +0200
  • 46a2711fe9 Pointless Travis CI migration. Vladimír Vondruš 2020-10-23 17:08:27 +0200
  • 9fa90997ac Trade: fix cone angle defaults in LightData. Vladimír Vondruš 2020-10-22 12:52:32 +0200
  • 01cbfc6c3c MeshTools: adapt compile() test to changes in Phong light falloff. Vladimír Vondruš 2020-10-21 16:40:26 +0200
  • d1ee0b7f7e package/ci: re-enable important plugins in the GLES build. Vladimír Vondruš 2020-10-21 16:31:08 +0200
  • 08bd6e9ae9 Test: fix wrong plugin name in a message. Vladimír Vondruš 2020-10-21 16:28:14 +0200
  • f30e9911e2 doc: updated changelog. Vladimír Vondruš 2020-10-21 16:10:25 +0200
  • e7b9ca735e Shaders: make default indentity matrices more explicit in the code. Vladimír Vondruš 2020-10-21 12:23:27 +0200
  • 7f5f93f31d AnyImageImporter: port away from deprecated APIs. Vladimír Vondruš 2020-10-21 12:23:05 +0200
  • e852277905 AnyImageImporter: fix signature printing in the error message. Vladimír Vondruš 2020-10-21 12:14:35 +0200
  • 83d6509595 Math: adapt to changes to Tweakable internals. Vladimír Vondruš 2020-10-20 21:48:55 +0200
  • 5438b58348 MeshTools: doc++ Vladimír Vondruš 2020-10-19 13:43:11 +0200
  • e65d1b8aff Doc++ Vladimír Vondruš 2020-10-19 12:53:07 +0200
  • 1eb1eec271 Shaders: fix distance attentuation calculation in Phong. Vladimír Vondruš 2020-10-18 18:30:10 +0200
  • 19d1693323 Platform: suppress a warning specific to MinGW GCC 8+. Vladimír Vondruš 2020-10-18 17:11:47 +0200
  • de8613e8b1 package/homebrew: update to what's actually recent in the package repo. Vladimír Vondruš 2020-10-16 19:29:32 +0200
  • 4efcc78222 Wait, why the heck do I not use the NoCreate tag from Corrade? Vladimír Vondruš 2020-10-16 16:09:42 +0200
  • 253b8b9be7 doc: macOS is GL 4.1, not sure why I thought it's 4.2. Vladimír Vondruš 2020-10-16 16:08:52 +0200