56 Commits

Author SHA1 Message Date
73a93c0957 magstuff 2022-07-25 22:03:12 +00:00
3e907c6066 bank itemstate stuff 2022-07-25 22:03:12 +00:00
9bef112d34 make inmemorytransaction actually work 2022-07-25 22:03:12 +00:00
2aa8dae9b2 entitygateway stuff should take &BankName not BankName 2022-07-25 22:03:12 +00:00
a764fe9835 mostly appease clippy 2022-07-25 22:03:11 +00:00
f7d802aa58 don't need static for with_transaction 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
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-06-18 15:19:40 +00:00
b2f3dc9f50 lol maybe if we actually apply modifiers the tests will stop failing
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-16 00:48:53 +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
9025458ee8 add kill counter field to weapons and increment it when a client kills a monster 2022-05-22 19:20:18 +00:00
b3e7d2b4b5 characters can save kbm/gamepad configs 2022-01-06 01:19:42 +00:00
a6e50555de appease the clip
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-12-28 01:37:24 -07:00
9c34baeb26 meseta refactor
Some checks failed
continuous-integration/drone/push Build is failing
2021-12-26 23:31:12 -07:00
b3b6dad6ad trades! 2021-12-10 13:24:59 -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
6ed0d838d2 add gateway function set_character_meseta
Some checks failed
continuous-integration/drone/push Build is failing
2021-10-14 00:16:22 -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
8cece2431f this isn't a valid thing anymore
Some checks failed
continuous-integration/drone/push Build is failing
2021-06-15 20:37:06 -06:00
e4cdd2b95a weapons can have tek modifiers 2020-12-02 19:20:33 -07:00
fb6eaeffd2 remove change_item 2020-12-01 22:56:22 -07:00
7ae8976c10 i t e m r e f a c t o r 2020-11-05 16:36:39 -07:00
e8fd37e32d save_item -> change_item, impl for postgres 2020-11-01 18:06:00 -07:00
66d25ed155 fix name shadowing 2020-10-30 21:25:29 -06:00
cae89cd2ac get_items_by_character takes character id not character entity 2020-10-30 21:25:29 -06:00
c802bceb3c prevent double logins 2020-10-30 21:25:29 -06:00
a14aee4e29 handle unactivated accounts in the correct spot 2020-10-30 21:25:29 -06:00
2351b31125 entitygateway uses results for its functions now 2020-10-30 21:23:59 -06:00
17a8b288c1 change banned from bool to timestamp 2020-10-07 19:24:46 -06:00
db23a9794e options saved to character! 2020-10-02 22:41:53 -03:00
d567c50216 mag cells 2020-09-07 08:02:12 -06:00
50c5699f34 handle mags changing owners 2020-09-02 22:28:21 -06:00
a68fcb9b10 add feed_mag entity_gateway function 2020-08-31 23:44:39 -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
4452b6d4d2 add materials 2020-06-10 21:23:10 -06:00
8d49c50cc5 async EntityGateway 2020-06-02 18:51:18 -06:00
cde9b8ebb6 use btrees for these for easier testing 2020-05-29 23:36:35 -06:00
9a721e0980 item structure overhaul
also, item pickup
2020-05-05 22:13:45 -06:00
d421b30a88 remove commented things 2020-05-02 22:17:12 -03:00
e255b43c10 hella warnings cleanup pt 1. remove unused imports, allow deadcode and unused results 2020-05-02 22:08:37 -03:00
37b19ef3ad make quick tech menu not all foie 2020-04-21 18:59:03 -06:00
d9f88d55a2 use New variants of entities for creation 2020-03-30 19:28:49 -07:00
b39ee6c0f3 use Option for entity primary keys 2020-03-29 22:00:07 -07:00
6b1ef41bd0 UserAccount/UserSettings/GuildCardData -> *Entities 2020-03-29 16:11:14 -07:00
44c35f350d Item -> ItemEntity 2020-03-29 14:53:51 -07:00
0954d85e5a CharacterEntityId 2020-03-29 14:50:43 -07:00
de8f44f269 andy what were you doing
make guild card sending much more sane
2020-03-29 13:27:23 -07:00