aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-20specify encoding for qsettings callsin1tiate
2020-05-19Fix broken APNG (#153)oldmud0
* Remove explicit APNG check * Update aocharmovie.h
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-23Fixed wrong name being written in mirror modecents
2020-04-21fix typolikeawindrammer
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-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-18Add Polish to the language optionslikeawindrammer
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-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.
2020-04-17Mega-merge of CR forkoldmud0
CR likely stands for "CentsRaidensnake." Like the Case Cafe mega-merge before it, this was not a clean merge, and it had to be split up into two parts: the actual changes, and the attempt it made to reformat the entire code via clang-format. This branch had a complicated set of changes that would be difficult to describe in this commit message. It would be better described in a proper changelog.
2020-04-12Remove dumb memes (#141)in1tiate
* remove memes * Update courtroom.cpp
2020-04-11Merge pull request #139 from AttorneyOnline/posdrpoldmud0
Fix an oversight with the pos dropdown, add a small feature
2020-04-11fix dropdown bug, add minor featurein1tiate
2020-04-11Add Portuguese translationlikeawindrammer
2020-04-01bass being bass againsD
2020-04-01don't look in music for URLssD
2020-03-27Made the shake button useful.cents02
Apparently nobody tested it before.
2020-03-22Fix syntax error introduced in 530721foldmud0
2020-03-22frame count check 2 electric boogalooin1tiate
re-fix the same bug oh joy
2020-03-21If frame count is 0, don't try to play the next frame (#129)in1tiate
ya goofus.
2020-03-15it's basically the same packet minus requesting the next listsD
2020-03-15Merge branch 'master' into pr/104sD
2020-03-14add placeholder to OOC chat message boxin1tiate
2020-03-13move area list detection algorithm into a seperate functionsD
2020-03-13musictime is a bad name for thissD
2020-03-08add theme supportin1tiate
2020-03-07rename fallback chatboxsD
2020-03-07add support for 2.4-style chatboxesin1tiate
2020-03-06ok basssD
2020-03-06indentationsD
2020-03-06fix compiler warnings for unused varssD
2020-03-06Merge branch 'master' into music_list_updatestonedDiscord
2020-03-05Add condition for classic PNG foldersBuildTools
2020-03-01make volume scale logstonedDiscord
2020-03-01full music path in logstonedDiscord