Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-25 | rename wine list-installed to installed | Jan200101 | |
2021-12-23 | clean up mock logic, improve names, allow mock without wine | Jan200101 | |
2021-12-23 | Compile each subsection as its own library and link them together | Jan200101 | |
slightly overkill, might revisit later | |||
2021-11-18 | Correct ifdef guards | Jan200101 | |
2021-11-07 | cleanup, make main components optional at compile time | Jan200101 | |
2021-08-08 | replace static core library to be an object library | Jan200101 | |
2021-08-01 | update min cmake, add wine to lib, make base empty | Jan200101 | |
2021-07-28 | find packages before setting CFLAGS | Jan200101 | |
we cannot set package specific CFLAGS if we don't know them | |||
2021-07-28 | add newline to files | Jan200101 | |
2021-07-26 | remove useless tests, add AppImage creation to CI | Jan200101 | |
2021-07-22 | reorder linkage | Jan200101 | |
2021-07-22 | compile core files into a static library to link against | Jan200101 | |
2021-07-22 | fix broken debug define checks, move lutris enums to special headers | Jan200101 | |
2021-07-22 | invoke shell once to get c and lib flags | Jan200101 | |
2021-07-07 | correct main target to compile with C compiler, remove mentions of test target | Jan200101 | |
2021-07-04 | fix wrong comparison, remove whitespace, add Makefile and Doxyfile | Jan200101 | |
2021-06-13 | rework command group logic to work linear, replace return with EXIT_* | Jan200101 | |
2021-06-11 | ignore flags for wine, add no-net debug print | Jan200101 | |
2021-06-06 | correct github CI workflow | Jan200101 | |
2021-06-06 | fix win env, add proper mocking code to test implementation | Jan200101 | |
2021-05-27 | allow flags to exit prematurely, move defines, add no networking flag | Jan200101 | |
2021-05-18 | add some mock test steps | Jan200101 | |
2021-05-18 | cleanup windows config stuff, parse wine argv0 | Jan200101 | |
2021-05-18 | improve cmake files, add simple curl mock, clean up on download error | Jan200101 | |
2021-05-16 | add NULL checks | Jan200101 | |
2021-05-13 | reorder includes, add missing includes | Jan200101 | |
2021-05-08 | add work in progress windows support | Jan200101 | |
to run lutris installers on windows soon | |||
2021-04-26 | rid some warnings | Jan200101 | |
put brackets around flag logic ignore chdir return use memmove for putting quotes around the dxvk path | |||
2021-04-26 | add CI for dev branch | Jan200101 | |
2021-04-26 | implement flags and sort commands by alphabet | Jan200101 | |
stupid standard --help and --version | |||
2021-04-24 | update allocsize with the largest size we might possibly need | Jan200101 | |
2021-04-22 | add list & search command, fix bug in installer parser, […] | Jan200101 | |
- add list and search command to find what is on lutris without using lutris or the website - correct info command from not erroring when no slug was found - allow upper and lower Y on installer - remove pointless getInstaller function - fix bug in installer where if a value is not given its NULL and we cannot stringify NULL - replace manual malloc, strcpy with strdup - remove lutris_debug definition | |||
2021-03-26 | a chunk of changes | Jan200101 | |
- replace bool with ints, - give enums a t suffix - fix edge case in variable parser where the end of the buffer is not null - make parseVar take an allocated variable list instead of a static one - set the first argument of all tasks to be the prefix - correctly parse chmodx directives - add GAMEDIR variable to the variable list - output known variables on installer info - implement basic task handling - check if file exists before redownloading - remove debug function - make noprogress argument into progress and convert it to int | |||
2021-03-26 | add files to the variable list | Jan200101 | |
2021-03-26 | improve parser logic and math reuse | Jan200101 | |
2021-03-26 | allow functions to return an allocated string value | Jan200101 | |
to simplify the logic all literal string values are allocated before usage | |||
2021-03-26 | ensure variable key is fully compared, return head to offset […] | Jan200101 | |
- comparing only the first X characters can result inaccurate results - we cannot return head to the start of the string because that would mean it can reparse variables that call a function | |||
2021-03-26 | add debug method to test out variable parser for memory safety | Jan200101 | |
2021-03-26 | don't output a random number on unknown directive | Jan200101 | |
2021-03-26 | commit variable parser | Jan200101 | |
this is a simple variable parser written in standard C that tries to be as safe as possible | |||
2021-03-26 | replace MIT license with GPLv3 | Jan200101 | |
2021-02-03 | clean up logic some more | Jan200101 | |
2021-01-12 | replace float with int math, silence conversions, improve wine call […] | Jan200101 | |
improve parser logic and math reuse | |||
2021-01-02 | quote executable/script path to not deal with whitespace problems | Jan200101 | |
2020-12-20 | add some memory allocation failure checks | Jan200101 | |
2020-12-19 | add conversion warnings, fix existing flaws | Jan200101 | |
2020-12-19 | remove useless struct, add json length type macro | Jan200101 | |
- previously used progress struct was a leftover from when libcurl examples were used - json_object_array_length returns int pre 0.13 and site_t on any other version | |||
2020-12-18 | add stderr checks, print carriage return when done downloading | Jan200101 | |
- no reason to print out a progress bar when outputting to a descriptor - control over the current line is given back so whatever downloaded something can print whatever it wants on that line | |||
2020-12-18 | move carriage return to start, remove spaces | Jan200101 | |
keeping it at the end makes the cursor always appear right on the first character which looks kind of ugly | |||
2020-12-18 | add dots to downloading prompt | Jan200101 | |