Age | Commit message (Collapse) | Author |
|
|
|
- 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
|
|
|
|
|
|
- wine env outputs a POSIX compatible env string to add a wine installation to your current PATH
- outputs human readable messages to stderr so they are not swallowed by the shell
|
|
|
|
|
|
- implement running wine from polecat directly and pass all arguments to wine (default wine prefix is still $HOME/.wine)
- add command to list installed wine versions (lists all directories, needs to be improved)
- rename wine install to wine download
- replace deprecated support_compression_all with support_filter_all
- comment out DXVK command until its further implemented
- use PATH_MAX for strings holding paths
|
|
|