208 Commits

Author SHA1 Message Date
93a299af00 remove unused use 2022-07-25 22:03:10 +00:00
1cdf091a2c add transactions! 2022-07-25 22:03:10 +00:00
9baf23e1b6 make all entitygateway functions take &mut self, move postgres functions to separate function for future use 2022-07-25 22:03:07 +00:00
f2e7795b54 fix kill count applying logic for later when we need to unseal things 2022-06-18 15:19:40 +00:00
b2f3dc9f50 lol maybe if we actually apply modifiers the tests will stop failing 2022-06-16 00:48:53 +00:00
d07c61d009 based clip 2022-06-13 23:28:58 +00:00
2d5b6c5c01 actually add and use AddKill modifier and remove dead code 2022-06-13 23:24:38 +00:00
adf062c269 cleanup 2022-05-29 22:27:57 +00:00
e3991f5d41 fix warnings from rebase 2022-05-23 15:01:26 +00:00
e82fe779fc don't actually need this stuff 2022-05-22 19:22:53 +00:00
527cf50b9d add kill counters to units (limiter) 2022-05-22 19:21:56 +00:00
9025458ee8 add kill counter field to weapons and increment it when a client kills a monster 2022-05-22 19:20:18 +00:00
ecc9f78a47 clippy 2022-05-10 00:27:49 +00:00
1af69800ed add new arg for new_user_character and fix tests. add keyboard config tests. fix and clean up warnings in test files 2022-02-19 20:29:46 +00:00
388232b643 PArmss -> PArms 2022-01-09 20:46:01 +00:00
bb2b62fdc9 andy vs. clippy round 6 2022-01-06 01:37:29 +00:00
7102ee7e6d formatting 2022-01-06 01:21:50 +00:00
b3e7d2b4b5 characters can save kbm/gamepad configs 2022-01-06 01:19:42 +00:00
0b8aef3b8c start setting up keyboard config stuff 2022-01-06 01:15:42 +00:00
ea4c085dfd satiate the clip's hunger for properness 2021-12-29 15:46:22 -07:00
c015acb653 Merge branch 'master' into shop_sell 2021-12-29 00:11:29 -07:00
a6e50555de appease the clip 2021-12-28 01:37:24 -07:00
ecf1f23c6c fix tests 2021-12-27 00:43:25 -07:00
9c34baeb26 meseta refactor 2021-12-26 23:31:12 -07:00
6d2753d082 improve error display a bit 2021-12-10 23:41:17 -07:00
71ba3c3c3d forgot to add this migration 2021-12-10 13:25:27 -07:00
b3b6dad6ad trades! 2021-12-10 13:24:59 -07:00
070735edbf ItemDetail::tool 2021-12-10 13:15:33 -07:00
d4fc915164 add debug to characterentity 2021-12-10 13:14:50 -07:00
8b87bd8d7b fix mag item data 2021-12-02 01:57:30 -07:00
82ef5ba2ea RIP ItemLocation
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
6ed0d838d2 add gateway function set_character_meseta 2021-10-14 00:16:22 -06:00
9b78d7ed80 add some Defaults 2021-09-27 23:06:21 -06:00
ab404d0cae unit modifier to star value changes 2021-08-04 02:37:16 +00:00
0d30df8da6 start of trading 2021-07-30 23:19:47 -06:00
d59e0691d7 rustfmt weapon.rs 2021-06-21 02:32:49 +00:00
b6e1fee5a4 rustfmt unit.rs 2021-06-21 02:31:24 +00:00
b601f8b4fc rustfmt tool.rs 2021-06-21 02:29:57 +00:00
e974285e4b rustfmt shield.rs 2021-06-21 02:27:12 +00:00
c417390aeb rustfmt mag.rs 2021-06-21 02:23:45 +00:00
540c6aae7c rustfmt armor.rs 2021-06-21 02:21:20 +00:00
78c0ffda04 andy vs. clippy round 1 2021-06-21 02:17:55 +00:00
10aca8c7ec wow i should have pushed much smaller chunks more often oops. shop selling added, shop buying quantity bug fixed(?) added lots of todos 2021-06-21 02:17:54 +00:00
1b506e014f clean up last of normal warnings 2021-06-18 20:38:29 -06:00
10c2b1ec89 lint src/entity/gateway/* 2021-06-18 19:52:33 -06:00
6f40058b7d lint src/entity/* 2021-06-18 19:09:14 -06:00
95d237af6f lint src/entity/item/* 2021-06-18 19:01:29 -06:00
de42ac4f9f disambiguate? 2021-06-16 20:09:34 -06:00
8cece2431f this isn't a valid thing anymore 2021-06-15 20:37:06 -06:00
5bdac4f6de postgres add_weapon_modifier 2020-12-03 14:58:17 -07:00