31 Commits

Author SHA1 Message Date
631a0c46c8 why did that arg ever exist anyway
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-12 00:46:02 -07:00
5fc23cd7ca fix a few warnings in tests
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-11-12 00:25:00 -07:00
15c0ac50ee add nullable item shops for faster test runtimes
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-11-11 23:03:44 -07:00
1be61556ab default to useful things, tests null things out on their own
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-11 22:02:36 -07:00
d73a07391b break out the rest of everything into its own crate
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-11 14:28:41 -07:00
622c6e598d break out entity and maps into separate crates
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-10 21:37:23 -07:00
1028120048 test withdrawing a bit more 2023-02-06 23:16:28 -07:00
b8f05a0ea5 shared bank tests 2023-02-06 23:08:09 -07:00
0bf84db189 bankname -> bankidentifier 2023-02-05 01:53:38 -07:00
77f69a9d23 fix more dumb meseta things
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2023-02-01 23:30:53 -07:00
9123c4842b start of fixing item_id parity issues 2023-01-31 19:22:11 -07:00
fdce44cdd8 refactor the rest of the fucking code 2022-10-18 04:46:21 -06:00
8a7974f77f bank itemstate stuff 2022-07-19 14:23:54 -06:00
2b6f988c41 entitygateway stuff should take &BankName not BankName 2022-07-19 14:20:02 -06:00
1af69800ed add new arg for new_user_character and fix tests. add keyboard config tests. fix and clean up warnings in test files
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2022-02-19 20:29:46 +00:00
ecf1f23c6c fix tests
Some checks failed
continuous-integration/drone/push Build is failing
2021-12-27 00:43:25 -07:00
82ef5ba2ea RIP ItemLocation
Some checks failed
continuous-integration/drone/push Build is failing
fun while it lasted

ItemLocation ceased to be the canonical place to store an item's
location. replaced with ItemNote which basically covers the actual use
case but without the enforcing of a location.
2021-11-12 10:42:33 -07:00
32326a91f8 fix asserts in bank tests 2021-06-20 15:38:09 -06:00
10c2b1ec89 lint src/entity/gateway/*
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-18 19:52:33 -06:00
92c34b2d28 remove modifiers from weapon and armor 2020-12-01 23:17:07 -07:00
7ae8976c10 i t e m r e f a c t o r 2020-11-05 16:36:39 -07:00
cae89cd2ac get_items_by_character takes character id not character entity 2020-10-30 21:25:29 -06:00
b3e0674ca5 fix more tests + fix warnings 2020-10-30 21:25:27 -06:00
e3e5bff300 fix tests 2020-10-30 21:24:02 -06:00
031f3bba23 add modifiers to weapon+armor+mag 2020-08-20 20:19:46 -06:00
982966e679 fix tests 2020-08-20 11:52:12 -06:00
4187e93455 withdraw from bank 2020-07-29 08:34:19 -06:00
0dca90ff5a send deposit packets to correct clients 2020-07-29 08:34:19 -06:00
1867fee78b add bank depositing 2020-07-29 08:34:19 -06:00
1474c91dcd fix warnings 2020-07-19 14:50:52 -06:00
344cfc6dc4 i t e m r e f a c t o r
also some bank functionality
2020-07-19 14:14:07 -06:00