Commit Graph

414 Commits

Author SHA1 Message Date
Cara
6669247e22 Add Honorific Support (#49)
* Add Honorific support

* Update MareAPI

* Update SettingsUi.cs
2023-04-20 09:47:19 +02:00
rootdarkarchon
170db28158 disable docking for main ui 2023-04-10 02:01:00 +02:00
rootdarkarchon
6b5500c905 fix issue with adding new key when no keys are present 2023-04-10 01:59:44 +02:00
rootdarkarchon
4b53ca8c5e fix banning modal, fix disposal async calls to penumbra 2023-04-09 22:28:05 +02:00
Stanley Dimant
5a319703fc fix adding new secret key when order in dictionary is jumbled for some god forsaken reason 2023-04-06 11:42:33 +02:00
rootdarkarchon
1ed831f360 add alternative upload, ignore NIN pets, fix progress crashing 2023-04-02 14:10:02 +02:00
rootdarkarchon
766224d0e7 add right click menu settings + version bump 2023-03-22 19:22:35 +01:00
rootdarkarchon
19b1b7b286 add open profile to syncshells 2023-03-22 18:59:58 +01:00
rootdarkarchon
8722de0763 fix scaling imgui spaghetti 2023-03-22 18:35:39 +01:00
rootdarkarchon
3cc3c7a7af imgui spaghetti 2023-03-22 18:31:28 +01:00
rootdarkarchon
38d83eff77 some profile ui rework 2023-03-22 17:14:05 +01:00
rootdarkarchon
126f2b8084 default to axis fonts for profile description display 2023-03-20 13:31:49 +01:00
rootdarkarchon
558709109c fix nsfw and profile text box rendering 2023-03-20 12:44:35 +01:00
rootdarkarchon
57e38fbd98 wording 2023-03-20 12:07:02 +01:00
rootdarkarchon
b07e76139b minor adjustments to text 2023-03-20 11:31:25 +01:00
rootdarkarchon
2b829af4f8 add mare profiles 2023-03-19 19:00:22 +01:00
rootdarkarchon
f6a471f457 rework for ui shit 2023-03-18 21:39:17 +01:00
Cara
26db03f215 Remember folder for MCDF Import and Export (#48)
* remember last MCDF directory

* name mcdf export from description
2023-03-18 11:26:14 +01:00
rootdarkarchon
549bef1afb migrate server config from v0 to v1, add more transfer bar settings 2023-03-17 13:01:04 +01:00
rootdarkarchon
22e11cac6a attempt to fix some crashes 2023-03-14 23:34:58 +01:00
rootdarkarchon
0c87e84f25 [Draft] Update 0.8 (#46)
* move stuff out into file transfer manager

* obnoxious unsupported version text, adjustments to filetransfermanager

* add back file upload transfer progress

* restructure code

* cleanup some more stuff I guess

* downloadids by playername

* individual anim/sound bs

* fix migration stuff, finalize impl of individual sound/anim pause

* fixes with logging stuff

* move download manager to transient

* rework dl ui first iteration

* some refactoring and cleanup

* more code cleanup

* refactoring

* switch to hostbuilder

* some more rework I guess

* more refactoring

* clean up mediator calls and disposal

* fun code cleanup

* push error message when log level is set to anything but information in non-debug builds

* remove notificationservice

* move message to after login

* add download bars to gameworld

* fixes download progress bar

* set gpose ui min and max size

* remove unnecessary usings

* adjustments to reconnection logic

* add options to set visible/offline groups visibility

* add impl of uploading display, transfer list in settings ui

* attempt to fix issues with server selection

* add back download status to compact ui

* make dl bar fixed size based

* some fixes for upload/download handling

* adjust text from Syncing back to Uploading

---------

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
Co-authored-by: Stanley Dimant <stanley.dimant@varian.com>
2023-03-14 19:48:35 +01:00
rootdarkarchon
ebe9ea47be potentially fixes an issue with cache creation, do not remove mediator on failure 2023-02-28 22:45:00 +01:00
rootdarkarchon
44450b24b4 add performance logging on demand, fix minion issues 2023-02-19 16:11:40 +01:00
rootdarkarchon
2ae5d42e4d Loggerrework (#45)
* test some refactoring for cachedplayer

* rework logging

* fix saving of log level

---------

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2023-02-18 15:23:38 +01:00
rootdarkarchon
6457a1fe9a more potential crash fixes + gpose fix 2023-02-15 23:51:55 +01:00
rootdarkarchon
73f009757c add dialog to add secret key to main ui when no secret key is present 2023-02-12 13:45:10 +01:00
Stanley Dimant
aab458066c improve ui performance, don't show other side paused pairs in online list 2023-02-07 09:28:52 +01:00
rootdarkarchon
3634c06ee5 fixes for pet handling, uploads, clear storage button, remove button while reconnecting, put paused to online/paused, put visible to online 2023-02-05 15:52:27 +01:00
rootdarkarchon
a1d4c1aed9 fix uid font for notes in group panel 2023-02-04 16:20:02 +01:00
rootdarkarchon
7c97d1994c configuration rework 2023-02-04 15:53:23 +01:00
rootdarkarchon
53bbda4cf4 adjust waiting for loading players 2023-02-03 12:47:17 +01:00
rootdarkarchon
ede62fabae rebuild PlayerManager to CacheCreationService and optimize creation of the local file cache 2023-02-02 15:25:58 +01:00
rootdarkarchon
2ca3e639b4 rework service disposal 2023-01-31 19:52:12 +01:00
Stanley Dimant
ef5e77017f fix display of error notification 2023-01-31 17:09:44 +01:00
rootdarkarchon
959803a57c fix pausing/resuming for local groups 2023-01-31 14:59:07 +01:00
Stanley Dimant
576d005b32 add NotificationService, cleanup 2023-01-31 14:43:22 +01:00
Stanley Dimant
12f0789e9c change display of local groups 2023-01-31 10:10:27 +01:00
rootdarkarchon
41465c2d49 fully switch to mediator from events 2023-01-31 01:35:11 +01:00
rootdarkarchon
5e7beb8518 add DI, start implementing mediator pattern instead of events 2023-01-31 00:05:47 +01:00
rootdarkarchon
c4aeb98126 CustomizePlus+ -> Customize+, make characters collapsible in Character Management 2023-01-30 13:42:04 +01:00
rootdarkarchon
56242c0e7a adjust to copy display name 2023-01-30 12:04:38 +01:00
rootdarkarchon
b52cfa0801 adjust text in settings 2023-01-30 12:01:28 +01:00
rootdarkarchon
422caade5e add display of usernames to group ui 2023-01-30 11:51:05 +01:00
rootdarkarchon
66fb103c94 add apply last received data 2023-01-30 11:46:17 +01:00
Stanley Dimant
c403e7b45b add show player name instead of notes 2023-01-30 11:16:43 +01:00
Stanley Dimant
0a32020a56 remove presence from online/offline 2023-01-30 10:55:00 +01:00
Stanley Dimant
246dbeb9b6 split individual ui to visible/group/online/offline 2023-01-30 10:35:49 +01:00
Cara
d218d06230 Add support for Palette+ (#40) 2023-01-30 09:43:57 +01:00
rootdarkarchon
2eb9c0992b clarify no secret key message more 2023-01-29 23:16:00 +01:00
rootdarkarchon
6b4359c0c2 fix open notes popup on user addition, fix saving on every secrey key access 2023-01-29 21:13:27 +01:00