As we currently don't have a universal way of doing scrollable regions (we do custom scrollbar code every time), I made a small api just for that. It currently only makes vertical scrollbars, but I've set it up in a way that makes adding horizontal scrollbars somewhat trivial, if we ever need it.
This includes:
Hi,
I tested my own teeworld source with codacy and found a hell of a lot of issues with the quality of the teeworlds sourcecode.
Codacy link of my project
Most of the issues are found in the scripts folder with the python scripts. Some issues come from a lot of C-Style casting. The tool has found some Security vulnerabilities, too.
My issue is that the source code got an E (scale i...