Commit Graph

20 Commits

Author SHA1 Message Date
rootdarkarchon
afe6c75688 fix mcdf application 2023-10-09 18:58:17 +02:00
rootdarkarchon
fea035c76a fixes for zoning race condition, add better logging 2023-05-11 14:07:19 +02:00
rootdarkarchon
de7e9d7293 cleanup and fix application issues 2023-05-09 03:55:30 +02:00
rootdarkarchon
83f0905232 fix receiving chara data while initilaization, fix glamourer not applying after glamplate or material extraction, potentially fix more zoning issues 2023-05-07 23:25:45 +02:00
rootdarkarchon
effe6c2839 don't call zoning when zoning is not happening, wait for mark offline on players, fixes initial data application after zoning 2023-05-07 02:00:36 +02:00
rootdarkarchon
7495470dd5 idk man 2023-05-01 01:33:35 +02:00
rootdarkarchon
d426e0b428 change semaphore-create order 2023-04-30 10:50:01 +02:00
rootdarkarchon
bbfd6eb3d3 idk, probably some crashfixes or so 2023-04-30 00:46:02 +02:00
rootdarkarchon
3715ca5ce3 the need for speed 2023-04-29 23:32:54 +02:00
rootdarkarchon
de2cd97dbe rework character disposal 2023-04-29 17:48:05 +02:00
rootdarkarchon
9b06c85cbc remove unncessary usings 2023-04-21 17:15:00 +02:00
rootdarkarchon
a59318896e wait for pair initialize 2023-04-21 10:55:53 +02:00
Stanley Dimant
5b52896243 Merge branch 'main' of https://github.com/Penumbra-Sync/client 2023-04-20 10:50:28 +02:00
Stanley Dimant
890e7558c4 add vfx stuff handling 2023-04-20 10:45:30 +02:00
Cara
6669247e22 Add Honorific Support (#49)
* Add Honorific support

* Update MareAPI

* Update SettingsUi.cs
2023-04-20 09:47:19 +02:00
rootdarkarchon
4cabc39e45 optimize hash computation 2023-03-27 11:37:39 +02:00
Stanley Dimant
6b35b2bf4a potentially some fixes idk 2023-03-27 10:22:14 +02:00
rootdarkarchon
38d83eff77 some profile ui rework 2023-03-22 17:14:05 +01:00
Stanley Dimant
814b24ebd8 tryout of context menu 2023-03-21 14:18:03 +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