aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-11Add "id" variable to the clock functions and properly parse the IDCrystalwarrior
Implement scalable maximum clock count, right now it's at 5 clocks a theme can have max Theme "clock_" starts from 1 instead of 0 since users don't know when stuff starts at index 0 TODO: testing lol
2021-01-10Trivial comment changeoldmud0
2021-01-10Merge branch 'master' into feature/timerclockCrystalwarrior
# Conflicts: # include/courtroom.h # src/courtroom.cpp
2021-01-09Merge pull request #392 from AttorneyOnline/in1tiate/label-truncationoldmud0
Reimplement #149 (label truncation)
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-08Merge pull request #382 from skyedeving/fix-more-leaksoldmud0
Fixing more leaks from orphaned QWidgets
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 #364 from AttorneyOnline/issue-templateoldmud0
Update issue templates
2021-01-06Merge pull request #362 from skyedeving/fix-casedoc-loadingoldmud0
Encode doc contents with hash sign
2021-01-06Merge pull request #377 from skyedeving/fix-has-apngoldmud0
Checking for apng should be lower case
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-05Merge pull request #372 from skyedeving/add-music-streamingoldmud0
Add in support for streaming music with bass
2021-01-05Add in support for streaming music with bassSkye Deving
2021-01-04Merge pull request #370 from skyedeving/fix-evidence-loadingoldmud0
Sort case evidence numerically before adding in
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-04Merge pull request #366 from AttorneyOnline/update-xcodeoldmud0
Use Xcode 12
2021-01-04use xcode 12stonedDiscord
2021-01-04Update bug_report.mdoldmud0
2021-01-04CI needs an extra include for bindstonedDiscord
2021-01-04Merge pull request #363 from skyedeving/aopacket-refactoroldmud0
Refactor AOPacket
2021-01-04add 3 second timer before OK shows upstonedDiscord
2021-01-04Update issue templatesstonedDiscord
github told me to do this
2021-01-04Add missing bassopus to the configure script (#361)Skye Deving
2021-01-04Encode doc contents with hash signSkye Deving