2864 Commits (fea61e60f745643b83a1e77fe321ae9f8aae7d58)
 

Author SHA1 Message Date
Vladimír Vondruš fea61e60f7 Platform: cleaned up unneeded includes. 13 years ago
Vladimír Vondruš 75ac846df1 Platform: documentation updates. 13 years ago
Vladimír Vondruš af3ecdc126 Platform: no need to have GlutApplication::redraw() virtual. 13 years ago
Vladimír Vondruš 5ae723c8d1 Added release() function to Image and Trade::ImageData. 13 years ago
Vladimír Vondruš 1c928424ae Documentation updates for Image classes. 13 years ago
Vladimír Vondruš fb1a8490ea Disallow conversion of const {Image,Trade::ImageData}&& to ImageReference. 13 years ago
Vladimír Vondruš 3b03da5d5e Made ImageReference data pointer constant. 13 years ago
Vladimír Vondruš cf3ae0eee7 Revert "Math: don't allow *::data() to be called on rvalues." 13 years ago
Vladimír Vondruš 2e21577254 Math: really install deprecated headers. 13 years ago
Vladimír Vondruš 41abb78230 Advertise MSVC 2013 support. 13 years ago
Vladimír Vondruš 0743ab5b50 We don't need no GLEW. 13 years ago
Vladimír Vondruš b9b9c38371 SceneGraph: fix infinite recursion problems. 13 years ago
Vladimír Vondruš bdfab39a89 external: use GCC-specific flags only for GCC/Clang. 13 years ago
Vladimír Vondruš 14ea7dd072 DebugTools: fix linking on Windows. 13 years ago
Vladimír Vondruš c2a2ca88e4 SceneGraph: fix assertion expression. 13 years ago
Vladimír Vondruš e3bf8070b5 Don't return after std::abort(). 13 years ago
Vladimír Vondruš 219429aeba No need to have const members in AbstractShaderProgram::Attribute. 13 years ago
Vladimír Vondruš e4cf804ec4 Use proper numeric literals. 13 years ago
Vladimír Vondruš ee045d261a Make some type conversions explicit. 13 years ago
Vladimír Vondruš 25c8c87c1f SceneGraph: fixed floating-point literals in test. 13 years ago
Vladimír Vondruš 4e0f8ff097 SceneGraph: remove integer TranslationTransformation template instance. 13 years ago
Vladimír Vondruš e38be052a0 SceneGraph: need to mark the instances with extern template on Windows. 13 years ago
Vladimír Vondruš 6a3103e03e SceneGraph: no need to mark the templates with export macros. 13 years ago
Vladimír Vondruš 3b666d85f4 SceneGraph: instantiate everything consistently on one place. 13 years ago
Vladimír Vondruš 9cb3d17ad9 SceneGraph: fix function signature. 13 years ago
Vladimír Vondruš ddc466a796 SceneGraph: use proper library for tests where graceful assert is wanted. 13 years ago
Vladimír Vondruš eb877b31ba SceneGraph: removed *Transformation::move(). 13 years ago
Vladimír Vondruš 13351f9371 Install all *TestLib libraries on Windows. 13 years ago
Vladimír Vondruš 658839446c No need to explicitly specify default template parameter. 13 years ago
Vladimír Vondruš 8f12f2a844 Math: simplified internal Vector constructor. 13 years ago
Vladimír Vondruš 6469427f97 Updated std::optional from Optional repository. 13 years ago
Vladimír Vondruš 545e07c85b Math: use proper suffixes for floating-point literals. 13 years ago
Vladimír Vondruš aa04443d01 package: updated URL in development PKGBUILDs. 13 years ago
Vladimír Vondruš d00aa0c560 doc: thoroughly explained plugin usage. 13 years ago
Vladimír Vondruš fff5950253 MagnumFontConverter: use Range::padded(). 13 years ago
Vladimír Vondruš fd987c9e4e Text: clean up GlyphCache::insert(). 13 years ago
Vladimír Vondruš 8cafb555dc MeshTools: code cleanup. 13 years ago
Vladimír Vondruš 2c97326d8d std::fstream accepts filename as std::string in C++11. 13 years ago
Vladimír Vondruš 3df67b370f SceneGraph: fix TranslationTransformationTest on Windows. 13 years ago
Vladimír Vondruš 1d0bc114a6 SceneGraph: allow creating TranslationTransformation only from Object. 13 years ago
Vladimír Vondruš c5d85166e0 SceneGraph: mention that Int TranslationTransformation is also included. 13 years ago
Vladimír Vondruš be48953642 SceneGraph: deinline Object constructor. 13 years ago
Vladimír Vondruš 228ef24e57 Bumped minimal version of exts related to layout() GLSL qualifier to 1.50. 13 years ago
Vladimír Vondruš 769838dbd5 Documented custom engine initialization, various doc updates. 13 years ago
Vladimír Vondruš 50c7ab1edc package: build tests also in MinGW Jenkins configuration. 13 years ago
Vladimír Vondruš 794c934dc1 Shotgun documentation updates. 13 years ago
Vladimír Vondruš ce9a9212ca Fix linking of tests in static Windows build. 13 years ago
Vladimír Vondruš f86a60c82d Fix static build on Windows. 13 years ago
Vladimír Vondruš 9b6b4377e9 Make inter-project includes with "" and dependency includes with <>. 13 years ago
Vladimír Vondruš f44af271df TgaImageConverter: workaround for linking error in the test. 13 years ago