| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-20 | Remove redundant semicolons | Dr. Dystopia | |
| 2024-06-27 | IOS/USB: Use Enum for Infinity Base Positions | Joshua de Reeper | |
| 2024-06-20 | Add 2 More Slots for Power Discs on Emulated Base | deReeperJosh | |
| 2024-05-19 | DolphinQt: Fix double argument in Infinity error message | JosJuice | |
| This was a mistake I made in 83b280d903. | |||
| 2024-04-20 | i18n: Add comments and improve source strings | JosJuice | |
| 2024-04-08 | Core::GetState: Avoid Global System Accessor | mitaclaw | |
| 2023-11-04 | DolphinQt: Remove unnecessary qOverloads | Dentomologist | |
| qOverload is used to disambiguate pointers to overloaded functions, but most of the usages in the code base were with non-overloaded functions. | |||
| 2023-08-12 | DolphinQt: Set window decorations for all top-level QWidgets. | Admiral H. Curtiss | |
| 2023-06-12 | InfinityBaseWindow: Remove unnecessary system instance accessor | Lioncash | |
| GetFigureList() is a static member function, so we can just call it directly instead of going through the system instance. | |||
| 2023-06-08 | InfinityBaseWindow: Move core headers into cpp file | Lioncash | |
| Restricts the headers to the cpp file where they're needed and prevents the headers from "leaking" into other translation units. | |||
| 2023-06-08 | InfinityBaseWindow: Collapse lambda into direct member pointer | Lioncash | |
| The parameters to this match the requirements of the toggled() function exactly, so we can pass the function directly into the connect call. | |||
| 2023-06-08 | InfinityBaseWindow: Remove redundant string copies | Lioncash | |
| tr() already returns a QString, so we don't need to construct a QString around it, and FindFigure() already returns a std::string. | |||
| 2023-05-28 | Infinity Base: Figure Name Fix | Joshua de Reeper | |
| 2023-04-28 | Infinity Base: Code tidyups and de-duplication | Joshua de Reeper | |
| 2023-04-28 | Feature: Emulate Disney Infinity Base | Joshua de Reeper | |
| Create, Load and Clear Infinity figures on an emulated base in the UI | |||
