| Age | Commit message (Collapse) | Author |
|
* try this reviewer
* test the reviewer with a very bad piece of code
* it can't handle spaces
* run cmake to find all the files
* file go brr haha
* cmake needs qt installed
* rename file once again
* use windows
* also doesn't like brackets
* can't use windows
* install qt the linux way
* try using cmake this way
* cmon cmake
* install qt before running cmake
* forgot catch2
* need to install as root
* add build dir
* delete test file
* fix 3 warnings
* enable clazy
* Revert "fix 3 warnings"
This reverts commit 7e64d4a546c397b5b69554ccf6765bf0a068f695.
* disable 3 warnings
* add a bracket for readability
* install clazy before
* get qt 5 real
* try lukkas cmake modules
* dupe courtroom again to test clang-tidy
* courtroom.cpp was a mistake
* remove magic number warning
|
|
(caused by https://github.com/AttorneyOnline/AO2-Client/commit/bc49b3e976e4df01e983a9c9daea28287b9bee75
|
|
Add icons for iniswaps and emotes in the dropdown
|
|
Fix backgrounds getting messed up, closes #635
|
|
Fix evidence system, improve evidence user experience
|
|
Don't run the base content vpath shenanigans if music path is HTTP
|
|
Add [Overlay] overrides to background design.ini
|
|
* Effects follow offset, add ini option to disable offset for effect
This is pretty hacky, but the offset data is necessary to move the effect layer in relation to the character.
|
|
file if you're just using it across multiple pos
|
|
|
|
|
|
|
|
Fix evidence editing regressions caused by #587
Fix issues with "ok" button detecting itself as "changes from the server"
Fix "ok" button remaining after you press it once, allowing you to spam evidence update packets by spamclicking it
|
|
Current working theory is that setting the future opens a brief interval where it deconstructs the old future and returning an invalid QFuture,, causing a segmentation fault.
|
|
Fix iniswap list not recognizing a name that's different from a character folder when switching to that character
|
|
|
|
* Allow servers to directly set the server description
* Hijack PN packet to add description.
* Update lobby.cpp
Apply suggested change
|
|
* Add demo_append to WT/CE part of the "RT" packet handler.
* Fix indentation + put demo recording outside the if else chain
|
|
error: use of deleted function 'std::atomic<bool>::atomic(const std::atomic<bool>&)'
|
|
Fix Qt application version being empty
|
|
Don't restart background if background is unchanged
|
|
|
|
|
|
Fix various AOLayer issues
|
|
- Uninitialized exit_loop variable
- Previous load task should stop completely before starting new load task
|
|
This was causing the realization.png UI button to be loaded instead of the effect.
|
|
Static effects should be treated as infinitely looping animations.
|
|
Switch to HTTP-based server list
|
|
Fix MSVC builds freezing due to AOLayer concurrency issue
|
|
Variables accessed across threads should be atomic.
Also gave AOLayer its own thread pool and switched some lock calls to use QMutexLocker semantics.
|
|
|
|
|
|
|
|
You won't be missed :')
|
|
Goodbye, lobby chat :(
|
|
|
|
Since these are going to be visible to the user now, at least let's properly format them and make them somewhat helpful.
|
|
# Conflicts:
# src/networkmanager.cpp
|
|
Polish appearance of "OK" button on notice
|
|
Remove MS chat and add debug log
|
|
|
|
|
|
Since the MS chat has been disabled for quite some time now (and we aren't planning on bringing it back since Discord, Guilded etc. have better chat features), I decided to go ahead and change the pane into a debug log to keep it useful and avoid creating a gaping hole in themes.
Though, maybe it is worth removing the whole switcher and keeping the debug log hidden away where it can't scare people.
|
|
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
|
|
* Implement async music loading
* Simplify music filename parsing and fix "missing" on streams
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
|
|
Fix emote buttons not generating due to bad VPath lookup
|
|
Split logging option into text and demo
|
|
Remove client-side send waiting
|
|
|
|
Apparently, people don't like logging demos because it takes up too
much space. It's possible to enable NTFS compression for demo files
(or the entire demos folder), though.
|