145 Commits

Author SHA1 Message Date
4954dcb789 should probably split this since theres already live data 2020-11-12 17:13:42 -07:00
ceb632aec8 make equippedentity serializeable 2020-11-11 19:26:12 -07:00
2d5f83fab6 make inv item stuff serializable 2020-11-09 19:03:03 -07:00
6e2fab31f0 e q u i p r e f a c t o r 2020-11-09 16:47:19 -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
bacf309978 on_connect/on_disconnect return results 2020-10-30 21:25:29 -06:00
99cc651fd9 add enumiter to item types 2020-10-30 21:25:29 -06: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
01fe0931b1 make itementity serializable 2020-10-30 21:25:29 -06:00
c802bceb3c prevent double logins 2020-10-30 21:25:29 -06:00
b249a3fed5 fix inventory slot and stacked items 2020-10-30 21:25:29 -06:00
a14aee4e29 handle unactivated accounts in the correct spot 2020-10-30 21:25:29 -06:00
b3e0674ca5 fix more tests + fix warnings 2020-10-30 21:25:27 -06:00
174445c175 properly load techs 2020-10-30 21:24:02 -06:00
19e30f34e6 remote postgres dep and fix save_user function 2020-10-30 21:24:02 -06:00
0db9a73849 check if an account is activated before allowing a login 2020-10-30 21:24:02 -06:00
2351b31125 entitygateway uses results for its functions now 2020-10-30 21:23:59 -06:00
69374ea424 use sqlx for migrations 2020-10-30 21:23:33 -06:00
f3608d99ad add armor_slot to postgres model for unit 2020-10-26 23:39:03 -03:00
e256423dfa remove comments and don't be canadian 2020-10-26 23:15:04 -03:00
790668f6f7 add unit armour slots. equip the unit into the right slot and save correctly 2020-10-26 23:15:03 -03:00
89c91e9397 add more fields to useraccount table 2020-10-22 08:56:37 -06:00
6d82751ed3 notes 2020-10-07 19:37:41 -06:00
a2e4f348d9 add character options flags to postgres 2020-10-07 19:36:45 -06:00
00478912ee remove unused code 2020-10-07 19:24:46 -06:00
358f9f4c7f stray spaces 2020-10-07 19:24:46 -06:00
4caaee880a keep track of item slots without having 74894794793 inventory locations 2020-10-07 19:24:46 -06:00
bfa3a93bd6 don't store fedtomag twice 2020-10-07 19:24:46 -06:00
64092eeddd delete old query 2020-10-07 19:24:46 -06:00
6de4b677ef fix setting item location 2020-10-07 19:24:46 -06:00
c067ab444a properly select character items based on the latest location 2020-10-07 19:24:46 -06:00
8ddbdda0a4 postgres! 2020-10-07 19:24:46 -06:00
412d4b8e81 Technique::from_value 2020-10-07 19:24:46 -06:00
89f3091099 make save_user_settings async 2020-10-07 19:24:46 -06:00
d8c6dd817e add derives to item structs, make some things public 2020-10-07 19:24:46 -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
d08db622e2 shops! 2020-09-27 18:16:27 -06:00
e4e9f12e10 pls be MINDful of MIND 2020-09-08 18:40:58 -03:00
b1a9e71f4b mag bank truncation logic 2020-09-08 18:40:18 -03:00
b0be92cb50 Merge pull request 'mag feeding!' (#207) from mag_feeding into master 2020-09-08 00:00:21 -04:00
819ec7bf58 actually evolve all the magcell mags 2020-09-07 21:46:40 -06:00
9e275d23a0 not handling mag cell usage in feeding 2020-09-07 21:23:03 -06:00
d567c50216 mag cells 2020-09-07 08:02:12 -06:00
bc7e513a74 one more test 2020-09-07 00:45:35 -03:00
27a87ffe96 fix esweap type + special numbering. add to other files and tests 2020-09-07 00:39:23 -03:00
48b162f221 add esweapon to item mod.rs and fix dumb mistakes 2020-09-06 23:46:52 -03:00
85798c83a2 use from_value 2020-09-06 02:20:27 -03:00