710 Commits

Author SHA1 Message Date
b946d3d73e remove unused line
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-06-20 19:11:19 +00:00
8daa32e02c allow the postgres use 2021-06-20 19:11:19 +00:00
e515f794cc fail ci on clippy warnings for real this time 2021-06-20 19:11:19 +00:00
705164cd5b fail ci on clippy warnings 2021-06-20 19:11:19 +00:00
d3bc1c335b add clippy to ci 2021-06-20 19:11:19 +00:00
d891eac9f2 clean up last of normal warnings 2021-06-20 19:11:19 +00:00
51e4411320 lint src/common/* 2021-06-20 19:11:19 +00:00
ae86569a27 lint src/entity/gateway/* 2021-06-20 19:11:19 +00:00
921abe549f lint src/entity/* 2021-06-20 19:11:19 +00:00
8edfb3eeee lint src/bin/* 2021-06-20 19:11:19 +00:00
81571d0f36 lint src/entity/item/* 2021-06-20 19:11:19 +00:00
b4184517a4 lint src/patch/* 2021-06-20 19:11:19 +00:00
2074e0b188 lint src/login/* 2021-06-20 19:11:19 +00:00
b5558882df lint src/ship/* 2021-06-20 19:11:19 +00:00
b136260294 lint src/ship/items/* 2021-06-20 19:11:19 +00:00
9ebbf16670 lint src/ship/map/* 2021-06-20 19:11:19 +00:00
b589486472 lint src/ship/drops/* 2021-06-20 19:11:19 +00:00
4306830092 lint src/ship/packet/builder/* 2021-06-20 19:11:19 +00:00
08f75d7ded lint src/ship/packet/handler/* 2021-06-20 19:11:19 +00:00
d63662fc6a lint src/ship/packet/builder/ship.rs 2021-06-20 19:11:18 +00:00
3599c2aa80 lint src/ship/quests.rs 2021-06-20 19:11:18 +00:00
f2ed6b41f9 lint src/ship/shop/weapon.rs 2021-06-20 19:11:18 +00:00
9091f95396 lint src/ship/shop/tool.rs 2021-06-20 19:11:18 +00:00
bf525bee71 lint src/ship/shop/armor.rs 2021-06-20 19:11:18 +00:00
d1b62d13d0 properly handle an error that doesn't even occur at the moment 2021-06-20 19:11:18 +00:00
ac0062260a if any of these sends fail the program should panic so unwrap is fine 2021-06-20 19:11:18 +00:00
e2ca266259 get it working with latest rust 2021-06-20 19:11:18 +00:00
eb947cc4d5 rename 2021-06-20 19:11:18 +00:00
b34506ecc7 update async-std to 1.9.0 2021-06-20 19:11:18 +00:00
388f146de8 try this version instead v2 2021-06-20 19:11:18 +00:00
5747f4d86c try this version instead 2021-06-20 19:11:18 +00:00
1e6cae9716 didn't need to set that one 2021-06-20 19:11:18 +00:00
c7e6030f5a set serde version 2021-06-20 19:11:18 +00:00
9fd0e142c9 disambiguate? 2021-06-20 19:11:18 +00:00
1f6532f09c clean this up a bit 2021-06-20 19:11:18 +00:00
3ef060fae1 this feature made its way in 2021-06-20 19:11:18 +00:00
450598d899 specify nightly version 2021-06-20 19:11:18 +00:00
a8cd0db6cb missed this const fix 2021-06-20 19:11:18 +00:00
3a5579a72e this isn't a valid thing anymore 2021-06-20 19:11:18 +00:00
6cedc893c1 todo error?
Some checks failed
continuous-integration/drone/push Build is failing
2021-05-13 02:15:17 +00:00
79a7caf126 fix asserts in bank tests 2021-05-11 01:50:36 +00:00
a038ac8c81 tell neighbours we are banking 2021-05-11 00:44:49 +00:00
03aa41ef6a Merge pull request 'tekking!' (#271) from andy_is_unable_to_tek_properly into master 2020-12-03 17:34:43 -05:00
f4fae162f0 tekking! 2020-12-03 15:04:48 -07:00
b45a0ba1d5 clean up directmsg handler 2020-12-03 15:03:58 -07:00
b6ce6296d4 create_item takes generic item rather than floor item 2020-12-03 15:01:41 -07:00
d263bf4caa remove item from inventory by id 2020-12-03 15:01:00 -07:00
5345939b1b IndividualInventoryItem::weapon 2020-12-03 15:00:38 -07:00
5bdac4f6de postgres add_weapon_modifier 2020-12-03 14:58:17 -07:00
6410042e48 fix grind modification 2020-12-03 14:57:17 -07:00