aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-04-24use the smaller themessD
2020-04-23Merge branch '2.7-rc' of https://github.com/AttorneyOnline/AO2-Client into ↵sD
2.7-rc
2020-04-23Fixed wrong name being written in mirror modecents
2020-04-23it's just the katakana for the colors but here you gosD
2020-04-23add german translations for new featuressD
2020-04-23run lupdate so translators can do their worksD
2020-04-21Update Portuguese translationlikeawindrammer
2020-04-21Update Spanish translationlikeawindrammer
2020-04-21fix typolikeawindrammer
2020-04-20Update reference for the themes submodulelikeawindrammer
2020-04-20Hooked up the new settingscents
Did you know you could scale the iclog with ctrl + mouse wheel?
2020-04-20Added additional customization options.cents
I didn't format anything tho that is at the end
2020-04-19Revert faster blip speedlikeawindrammer
Without an option to change it users will complain Thanks Initiate for telling me how to change this
2020-04-19Removed Duplicatescents
2020-04-19Fix crash on saving settingslikeawindrammer
Thanks Initiate for actually fixing this
2020-04-19Merge pull request #134 from AttorneyOnline/streammusicstonedDiscord
Streaming music
2020-04-19Merge pull request #144 from AttorneyOnline/deploy_macstonedDiscord
Deploy mac
2020-04-19Delete label.ymlstonedDiscord
2020-04-18Merge branch 'master' into 2.7-rclikeawindrammer
2020-04-18Merge pull request #145 from Pyraqq/masterwindrammer
Polish translation update
2020-04-18Change "IC log colorido" to "Log IC colorido" on the Spanish translationlikeawindrammer
2020-04-18Update Portuguese translation with the strings added on the CR branchlikeawindrammer
2020-04-18Add Polish to the language optionslikeawindrammer
2020-04-18Updated Polish translation.Pyraq
2020-04-18only deploy on tagged commitssD