1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-05-04 09:47:46 +00:00
Commit graph

13 commits

Author SHA1 Message Date
517995d49d Switch Physis version to git to support WebAssembly
This is not in a released version of Physis yet.
2024-11-01 16:51:37 -04:00
70effe3541 Save even more data, whoop
All of your character's appearance data is now saved, and I've begun
the groundwork for exporting it into a client-compatible dat file.

If using the Dalamud plugin, the adventurer plate portrait is now
exported.
2024-11-01 16:41:05 -04:00
acb42a7cb6 Make the Dalamud plugin work with the WebAssembly version 2024-10-31 23:11:26 -04:00
66f641b7ca Switch around the server/client for Dalamud communication
This is to facilitate support for this feature on the Web, where the
plugin needs to start a server instead of Auracite itself. Otherwise,
the functionality is identical to before.
2024-10-31 21:46:50 -04:00
eb14e13311 Simplify features, Qt is now required on desktop 2024-10-31 19:33:45 -04:00
7c28e03d63 Fold the CLI app into the same Qt app
This way we can remove a dependency on clap, and just depend on Qt.
2024-10-31 19:17:07 -04:00
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
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
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
5f76694211 Add initial files 2024-09-29 17:50:19 -04:00