Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-15 | Made ByteSynkArray to use shared_ptr | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-01-25 | refactor: make shared_qobject_ptr ctor explicit | flow | |
This turns issues like creating two shared ptrs from a single raw ptr from popping up at runtime, instead making them a compile error. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-20 | refactor: change the way instance names are handled | flow | |
While working on pack updating, instance naming always gets in the way, since we need both way of respecting the user's name choice, and a standarized way of getting the original pack name / version. This tries to circunvent such problems by abstracting away the naming schema into it's own struct, holding both the original name / version, and the user-defined name, so that everyone can be happy and world peace can be achieved! (at least that's what i'd hope :c). Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-04-02 | BuildConfig: Make Technic API base URL and build constants | Jamie Mansfield | |
2022-04-02 | Technic: Display available versions for Solder packs | Jamie Mansfield | |
2022-04-02 | Technic: Match CurseForge pack description format | Jamie Mansfield | |
2022-04-02 | Technic: Include the modpack version in instance title | Jamie Mansfield | |
2022-04-02 | Technic: Prevent potential HTML injection | Jamie Mansfield | |
2022-03-20 | chore: add license header | Sefa Eyeoglu | |
2022-03-20 | App: Retranslate all pages when the language is changed | Jamie Mansfield | |
2021-12-31 | NOISSUE fix build and change how NetJob is used | Petr Mrázek | |
Feed it network upfront... | |||
2021-11-22 | NOISSUE continue reshuffling the codebase | Petr Mrázek | |