Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-20 | improve codebase quality | Jan200101 | |
- improve unreachable macro to print a message with a minor traceback then exit(0) instead of assert hackery - add specific wine and dxvk directory methods - rename dxvk install to download - remove sanity asserts from lutris, caught by unreachable - improve comments - rename info to env - only use a single buffer for information fetching - fix formatting on code I had help on - purge unused code - if downloadToRam returns null pointer report that the archive went missing not that its invalid - rename undescriptive "datadir" to be more specific - remove unused code from when we stored the archive on disk | |||
2020-09-05 | move fs related functions to common, add more file related functions | 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 | |