| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
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>
|
|
|
|
click a character
|
|
|
|
|
|
|
|
More accurate/consistent blip rate functionality + punctuation slowdown fixes
|
|
* set no maximize flag on lobby
* set no maximize flag on courtroom
* set no maximize flag on charselect
* stop them from dragging the charselect
* stop them from dragging the courtroom
* stop them from dragging the lobby
Co-authored-by: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com>
|
|
|
|
Interjections should not force preanimation if 'Pre' is unchecked.
|
|
Also included in this commit are changes to the music packet handler that change the text from "has played a song" to "has stopped the music" in the case that the special "stop song" track is played, as well as a condition stopping music categories from triggering a music packet when double-clicked.
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
|
|
fix doubleclick server being buggy
|
|
|
|
|
|
|