36 Commits

Author SHA1 Message Date
6631468871 trade refactor 2022-07-19 14:23:56 -06:00
2b6f988c41 entitygateway stuff should take &BankName not BankName 2022-07-19 14:20:02 -06:00
ab031e41a3 mostly appease clippy 2022-07-19 14:09:46 -06:00
2b4c9885ee don't need static for with_transaction 2022-07-19 14:09:45 -06:00
e5167ce5e0 move EntityGatewayTransaction to end of file 2022-07-19 14:09:45 -06:00
3c62587e7e add transactions! 2022-07-19 14:09:44 -06:00
c7d46d9ff8 make all entitygateway functions take &mut self, move postgres functions to separate function for future use 2022-07-19 14:09:40 -06:00
9c34baeb26 meseta refactor
Some checks failed
continuous-integration/drone/push Build is failing
2021-12-26 23:31:12 -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
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
cae89cd2ac get_items_by_character takes character id not character entity 2020-10-30 21:25:29 -06:00
2351b31125 entitygateway uses results for its functions now 2020-10-30 21:23:59 -06:00
89f3091099 make save_user_settings async 2020-10-07 19:24:46 -06: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
8d49c50cc5 async EntityGateway 2020-06-02 18:51:18 -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
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
de8f44f269 andy what were you doing
make guild card sending much more sane
2020-03-29 13:27:23 -07:00
bf595f9693 Character -> CharacterEntity 2020-03-29 12:43:20 -07:00
177b694870 initial guildcard send/recv 2020-03-22 22:40:40 -03:00
2010222c9b implement db backing for items and send them to client 2020-01-18 23:36:28 -08:00
41e7f1c41a item entity 2019-12-09 23:11:27 -08:00
f02797b18c change entitygateway character access 2019-10-17 22:35:33 -07:00
9ebabca1bb in memory entity access, change entitygateway api a bit 2019-10-06 11:23:10 -07:00
187fc18119 dataaccess -> entity gateway, move stuff around 2019-10-05 17:37:49 -07:00