6386 Commits (b1454b94de41663093f174c7e03af5bf1db636a4)

Author SHA1 Message Date
Vladimír Vondruš 4988c1ccf7 Ability to control the amount of console output in engine initialization. 10 years ago
Vladimír Vondruš 00891e941d Ability to pass const char** arguments to Platform::Context. 10 years ago
Vladimír Vondruš 176a72653e Platform: update WindowlessWindowsEglContext to match the WglContext. 10 years ago
Vladimír Vondruš fbb363e9d0 Platform: work around horrible wglMakeCurrent() API design. 10 years ago
mdietsch 78ddfad543 Platform: avoid registering WNDCLASS more than once. 10 years ago
Vladimír Vondruš 1cfd2dc7b5 Fix image data size computation with pixel storage skip applied. 10 years ago
Vladimír Vondruš eaeda24399 Don't restrict Double usage on OpenGL ES. 10 years ago
Vladimír Vondruš 946aab3e87 Platform: properly restore previous GL context in WindowlessWglApp. 10 years ago
Vladimír Vondruš 24ad2fef27 Properly export Framebuffer::DrawAttachment::None. 10 years ago
Vladimír Vondruš 4c45341353 Test also using Framebuffer::DrawAttachment::None. 10 years ago
Vladimír Vondruš 288a1f265c Math: this shouldn't have been here. 10 years ago
Vladimír Vondruš 1e5e4843a9 Platform: expose also modifier keys in KeyEvent::Key enum. 10 years ago
Vladimír Vondruš c2d2737ca6 Math: test and document Matrix4::*projection() harder. 10 years ago
Vladimír Vondruš 41253de1d5 Math: make Matrix4::transformPoint() work with projection matrices. 10 years ago
Vladimír Vondruš 9b744250cf Don't use deprecated Corrade functionality. 10 years ago
Vladimír Vondruš 35c3f7d05d Platform: link magnum-info to WindowlessEglApplication in EGL Linux builds. 10 years ago
Vladimír Vondruš 0c52d79707 Platform: oops. 10 years ago
Elliot Saba e40533b841 Platform: Add Sdl2Application::InputEvent::Modifier::Super. 10 years ago
Vladimír Vondruš 140f378739 Platform: rename GlfwApplication::InputEvent::Modifier::AltGr to Super. 10 years ago
Elliot Saba 7fd78b28fb Change GLFW keymappings to use actual GLFW defines 10 years ago
Vladimír Vondruš 798ec9af9b Platform: use BUILD_STATIC_PIC for windowless application libraries. 10 years ago
Vladimír Vondruš ca499e07c5 Audio: fix compiler warning. 10 years ago
Vladimír Vondruš 4759f419c1 Audio: cover also the official Windows SDK from Creative in the checks. 10 years ago
Vladimír Vondruš f68b40c5d9 Implemented *Framebuffer::copyImage() and copySubImage(). 10 years ago
Vladimír Vondruš 1e6a88a9dd Properly check that EXT_texture_array is supported in the test. 10 years ago
Vladimír Vondruš 273189b435 Mention that glPixelStore() is used in *Framebuffer::read(). 10 years ago
Vladimír Vondruš cc3e2df1e1 Fix Attribute documentation to reflect actual enum values. 10 years ago
Vladimír Vondruš 0b3e9cddbc SceneGraph: ignore deprecated warnings in deprecated functions on GCC. 10 years ago
Vladimír Vondruš 8b044064b9 Use WindowlessEglApplication for windowless apps on non-desktop GLES. 10 years ago
Vladimír Vondruš 05684c552f Platform: fix warning in desktop GLES build. 10 years ago
Vladimír Vondruš cac93ec3a5 Platform: make WindowlessEglApplication compile. 10 years ago
Vladimír Vondruš 6e666ebdc7 Doxygen warning fixes. 10 years ago
Vladimír Vondruš 387ab1b08d Platform: compilation fixes for WindowlessNaClApplication. 10 years ago
Vladimír Vondruš ebdf234772 Platform: removed refs to unimplemented features from GlfwApplication. 10 years ago
Vladimír Vondruš f96b22e117 Platform: no-forward-compatible-core-context also on Intel/Windows. 10 years ago
Vladimír Vondruš 51cf1d6120 Introduce BUILD_MULTITHREADED CMake option. 10 years ago
Vladimír Vondruš 6feda42f13 Platform: reworked windowless apps to make threaded contexts possible. 10 years ago
Vladimír Vondruš 88d732a216 Platform: doc++ 10 years ago
Vladimír Vondruš 2a77856df2 Platform: first-class MouseScrollEvent for SDL2 and NaCl application. 10 years ago
Vladimír Vondruš 3f9de4e6a8 Platform: revert "Allow horizontal-only scrolling" 10 years ago
Vladimír Vondruš 0d284736e2 Math: expect test failure with Emscripten and -O1. 10 years ago
Vladimír Vondruš c9946bb06b DebugTools: reduce test precision for Emscripten. 10 years ago
Vladimír Vondruš e2cc33f9d3 Math: don't use std::fma() on Emscripten. 10 years ago
Vladimír Vondruš 5f36f41817 Make all non-GL tests building and passing on WebGL/Emscripten. 10 years ago
Vladimír Vondruš c1e45f5e14 Platform: Sdl2Application::windowSize() is not available in Emscripten. 10 years ago
Vladimír Vondruš 93cf86a076 Platform: mouse click count is not available in Emscripten. 10 years ago
Vladimír Vondruš e873af7777 Platform: make text input actually working on Emscripten. 10 years ago
Vladimír Vondruš 5ae55c15c7 Platform: doc++ 10 years ago
Elliot Saba c817f8412e Allow horizontal-only scrolling 10 years ago
Vladimír Vondruš 04983da23a Don't use EXT_DSA function in ARB_DSA path. 10 years ago