249 Commits

Author SHA1 Message Date
23a3d1212e match mag feed decrease behaviour with the client and fix test 2023-09-01 12:56:41 -03:00
aa036ed5d7 oh yeah I kinda need this migration
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2023-02-18 18:06:40 -07:00
0c074e45ee clippy 2023-02-18 17:59:26 -07:00
a00a7d7191 char is not "char" reeeeee 2023-02-18 17:59:26 -07:00
455ce9316b update to sqlx 6.2 2023-02-18 17:59:26 -07:00
318aeeba2b minor room refactor, room db table, add room ids to itemnotes 2023-02-18 17:59:26 -07:00
3ba0cc9c55 initial room entities 2023-02-18 17:59:26 -07:00
00bc001297 clipster
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-12 02:49:08 +00:00
602b6e96f7 floor item limit reached 2023-02-12 02:47:04 +00: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
28c0073dff implement grinders
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-31 00:08:56 -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
6ef5ea6681 set mag owner when creating a char
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2023-01-30 15:45:34 -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
13c6592438 you can use techs now wow
Some checks failed
continuous-integration/drone/push Build is failing
2023-01-29 23:05:42 -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
dbf73acb8d basic item use infra, with jackolanterns 2022-10-22 14:05:26 -06:00
4c2fa8600a missed some magcells, and apparently they stack 2022-10-22 14:01:04 -06: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
8f44ca9d18 refactor tekking 2022-07-19 14:23:57 -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