702 Commits

Author SHA1 Message Date
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
fb53ccd03a percents -> percent 2020-12-03 14:57:00 -07:00
c437c3da5b split this into individual/individual_mut 2020-12-02 22:51:36 -07:00
3b2a7ec73d tekking also affects grind 2020-12-02 22:24:37 -07:00
e4cdd2b95a weapons can have tek modifiers 2020-12-02 19:20:33 -07:00
d9f52a73e4 thanksandy 2020-12-02 19:01:53 -07:00
92c34b2d28 remove modifiers from weapon and armor 2020-12-01 23:17:07 -07:00
fb6eaeffd2 remove change_item 2020-12-01 22:56:22 -07:00
c22b23ef03 Merge pull request 'interserver stuff and ship/block transfering' (#268) from one_day_i'll_have_useful_branch_names_again into master 2020-11-26 01:28:04 -05:00