Commit Graph

6 Commits

Author SHA1 Message Date
Paulchen-Panther 2ccdfeb9e1
Gold linker, CCache, Stats, LGTM
- Increases linker performance under Linux builds by using Gold linker, if available
- ccache is used if available
- removed statistic class (Stats.cpp) from project due to the missing result (sorry @Brindosch)
- add LGTM bandges for code analysis overview

Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
2019-06-05 21:13:37 +02:00
redPanther 5b0e401ca5 always output latest version of config file to webui (#307)
* always output latest version of config file to webui

* fix permissions after default config export

* tune code

* set permissions for exported effects

* use qt setperm instead of chmod
update effects code style a bit

* add fallback when config is not readable
2016-12-03 21:11:52 +01:00
spudwebb 6d6f4bf629 add color parameter to the knight rider effect
Former-commit-id: 9d4cd0e18b7871acd76a9cafb04efc39ce6fac74
2014-04-22 14:15:09 -04:00
johan 9872d8f02b Ensure types in effects to avoid integer calculations were floats were needed
Former-commit-id: 84d8b281a544478bf14e88284cb600fdbb11f65c
2013-12-08 16:23:01 +01:00
johan 9954cb3e0d Added parameter value checks to effects
Former-commit-id: daf5d46862d9deeb12df56d262c7a0026a191a25
2013-12-01 15:22:51 +01:00
johan ae148afba9 Knight rider effect added
Former-commit-id: a475270b89e3caf156e011ee1e49a745d03b2e3a
2013-11-30 20:30:39 +01:00