1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-05-08 19:47:45 +00:00
Commit graph

110 commits

Author SHA1 Message Date
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
c9a11a6843 Replace option_env! with env 2025-03-10 21:12:53 -04:00
13dd122b92 Set CMAKE_PREFIX_PATH in clippy as well 2025-03-10 21:03:51 -04:00
4da8acb69c Build KCodecs and KConfigWidgets on the CI 2025-03-10 20:43:42 -04:00
6d2f20d81b Add upstream FFXIVClientStructs PR note 2025-03-10 20:42:37 -04:00
eef28b4554 Bump Dalamud plugin version, switch to mostly upstream client structs 2025-03-10 20:35:19 -04:00
8d4664ee38 Remove wayland protocls dependency in KGuiAddons 2025-03-10 20:22:56 -04:00
2e786019e3 Update the Dalamud path 2025-03-10 20:21:38 -04:00
fbec3dcd11 Write actual appearance data to the .dat file
It actually loads in-game, cool! Auracite does not yet extract the voice, that
will have to be done eventually.
2025-03-10 20:20:36 -04:00
e18ddec008 Add KGuiAddons to the CI 2025-03-10 20:02:08 -04:00
0a509c317b Remove notice about NA Lodestone, it doesn't make any sense 2025-03-10 19:56:57 -04:00
9a72b4bed1 Remove --config from the CI 2025-03-10 19:51:10 -04:00
098c8c604c Use latest ubuntu, remove explicit CC/CCX 2025-03-10 19:46:37 -04:00
dff49276db Fix KF version format 2025-03-10 19:41:41 -04:00
e9e5fb5e90 Set the KF version on the CI 2025-03-10 19:38:52 -04:00
4e41949219 Build KIconThemes on the CI 2025-03-10 19:33:55 -04:00