Commit graph

90 commits

Author SHA1 Message Date
c5a30d0d46 remove debug print 2024-12-31 15:08:08 +00:00
78b6e9ddcc better method of loading files, because this is necessary for implementing other item types 2024-12-31 00:06:08 +00:00
7cd826a735 video guide for windows user 2024-12-29 21:54:05 +00:00
a7506faef8 unindent 3rd section of USAGE in readme 2024-12-29 20:23:33 +00:00
95223cbbda update the hanafubuki to add item_type field (i forgot) 2024-12-29 20:15:40 +00:00
6180a5009b update readme to tell people to chmod the linux binary 2024-12-29 20:06:21 +00:00
d5927ae125 update build script 2024-12-29 20:05:30 +00:00
2f581abe65 make config path optional yep 2024-12-29 19:59:39 +00:00
415677b41f readme update 2024-12-29 19:57:40 +00:00
e39660db44 bump version in cargo.lock i think 2024-12-29 19:38:21 +00:00
d4058321b3 Bump version for update 2024-12-29 19:30:10 +00:00
deb174f338 fix a bug where its looking for ShinyStats.json instead of shiny_stats.json (blame clion refactoring) 2024-12-29 19:28:50 +00:00
041dc62684 fix the shiny stats json detection 2024-12-29 15:30:36 +00:00
33df7335e3 Revert "test global vars (this is pain)"
This reverts commit 73e0a94cc2.
2024-12-25 14:45:15 +00:00
73e0a94cc2 test global vars (this is pain) 2024-12-25 14:44:52 +00:00
6efad16944 cargo clippy --fix 2024-12-25 00:32:37 +00:00
a6e56b4519 a 2024-12-25 00:32:15 +00:00
5dd7966761 fixed every linter warning 2024-12-25 00:30:38 +00:00
e2868aed8c remove fancypanic as its redundant now. 2024-12-25 00:24:09 +00:00
66fd2ce14e added multiline errors 2024-12-25 00:23:05 +00:00
515c0d4c60 set the help message to appear if no args sent 2024-12-25 00:15:12 +00:00
142c548057 download jsons function for ease of use 2024-12-24 23:37:50 +00:00
5cdfcfeca2 crafted support (1/?) (unfinished) 2024-12-24 18:49:30 +00:00
a2b82ccf22 bit of cleaning up 2024-12-23 23:17:30 +00:00
3220d21e73 add crafted bool for crafted support 2024-12-23 22:56:04 +00:00
a204a37843 make it so it looks for config jsons in the executable dir, NOT the working dir 2024-12-23 22:55:15 +00:00
2ee0b85b69 add license and description lines to the cargo.toml 2024-12-23 19:36:04 +00:00
a9d28aecc3 publish for crates.io 2024-12-23 19:35:11 +00:00
b2744bb6f7 rename debugmode parameter to debug and remove the now redundant dbg!(powderamount) 2024-11-06 17:25:57 +00:00
f2cb7ab9c7 fix borrow errors using dbg! 2024-11-06 17:23:44 +00:00
7a6af25bc2 change debug print location for powder adding and element 2024-11-06 17:21:49 +00:00
fc4e92ed34 use dbg! for debug prints 2024-11-06 17:20:39 +00:00
8b1f124552 final bugfix for 0.4.0: remove pushing README.md to build script, put config.md instead as it was a typo 2024-11-05 22:00:16 +00:00
2d23ba3c01 Bump version 2024-11-05 21:57:53 +00:00
4491b542fe bump version for 4.0 release 2024-11-05 21:54:04 +00:00
d45ad9c39d change the config parameter to '--config', clarify about negative IDIs in the config.md documentation 2024-11-05 21:52:51 +00:00
6010d1be0d fix powders changing in idmangler-lib 4.0 2024-11-05 21:47:15 +00:00
32740e8318 finalise the build script 2024-11-05 21:22:04 +00:00
2befafb5d9 fix some typos 2024-11-05 21:03:45 +00:00
97b86455ae i forgot what i did for the shell script 2024-11-05 20:49:12 +00:00
1747e27d75 copy some relevant configs in 2024-11-05 20:39:33 +00:00
cbe813e0fa typo fix in the script 2024-11-05 20:35:38 +00:00
4c4948c82c wrong filename oops 2024-11-05 20:31:56 +00:00
d1099bbf82 change the script to build for release 2024-11-05 20:30:50 +00:00
0d06e18cf7 forgot to give the script execution perms 2024-11-05 20:29:49 +00:00
c0d97f254f Create build script that puts the results in ./product 2024-11-05 20:29:22 +00:00
05f85641da make the config error display a bit nicer 2024-11-05 20:04:11 +00:00
9c51da97a8 print the actual json error if the config is broken 2024-11-05 20:02:20 +00:00
510b023e4e tf did i do smh 2024-11-05 19:51:58 +00:00
0b120eda74 tbh 2024-11-05 19:47:47 +00:00