6914 Commits (ba1ca3448406bdee809ee932774d278cbf85bcdb)
 

Author SHA1 Message Date
Vladimír Vondruš ba1ca34484 Platform: do not redraw all the time in EmscriptenApplicationTest. 7 years ago
Vladimír Vondruš 8254e16c91 Platform: rework DPI awareness and resize event in EmscriptenApp. 7 years ago
Vladimír Vondruš b28ac4667d Platform: no need to reinterpret_cast the void pointers. 7 years ago
Vladimír Vondruš 562cf677ff Platform: test initial window size params in GLFW and SDL2 apps. 7 years ago
Vladimír Vondruš 5ddd3a6d40 Platform: test also key release events in EmscriptenApplication. 7 years ago
Vladimír Vondruš e64adb73a8 Platform: test explicitly enabled extensions in EmscriptenApplication. 7 years ago
Vladimír Vondruš fd137f3cf1 Platform: make EmscriptenApplication work correctly w/o TARGET_GL. 7 years ago
Vladimír Vondruš fc4860e30a Platform: give the docs the love they deserve. 7 years ago
Vladimír Vondruš 73e0199696 Platform: well, these OTOH *don't* need to be flags. 7 years ago
Vladimír Vondruš 4c8ac4f389 Platform: those flags are not flags, damnit. 7 years ago
Vladimír Vondruš e1e1da99f7 Platform: it's good to enable exts by default in EmscriptenApp. 7 years ago
Vladimír Vondruš f2fb0b3da3 Platform: fix build on Emscripten 1.38.17 and newer. 7 years ago
Vladimír Vondruš e375fac168 Platform: properly define enum operators for all EmscriptenApp flags. 7 years ago
Vladimír Vondruš 173a87eaf4 Platform: none of EmscriptenApplication constructors were defined. 7 years ago
Vladimír Vondruš 251e858d5b Platform: the EmscriptenApplication destructor doesn't need to be virtual. 7 years ago
Vladimír Vondruš 9c8dfbccc0 Platform: hide Emscripten forward declarations from Doxygen. 7 years ago
Vladimír Vondruš 2952a19287 Platform: various minor EmscriptenApplication cleanup. 7 years ago
Squareys b970b4d247 Platform: Add initial EmscriptenApplication 7 years ago
Vladimír Vondruš cf1c78f93c GL: ffs, a time query and nowhere it mentions *what* is the time unit. 7 years ago
Vladimír Vondruš 55960fb0b4 Animation: use float literals everywhere. 7 years ago
Vladimír Vondruš b11873b975 doc: updated changelog. 7 years ago
Vladimír Vondruš cdb69423ec Audio: minor cleanup, rename Buffer::length() to sampleCount(). 7 years ago
Guillaume Jacquemin 8029abca07 Audio: add support for buffer loop points. 7 years ago
Guillaume Jacquemin f5302edcc1 Audio: add getters to Buffer. 7 years ago
Vladimír Vondruš f7a2694390 SceneGraph: expose Type typedef and Dimensions constant everywhere. 7 years ago
Vladimír Vondruš 1253a60046 Math: doc++ 7 years ago
Vladimír Vondruš 4b1c76411e doc: updated changelog. 7 years ago
Vladimír Vondruš e3eebd34b7 Add templated Image{,View,Data}::pixels(). 7 years ago
Vladimír Vondruš a6df7493bb doc: remove info about the Ubuntu PPA from building docs. 7 years ago
Vladimír Vondruš 0cb4ded506 Shaders: add normal texture support to Phong. 7 years ago
Vladimír Vondruš 528e3822dc Shaders: added Tangent generic vertex attribute. 7 years ago
Vladimír Vondruš 904a63f33b MeshTools: make generateSmoothNormals() working with NaNs. 7 years ago
Vladimír Vondruš 77abf4a47c doc: update changelog. 7 years ago
Vladimír Vondruš 5d2cf7ef93 MeshTools: ability to generate smooth normals in compile(). 7 years ago
Vladimír Vondruš ba048cd2db MeshTools: cache angles and cross product in generateSmoothNormals(). 7 years ago
Vladimír Vondruš 32da5d7587 MeshTools: benchmark generate{Flat,Smooth}Normals(). 7 years ago
Vladimír Vondruš 247dff26e0 MeshTools: Primitives are now always needed for the tests. 7 years ago
Vladimír Vondruš a4310b9a31 MeshTools: added generateSmoothNormals(). 7 years ago
Vladimír Vondruš 7b24161cf3 MeshTools: minor cleanup. 7 years ago
Vladimír Vondruš d20a17c5c3 MeshTools: ability to generate flat normals in compile(). 7 years ago
Vladimír Vondruš 1de258a6b2 MeshTools: de-STL-ify generateFlatNormals(). 7 years ago
Vladimír Vondruš 61397afc31 MeshTools: make a version of duplicate() not dependent on std::vector. 7 years ago
Vladimír Vondruš 8110de3838 package: enable both SDL2 and GLFW apps in all packages. 7 years ago
Vladimír Vondruš 5bb6878df5 WavAudioImporter: what's with all those empty return statements. 7 years ago
Vladimír Vondruš 3d9966378d WavAudioImporter: test for empty files consistently with other plugins. 7 years ago
Vladimír Vondruš ffd04e96eb WavAudioImporter: a file with zero samples is not an error. 7 years ago
Vladimír Vondruš cbe7c97188 AnyAudioImporter: recognize AAC and MP3 files. 7 years ago
Vladimír Vondruš 8e5ecfacac Math: ignore NaNs also in Vector::min(), max() and minmax(). 7 years ago
Vladimír Vondruš 32a95bb532 Audio: Apple, tell me, what makes a buffer non-undetermined? 7 years ago
Vladimír Vondruš 45e19fe032 doc: updated changelog and credits. 7 years ago