1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-06-30 17:47:45 +00:00
Commit graph

125 commits

Author SHA1 Message Date
cce91a92fa Update generated-sources.json again 2025-06-29 20:51:54 -04:00
9a928a7c38 Don't generate unnecessary files for web 2025-06-29 20:51:17 -04:00
b59518c682 Don't build Python bindings for KF 2025-06-29 20:42:28 -04:00
d7cbf1a4e9 Update dependencies 2025-06-29 20:36:55 -04:00
12724c7e4d Only generate plate HTML when connecting to Dalamud 2025-06-29 20:33:33 -04:00
5d63b22339 Improve website a bit, add explanation for Lodestone privacy
Fixes #2
2025-06-29 20:29:13 -04:00
9d1cf29f97 Update generated-sources.json 2025-06-29 20:09:21 -04:00
4f4140e16f Update install-qt-action 2025-06-29 20:07:55 -04:00
16bb5d7e36 Try to fix KF on CI 2025-06-29 20:05:59 -04:00
c3f4679c4b Fix the outstanding warnings 2025-06-29 19:59:41 -04:00
1ade743f82 Add support for extracting unlock link and unlock aetheryte flags 2025-06-28 13:14:31 -04:00
a6edfd903c Add support for extracting inventory containers in Dalamud 2025-06-28 12:44:29 -04:00
aa7c38634d Begin extracting classjob ids, current and max EXP 2025-06-28 12:11:40 -04:00
a2922d043d Update dependencies 2025-06-28 11:33:49 -04:00
3009655964 Pretty-up the main page of the deskto application 2025-05-07 21:12:58 -04:00
a779778f9c Improve the message banner on the desktop version
Now it's closable, and it hides itself the next time you try to archive
a character.
2025-05-07 21:05:38 -04:00
6f99f2974f Add an option to input the Lodestone ID instead on the desktop version 2025-05-07 21:04:16 -04:00
1bc72b69cb Clean up some unnessecary files from the Flatpak 2025-05-07 20:54:00 -04:00
0f6b51bd49 Minor UI fixes 2025-05-07 20:48:37 -04:00
f4327395a1 Fix the desktopFilename 2025-05-07 20:48:27 -04:00
256ac3e642 Add IPC share permission to the Flatpak 2025-05-07 20:32:17 -04:00
eaf2df0fdb Add generated Flatpak files to gitignore 2025-05-01 16:32:25 -04:00
5901f078e8 Give a prettier name to the build CI job 2025-05-01 16:32:25 -04:00
a68c684e0e Update generated-sources.json 2025-05-01 15:47:11 -04:00
6149b108c2 Add Flatpak CI 2025-04-30 23:23:38 -04:00
b3c9035bf6 Tidy up the README 2025-04-30 23:22:34 -04:00
ec11754e83 Add scripts folder 2025-04-30 23:20:11 -04:00
c4b27b8a7b Fix the web version for the new API 2025-04-30 23:19:34 -04:00
8fe4a36a88 Remove link to supported data on the website 2025-04-28 16:46:14 -04:00
145bb6865f Remove supported data column from the README
It's just going to become either too long or out of date, so just remove
it.
2025-04-28 16:45:36 -04:00
78e494d414 Fix more tribe names 2025-04-28 16:40:05 -04:00
061215ad23 Don't crash when parsing Au Ra 2025-04-28 16:38:30 -04:00
0e1ebccd9c Don't panic when parsing certain item names 2025-04-28 16:36:24 -04:00
0e1662e86e Extract currently equipped item names 2025-04-28 16:33:24 -04:00
2c7cea378b Extract currently set title 2025-04-28 16:03:52 -04:00
35dfd398b8 Fix the Free Company name parser 2025-04-28 16:01:00 -04:00
614985e5d1 Add an --id parameter for manually typing the Lodestone ID
This is useful as Auracite has no name conflict resolution yet.
2025-04-28 15:59:13 -04:00
ed4d7b9c82 Turn character search into it's own function 2025-04-28 15:54:28 -04:00
ba6a61f85f Add .zip to gitignore 2025-04-28 15:54:10 -04:00
75eca93f0d Begin parsing free company, fix issue when parsing catgirls 2025-04-28 15:47:00 -04:00
0312725624 Extract Grand Company information 2025-04-28 15:39:46 -04:00
bc0f8eff6e Pretty-print character.json 2025-04-28 15:33:00 -04:00
70002bbe7a Extract voice id from the game, add to chardat file 2025-04-01 23:11:27 -04:00
d7a30318cd Mention Kawari import in the README 2025-03-31 17:28:44 -04:00
3210f31763 Extract current class/job levels from the Lodestone 2025-03-31 17:21:13 -04:00
90a2eeda8a Start giving numerical values/ids for fields when possible
This makes it easier to build tools off of, such as Kawari which needs
the internal ID for things.
2025-03-31 17:03:15 -04:00
236731374a Skip writing unavailable data
If you aren't using the Dalamud plugin, some data is unavailable.
Instead of writing empty values to the JSON, don't include it at all.
2025-03-31 16:21:55 -04:00
fbb6cd26d0 Move package struct to it's own module 2025-03-31 16:09:24 -04:00
cfddb17c46 Update dependencies, run Cargo format 2025-03-31 16:07:31 -04:00
3402ad89a1 Update to Dalamud API 12 2025-03-29 17:02:07 -04:00