6157 Commits (4de8a1d3d22769e7c2cbf9e0057039ff0b7c517f)
 

Author SHA1 Message Date
Vladimír Vondruš 4de8a1d3d2 Math: minor cleanup. 8 years ago
Vladimír Vondruš a1ef8550d3 Shaders: don't multiply Phong diffuse alpha with light intensity. 8 years ago
Vladimír Vondruš f02f2f9a05 Audio: fix the magnum-al-info title. 8 years ago
Vladimír Vondruš 4eb1764c5e doc: placeholder for the UI documentation. 8 years ago
Vladimír Vondruš 8f6ca904d8 doc: improved and unified docs for command-line utilities. 8 years ago
Vladimír Vondruš b47db397af CMake: provide paths to Emscripten-specific CSS/JS files. 8 years ago
Vladimír Vondruš 02ba35ac85 doc: extras now have code snippets too. 8 years ago
Vladimír Vondruš 8ae569755c doc: whoopsie, old URL. 8 years ago
Vladimír Vondruš 39b00b8eae doc: fix compilation on Android. 8 years ago
Vladimír Vondruš 9118037b3b doc: mention EM_ASM() and dollar warnings. 8 years ago
Vladimír Vondruš e3b60abf64 Platform: don't allow emscripten to hide the oopsies. 8 years ago
Vladimír Vondruš 2e567e4f12 Platform: cthulhu was missing here. 8 years ago
Vladimír Vondruš 384d1b0c83 Platform: styling for <p> and <code> in Emscripten apps. 8 years ago
Vladimír Vondruš 9095954e6d Platform: added Sdl2Application::setContainerCssClass(). 8 years ago
Vladimír Vondruš c657da8017 Platform: use our own APIs to get framebuffer size. 8 years ago
Vladimír Vondruš b2cb689cdc Platform: overhaul builtin style+markup for Emscripten apps. 8 years ago
Vladimír Vondruš 934d9e6bf9 Platform: resize events in Sdl2App on Emscripten, autodetecting size. 8 years ago
Vladimír Vondruš 80ba53dc3c Platform: hide meaningless Sdl2Application window flags on Emscripten. 8 years ago
Vladimír Vondruš 56a933b17c Platform: deprecate Sdl2Application AllowHighDpi window flag. 8 years ago
Vladimír Vondruš ed0a719da2 Platform: pass a class to viewportEvent(). 8 years ago
Vladimír Vondruš 25d0bb8768 Platform: {Android,Glfw}Application: consistent windowSize() with SDL. 8 years ago
Vladimír Vondruš c0125fa469 Platform: expose window/framebuffer size in *XApplication classes. 8 years ago
Vladimír Vondruš 769bc0da90 Platform: query DPI awareness on Apple and warn if not set. 8 years ago
Vladimír Vondruš ae31c3cd82 Platform: initial HiDPI support in SDL2 app on Linux and Emscripten. 8 years ago
Vladimír Vondruš 51ec199ece Platform: minor cleanup. 8 years ago
Vladimír Vondruš 7f89add041 Platform: make event constructors explicit. 8 years ago
Vladimír Vondruš d70f75a179 Platform: deprecate GlutApplication. 8 years ago
Vladimír Vondruš cc1bfeb0b8 Platform: improve application tests for easier testing on Emscripten. 8 years ago
Vladimír Vondruš 6a71bf2302 doc: moved iOS/WinRT-specific docs from Sdl2App to dedicated pages. 8 years ago
Vladimír Vondruš 1260d51dc1 Trade: redesign importer file callbacks. 8 years ago
Vladimír Vondruš e54b1fdbc4 Math: hmm, MSVC 2015 and constexpr. Fun. 8 years ago
Vladimír Vondruš 64f8a90095 Math: ability to construct a Range from std::pair. 8 years ago
Vladimír Vondruš fe10dbece8 Math: use plane equation in Intersection::planeLine(). 8 years ago
Vladimír Vondruš 49068f066d Math: added planeEquation() helper. 8 years ago
Vladimír Vondruš 8a35299636 Math: added Math::Range::contains() with Range as a parameter. 8 years ago
Vladimír Vondruš 6cb57534e6 Math: implemented intersect() and intersects() for Range. 8 years ago
Vladimír Vondruš 59852ace85 Math: ability to slice Range into lower dimensions. 8 years ago
Vladimír Vondruš ab91387ef7 GL: my OCD got triggered. 8 years ago
Vladimír Vondruš 7b33d67fe0 package/archlinux: lcov doesn't seem to get fixed anytime soon. 8 years ago
Vladimír Vondruš a673e4d1d7 package/archlinux: added Clang ASan PKGBUILD. 8 years ago
Vladimír Vondruš 23dd5f21f2 Trade: fix build on GCC 4.8. 8 years ago
Vladimír Vondruš 9a13035603 SceneGraph: doc++ 8 years ago
Vladimír Vondruš d88e79cd9e Math: new Color[34]::fromSrgb[Alpha]() and Color[34]::toSrgb[Alpha]Int(). 8 years ago
Vladimír Vondruš 04f4917f7b Math: disable floating-point vector ops on integral types. 8 years ago
Vladimír Vondruš 5cb518a54e SceneGraph: note the Animation API in the Animable class docs. 8 years ago
Vladimír Vondruš 212a01bae5 Trade: document AnimationData usage. 8 years ago
Vladimír Vondruš a45225938e Trade: doc++ 8 years ago
Vladimír Vondruš fafcdcfa1c SceneGraph: ability to affect order of items drawn by Camera. 8 years ago
Vladimír Vondruš 2d76e71abc doc: updated changelog. 8 years ago
Vladimír Vondruš b255f31ca4 SceneGraph: show both single and multiple inheritance in Drawable docs. 8 years ago