| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
# Conflicts:
# include/courtroom.h
# src/courtroom.cpp
|
|
|
|
|
|
|
|
Rename noninterrupting bonanza to consistent and short "immediate" instead
|
|
|
|
|
|
Also bumps C++ version to C++17 (C++1z).
|
|
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
|
|
Co-authored-by: Crystalwarrior <Varsash@Gmail.com>
|
|
default positions (#352)
* populate pos dropdown from design.ini
* add sane default, remove hardcode bs
|
|
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>
|
|
|
|
"Nothing" option to play no SFX even when playing a preanimation that behaves similar to the Default option (#383)
|
|
folder iniswap files immutable (#350)
* add default iniswap file
* switch to using base/iniswaps.ini for user iniswaps
|
|
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
|
|
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.
|
|
|
|
|
|
|
|
|
|
Fixes a minor memory leak with context menu creation.
|
|
|
|
add BB packet for a MessageBox popup
|
|
|
|
Encode doc contents with hash sign
|
|
|
|
Fix timestamps when toggling showname
|
|
|
|
inventories get displayed lexigraphically too but it is assumed to not
matter
|
|
Print debug message if provided timestamp is invalid
|
|
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
|
|
The constructor with two iterators is too cutting edge from 5.14 to be
widely supported right now
|
|
|
|
|
|
|
|
|
|
Use "y_offset" to enable the Y offset protocol extension.
|
|
Search for libraries inside a dedicated "lib" folder (and notes on distributing future releases)
|
|
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
|
|
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.
|
|
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>
|
|
Re-fix of #277.
|
|
Prevent path from escaping base.
Truly the end of an era.
Alexa, play ../../../../../../../../Users/Public/Music/Sample Music/Kalimba.mp3
|
|
|
|
Fix #277 (sounds in charselect)
|
|
Fixes #290.
Co-authored-by: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com>
|
|
|