| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-12 | Fix connect button not enabling | oldmud0 | |
| Apparently this had never been staged, and while everyone was having problems with the connect button, everything was working just fine for me. This enables the connect button a bit earlier in the handshake process than in 2.6, since there are some older servers out there that don't send FL (and so the connect button would never get enabled). This might lead to race conditions, and sometimes the progress bar does hang, but you can just cancel and reconnect - I haven't encountered a crash so far. | |||
| 2020-06-10 | Remove extraneous files; update themes submodule | oldmud0 | |
| - A preconfigured config.ini is probably not useful these days. There's an options menu now. - Removed gs4 background - already in vanilla pack. - Themes submodule should probably be configured to track master. Meh. Submodules can be so finicky. It probably doesn't belong in this repo anyway - it should be in the vanilla repo (currently invisible). | |||
| 2020-06-10 | Bump .pro version to 2.8.4 | oldmud0 | |
| I won't roll the minor version back to 2.8.0 - that'll just cause headaches. | |||
| 2020-06-10 | Lobby: Fix incorrect sorted server list | oldmud0 | |
| 2020-06-10 | Update credits again | oldmud0 | |
| - Alphabetized QA section - Added MaximumVolty - Added court-records.net - Renamed Unishred to Lewdton | |||
| 2020-06-09 | Yet another update to the Polish translation. | Pyraq | |
| 2020-06-06 | Update about dialog | oldmud0 | |
| - Credited FanatSors - Added Qt version, audio engine, and build date | |||
| 2020-05-31 | Fix SFX playing at 1/100th of its intended volume | oldmud0 | |
| 2020-05-31 | Warn/error on incorrect compile settings for audio | oldmud0 | |
| 2020-05-31 | Update themes submodule | oldmud0 | |
| 2020-05-31 | Fix server list showing in reverse order | oldmud0 | |
| 2020-05-31 | Lobby: Change "font_*" config entry to "*_font" | oldmud0 | |
| 2020-05-31 | Bring back AO themes submodule | oldmud0 | |
| 2020-05-23 | include the translations with the client or they can't get loaded | sD | |
| 2020-05-23 | update german translation | sD | |
| 2020-05-23 | give the translators something to do | sD | |
| 2020-05-23 | Clanged changes | cents | |
| 2020-05-23 | Added backwards compatibility for the music list | cents | |
| 2020-05-23 | fix qt sfx player | sD | |
| 2020-05-23 | i don't need this 3 times | sD | |
| 2020-05-23 | fix qt music player | sD | |
| 2020-05-23 | Disable html injection | cents | |
| 2020-05-23 | ignore the logs | sD | |
| 2020-05-23 | undo branding | sD | |
| 2020-05-23 | rename logo files | sD | |
| 2020-05-23 | use new hdid method if supported | sD | |
| 2020-05-23 | translate stuff that got run over | sD | |
| 2020-05-23 | Other image formats now support the present evidence | cents | |
| 2020-05-23 | forgot those on noaudio | sD | |
| 2020-05-23 | no and zone | sD | |
| 2020-05-23 | fix up nomusic | sD | |
| 2020-05-22 | Fix Linux build trying to use BASS | oldmud0 | |
| 2020-05-22 | Fix compile errors from merge | oldmud0 | |
| 2020-05-22 | Bring back translation files | oldmud0 | |
| Note that there are some strings that had the tr() qualification removed, and also a LOT of strings that were never wrapped with tr() to begin with. It will take some work to bring back i18n support. | |||
| 2020-05-22 | Bring back Android project files | oldmud0 | |
| 2020-05-22 | Bring back CI changes and macOS support | oldmud0 | |
| 2020-05-22 | Merge KFO source unconditionally into AO2 | oldmud0 | |
| 2020-05-22 | Perform clang-format | oldmud0 | |
| If you don't want to see this commit on blames, use the hidden whitespace option on GitHub, or use `-w` in git-blame. | |||
| 2020-05-22 | Full revert to tag 2.6.2 | oldmud0 | |
| Due to a countless number of changes made to the core that were not fully understood, tested, or documented, it was decided to roll everything back to the last known stable version (2.6.2). Changes dropped include: - Witness needed - Shake - Frame SFX - Multiple custom objections - Multithreaded thumbnail generation - Looping - Various translation additions - "Mirror IC" - Color in IC log - An invocation of clang-format Next time, work together and split your big fork into independently testable feature branches. | |||
| 2020-05-22 | Change version number to 2.8.4 | Crystalwarrior | |
| 2020-05-22 | Fix looping frame SFX not working w/ AOV's definitions | Crystalwarrior | |
| 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) | |||
| 2020-05-21 | Update CI pipeline for release | oldmud0 | |
| 2020-05-20 | CI: npm install before running script | oldmud0 | |
| 2020-05-20 | CI: install more dependencies for publish job | oldmud0 | |
| 2020-05-20 | wasabi_program.sh: use bash instead of sh | oldmud0 | |
| 2020-05-20 | CI: use simpler release script | oldmud0 | |
| 2020-05-20 | Merge pull request #156 from AttorneyOnline/fix-155 | oldmud0 | |
| Fix #155 "Certain special characters are not correctly displayed as part of ini-defined shownames" | |||
| 2020-05-20 | specify encoding for qsettings calls | in1tiate | |
