Michael Fabian 'Xaymar' Dirks
08544b4116
cmake, code: Abuse pre-processor to disable/enable warnings
2023-04-05 18:58:39 +02:00
Michael Fabian 'Xaymar' Dirks
578d84be63
gfx: Apply coding guidelines
2023-04-05 18:50:59 +02:00
Michael Fabian 'Xaymar' Dirks
03c704de1a
project: Correct usage of exceptions and include stdexcept
2019-09-04 02:59:04 +02:00
Michael Fabian 'Xaymar' Dirks
0e350415b3
project: Apply new coding guidelines
2019-08-04 16:20:26 +02:00
Michael Fabian 'Xaymar' Dirks
aac52f736d
project: Clang support
...
Lots and lots of errors and warnings fixed with this single commit, in the name of clang support.
Related #60 , #47 .
2019-04-19 09:42:15 +02:00
Michael Fabian 'Xaymar' Dirks
395e284a37
gfx/blur/base: Newly refactored blur code base
...
This is the new code base for blur effects, which is much more effective at being re-usable than the old code base. It allows for much better extendable behavior and uses an interface and factory pattern, instead of hardcoding supported features.
2019-04-02 03:50:01 +02:00