1150 Commits

Author SHA1 Message Date
0d9e2b8609 this dep isn't even used 2023-11-14 14:14:52 -04:00
0d710fad45 move all the crate dirs back under src/ 2023-11-14 14:14:52 -04:00
7ab0088c26 move ship server into its own crate 2023-11-14 14:14:52 -04:00
0fed0da24b login_server crate 2023-11-14 14:14:52 -04:00
8ac5ad88a5 move patch_server to own crate 2023-11-14 14:14:52 -04:00
4631ef3254 don't need these deps here 2023-11-14 14:14:52 -04:00
1a140eea8f clean up tests a bit by using itembuilder rather than using structs directly 2023-11-14 14:14:52 -04:00
c5dd7db248 missed one 2023-11-14 14:14:52 -04:00
9732c9276f this file has never been used why is it here 2023-11-14 14:14:52 -04:00
0a0542f642 why did that arg ever exist anyway 2023-11-14 14:14:52 -04:00
3c2c325968 fix a few warnings in tests 2023-11-14 14:14:52 -04:00
3934aa3d4e try using cargo-prune instead of cargo-sweep 2023-11-14 14:14:52 -04:00
ff2601a824 try removing incremental build files to see if it helps ci disk usage 2023-11-14 14:14:52 -04:00
579f10f08e don't load shops for real this time 2023-11-14 14:14:52 -04:00
76fd7e82f6 add nullable item shops for faster test runtimes 2023-11-14 14:14:52 -04:00
ffd431cd3b clippy 2023-11-14 14:14:52 -04:00
9bb10476a3 default to useful things, tests null things out on their own 2023-11-14 14:14:52 -04:00
b5572ccc53 null free roam maps by default 2023-11-14 14:14:52 -04:00
c5c96863a8 maybe this will work for keeping the ci from filling the disk and making everyone sad 2023-11-14 14:14:52 -04:00
66c04b891e clippy 2023-11-14 14:14:52 -04:00
b770cce30b further speed up tests by not loading drop charts by default 2023-11-14 14:14:52 -04:00
a07d7aec23 speed up tests by not loading quests every time 2023-11-14 14:14:52 -04:00
dd8b81e69c remove redundant patch.rs 2023-11-14 14:14:52 -04:00
7f421fd2c7 clippy 2023-11-14 14:14:52 -04:00
f0f1b55a38 remove some redundant files 2023-11-14 14:14:52 -04:00
62ad32a9ba remove another ci cache 2023-11-14 14:14:52 -04:00
cf2bac4ccb clippy cleanup 2023-11-14 14:14:51 -04:00
cd1476796e break out the rest of everything into its own crate 2023-11-14 14:14:51 -04:00
8135d673eb remove cargo cache for now, not enough disk space on my poverty ci vps 2023-11-14 14:14:51 -04:00
210d51e957 move leveltable to stats crate 2023-11-14 14:14:51 -04:00
a76bb8945c clean up toplevel cargo.toml a bit 2023-11-14 14:14:51 -04:00
7020f38863 crates for shops and stats 2023-11-14 14:14:51 -04:00
04e9aa91d8 maybe specifying only 1 test job at a time will keep it from running out of memory 2023-11-14 14:14:51 -04:00
03507df187 oh wow this has been wrong this entire time 2023-11-14 14:14:51 -04:00
f7cf6cd349 cleanup 2023-11-14 14:14:51 -04:00
c7d10eeacf actually this shouldn't be needed 2023-11-14 14:14:51 -04:00
37ff01a186 genuflect towards the great clippy 2023-11-14 14:14:51 -04:00
d158ac1d7f break out entity and maps into separate crates 2023-11-14 14:14:51 -04:00
13ddbc8f5e get elseware to compile on latest rust 2023-11-14 14:14:51 -04:00
08bcea7dca this was hidden in some debug code I was skipping over 2023-11-14 14:14:51 -04:00
ad13f03cda oh yeah I kinda need this migration 2023-11-14 14:14:51 -04:00
7f77063ed7 remove the cargo.lock it only caused suffering 2023-11-14 14:14:51 -04:00
683ecc9383 clippy 2023-11-14 14:14:51 -04:00
cd0d7f00e5 small cleanup 2023-11-14 14:14:51 -04:00
d466e6e613 roomnotery 2023-11-14 14:14:51 -04:00
9b193496f2 update cargolock 2023-11-14 14:14:51 -04:00
a28fdb43cd char is not "char" reeeeee 2023-11-14 14:14:51 -04:00
2654496f8c update to sqlx 6.2 2023-11-14 14:14:51 -04:00
dafd56cd8e minor room refactor, room db table, add room ids to itemnotes 2023-11-14 14:14:51 -04:00
6fab72fc7a initial room entities 2023-11-14 14:14:51 -04:00