aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-28Update readme (#172)oldmud0
* Readme: link to docs repository * Move compile and release instructions to new file * Remove compile and release instructions from readme
2020-06-27set tooltips of char buttons to char namesin1tiate
2020-06-12Fix connect button not enablingoldmud0
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-10Remove extraneous files; update themes submoduleoldmud0
- 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-10Bump .pro version to 2.8.4oldmud0
I won't roll the minor version back to 2.8.0 - that'll just cause headaches.
2020-06-10Lobby: Fix incorrect sorted server listoldmud0
2020-06-10Update credits againoldmud0
- Alphabetized QA section - Added MaximumVolty - Added court-records.net - Renamed Unishred to Lewdton
2020-06-09Yet another update to the Polish translation.Pyraq
2020-06-06Update about dialogoldmud0
- Credited FanatSors - Added Qt version, audio engine, and build date
2020-05-31Fix SFX playing at 1/100th of its intended volumeoldmud0
2020-05-31Warn/error on incorrect compile settings for audiooldmud0
2020-05-31Update themes submoduleoldmud0
2020-05-31Fix server list showing in reverse orderoldmud0
2020-05-31Lobby: Change "font_*" config entry to "*_font"oldmud0
2020-05-31Bring back AO themes submoduleoldmud0
2020-05-23include the translations with the client or they can't get loadedsD
2020-05-23update german translationsD
2020-05-23give the translators something to dosD
2020-05-23fix qt sfx playersD
2020-05-23i don't need this 3 timessD
2020-05-23fix qt music playersD
2020-05-23ignore the logssD
2020-05-23undo brandingsD
2020-05-23rename logo filessD
2020-05-23use new hdid method if supportedsD
2020-05-23translate stuff that got run oversD
2020-05-23forgot those on noaudiosD
2020-05-23no and zonesD
2020-05-23fix up nomusicsD
2020-05-22Fix Linux build trying to use BASSoldmud0
2020-05-22Fix compile errors from mergeoldmud0
2020-05-22Bring back translation filesoldmud0
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-22Bring back Android project filesoldmud0
2020-05-22Bring back CI changes and macOS supportoldmud0
2020-05-22Merge KFO source unconditionally into AO2oldmud0
2020-05-22Perform clang-formatoldmud0
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-22Full revert to tag 2.6.2oldmud0
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-22Change version number to 2.8.4Crystalwarrior
2020-05-22Fix looping frame SFX not working w/ AOV's definitionsCrystalwarrior
2020-05-22clang 2 electric boogalooCrystalwarrior
{ BasedOnStyle: LLVM, BreakBeforeBraces: Stroustrup}
2020-05-22Clang-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-21Update CI pipeline for releaseoldmud0
2020-05-20Merge pull request #156 from AttorneyOnline/fix-155oldmud0
Fix #155 "Certain special characters are not correctly displayed as part of ini-defined shownames"
2020-05-20specify encoding for qsettings callsin1tiate
2020-05-19Fix broken APNG (#153)oldmud0
* Remove explicit APNG check * Update aocharmovie.h
2020-05-16CI: fix missing xz-utilsoldmud0
2020-05-02CI: fix apt asking questionsoldmud0
2020-05-02Fix syntax error from unclean mergeoldmud0
2020-05-02Merge branch '2.7-rc'oldmud0
Includes full code reformat. # Conflicts: # src/aomusicplayer.cpp # src/path_functions.cpp
2020-04-24what is this, c++ for ANDssD
this kept it from buildinf with MSVC