1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-04-22 20:57:46 +00:00
Commit graph

18 commits

Author SHA1 Message Date
2a8115fe18 Remove now unneeded dependencies 2024-10-31 18:35:50 -04:00
1ca6800569 Upgrade to scraper 0.21 2024-10-31 18:22:23 -04:00
6b9922fbdf Add back support for writing the character HTML file
Now it's written into the ZIP.
2024-10-31 18:20:45 -04:00
27d422cd78 Add Dalamud bin files to gitignore 2024-10-31 18:18:34 -04:00
00cd6d0c6e Add program name to the HTML template 2024-10-31 18:18:14 -04:00
06b8afad24 Add Qt UI and add a separate CLI target
The Qt UI is basic for now, to be expanded upon later - but it does
work!
2024-10-31 18:18:06 -04:00
aa5318c84a Improve character_archive & prepare for future supported UI
Now we pack the different files into one ZIP archive, and give that as
bytes. It's then possible to turn this into a Base64 string perfect for
data URIs.
2024-10-31 18:16:42 -04:00
0acea2646e Move character archiving to the library
So this can eventually be called by JavaScript.
2024-10-30 16:32:50 -04:00
6ac3f5ced7 Begin working on WebAssembly support
It now compiles, but lacks a way to actually download anything.
2024-10-30 16:27:32 -04:00
0e769682bd Note how to get and use the Dalamud plugin 2024-10-05 13:15:48 -04:00
b509e05407 Support grabbing from misc player state from the plugin
This currently includes mentor status, novice status and player
commendation count.
2024-10-05 12:36:36 -04:00
a363827903 Update README table 2024-10-05 12:27:25 -04:00
5acde0000a Support collecting gil from the plugin 2024-10-05 12:26:12 -04:00
0c665679d4 Begin collecting some appearance data from the plugin 2024-10-05 12:21:38 -04:00
7ceaeb1798 Note that collecting your playtime is now supported via the plugin 2024-10-05 12:11:23 -04:00
39108207f6 Add Dalamud plugin to collect additional data in-game
There's some data we want to save that's not available on the Lodestone,
for example playtime information. Now you can install the Dalamud plugin
(not currently distributed) to save playtime information.

In the future, we can expand this to all sorts of interesting things!
2024-10-05 12:10:31 -04:00
b9bf515412 Detail what each of the dependencies are for 2024-10-05 10:03:36 -04:00
5f76694211 Add initial files 2024-09-29 17:50:19 -04:00