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-23 | simplify questions, add installation instructions for distros | Jan200101 | |
2020-11-21 | Update readme (once again), add message for no installer found | Jan200101 | |
2020-10-20 | update readme for cmake | Jan200101 | |
2020-10-05 | Use Meson build system | Masanori Kakura | |
2020-09-05 | Update README, add built instructions, add missing dependencies | Jan200101 | |
2020-08-10 | a lot of changes […]0.1.3 | Jan200101 | |
- go to next entry of argv and decrement argc the deeper it goes - add basic lutris functionality - remove "help" from help message and as a command - replace all stderr prints with stdout prints (usually stderr is better for directly informing the user but in this case I don't think it will help much) - add libarchive dependency to the README - bump version number | |||
2020-07-30 | list dependencies | Jan200101 | |
2020-07-30 | Initial commit0.1.0 | Jan200101 | |