115 Commits

Author SHA1 Message Date
1ea1bbc226 floor item limit reached 2023-11-14 14:14:51 -04:00
414672252c use GATs to remove lifetime on postgresgateway
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2023-02-11 11:51:32 -07:00
4e4f5e4ee2 clippy
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-02-06 23:16:46 -07:00
a7c1968a48 properly commit shared bank meseta in inmemory transaction 2023-02-06 20:42:48 -07:00
9f91ada947 fix inmemory get_bank_meseta 2023-02-06 18:06:25 -07:00
fc5d318ac3 shared banks wow
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-05 18:34:04 -07:00
8b4eb146ac shared bank db migration 2023-02-05 01:54:03 -07:00
0bf84db189 bankname -> bankidentifier 2023-02-05 01:53:38 -07:00
f27c121539 take ref to weapon modifier 2023-01-31 00:06:34 -07:00
6a2703ed6c update inmemory gateway to reflect how inventory actually works 2023-01-31 00:06:08 -07:00
f3682d0b82 clippy
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2023-01-30 18:05:36 -07:00
aa019d4ea9 pick the newest character for a slot when recreating
Some checks failed
continuous-integration/drone/push Build is failing
2023-01-29 23:57:17 -07:00
8157db4c69 set tech level correctly when reading from postgres 2023-01-29 23:56:28 -07:00
f09c73611f fix some user setting entity stuff 2023-01-29 22:15:29 -07:00
d495ec97f2 fix this keyconfig nonsense 2023-01-29 20:41:12 -07:00
f80e37c438 oh forgot to add these migrations 2023-01-29 15:32:09 -07:00
a2686e2be8 anyhow 2023-01-28 20:12:20 -07:00
43579f7058 fix postgres stuff to get to a game 2023-01-28 00:56:31 -07:00
e0e68b9ad7 impromptu db transaction refactor
Some checks failed
continuous-integration/drone/push Build is failing
2022-10-20 14:47:08 -06:00
192ff967e6 cleanup this refactored mess
Some checks failed
continuous-integration/drone Build is failing
2022-10-18 18:00:33 -06:00
27931adb5a clippy found some new problems 2022-09-18 21:05:48 -06:00
36261663be new rust version new clippy lints
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-08-02 18:37:06 -06:00
e5ff75e367 clippy
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-07-30 20:16:07 -06:00
d6c2e289ff use async mutexes in inmemorygateway and reimplement inmemorygateway transactions 2022-07-30 14:33:22 -06:00
4788f707ed track character playtime
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-07-28 20:31:55 -06:00
bde70011cc appease clippy, the tyrant 2022-07-19 14:24:35 -06:00
4a6bd47c9e add postgres trade stuff 2022-07-19 14:23:57 -06:00
6631468871 trade refactor 2022-07-19 14:23:56 -06:00
ce09c93940 magstuff 2022-07-19 14:23:56 -06:00
8a7974f77f bank itemstate stuff 2022-07-19 14:23:54 -06:00
e407409f04 make inmemorytransaction actually work 2022-07-19 14:20:04 -06:00
2b6f988c41 entitygateway stuff should take &BankName not BankName 2022-07-19 14:20:02 -06:00
12fd799278 add character_id to ItemNote::PlayerDrop 2022-07-19 14:09:46 -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
a7491a2037 remove unused use 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
7102ee7e6d formatting
Some checks failed
continuous-integration/drone/push Build is failing
2022-01-06 01:21:50 +00:00
b3e7d2b4b5 characters can save kbm/gamepad configs 2022-01-06 01:19:42 +00:00
ea4c085dfd satiate the clip's hunger for properness
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2021-12-29 15:46:22 -07: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
71ba3c3c3d forgot to add this migration
Some checks failed
continuous-integration/drone/push Build is failing
2021-12-10 13:25:27 -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
0d30df8da6 start of trading 2021-07-30 23:19:47 -06:00
1b506e014f clean up last of normal warnings 2021-06-18 20:38:29 -06:00