Commit Graph

20 Commits

Author SHA1 Message Date
N. Lo
24593becc9 Make the DTR colors configurable (#77)
* Make the DTR colors configurable

* Allow using (most of) the full RGB space (thanks @Caraxi)
2025-02-09 16:10:31 +00:00
N. Lo
fec13209d8 Color-code the DTR entry (#76) 2025-02-09 16:10:31 +00:00
rootdarkarchon
e1ca5dd6f8 make storage size calculation asynchronous and running in parallel 2025-02-02 08:50:47 +00:00
Loporrit
47b292f4bb Dalamud API10 2024-07-03 19:18:19 +00:00
Loporrit
ab996692e3 Track and display last known player names automatically 2024-02-16 07:26:57 +00:00
Loporrit
186c14267c Allow changing server info bar style 2023-12-12 00:07:06 +00:00
Loporrit
e0ae62ff0d Initial Loporrit rebranding 2023-12-11 22:38:13 +00:00
Cara
a663c26df0 Some display options for DTR tooltip (#66) 2023-10-21 18:33:08 +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
864c76d258 fix transfer progress, add glamourer unlock by name, fix dtrbar, add to xlplugins main 2023-10-08 11:57:38 +02:00
N. Lo
706aab5bb9 DTR entry: Hide --- separator if list is empty (#63) 2023-10-08 11:17:50 +02:00
Deckerz
2cb4e799ce Added names of visible players to tooltip of server bar (#61)
* Added names of visible players to tooltip of server bar

* match variable name

* changes as requested
2023-10-05 23:51:31 +02:00
N. Lo
fe30812aa7 DTR entry: Click to open main UI (#62) 2023-10-05 23:51:22 +02:00
rootdarkarchon
f89f6c1216 update to api9 2023-10-02 14:13:08 +02:00
rootdarkarchon
08a35c9152 Heels and C+ updates (#54)
* add heels and customize plus multi data

* adjust customize plus api calls

* adjustments to ipc for customize

---------

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2023-07-17 08:57:56 +02:00
rootdarkarchon
42da1855b1 add UI for Mare Data Analysis 2023-07-12 15:03:15 +02:00
rootdarkarchon
405c0968da fix DtrBar removal/addition 2023-07-10 16:09:41 +02:00
rootdarkarchon
417c08f9b2 add CharacterAnalzyer, fix DtrEntry (I think) 2023-07-10 13:23:44 +02:00
rootdarkarchon
2473087da4 fix group panel, restarts with dtr entry 2023-06-27 18:56:05 +02:00
N. Lo
0e84d312dc Add DTR entry with number of visible pairs (#52)
* Add DTR entry with number of visible pairs

* Simplify DTR visible pair counter

- Merge the new PairHandlerInvisibleMessage and PairHandlerVisibleDisposedMessage ;
- Leave alone a bunch of messages that were actually unneccessary.

* Match encodings with the rest of the codebase

* Make the DTR entry opt-in and add explanations

* More reliable publishing of PairHandlerVisible/Invisible

* Simplify things for DTR

* Rework async
2023-06-18 23:01:39 +02:00