| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-29 | Reduce dialog button delay from 3 seconds to 1 | Osmium Sorcerer | |
| 2024-05-15 | Ported to CMake, ... | TrickyLeifa | |
| * Ported the project to CMake * Android and Mac support dropped for the time being. * Tests, BASS and Discord-RPC are now options * Restructured and reformated the project. * Merged `include` and `src` * Renamed `resource` to `data` * Renamed various files * External libraries headers are no longer included in `src` * Replaced header guards with #pragma once * Multiple refactors (keywords, headers) * Added Qt6 compatibility * Removed various unused functions and headers * Reworked AOPacket * When content is passed to AOPacket, it should be ensured that the content is already decoded. * Encoding/decoding are now static methods. * Fixed various memory leaks * Removed animation code for AOImage * AOImage is always using static images * Simplified ChatLogPiece | |||
| 2021-12-25 | Don't hide "OK" on message timer, just disable it | oldmud0 | |
| 2021-06-05 | Use intuitive behavior for loading assets with ambiguous extensions | oldmud0 | |
| 2021-01-07 | Set delete on close attribute for orphaned widgets | Skye Deving | |
| 2021-01-04 | CI needs an extra include for bind | stonedDiscord | |
| 2021-01-04 | add 3 second timer before OK shows up | stonedDiscord | |
| 2020-05-22 | clang 2 electric boogaloo | Crystalwarrior | |
| { BasedOnStyle: LLVM, BreakBeforeBraces: Stroustrup} | |||
| 2020-05-22 | Clang-ify the code with this styling using Visual Studio Code: | Crystalwarrior | |
| { BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Stroustrup, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All } (this is the Visual Studio preset with only "BreakBeforeBraces" changed from Allman to Stroustrup) | |||
| 2019-07-28 | Make all strings translatable | oldmud0 | |
| 2018-12-26 | moved headers into include and cpp files into src + logo into resource | David Skoland | |
