6087 Commits (4f6f8ecdde1afc6f686daf528299cc331cec5e91)

Author SHA1 Message Date
Vladimír Vondruš 4f6f8ecdde Platform: um... why isn't SDL_version.h pulled in implicitly? 7 years ago
Vladimír Vondruš 51e65aaae0 Platform: respect DPI in setMin/MaxWindowSize(). 7 years ago
Vladimír Vondruš 322a57e88c Platform: properly fire Sdl2Application::viewportEvent() in all cases. 7 years ago
Vladimír Vondruš 3e4646f4be Platform: add tests for setMin/MaxWindowSize(). 7 years ago
Vladimír Vondruš 98e64b5dee Platform: make the GlfwApplication test app resizable. 7 years ago
Konstantinos Chatzilygeroudis c8d2c33ac6 Fix for Glfw and Wayland crashing when showing the window after being hidden 7 years ago
Vladimír Vondruš 98232f383a Reduce string duplication in enum debug output operators. 7 years ago
Vladimír Vondruš f4e409bfd9 MeshTools: allow views to be passed to the transform*() functions. 7 years ago
Vladimír Vondruš 9ea46261ad Trade: test that all *Data move constructors/assignments are noexcept. 7 years ago
Vladimír Vondruš c4fe09f5df Animation: MSVC 2015, are you upset about this? 7 years ago
Vladimír Vondruš 954798a9ba Animation: allow mutable access to data referenced by TrackView. 7 years ago
Vladimír Vondruš 1182ac5390 Very minor code style cleanup. 7 years ago
Vladimír Vondruš a0fa21c9fb external: expose the OVR_multiview, OVR_multiview2 extension entrypoints. 7 years ago
Vladimír Vondruš 1a4179be70 Platform: minor. 7 years ago
Vladimír Vondruš 39ba1583e1 Platform: ability to specify exit code in AbstractXApplication. 7 years ago
Konstantinos Chatzilygeroudis 270b755517 AbstractXApplication: remove button defines that interere with GlfwApplication. 7 years ago
Konstantinos Chatzilygeroudis 411e349358 GlfwApplication: Workaround for DPI scaling when monitor size is equal to zero 7 years ago
Konstantinos Chatzilygeroudis 756c1242ad GlfwApplication: add mainLoopIteration similar to Sdl2Application 7 years ago
Konstantinos Chatzilygeroudis 432aca900d AbstractXApplication: add mainLoopIteration similar to Sdl2Application 7 years ago
Vladimír Vondruš 01e12ba495 Platform: test Sdl2App/GlfwApp mouse locking. 7 years ago
Vladimír Vondruš c4e3e3c045 Platform: deprecate Sdl2Application::setMouseLocked(). 7 years ago
Vladimír Vondruš 8d9d247573 Platform: deprecate badly designed & useless GlfwApp setCursorMode(). 7 years ago
Vladimír Vondruš c091ed0e66 Platform: implement cursor management for EmscriptenApplication as well. 7 years ago
Vladimír Vondruš a23423457e Platform: update Emscripten boilerplate copy to new binary locations. 7 years ago
Vladimír Vondruš 1f65f0a823 Platform: minor cleanup. 7 years ago
Vladimír Vondruš 7cb49fbb36 Platform: simple test for Sdl2 and GlfwApplication cursors. 7 years ago
Vladimír Vondruš 04827d3743 Platform: Emscripten support for cursors in Sdl2Application. 7 years ago
Vladimír Vondruš fdcfa419de Platform: fix compilation on Emscripten. 7 years ago
Vladimír Vondruš a1bca4d8f4 Platform: minor cleanup, doc++, make cursor LUTs file-local. 7 years ago
Marco Melorio 40bfa7ae91 Plaftorm: Add cursor management support 7 years ago
Vladimír Vondruš 5dc791a75c Be nice and provide a clear assert in meshIndexTypeSize(). 7 years ago
Vladimír Vondruš 96ea050a74 Primitives: fix a missing face in cylinder and cone primitives. 7 years ago
Vladimír Vondruš 8c902bec4d Primitives: make Cone and Cylinder tests more maintainable. 7 years ago
Vladimír Vondruš e496b991b5 GL: properly prefix an error message. 7 years ago
Vladimír Vondruš c5872f2ddf imagecoverter: implement raw pixel import as well. 7 years ago
Vladimír Vondruš 2de43c4fc1 Make (Compressed)PixelFormat work with Configuration. 7 years ago
Vladimír Vondruš c763c782b8 Forward-declare std::string. 7 years ago
Vladimír Vondruš f2b33fa1ef Why is this here. 7 years ago
Vladimír Vondruš 9f8f9b4164 Optimize {Compressed,}PixelFormat debug output. 7 years ago
Vladimír Vondruš 1ab963ea93 Consolidate stringified enums in mesh Debug and configuration parsers. 7 years ago
Vladimír Vondruš e8280abfac Doc++ 7 years ago
Vladimír Vondruš 0aec0db323 imageconverter: clarify message, don't die on compressed images. 7 years ago
Vladimír Vondruš b3544a0404 imageconverter: make it possible to save raw imported data. 7 years ago
Vladimír Vondruš d08e5c1638 imageconverter: print available plugins on importer/converter load error. 7 years ago
Vladimír Vondruš a85d24ad17 Audio, GL: (attempt to) fix MinGW GCC warnings on static Windows builds. 7 years ago
Vladimír Vondruš aa722cd5bd Platform: Xlib.h is a bad, bad thing. 7 years ago
Vladimír Vondruš deb25cd28f singles: update for 2019.10. 7 years ago
Vladimír Vondruš cdd0147edb Disable automatic resource initializers when building static. 7 years ago
Vladimír Vondruš 909887ad7c A sad workaround for a sad misery with Python bindings on Windows. 7 years ago
Vladimír Vondruš de95eddb3f Use the new Matrix4::normalMatrix() everywhere. 7 years ago