Alex Noir
737d581b73
Fix backgrounds getting messed up, closes #635
2022-02-18 18:27:56 +03:00
Salanto
e6f06d8959
Add server description to favourites, if supported by server. ( #648 )
...
* Allow servers to directly set the server description
* Hijack PN packet to add description.
* Update lobby.cpp
Apply suggested change
2022-02-15 08:15:57 -06:00
Salanto
5e60f277e9
Add demo_append to WT/CE part of the "RT" packet handler. ( #649 )
...
* Add demo_append to WT/CE part of the "RT" packet handler.
* Fix indentation + put demo recording outside the if else chain
2022-02-15 08:14:42 -06:00
oldmud0
2748a954f4
Fix build failure in GitLab CI ( #630 )
...
error: use of deleted function 'std::atomic<bool>::atomic(const std::atomic<bool>&)'
2022-01-08 21:26:06 -06:00
oldmud0
549ceddfaa
Merge pull request #631 from AttorneyOnline/fix/application-version
...
Fix Qt application version being empty
2022-01-08 15:28:40 -06:00
oldmud0
6b064ddb42
Merge pull request #632 from AttorneyOnline/fix/background-loop
...
Don't restart background if background is unchanged
2022-01-08 15:28:30 -06:00
oldmud0
7389b5071b
Don't restart background if background is unchanged
2022-01-08 14:52:08 -06:00
oldmud0
7bf200a437
Fix Qt application version being empty
2022-01-08 14:21:56 -06:00
oldmud0
b519dbaae3
Merge pull request #629 from AttorneyOnline/fix/static-effects
...
Fix various AOLayer issues
2022-01-08 13:06:14 -06:00
oldmud0
ba08ec0379
Fix more race conditions in AOLayer loading
...
- Uninitialized exit_loop variable
- Previous load task should stop completely before starting new load task
2022-01-08 12:55:10 -06:00
oldmud0
3ec3d3a121
Fix wrong precedence order for effects
...
This was causing the realization.png UI button to be loaded instead of the effect.
2022-01-08 12:51:49 -06:00
oldmud0
c07ff35897
Fix static effects not appearing
...
Static effects should be treated as infinitely looping animations.
2022-01-08 12:04:57 -06:00
oldmud0
c80a019574
Merge pull request #619 from AttorneyOnline/feature/http-ms
...
Switch to HTTP-based server list
2022-01-07 20:17:02 -06:00
oldmud0
9f09af1c39
Merge pull request #628 from AttorneyOnline/fix/msvc-aolayer-freeze
...
Fix MSVC builds freezing due to AOLayer concurrency issue
2022-01-06 08:23:41 -06:00
oldmud0
77b017a083
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.
2022-01-05 21:39:23 -06:00
oldmud0
0cebf8c91e
Update submodule ref
2021-12-31 10:40:34 -06:00
oldmud0
7b4d1e96c6
Disambiguate settings with lobby_settings and courtroom_settings
2021-12-31 10:40:21 -06:00
oldmud0
5adf775b4d
Update submodule ref
2021-12-30 21:48:29 -06:00
oldmud0
e29a41b58f
Remove AO1 MS code
...
You won't be missed :')
2021-12-30 21:47:41 -06:00
oldmud0
8822db8e82
Remove lobby chat
...
Goodbye, lobby chat :(
2021-12-30 21:46:24 -06:00
oldmud0
5d79a83fb5
Prevent old/bad "backup MS" values from preventing connection
2021-12-30 21:26:28 -06:00
oldmud0
6e1e847750
Add and refine debug log messages ( #625 )
...
Since these are going to be visible to the user now, at least let's properly format them and make them somewhat helpful.
2021-12-30 20:44:59 -06:00
oldmud0
ee76c2ce61
Merge branch 'master' into feature/http-ms
...
# Conflicts:
# src/networkmanager.cpp
2021-12-30 20:31:44 -06:00
oldmud0
593bd54000
Merge pull request #624 from AttorneyOnline/feature/nicer-notice-timer
...
Polish appearance of "OK" button on notice
2021-12-26 13:18:33 -06:00
oldmud0
a180600bf4
Merge pull request #623 from AttorneyOnline/feature/debug-log
...
Remove MS chat and add debug log
2021-12-25 22:57:51 -06:00
oldmud0
dcff063f19
Don't hide "OK" on message timer, just disable it
2021-12-25 20:40:39 -06:00
oldmud0
ee1bcbe792
Fix submodule ref
2021-12-25 19:24:39 -06:00
oldmud0
ecfe6f2542
Change master chat in courtroom to 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.
2021-12-25 19:17:27 -06:00
Salanto
c57afe821e
Sanity check before removing the ui element ( #612 )
...
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
2021-12-24 14:36:41 -06:00
Salanto
5ce0e6416e
Fix animation freeze when loading music files ( #609 )
...
* Implement async music loading
* Simplify music filename parsing and fix "missing" on streams
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
2021-12-24 14:05:01 -06:00
oldmud0
d1fb7fde16
Merge pull request #622 from AttorneyOnline/fix/emote-button-gen
...
Fix emote buttons not generating due to bad VPath lookup
2021-12-24 09:09:43 -06:00
oldmud0
efeaf429e7
Merge pull request #621 from AttorneyOnline/split-demo-option
...
Split logging option into text and demo
2021-12-24 09:09:12 -06:00
oldmud0
f44f3f9fd4
Merge pull request #620 from AttorneyOnline/remove-clientside-wait
...
Remove client-side send waiting
2021-12-24 09:09:04 -06:00
oldmud0
3c7f5619db
Fix emote buttons not generating due to bad VPath lookup
2021-12-23 20:45:57 -06:00
oldmud0
2eed786c77
Split logging option into text and demo
...
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.
2021-12-23 17:29:17 -06:00
oldmud0
bcbe9a8a67
Remove client-side send waiting
...
This piece of code from another era is not needed anymore thanks
to the message queue and decent server-side anti-flooding. Player
input won't be thrown away since the client waits for an
acknowledgement from the server before clearing the input box.
2021-12-23 17:05:11 -06:00
Pyraqq
26851be536
Add version to window title ( #613 )
...
Also updated the translation files for missing strings and updated the Polish translation.
2021-12-23 16:53:26 -06:00
oldmud0
d9e69cca06
Merge pull request #578 from AttorneyOnline/fix-desk-mods-again
...
Handle expanded desk modifiers on chat ticking start rather than on preanim complete signal
2021-12-22 00:59:48 -06:00
oldmud0
ecfb791e48
Roll back unintended changes
2021-12-18 22:41:45 -06:00
oldmud0
b0e9f8dbe5
Merge branch 'master' into feature/http-ms
2021-12-18 22:34:04 -06:00
oldmud0
cf12168ebd
Qt 5.9 compat; remove dead code
2021-12-18 22:22:30 -06:00
oldmud0
d137022174
Remove another markdown thing
2021-12-18 22:02:30 -06:00
oldmud0
133b3b58d9
Remove markdown thing
2021-12-18 21:40:11 -06:00
oldmud0
f1107aeac5
Finish out feature
...
- Add periodic timer for heartbeat
- Add option to settings for opting out from heartbeat/player metrics
- Change base URL to permanent URL
2021-12-18 20:29:55 -06:00
Salanto
641cca6504
Add compiler flags to ensure correct signal is used in older versions ( #617 )
2021-12-14 20:32:05 -06:00
oldmud0
c8f99bd904
Merge pull request #615 from Salanto/housekeeping
...
Update slots/signals to Qt5 connection style
2021-12-14 16:00:34 -06:00
Salanto
bc49b3e976
Update slots/signals to Qt5 connection style and eliminate some clazy warnings
2021-12-11 02:09:27 +01:00
oldmud0
b8572f8afc
Merge pull request #607 from AttorneyOnline/cache-fix-2
...
Fix non-image files being loaded as images, fix custom shout button appearing on characters without it enabled
2021-11-17 21:08:44 -06:00
in1tiate
658a1ae624
Add an explicit check for empty string to dir_exists
2021-11-15 17:03:36 -06:00
in1tiate
101a5e506f
Fix all files being allowed past the suffix check for images
2021-11-15 16:48:46 -06:00