aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-01-11Set music and objection to volume slider in update_characterSkye Deving
2021-01-10Add arup_clear() and clear arup when fetching new areasSkye Deving
Theoretically fixes #313 The "FA" packet from the server invalidates the client's previous area list so it makes sense for the arup information tied to that list to be invalidated as well (especially seeing that the area and arup share the same index). As we repopulate the client's area list, we do the same for the arup list.
2021-01-10Merge branch 'master' into feature/timerclockCrystalwarrior
# Conflicts: # include/courtroom.h # src/courtroom.cpp
2021-01-09more commentsin1tiate
2021-01-09i barely had to modify thisin1tiate
2021-01-09Remove redefinition of variable in same scope (#391)Skye Deving
2021-01-09Merge pull request #387 from AttorneyOnline/feature/immediateoldmud0
Rename noninterrupting bonanza to consistent and short "immediate" instead
2021-01-09Add desk_mods 2 -5 for more flexibility in emotes (#353)in1tiate
2021-01-09correct my widdle fucky wucky (#390)in1tiate
2021-01-09Fix segfault in server list without a server selection (#374)Skye Deving
Also bumps C++ version to C++17 (C++1z).
2021-01-09Rename noninterrupting_preanim and all its associated bullshit with more ↵Crystalwarrior
cooler and nicer bro immediate In themes, pre_no_interrupt old-style name is still supported if we cannot find "immediate" Resolves https://github.com/AttorneyOnline/AO2-Client/issues/64
2021-01-09replace "gender" with "blips" (#386)in1tiate
Co-authored-by: Crystalwarrior <Varsash@Gmail.com>
2021-01-09Populate non-default background positions from design.ini, allow 2.8-style ↵in1tiate
default positions (#352) * populate pos dropdown from design.ini * add sane default, remove hardcode bs
2021-01-09Log objections IC, overhaul custom objections context menu, add more ↵in1tiate
configuration options per-character (#356) * initial commit * The Quick-Fix is a secondary weapon for the Medic. It is a prototype Medi Gun with a group of three gauges on one side, a (cosmetic) ÜberCharge gauge on the other side, and what appears to be a blender for a body. The main gun is coupled with a medicinal reactor backpack with glowing portions that replaces Medic's default backpack. * fixed settings dialog * slightly less stupid custom objection default Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com> Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
2021-01-09only play expanded songs, music_random (#376)in1tiate
2021-01-09Resolve https://github.com/AttorneyOnline/AO2-Client/issues/275 by adding a ↵Crystalwarrior
"Nothing" option to play no SFX even when playing a preanimation that behaves similar to the Default option (#383)
2021-01-09Move user-made iniswaps to a global configuration file and make character ↵in1tiate
folder iniswap files immutable (#350) * add default iniswap file * switch to using base/iniswaps.ini for user iniswaps
2021-01-09Define IC Log colors independent of character, define message colors ↵in1tiate
according to character (#323) * IC Log colors now defined independent of character * Fix regression causing incorrect colors in the viewport * fix goof that broke chat scrolling * Only regenerate color vector when it's needed
2021-01-09Rework timer and ping logicoldmud0
The timer's time as received by the server is clarified to be the actual numerical time, in milliseconds, to be shown on the clock.
2021-01-07Adopt the orphaned msgBox's and add delete on close attributeSkye Deving
2021-01-07Set delete on close attribute for orphaned widgetsSkye Deving
2021-01-07Adopt the scroll widget in the options dialogSkye Deving
2021-01-07Adopt the poor orphaned QWidgetsSkye Deving
2021-01-07Add QMenu delete on close attributes (#381)Skye Deving
Fixes a minor memory leak with context menu creation.
2021-01-07Set emote format to apng if png supports animation (#379)Skye Deving
2021-01-06Merge pull request #316 from AttorneyOnline/messageboxoldmud0
add BB packet for a MessageBox popup
2021-01-06Use call_error() for character load error messageoldmud0
2021-01-06Merge pull request #362 from skyedeving/fix-casedoc-loadingoldmud0
Encode doc contents with hash sign
2021-01-06Checking for apng should be lower caseSkye Deving
2021-01-05Merge pull request #369 from skyedeving/fix-showname-toggleoldmud0
Fix timestamps when toggling showname
2021-01-05Add in support for streaming music with bassSkye Deving
2021-01-04Sort case evidence numerically before adding inSkye Deving
inventories get displayed lexigraphically too but it is assumed to not matter
2021-01-04Change default parameter to be QDateTime::currentDateTime()Skye Deving
Print debug message if provided timestamp is invalid
2021-01-04Fix timestamps when toggling shownameSkye Deving
On toggling shownames, regenerate_ic_chatlog() gets called to reprint the entire chatlog with append_ic_text(). The issue is that append_ic_text() uses QDateTime::currentDateTime() for the timestamp when it's called. Therefore the fix is adding a new timestamp parameter to the append_ic_text() which we supply from the datetime provided by each chatlogpiece
2021-01-04Use QList::mid when constructing QStringList (#365)Skye Deving
The constructor with two iterators is too cutting edge from 5.14 to be widely supported right now
2021-01-04CI needs an extra include for bindstonedDiscord
2021-01-04add 3 second timer before OK shows upstonedDiscord
2021-01-04Encode doc contents with hash signSkye Deving
2021-01-04Refactor AOPacketSkye Deving
2021-01-03FL toggle for Y offset (#360)scatterflower
Use "y_offset" to enable the Y offset protocol extension.
2020-12-28Merge pull request #351 from in1tiate/in1tiate/sane-libsoldmud0
Search for libraries inside a dedicated "lib" folder (and notes on distributing future releases)
2020-12-28add library path instead of setting itin1tiate
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
2020-12-28Fix blankposting not respecting character ID's in the equation (#282)Crystalwarrior
Fixes an issue where if you blankpost on top of another character's blankpost, your message won't show up on the ic log clientside.
2020-12-28Enable support for up to 6 SFX channels (#355)in1tiate
I'm somewhat confused as to why this wasn't enabled to begin with, since all the necessary code is here. Closes #306, and fixes the issue with realizations being cut off by other sounds. Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
2020-12-28Fix sounds and blips being muted forever on changing character (#345)in1tiate
Re-fix of #277.
2020-12-28Merge pull request #340 from AttorneyOnline/path-traversaloldmud0
Prevent path from escaping base. Truly the end of an era. Alexa, play ../../../../../../../../Users/Public/Music/Sample Music/Kalimba.mp3
2020-12-12Search for plugins in "lib" directoryin1tiate
2020-11-17Merge pull request #342 from AttorneyOnline/charselect-soundsoldmud0
Fix #277 (sounds in charselect)
2020-11-17Fix SFX tooltip description (#343)oldmud0
Fixes #290. Co-authored-by: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com>
2020-11-16change the sfx tooltop descriptionstonedDiscord