Commit Graph

132 Commits

Author SHA1 Message Date
Loporrit
ab996692e3 Track and display last known player names automatically 2024-02-16 07:26:57 +00:00
rootdarkarchon
6f1c00041b minor performance improvements 2024-02-14 10:07:53 +00:00
Loporrit
0f661c9c69 Revert "Revert "relieve gc pressure maybe"" (without caching addresses this time)
This reverts commit 5d2b25bccb.
2024-02-14 06:14:35 +00:00
Loporrit
5d2b25bccb Revert "relieve gc pressure maybe"
This reverts commit 40b8310ba9.
2024-02-10 18:45:18 +00:00
rootdarkarchon
40b8310ba9 relieve gc pressure maybe 2024-02-10 17:45:56 +00:00
rootdarkarchon
4c5b19f8c5 remove some unncessary stuff 2024-02-10 17:07:16 +00:00
rootdarkarchon
a15348b293 remove palette+ support 2024-02-10 17:07:16 +00:00
rootdarkarchon
9c51d6fbdd elevate penumbra resolving to default resolving method 2024-02-10 17:07:16 +00:00
rootdarkarchon
b8cac8f010 don't warn for palette+, remove display from ui 2024-02-10 13:57:14 +00:00
rootdarkarchon
0cd953f514 listen to glamourer changes 2024-01-16 00:12:00 +00:00
rootdarkarchon
06f6b75e72 dispose characters on unloading plugin 2024-01-16 00:07:03 +00:00
rootdarkarchon
add2d2eda9 potential mcdf fixes 2024-01-16 00:02:56 +00:00
Loporrit
c843af1470 Use streamable compression 2023-12-18 12:52:46 +00:00
Loporrit
e0ae62ff0d Initial Loporrit rebranding 2023-12-11 22:38:13 +00:00
Loporrit
42b1ea3d62 Merge tag '0.9.21' into mare-classic
* tag '0.9.21':
  fix combat situations not redrawing every time after combat ends
  add more resilience to MCDF export and loading
  disable data application and scanner in combat
  fix bug
  add lock around adding to cached handled paths
  disable target in pvp
  add click to target in ui
  change tooltip for penumbra version to 0.8.2.1
  add file storage validation
  add experimental resolving of data through penumbra
  adjust initial dialog to opt in/out into census with buttons
2023-12-09 12:57:41 +00:00
Loporrit
d601b6fcd1 Merge tag '0.9.17' into mare-classic
* tag '0.9.17':
  add census popup on connection
  api update
  census update
  heave fewer redraws as main method for data application, minor fixes
  remove unnecessary exists check
  add visibility for loaded mods size for pair, use menu bar for settings, remove settings button
  fix staging issues
  add download throttling, change header of mare, fix reverting players when going offline/paused when not visible
  use name for glamourer revert
  fix startup breaking
  add inner exception stacktraces
  calc correct button size
  wording
  add permission popup ui
  fix getting identifier during zoning
  indent nonscaled
  remove unnecessary usings
  ui icon boogaloo
  fix cache dict wtf
  add normalized icons
  add owner/moderator/pinned user icons
  check tokentime more precisely in both directions
  more cleanup
  fix sorting and cleanup
  make local groups more usable for pause/resume
  fix outlined font
  rework creation of popout windows into factory and some refactoring in general
  make syncshell admin ui to standalone window
  remove close button on intro ui
  do not allow to open main ui without finishing setup
  readonly bla
  wait for plugin disposal
  fix palette
  wording
  fix palette application and add experimental less redraws option
  some minor fixes
  check for timezone
  idk
  adjust token handling
  fix total user count in syncshell (distinct by UIDs)
  fix text alignment
  fix some shit maybe
  idk some fixes I guess
  fix offset for transfer bar at the bottom, use async collections, clear filter on tab change + add button to clear, require ctrl for align syncshells
  blah
  Some display options for DTR tooltip (#66)
  add ordering
  adjust api to latest
  rework main ui
  add total count on mouseover, make syncshell windows non-blocking
  fix token for character change, add online count to syncshells and groups
  argh
  fix broken font in header
  add more options for the compactui
  fix icons and text of buttons being static in place
  remove logspam
2023-12-08 16:35:14 +00:00
Loporrit
78b56aa952 Partially revert Mare 0.9 UI/API changes 2023-12-08 12:04:10 +00:00
rootdarkarchon
7bb0778060 fix combat situations not redrawing every time after combat ends 2023-12-08 01:09:24 +01:00
rootdarkarchon
8a197e6387 add more resilience to MCDF export and loading 2023-12-07 09:43:43 +01:00
rootdarkarchon
bd32a55ce5 disable data application and scanner in combat 2023-12-05 23:30:19 +01:00
rootdarkarchon
717c51e280 add experimental resolving of data through penumbra 2023-11-21 15:01:40 +01:00
rootdarkarchon
e9775a3677 census update 2023-11-17 02:06:17 +01:00
rootdarkarchon
1522d8d7e7 heave fewer redraws as main method for data application, minor fixes 2023-11-17 02:05:49 +01:00
rootdarkarchon
f89bbc45e6 remove unnecessary exists check 2023-11-16 16:18:44 +01:00
rootdarkarchon
96cc64b35a add visibility for loaded mods size for pair, use menu bar for settings, remove settings button 2023-11-16 15:57:23 +01:00
rootdarkarchon
4b3bd975d5 add download throttling, change header of mare, fix reverting players when going offline/paused when not visible 2023-11-10 00:08:32 +01:00
rootdarkarchon
75494c69fe use name for glamourer revert 2023-11-09 19:48:46 +01:00
rootdarkarchon
33535310aa add permission popup ui 2023-10-30 12:34:23 +01:00
rootdarkarchon
2221f4d09e fix palette application and add experimental less redraws option 2023-10-25 16:33:03 +02:00
rootdarkarchon
3a7e3e7177 add more options for the compactui 2023-10-18 00:18:02 +02:00
rootdarkarchon
14575a4a6b Mare 0.9 (#65)
* add jwt expiry

* start of 0.9 api impl

* some stuff idk

* some more impl

* some cleanup

* remove grouppair, add configuration, rework some pair drawing stuff

* do some stuff

* rework some ui

* I don't even know anymore

* add cancellationtoken

* token bla

* ui fixes etc

* probably individual adding/removing now working fully as expected

* add working report popup

* I guess it's more syncshell shit or so

* popup shit idk

* work out most of the syncshell bullshit I guess

* delete some old crap

* are we actually getting closer to the end

* update pair info stuff

* more fixes/adjustments, idk

* refactor some things

* some rework

* some more cleanup

* cleanup

* make menu buttons w i d e

* better icon text buttons

* add all syncshell folder and ordering fixes

---------

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2023-10-17 21:36:44 +02:00
rootdarkarchon
a9a57e0a31 fuck vfx 2023-10-14 12:13:43 +02:00
rootdarkarchon
afe6c75688 fix mcdf application 2023-10-09 18:58:17 +02:00
rootdarkarchon
864c76d258 fix transfer progress, add glamourer unlock by name, fix dtrbar, add to xlplugins main 2023-10-08 11:57:38 +02:00
rootdarkarchon
7a046e4b22 revert back to use my own building of data 2023-10-06 01:40:16 +02:00
rootdarkarchon
6b8b86305d tolower 2023-10-06 00:53:27 +02:00
rootdarkarchon
1151d1bf2e fix multiple redraws, fix wrong files being allowed to send 2023-10-05 23:53:48 +02:00
rootdarkarchon
9cf8a83223 fixes for glamourer 2023-10-05 01:16:52 +02:00
rootdarkarchon
61a2fe9168 use penumbra ipc for getting character data 2023-10-05 01:13:04 +02:00
rootdarkarchon
f371df7aa1 more api9 updates 2023-10-04 01:37:53 +02:00
rootdarkarchon
f89f6c1216 update to api9 2023-10-02 14:13:08 +02:00
rootdarkarchon
99f8060798 fix crash on gpose exit when using brio 2023-09-30 22:08:25 +02:00
rootdarkarchon
535554e6e5 adapt to new glamourer 2023-09-30 17:20:13 +02:00
rootdarkarchon
0008428cb0 add file compactor 2023-09-14 01:17:49 +02:00
rootdarkarchon
b65ae8fca3 potential fix for downloads hanging at 0 bytes 2023-08-10 10:49:53 +02:00
rootdarkarchon
9307aaecac fix issue of multiple file download triggers 2023-08-06 12:09:07 +02:00
rootdarkarchon
4e2df4bbc4 Single file transfers (#56)
* move to single file transfer and extraction per server download

* clean up downloads

---------

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2023-08-01 16:48:16 +02:00
rootdarkarchon
1c66c33daa revert pets, fix exception on application for glamourer 2 2023-07-23 16:07:58 +02:00
rootdarkarchon
aa3e0373a8 fix non-human objects 2023-07-23 15:51:49 +02:00
rootdarkarchon
36c77dedda glamourer 2099 updates 2023-07-23 15:34:18 +02:00