aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-19CI: Update Dockerfileoldmud0
2020-05-19CI: Fix YAML syntax erroroldmud0
2020-05-19CI: Don't use dynamic QtApng on Windowsoldmud0
2020-05-18CI: Copy qapng.dll to correct locationoldmud0
2020-05-17Bundle QtApng on Windowsoldmud0
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
2020-04-18compress it moresD
2020-04-18please buildsD
2020-04-18this and post_build do the same thingsD
2020-04-18zip it and upload the correct filesD
2020-04-18Update Spanish translationlikeawindrammer
2020-04-18Change second exclamation to period on tooltiplikeawindrammer
No need for two exclamations
2020-04-18Add missing periods on two tooltipslikeawindrammer
2020-04-18"interupted" -> "interrupted"; "expierence" -> "experience"likeawindrammer
2020-04-18"IC_Log" -> "IC Log"likeawindrammer
2020-04-18Change some tooltipslikeawindrammer
2020-04-17Change tickbox to checkbox on README.md ☑likeawindrammer
As far as I know checkbox is more popular than tickbox, on Wikipedia for example it's called checkbox. And some spell checkers will highlight tickbox as a typo, but not checkbox.
2020-04-17Revert "Change "Custom shownames:" to "Show custom IC names:""likeawindrammer
This reverts commit cd034b996ad2887b3f0b310e6839603f3064d294.
2020-04-17Change tickbox to checkboxlikeawindrammer
As far as I know checkbox is more common
2020-04-17Change "Custom shownames:" to "Show custom IC names:"likeawindrammer
"shownames" isn't a word, and what does "Custom shownames" even mean anyway? "Show custom IC names" should do a better job at explaining what this option does.
2020-04-17Run clang-format on entire projectoldmud0
Indentation fixed to 2 spaces per tab. Braces set to Stroustrup style. Lines reflow at 80 characters. One-line method bodies are on the same line as the signature. Space always after `//`. No indentation on preprocessor macros. Includes are sorted lexicographically. If you don't want to see this commit on blames, use the hidden whitespace option on GitHub, or use `-w` in git-blame.