6484 Commits (52087196bc4c051220097965c20d86aa1adab80e)
 

Author SHA1 Message Date
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
Vladimír Vondruš dfcd33ffe8 Math: properly test also (s)lerpShortestPath() assertions. 8 years ago
Vladimír Vondruš d5e6012824 Math: simplify CubicHermite test. 8 years ago
Vladimír Vondruš 2975a1ba2d Doc++ 8 years ago
Vladimír Vondruš b615e1ae28 Shaders: support multiple lights in Phong. 8 years ago
Vladimír Vondruš 7d0757ca4d Shaders: debug output for all Flag / Flags enums / enum sets. 8 years ago
Vladimír Vondruš 89ab8c43e0 MeshTools: why put docs for transform() to an obscure dualquat overload? 8 years ago
Vladimír Vondruš b93fcd6d9d Trade: camera type, projection size and aspect ratio support. 8 years ago
Vladimír Vondruš fa10765198 Trade: alpha mode, alpha mask and double sided material properties. 8 years ago
Vladimír Vondruš 4b7dab10e1 Math: improve docs of Matrix4::perspectiveProjection(). 8 years ago
Alan 3bbb4088a8
Update Range.h 8 years ago
Vladimír Vondruš 13a6ba8a23 Math: benchmark quaternion interpolation methods. 8 years ago
Vladimír Vondruš cbc35c4353 Stub documentation for transformation interpolation and animation. 8 years ago