Commit Graph

1034 Commits

Author SHA1 Message Date
Loporrit
5c9ca801f8 Replace repo config with generic remote config 2025-08-02 09:48:12 +00:00
Loporrit
72224c46b5 Revert non-actor gposers as well 2025-07-31 23:46:38 +00:00
Loporrit
b5d5892ec3 Process chat messages correctly when using /ss commands 2025-07-25 22:07:01 +00:00
Loporrit
4b6978c1c7 Handle temp chat channel switching via hotkeys 2025-07-25 21:27:57 +00:00
Loporrit
ec67d36d6f cleanup usings 2025-07-25 21:22:13 +00:00
Loporrit
924a3803d9 Revert gpose actors on plugin unload or when NoSnap triggers 2025-07-25 18:14:27 +00:00
Loporrit
9fd390caab Fix buggy behavior deleting spawned gpose actors 2025-07-25 18:10:15 +00:00
Loporrit
10366695f2 Add NoSnapService, undo application on plugin unload 2025-07-24 17:15:54 +00:00
Loporrit
c455eb0009 Remove Auth V1 fallback, allow auth redirect 2025-07-21 17:44:20 +00:00
Loporrit
b207af35f8 Remove revision number from window title 2025-07-21 17:44:20 +00:00
Loporrit
10b11e0f37 Remove handling of mare server url 2025-07-21 17:44:20 +00:00
Loporrit
86aa5639f3 Remove embedded profile image data 2025-07-21 17:44:20 +00:00
Loporrit
73d9124d46 Remove ImageSharp 2025-07-21 17:44:20 +00:00
Loporrit
f882fd8b9d Add RepoChangeService 2025-07-16 01:41:11 +00:00
Loporrit
7d79dc5475 Hack-fix unload error 2025-07-16 00:18:50 +00:00
Loporrit
8b71320912 Hack change gpose sync timer to 2 seconds 2025-07-03 08:36:07 +00:00
Loporrit
8843add155 Experimental option for non-async player applications 2025-06-30 20:17:08 +00:00
Stanley Dimant
833fbd0e25 GPose Together fixes
safeguard pose/world data generation loops

safeguard more

fix gpose together charas getting their collection nuked going outside gpose
2025-06-30 20:17:08 +00:00
rootdarkarchon
93aff198f2 Add GPose Together (#82)
* add api glue

* most of gpose together impl

* more cleanup and impl

* more impl

* minor fixes and chara name abbreviations

---------

Co-authored-by: Stanley Dimant <root.darkarchon@outlook.com>
2025-06-30 20:17:08 +00:00
Loporrit
c835854fb6 Remove CountedStream.cs (unused) 2025-06-30 20:17:08 +00:00
Loporrit
aa377439ce Fix a lot of the analyzer warnings too 2025-06-30 20:17:08 +00:00
Loporrit
dd42bf0913 Fix build warnings for fun 2025-06-30 20:17:08 +00:00
Loporrit
c8e988abc5 ReadAsync/WriteAsync overloads 2025-06-30 20:17:08 +00:00
Loporrit
660319d74b Delete CheapLoc 2025-06-30 20:17:08 +00:00
Loporrit
810bf78d9c tabs->spaces etc 2025-06-30 15:11:09 +00:00
Loporrit
91e4b36571 Fix icon url 2025-06-28 17:35:21 +00:00
Loporrit
cc3dc02afb Revert the download change to see if it fixes the download bars
Revert "Fix hung downloads"

This reverts commit 0b7381f486.

Revert "Avoid missing blk file errors on early download abort"

This reverts commit e4e24d1831.
2025-06-28 17:26:03 +00:00
Loporrit
132d757943 Character Data Hub branding 2025-06-28 17:20:35 +00:00
Loporrit
cf827529ab add shared character data sets display to main ui 2025-06-28 17:11:26 +00:00
Loporrit
3fc24fde5b Add Character Hub button to main UI 2025-06-28 17:11:26 +00:00
Loporrit
deffdf35a6 Add createWithIdent fallback 2025-06-28 15:43:19 +00:00
Loporrit
3f45f1865b .well-known stapling via createWithIdentV2 2025-06-28 15:43:19 +00:00
Loporrit
f706707182 Cook in main service defaults 2025-06-28 15:28:45 +00:00
Loporrit
5a974de258 Add .well-known HubConnectionConfig 2025-06-28 15:28:45 +00:00
Stanley Dimant
4acf78b0df fix gpose world stuff 2025-06-28 15:28:45 +00:00
Stanley Dimant
27bbe96618 MCDO fixes 2
implement RestoreThenUpload for charadata

cleanup, actually show success/failure

actually sort chara data list lmao

add shared character data sets display to main ui (partial)

increase size of mcdo table slightly

fix selecting last new entry
2025-06-28 15:28:45 +00:00
Stanley Dimant
8f9528879d MCDO fixes
fix ipc probably

add individual syncshells and shit

don't show shared data from paused people

change text

fix reverting

Use InputText/Combo hybrids for MCDO ACLs (#81)

* Use InputText/Combo hybrids for MCDO ACLs

* Hybrid combo factoring, filtering, ordering, caching

fix selecting latest created data on creation

rename close to direct pairs

add toggle to keep nearby poses active constantly

fix gpose hanging

fix potential cancelaltion on updateshareddata
2025-06-28 15:28:45 +00:00
rootdarkarchon
30caedbf3a Add MCDO (#80)
* update api

* mcd online editor impl

* most of chara data hub impl

* some state of things

* some refactoring

* random bullshit go

* more nearby impl

* add uid to peformance msg

* cleanup/homogenization

* some split, update nuget packages

* migrate to latest packages where possible, remove lz4net, do some split, idk

* some polish and cleanup

* more cleanup, beautification, etc.

* fixes and cleanups

---------

Co-authored-by: Stanley Dimant <root.darkarchon@outlook.com>
2025-06-28 15:28:45 +00:00
Stanley Dimant
ad42b29a44 rework configuration save, load configuration backups when available and config cannot be read
fix unnecessary config reload on save
2025-06-27 19:12:31 +00:00
Stanley Dimant
9fd3647f02 do not handle blocked/muted characters
simplify get ids

potentially fix invalid chara state

partial 514d254

skip erroneous blockstatus
2025-06-27 18:54:34 +00:00
Loporrit
289f776223 Fix Glamourer/Penumbra API check on startup 2025-06-27 13:32:43 +00:00
Loporrit
0b7381f486 Fix hung downloads 2025-06-26 10:38:07 +00:00
Loporrit
5fcedfa890 Use PluginWatchService for Glamournumbra too 2025-06-26 09:10:09 +00:00
Loporrit
17b2998d80 Use HomeWorldId 2025-06-26 06:12:35 +00:00
Loporrit
b2829fc903 Fix PluginWatcherService triggering every frame 2025-06-26 06:12:06 +00:00
Loporrit
6076deb2b5 Actually perform deferred applications? 2025-06-26 05:31:09 +00:00
Loporrit
fae8941dce Add VisibilityService to improve tick performance with many online pairs 2025-06-26 05:31:08 +00:00
Loporrit
e603539319 Make combat application hold disabled by default 2025-06-26 05:30:43 +00:00
Loporrit
e2e59bd396 Run some timers a little faster 2025-06-26 05:09:48 +00:00
Loporrit
4dd34039f4 Less error log messages 2025-06-26 05:07:15 +00:00