• Joined on 2021-06-13
jake deleted branch keyboardconfig from jake/libpso 2022-05-01 13:11:27 -04:00
jake merged pull request jake/libpso#17 2022-05-01 13:11:24 -04:00
movement config packets!
jake pushed to master at jake/libpso 2022-05-01 13:11:24 -04:00
35c6e068e1 Merge pull request 'movement config packets!' (#17) from keyboardconfig into master
0a6f8ac95e key_config -> keyboard_config
8a9c4ceca4 controller -> gamepad for consistency with in-game
a417b08e4e joystick_config -> controller_config for consistency
f8f5e8bdb5 move defaults from character.rs to settings.rs. rename key_config -> keyboard_config. rename joystick_config -> controller_config. fix packet sizes
Compare 7 commits »
jake pushed to keyboardconfig at jake/libpso 2022-05-01 13:08:59 -04:00
0a6f8ac95e key_config -> keyboard_config
8a9c4ceca4 controller -> gamepad for consistency with in-game
a417b08e4e joystick_config -> controller_config for consistency
f8f5e8bdb5 move defaults from character.rs to settings.rs. rename key_config -> keyboard_config. rename joystick_config -> controller_config. fix packet sizes
4ee5f38d7e add controller config blob
Compare 15 commits »
jake commented on pull request jake/elseware#86 2022-05-01 12:19:40 -04:00
kbm-gamepad-config

fix this

jake pushed to peak_itemrefactor at jake/elseware 2022-04-30 23:40:52 -04:00
f3689aafc8 move partial drops over to item_state
d4fa0a3738 I was wondering why nightly a week ago was letting me get away with this
103696cccf reorder function
27b232bd75 missed fixing these
Compare 4 commits »
jake pushed to peak_itemrefactor at jake/elseware 2022-04-30 13:41:27 -04:00
b78c0fbc19 move drop item over to item_state
5e69526f91 add/move stuff around for itemstate
fd7d16b279 add item_state to ShipState
0b8811cc62 add character_id to ItemNote::PlayerDrop
Compare 4 commits »
jake commented on pull request jake/elseware#103 2022-04-30 13:33:17 -04:00
sendgc

merge this in libpso

jake commented on pull request jake/elseware#103 2022-04-30 13:33:17 -04:00
sendgc

should be UserAccountId not u32 (or whatever proper not-number type is expected)

jake commented on pull request jake/elseware#103 2022-04-30 13:33:17 -04:00
sendgc

TODO: determine if this was implemented properly

jake commented on pull request jake/elseware#103 2022-04-30 13:33:17 -04:00
sendgc

.iter().position() might be preferable to .enumerate().find()?

jake commented on pull request jake/elseware#103 2022-04-30 13:33:17 -04:00
sendgc

why is this boxed?

jake commented on pull request jake/elseware#103 2022-04-30 13:33:17 -04:00
sendgc

TODO: remove TODO

jake suggested changes for jake/elseware#103 2022-04-30 13:33:17 -04:00
sendgc
jake pushed to peak_itemrefactor at jake/elseware 2022-04-28 01:57:47 -04:00
023b0fde8d cool I can simplify this now
jake pushed to peak_itemrefactor at jake/elseware 2022-04-28 01:53:29 -04:00
d535840289 mostly appease clippy
5744fa0ef8 cleanup
Compare 2 commits »
jake pushed to peak_itemrefactor at jake/elseware 2022-04-27 22:57:51 -04:00
8579b9caf0 move item state action functions to new file
029cd33daf remove boxes from ItemStateAction structs to remove need for static lifetimes
eda54853f3 these are stable now I guess
7a261a0d2c don't need static for with_transaction
90784d275e move EntityGatewayTransaction to end of file
Compare 5 commits »
jake pushed to peak_itemrefactor at jake/elseware 2022-04-27 15:08:24 -04:00
f61d9eef4d cleanup
403b21660d redundant bit of code
91f715952a remove unused use
Compare 3 commits »
jake created branch peak_itemrefactor in jake/elseware 2022-04-20 01:19:14 -04:00
jake pushed to peak_itemrefactor at jake/elseware 2022-04-20 01:19:14 -04:00
a95524399f initial ItemState
f17711f60b redo this cause entitygateway isnt Clone anymore
5e5061c69c add transactions!
d92bb41357 make all entitygateway functions take &mut self, move postgres functions to separate function for future use
1738acc0ad update sqlx
Compare 5 commits »