13 Commits (9b4d394a1408bb5e543940cffc18b68baba0bdf9)

Author SHA1 Message Date
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 2d5e2fda41 SceneGraph: properly prefix the assertion message. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš fafcdcfa1c SceneGraph: ability to affect order of items drawn by Camera. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš c3e31b69ad SceneGraph: fix compilation of Camera class with double as T. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 73419be9e6 SceneGraph: generalized camera implementation. 11 years ago
Vladimír Vondruš aeb9943dc7 SceneGraph: reduce header bloat. 11 years ago
Vladimír Vondruš 64a9185e08 SceneGraph: fix aspect-ratio-corrected projection with inverted Y. 11 years ago
Vladimír Vondruš a48a443f29 SceneGraph: make use of Vector::pad(). 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš 757ca6d1ad Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
Vladimír Vondruš aa49008358 SceneGraph: using std::reference_wrapper instead of pointers. 12 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 0616f24f34 Making includes absolute, part 5: absolute includes everywhere. 12 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš 40af1ed693 SceneGraph: documentation update for feature classes. 13 years ago
Vladimír Vondruš 0d3bfd4044 Reducing pointer chasings, part 3c: less pointer passing in SceneGraph. 13 years ago
Vladimír Vondruš d04b308aa3 Reducing pointer chasings, part 1: method chaining via references. 13 years ago
Vladimír Vondruš b7ff40554c SceneGraph: no need to have virtual destructor in AbstractCamera. 13 years ago
Vladimír Vondruš e2efad2e18 No `using namespace std` anywhere. 13 years ago
Vladimír Vondruš 9450ec6e1e Better usage of *Basic* in class names, part 5: SceneGraph drawables. 13 years ago
Vladimír Vondruš 43feadfed6 Better usage of *Basic* in class names, part 3: SceneGraph features. 13 years ago
Vladimír Vondruš 7636c6adc3 Better usage of *Basic* in class names, part 1: SceneGraph object. 13 years ago
Vladimír Vondruš cfd405c32c Getting rid of <>, part 5: SceneGraph object. 13 years ago
Vladimír Vondruš 572efce3f7 Getting rid of <>, part 3: SceneGraph features and feature groups. 13 years ago
Vladimír Vondruš a0d60bbaa7 Getting rid of <>, part 2: SceneGraph cameras and drawables. 13 years ago
Vladimír Vondruš 980cc48642 SceneGraph: extracted CachedTransformation[s] enum out of AbstractFeature. 13 years ago
Vladimír Vondruš 1071a251cd SceneGraph: make public Object API non-virtual too. 13 years ago
Vladimír Vondruš d3c37a3962 SceneGraph: removed redundant `inline` keyword. 13 years ago
Vladimír Vondruš 7ef8432fbe Doxygen: ignore specific namespaces instead of whole directories. 13 years ago
Vladimír Vondruš 6a5d75d1e4 Relicensing to MIT/Expat license, part 2: headers. 13 years ago
Vladimír Vondruš 4e5a6f76eb SceneGraph: using new type aliases in whole SceneGraph namespace. 13 years ago
Vladimír Vondruš 5819dd4bd7 Math: matrix/vector rework, part 3: conversion as explicit constructor. 13 years ago
Vladimír Vondruš 63086fdebe SceneGraph: de-inlined some constructors & destructor, hidden internals. 13 years ago
Vladimír Vondruš 767c9d6166 SceneGraph: AbstractCamera, Camera2D, Camera3D are now in separate files. 14 years ago
Vladimír Vondruš bef497c46a SceneGraph rework, part 7: Drawable and Camera features. 14 years ago