Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-16 | add more warning flags, correct syntax, add UNUSED macro, […] | Jan200101 | |
- added -Wall -Wextra -pedantic to the compile options - various syntax has been corrected: - static is used before const - correct integer types are used in for loops - empty newlines are added - every command has an argc and argv but some don't use them so they are marked as potentially unused if compiled on a GNUC compatible compiler - mark JSONC variables as advanced so they do not show up as generic variables | |||
2020-11-21 | add required header to tar.h, quote default string and version number | Jan200101 | |
2020-08-18 | first part of a proper lutris implementation and cleanup0.1.4 | Jan200101 | |
- remove all old build platform related variables - change behavior of clean - change tabs into spaces - make XDG fetching method static - replace strcpy and cat with strn alternative with proper bounds checking - add cache dir - reenable dxvk and download from ram - completely rework lutris fetching and convert it into an interal struct - only show http errors in debug - add sanity checks to methods with possible NULL return - change extracting methods to extract tar from ram | |||
2020-07-31 | implement config dirs and unpack tars to them0.1.1 | Jan200101 | |