aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-09-11move over to official cmake packages, fix data race in qt frontendJan200101
2022-09-11rename force update to verify, reorder updates, return rename retvalJan200101
2022-09-10move back to indexing strings forward instead of backwardsJan200101
this is easier to deal
2022-09-10show completed progress bar when doneJan200101
2022-09-10set latest to revision number, not revisionJan200101
2022-09-10add OF Repo Mirroring toolJan200101
2022-09-10expose directory and endpoint macrosJan200101
while I do not encourage their use, it would make direct access to TVN files more reliable
2022-09-09correct revision size logic, readd forkJan200101
2022-09-02reverse search vdf's correctly, return on non forksJan200101
2022-09-02stop threads when condition is reached, gracefully deal with status textJan200101
2022-08-31windows implementation for get_core_count()Jan200101
2022-08-30implement thread poolsJan200101
2022-07-22give vdf functions const argments, allow fetching arbitrary app installsJan200101
2022-07-22Correct function prototypes,add more Cflags for sanity,add sanity assetsJan200101
2022-07-04store conditionalJan200101
we do not have an opinion on if WIN32 is PC or Windows or whatever, we give you the tools
2022-07-02add version info to OFCLJan200101
2022-07-02add support for conditional vdf values, return NULL on invalid stateJan200101
2022-06-30remove too new Qt featuresJan200101
2022-06-30add launch options to Qt frontendJan200101
2022-06-29Quote of_dir on WindowsJan200101
the exec family of functions end up recombining the arguments and invoking them as a whole which causes args with spaces to be seen as muĺtiple args. This way the path is kept as one and correctly passed to -game
2022-06-29validate revisions, set threads to 4, do not allow concurent updatesJan200101
2022-06-29add source sdk path fetching, directly launch OF via sdk executableJan200101
- guard Flatpak logic for non Linux UNIX systems - add /proc check on FreeBSD - allow arguments when launching OF - update README - add alternative launch options to CMakeLists.txt - add CFLAGS to all libraries and executables
2022-06-29update vdf indexing program to accept integer typesJan200101
2022-06-29properly accept character escaping in VDF filesJan200101
2022-06-29remove unimportant vdf data types, make vdf failure more transparentJan200101
2022-06-28add unit tests for vdf & md5, allow escaped quotesvdf-parserJan200101
2022-06-26add vdf libraryJan200101
2022-06-17Correct font for WindowsJan200101
2022-06-17give each thread a string, require UI Thread to clear string to progressJan200101
2022-06-17add install targets for frontends, link pthread, add CIJan200101
2022-06-16Change MD5 function signatures, make libtvn static, not objectJan200101
this solves a problem on x86_64 Windows where the MD5 functions were included within ntdll. STATIC libraries have better defined behavior than static ones, and we do not compile the same thing multiple times since we use it as a libary.
2022-06-13use murse for User AgentJan200101
the official toast.openfortress.fun server only accepts some UAs
2022-06-13rename libofqt to libtvnJan200101
2022-06-08Release 0.1.00.1.0Jan200101