6296 Commits (3b2c4ca5e5e367e2af60fffdedd1c69794954bbc)
 

Author SHA1 Message Date
Vladimír Vondruš 3b2c4ca5e5 Platform: make WindowlessEglApplication working with SwiftShader. 8 years ago
Vladimír Vondruš 3828e6b9a3 Platform: don't disable compositing in Sdl2App. 8 years ago
Vladimír Vondruš 209cdbcd05 TextureTools: make distanceField() work better on bad/old shader compilers. 8 years ago
Vladimír Vondruš dfb7e08a51 TextureTools: simplify the shader preprocessor hell. 8 years ago
Vladimír Vondruš c983068fcc TextureTools: initial test for distanceField(). 8 years ago
Vladimír Vondruš 9a80aae2bf TextureTools: doc++ 8 years ago
Vladimír Vondruš a11605776f TextureTools: hide visibility macros from Doxygen. 8 years ago
Vladimír Vondruš 7ad64bda2a DebugTools: add CompareImageFile, CompareImageToFile + CompareFileToImage. 8 years ago
Vladimír Vondruš f8ad32f71c DebugTools: exclude hard-to-test code from code coverage. 8 years ago
Vladimír Vondruš 4417a46bf9 AnySceneImporter: properly handle animation import as well. 8 years ago
Vladimír Vondruš 436f8cdb96 Use quotes for inter-project includes. 8 years ago
Vladimír Vondruš a1be168b7f Doc++ 8 years ago
Vladimír Vondruš 17fe3a5998 package: hide deprecated functionality from code coverage reports. 8 years ago
Vladimír Vondruš 375af3551d package/archlinux: explicitly build also GL tests for Emscripten. 8 years ago
Vladimír Vondruš eabe118266 Math: doc++ 8 years ago
Vladimír Vondruš 03ee1c6fe8 Animation: minor cleanup. 8 years ago
Vladimír Vondruš adaeb21a4d Animation: implemented Player:seekBy() / Player::seekTo(). 8 years ago
Vladimír Vondruš 65b870dfc8 Animation: pausing animation should never result in a stopped state. 8 years ago
Vladimír Vondruš 29d5d83af9 Animation: doc++ 8 years ago
Vladimír Vondruš d3cb21dd55 Platform: fix 1:1 aspect ratio for web applications. 8 years ago
Vladimír Vondruš e1e4dbd4c4 Platform: properly fall back to physical DPI scaling. 8 years ago
Vladimír Vondruš e1a156ea67 Platform: numpad key mapping for Sdl2Application. 8 years ago
Vladimír Vondruš 7a0bf3018f Math: new min(), max() and minmax() overloads taking plain C arrays. 8 years ago
Vladimír Vondruš 5319e6bb1c Platform: properly initialize a value. 8 years ago
Vladimír Vondruš dcea264b71 GL: fix compiler warning. 8 years ago
Vladimír Vondruš 674a740da5 Renamed various sRGB-related GL APIs for consistency with naming in Math. 8 years ago
Vladimír Vondruš e43d5790f6 Trade: change animation track target to target type and target ID to target. 8 years ago
Vladimír Vondruš 2101e79b52 doc: this is what you get for being distracted in the middle. 8 years ago
Vladimír Vondruš 89d988383a Don't use GL-specific stuff on targets without GL enabled. 8 years ago
Vladimír Vondruš ae744ee6c8 Platform: style canvas focus outline consistently with m.css. 8 years ago
Vladimír Vondruš 272d504f3d package/archlinux: enable Vk library on all Arch packages. 8 years ago
Vladimír Vondruš 850ad2efb5 Doc++ 8 years ago
Vladimír Vondruš 1082727c4c doc: ughhhh. 8 years ago
Vladimír Vondruš 28a19f5add Math: adapt to m.css Doxygen theme updates. 8 years ago
Vladimír Vondruš 8c50ed239b doc: updated changelog. 8 years ago
Vladimír Vondruš 4a9e63ebdd Math: doc++ 8 years ago
Vladimír Vondruš d2914c78b4 Animation: test some more corner cases. 8 years ago
Vladimír Vondruš c546c0bd64 Animation: fix pause() behavior. 8 years ago
Vladimír Vondruš c9f179c474 Animation: test the pause better. 8 years ago
Vladimír Vondruš de995059c6 Animation: make Player::elapsed() behave correctly after a "run out". 8 years ago
Vladimír Vondruš 8a71cb6415 Animation: added Player::elapsed(). 8 years ago
Vladimír Vondruš 9eb1885923 Animation: doc++ 8 years ago
Vladimír Vondruš d798960587 doc: use MeshTools::compile() for vertex color primitives as well. 8 years ago
Squareys e6fd70fe00 MeshTools: compile mesh colors to Color4 attribute 8 years ago
Vladimír Vondruš 6bb0179c65 Re-add glDrawRangeElements() workaround for Emscripten. 8 years ago
Vladimír Vondruš 799d9b80db Doc++ 8 years ago
Vladimír Vondruš 6725f6ed2f Math: doc++ 8 years ago
Vladimír Vondruš b44166b238 Math: work around a MSVC 2017 15.8 ICE. 8 years ago
Vladimír Vondruš 4acfa8c197 Primitives: a better line primitive. 8 years ago
Vladimír Vondruš 523c16779d Math: added missing CubicHermite [s]lerp[ShortestPath]() overloads. 8 years ago