Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06-22 | fix: add missing connections to the abort signal | flow | |
Beginning with efa3fbff39bf0dabebdf1c6330090ee320895a4d, we separated the failing and the aborting signals, as they can mean different things in certain contexts. Still, some places are not yet changed to reflect this modification. This can cause aborting of progress dialogs to not work, instead making the application hang in an unusable satte. This goes through some places where it's not hooked up yet, fixing their behaviour in those kinds of situation. | |||
2022-04-14 | fix: remove unused code | Sefa Eyeoglu | |
2022-04-09 | refactor: switch Quilt mappings to hashed MojMap | Sefa Eyeoglu | |
2022-04-07 | refactor: dynamically get best version for intermediary mappings | Sefa Eyeoglu | |
2022-04-07 | feat: initial Quilt support | Sefa Eyeoglu | |
2021-11-21 | NOISSUE more refactoring | Petr Mrázek | |
2021-11-21 | NOISSUE continue refactoring things to make tests pass | Petr Mrázek | |
2021-11-20 | NOISSUE Some happy little refactors | Petr Mrázek | |
2021-07-25 | NOISSUE Flatten gui and logic libraries into MultiMC | Petr Mrázek | |