|
ef9aa2d8cb
|
fix error message capitalisation to be easier for laymen
|
2025-01-03 23:25:51 +00:00 |
|
|
e11c54cae5
|
cargo fmt
|
2025-01-03 23:24:47 +00:00 |
|
|
e90124c4df
|
fix the early return
|
2025-01-03 23:23:19 +00:00 |
|
|
e6fe118201
|
fix a debug check
|
2025-01-03 23:03:09 +00:00 |
|
|
f21aaee514
|
add a lot of debug prints
|
2025-01-03 22:57:47 +00:00 |
|
|
9c2771ad1f
|
remove unused imports from the ide
|
2025-01-03 22:40:04 +00:00 |
|
|
910658cf4c
|
fr
|
2025-01-03 22:39:24 +00:00 |
|
|
7615c17b60
|
CraftedGear and CraftedConsu RequirementData (2/2)
|
2025-01-03 20:14:12 +00:00 |
|
|
02b5cabcb9
|
reqdata part 1
|
2025-01-03 16:04:40 +00:00 |
|
|
4a3ee91d9b
|
squash question mark
|
2025-01-03 15:12:56 +00:00 |
|
|
e2b188c982
|
clippy autofix
|
2025-01-03 15:12:26 +00:00 |
|
|
658b9b758e
|
clippy stuff
|
2025-01-03 15:12:14 +00:00 |
|
|
e5455fddd8
|
implement DurabilityData
|
2025-01-02 20:25:59 +00:00 |
|
|
5c17f1c21e
|
change encode function names to be consistent
|
2025-01-02 18:34:23 +00:00 |
|
|
655cbda1c9
|
proper error handling for CraftedType. Also, more matches
|
2025-01-02 18:22:09 +00:00 |
|
|
e3278243c0
|
crafted types gaming
|
2025-01-02 17:51:13 +00:00 |
|
|
a29295d878
|
shenanigans
|
2025-01-02 13:48:36 +00:00 |
|
|
9459b6adb9
|
cargo fmt
|
2025-01-02 12:25:49 +00:00 |
|
|
bc063bae6e
|
redivision
|
2025-01-02 12:24:55 +00:00 |
|
|
e066263704
|
format everything into a bunch of seperate files
|
2025-01-02 12:23:03 +00:00 |
|
|
85eb199939
|
fmt
|
2025-01-02 12:13:26 +00:00 |
|
|
f4cdf669cf
|
fmt stuff
|
2025-01-02 12:10:28 +00:00 |
|
|
f678b418a8
|
make the thing not print if there is an error
|
2025-01-02 12:08:39 +00:00 |
|
|
1cf1701579
|
dont print the string if err
|
2025-01-02 12:07:47 +00:00 |
|
|
6313b56064
|
make NAME field non-optional for Gear, Tome, Charm
|
2025-01-02 12:06:52 +00:00 |
|
|
84e696bea2
|
remove Tier from example configs Powders arrays
|
2025-01-01 21:00:59 +00:00 |
|
|
4fcba6b7be
|
bump version to 0.4.3
|
2025-01-01 20:52:35 +00:00 |
|
|
4324f68f65
|
wrong way round, its allow not deny
|
2025-01-01 20:52:00 +00:00 |
|
|
062cc18be1
|
disable Single Match lint from clippy
|
2025-01-01 20:51:23 +00:00 |
|
|
d7793c200a
|
fixing clippy stuff
|
2025-01-01 20:49:16 +00:00 |
|
|
f6a78a95a5
|
cargo fmt
|
2025-01-01 20:47:16 +00:00 |
|
|
ead3d77f0c
|
remove unused cargo.toml deps
|
2025-01-01 20:47:08 +00:00 |
|
|
c030081f6b
|
update docs for Item Type, because it now actually supports gear, tome, charm items
|
2025-01-01 20:38:44 +00:00 |
|
|
3bc00f3389
|
remove missing Powder Limit warning
|
2025-01-01 20:32:27 +00:00 |
|
|
700f40fba7
|
add in type checks for existing blocks
|
2025-01-01 20:20:27 +00:00 |
|
|
a2c6317474
|
remove some line breaks
|
2025-01-01 19:55:57 +00:00 |
|
|
0a06bc80e4
|
make each modular encode function use one general struct of {out, debug_mode, ver}
|
2025-01-01 18:23:26 +00:00 |
|
|
13e4eb76a9
|
modular mode hellyeah
|
2025-01-01 18:07:46 +00:00 |
|
|
366f5b5a64
|
move stuff to ENCODE functions
|
2025-01-01 17:36:27 +00:00 |
|
|
321a5b302f
|
make powder vec happen as seperate function
|
2025-01-01 16:16:18 +00:00 |
|
|
a8b3b63a0a
|
remove powder tier, because wynntils literally doesn't use anything but t6
|
2025-01-01 14:35:39 +00:00 |
|
|
aca07977b0
|
update thiserror dependency to v2
|
2025-01-01 14:32:20 +00:00 |
|
|
9aba8d2bc1
|
remove powder limit from examples
|
2025-01-01 14:23:38 +00:00 |
|
|
2fe769e08d
|
remove powderlimit from docs
|
2025-01-01 14:23:04 +00:00 |
|
|
9835e9f9d2
|
powder limit is min of 255 and current powders amount
|
2025-01-01 14:22:10 +00:00 |
|
|
b4f61b9eb1
|
remove powderlimit field entirely and make it automatically find based on num of powders (it's useless anyway)
|
2025-01-01 14:21:10 +00:00 |
|
|
501bacc7f3
|
make all the ACTUALLY non essential blocks Optional. Also powder limit is necessary if you have powders
|
2025-01-01 13:40:58 +00:00 |
|
|
6c50e01549
|
update build script for x64, to remove config.md
|
2025-01-01 00:10:05 +00:00 |
|
|
22983ae8e0
|
bumpity bump bump
|
2025-01-01 00:05:25 +00:00 |
|
|
5667364165
|
bump version yep
|
2025-01-01 00:05:11 +00:00 |
|