1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-05-03 17:27:47 +00:00
Commit graph

103 commits

Author SHA1 Message Date
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
b4ef1cca9c Build KCrash on the CI 2025-03-10 19:24:45 -04:00
fa294bafc3 Use correct libdir on CI 2025-03-10 19:20:20 -04:00
247955438e Try adding CMAKE_PREFIX_PATH to CI 2025-03-10 19:13:42 -04:00
493a05484e Remove funding information 2025-03-10 19:09:16 -04:00
a479a9dffc Re-add scraper notice I removed 2025-03-10 19:09:00 -04:00
6f11530e6f Try to fix KCoreAddons fail on the CI 2025-03-10 19:08:28 -04:00
be94d9331f Update dependencies, Flatpak, Rust edition and more
Also adds building information to the wiki because I forgot myself!
2025-03-10 18:55:52 -04:00