Commit Graph

48 Commits

Author SHA1 Message Date
be34a7ad38
refactor: replace Mutex with SemaphoreSlim
Mutex uses system mutexes and SemaphoreSlim does not.
2022-09-02 18:21:57 -04:00
925e162887
feat: add a more obvious warning for people 2022-08-28 17:51:46 -04:00
fa3565b7e8
fix: properly filter ExtraChat channels 2022-08-27 16:34:55 -04:00
10b1919c4a
feat: enable all ExtraChat channels by default 2022-08-27 13:47:14 -04:00
072db74b42
fix: make ExtraChat filtering actually work 2022-08-27 13:44:34 -04:00
df8eeb7bda
feat: add ExtraChat channel filtering 2022-08-27 13:26:21 -04:00
561a600a7b
feat: add duplicate message collapsing 2022-06-14 12:33:06 -04:00
9818eb1a20
feat: add Japanese and Dutch language options 2022-06-12 17:40:36 -04:00
4ce2456a2a
chore: pull glyph range names into localisation file 2022-06-01 17:30:58 -04:00
7287624425
feat: add support for lots of different glyph ranges 2022-06-01 17:14:32 -04:00
2f68ab1950
feat: add support for Chinese characters 2022-06-01 16:44:45 -04:00
0c2a81215e
feat: add option to sort auto translate list 2022-05-30 00:52:44 -04:00
c78687d9f1
feat: update for 6.11 2022-05-12 18:50:05 -04:00
e0f0112952
refactor: store alpha as [0, 100] 2022-02-19 16:15:25 -05:00
e606581d40
feat: add popped-out tab opacity 2022-02-19 16:09:32 -05:00
d5bd8f4e22
feat: add an option to hide redundant timestamps 2022-02-18 13:47:31 -05:00
cddbd38109
feat: add tab pop-out 2022-02-18 13:35:46 -05:00
99ee1f1f82
feat: add Romanian language option 2022-02-16 20:34:48 -05:00
f9b2160d5f
feat: add multi-client mode 2022-02-16 15:38:55 -05:00
ecd29612ab
chore: remove boms 2022-02-15 13:02:46 -05:00
841688a7aa
feat: add chat database 2022-02-15 12:58:55 -05:00
90ace2f67d
style: run formatter 2022-02-08 18:05:11 -05:00
89a28d8a82
feat: add language override 2022-02-08 15:23:00 -05:00
063d79033b
feat: add keybind mode options 2022-02-08 15:20:10 -05:00
598901d2f9
feat: add option to hide when game ui is hidden 2022-02-07 14:44:19 -05:00
79c4e07f3c
fix: break out of loop, not switch 2022-02-07 13:21:45 -05:00
64d1ac9bfc
feat: add command help 2022-02-07 00:50:30 -05:00
bfd350f469
feat: add option to hide when not logged in 2022-02-06 03:45:16 -05:00
60285a714c
feat: add symbol and japanese font sizes 2022-02-05 19:31:26 -05:00
6a23db32f0
feat: add system font selection 2022-02-04 23:00:16 -05:00
cbe2c1065e
refactor: pull more strings into resources 2022-02-04 19:38:19 -05:00
0766ed8102
feat: order channels and always show GM 2022-02-04 19:27:50 -05:00
f93a817d4c
feat: prettier settings, start using resources file 2022-02-04 05:46:13 -05:00
af7eed0529
feat: add config for novice network 2022-02-03 20:07:31 -05:00
756e984cf7
feat: add unread modes 2022-02-03 16:15:27 -05:00
0cf98465aa
fix: save cutscene hiding option correctly 2022-02-01 16:25:14 -05:00
3ec0dc9014
feat: allow hiding 2022-02-01 00:20:20 -05:00
36a61a702d
feat: bump messages cap to 10k 2022-01-30 21:40:25 -05:00
31df22231f
feat: add opacity slider 2022-01-15 16:07:44 -05:00
d9d1e9acf6
feat: add /clearlog2 2022-01-15 14:34:31 -05:00
eeda23073b
feat: add new settings ui
Also add window display options.
2022-01-15 14:27:56 -05:00
47aee321a4
feat: add option to make modern more compact 2022-01-15 00:24:47 -05:00
5a9bbc71fc
feat: add prettier timestamps 2022-01-14 18:22:38 -05:00
1ef91b81f3
feat: add simple delete and move tools for tabs 2022-01-14 15:40:31 -05:00
8aaae8a2db
feat: add tab sidebar 2022-01-06 16:17:31 -05:00
a732bc2b1e
feat: add input channels 2022-01-06 15:57:24 -05:00
53b2b0d686
feat: partially handle some payloads 2021-12-29 21:53:44 -05:00
5b09f68db9
chore: initial commit 2021-12-29 14:31:45 -05:00