2270 Commits (f8066b9a95d18a6f7453f2c448ad68a502d2dcc3)
 

Author SHA1 Message Date
Vladimír Vondruš f8066b9a95 Oh hey, I have Twitter! 13 years ago
Vladimír Vondruš 3f6dcc40e9 Mention that GL 4.4 is supported. 13 years ago
Vladimír Vondruš b15f3758de Fixed NaCl compilation. 13 years ago
Vladimír Vondruš a4bd5b8aa8 Added thoughts about unit tests to Coding Style. 13 years ago
Vladimír Vondruš 59808c364e Math: minor test code reorganization. 13 years ago
Vladimír Vondruš bd00adc437 Math: test copy construction from base classes. 13 years ago
Vladimír Vondruš 7427292173 Math: test "implicitness" of value constructors. 13 years ago
Vladimír Vondruš 8669907346 Math: merge constexpr test of BoolVector into other test cases. 13 years ago
Vladimír Vondruš bcdd0920fd Trade: no comma at the end of enumeration list. 13 years ago
Vladimír Vondruš 1102232a24 GCC 4.6 compatibility: no delegating constructors. 13 years ago
Vladimír Vondruš 7eec63afd0 Build fix. 13 years ago
Vladimír Vondruš 41fd952e4a OpenGL ES build fixes. 13 years ago
Vladimír Vondruš 2287e3d73e Doc++ 13 years ago
Vladimír Vondruš 6ff4b06095 SceneGraph: add just-to-be-sure assertion. 13 years ago
Vladimír Vondruš d44f6ee94e Add pointer conversion operator to Resource. 13 years ago
Vladimír Vondruš a962262b61 Reducing pointer chasings, part 3g: less pointer passing in Text. 13 years ago
Vladimír Vondruš 8a8b9aca5e Reducing pointer chasings, part 3f: less pointer passing in TextureTools. 13 years ago
Vladimír Vondruš 141a3df456 Reducing pointer chasings, part 3e: less pointer passing in DebugTools. 13 years ago
Vladimír Vondruš f669dd7c23 Reducing pointer chasings, part 3d: less pointer passing in Shapes. 13 years ago
Vladimír Vondruš 0d3bfd4044 Reducing pointer chasings, part 3c: less pointer passing in SceneGraph. 13 years ago
Vladimír Vondruš 2ea5b4c9ce Reducing pointer chasings, part 3b: less pointer passing in MeshTools. 13 years ago
Vladimír Vondruš e19154be5e Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
Vladimír Vondruš 845b8982e5 Reducing pointer chasings, part 2: don't use `this->` so often. 13 years ago
Vladimír Vondruš d04b308aa3 Reducing pointer chasings, part 1: method chaining via references. 13 years ago
Vladimír Vondruš c3a5c77f1c Documentation clarification and fixes. 13 years ago
Vladimír Vondruš 41f7784dc5 Shaders: ambient, diffuse and specular texture support in Phong. 13 years ago
Vladimír Vondruš 7b497160cb Added TODO. 13 years ago
Vladimír Vondruš 546ce9d613 Minor cleanup. 13 years ago
Vladimír Vondruš f3b6abc997 Minor documentation fix. 13 years ago
Vladimír Vondruš a65cef08cd MeshTools: added TODO. 13 years ago
Vladimír Vondruš 8afb661f6d Ability to retrieve first two components from Array3D. 13 years ago
Vladimír Vondruš 62bc46ea78 Various Array-related cleanup. 13 years ago
Vladimír Vondruš de96fad678 Constexpr Array from one value constructor, improved test. 13 years ago
Vladimír Vondruš 261e7cbdc5 Trade: improved documentation, removed redundancy. 13 years ago
Vladimír Vondruš 4937b51713 Trade: use instance() instead of instanceId() for consistency. 13 years ago
Vladimír Vondruš c1c4788e88 Ability to force cleanup of ResourceManager. 13 years ago
Vladimír Vondruš a31badc570 Minor cleanup in ResourceManagerTest. 13 years ago
Vladimír Vondruš b32c39aa44 Added convience AbstractResourceLoader::set() overload. 13 years ago
Vladimír Vondruš 655f069221 Simplified ResourceManager::set() convenience function. 13 years ago
Vladimír Vondruš 8bce5114da Deleting all resource loaders before unloading any resource data. 13 years ago
Vladimír Vondruš b7bcf0dc59 Simplified internal ResourceManager::free() implementation. 13 years ago
Vladimír Vondruš 26504480b2 Test whole AbstractResourceLoader API. 13 years ago
Vladimír Vondruš 77dca430c3 Make virtual AbstractResourceLoader functions private. 13 years ago
Vladimír Vondruš 92e7797823 Fix example code in documentation, added TODO. 13 years ago
Vladimír Vondruš 091efebaa1 Make explicit `std::hash` specialization for ResourceKey. 13 years ago
Vladimír Vondruš 8a2d769dd1 Added some C++14 TODOs. 13 years ago
Vladimír Vondruš e97b2a79f9 Typo fix: additionaly -> additionally. 13 years ago
Vladimír Vondruš 68dd5b589b Doxygen fixes. 13 years ago
Vladimír Vondruš da134c97a6 Primitives: fix empty Icosphere position array. 13 years ago
Vladimír Vondruš 9311d80614 MeshTools: better assertion message for interleave(). 13 years ago