jake
|
a3413083b6
|
add auth for interserver connections
|
4 years ago |
jake
|
3a095a928d
|
fix item ids not being set correctly
|
4 years ago |
jake
|
5e9a94081c
|
remove unwrap
|
4 years ago |
jake
|
72141ace2c
|
remove unneeded warnings
|
4 years ago |
jake
|
e8fd37e32d
|
save_item -> change_item, impl for postgres
|
4 years ago |
jake
|
ce3e58d459
|
remove unwraps in ship on_disconnect
|
4 years ago |
jake
|
498cf4ef43
|
remove panic when failing to load a battle param
|
4 years ago |
jake
|
83e6c9cf30
|
remove unused files
|
4 years ago |
jake
|
29c5f88427
|
Merge pull request 'sorting_items' (#245) from sorting_items into master
|
4 years ago |
andy
|
34cf660cbd
|
dont make new inventory
|
4 years ago |
andy
|
e08c582f17
|
fix test after rebase
|
4 years ago |
andy
|
ead1752978
|
rebase and remove unneeded function
|
4 years ago |
andy
|
51240a31e3
|
rename test file
|
4 years ago |
andy
|
6d4f5ae8f6
|
enumerate after filtering and add test
|
4 years ago |
andy
|
fd1e3697fc
|
sorting test. need to rename the test file
|
4 years ago |
andy
|
45d9b82598
|
sort items packets and dont equip multiple items in main it's confusing
|
4 years ago |
jake
|
1b9eafeaa9
|
Merge pull request 'split_bins' (#243) from split_bins into master
|
4 years ago |
jake
|
586eb28c49
|
fix tests
|
4 years ago |
jake
|
ad612615c7
|
rebases are hard
|
4 years ago |
jake
|
b517fb561c
|
fix some things
|
4 years ago |
jake
|
164a8a1ad8
|
disable duplicate account checking since its super bugged
|
4 years ago |
jake
|
bacf309978
|
on_connect/on_disconnect return results
|
4 years ago |
jake
|
99cc651fd9
|
add enumiter to item types
|
4 years ago |
jake
|
66d25ed155
|
fix name shadowing
|
4 years ago |
jake
|
cae89cd2ac
|
get_items_by_character takes character id not character entity
|
4 years ago |
jake
|
01fe0931b1
|
make itementity serializable
|
4 years ago |
jake
|
c802bceb3c
|
prevent double logins
|
4 years ago |
jake
|
05596cec4f
|
change serverstate on_connect and on_disconnect to async
|
4 years ago |
jake
|
a02cb57825
|
remove ship from shiplist when it disconnects
|
4 years ago |
jake
|
b249a3fed5
|
fix inventory slot and stacked items
|
4 years ago |
jake
|
a14aee4e29
|
handle unactivated accounts in the correct spot
|
4 years ago |
jake
|
b3e0674ca5
|
fix more tests + fix warnings
|
4 years ago |
jake
|
174445c175
|
properly load techs
|
4 years ago |
jake
|
3543cc5b5a
|
logging in login and ship
|
4 years ago |
jake
|
578e4c7cf8
|
properly handle disconnections in interserver connections
|
4 years ago |
jake
|
e3e5bff300
|
fix tests
|
4 years ago |
jake
|
1ac85b9a5c
|
tell loginserv the ip of charserv
|
4 years ago |
jake
|
19e30f34e6
|
remote postgres dep and fix save_user function
|
4 years ago |
jake
|
0db9a73849
|
check if an account is activated before allowing a login
|
4 years ago |
jake
|
2351b31125
|
entitygateway uses results for its functions now
|
4 years ago |
jake
|
69374ea424
|
use sqlx for migrations
|
4 years ago |
jake
|
466195193d
|
load patch config from env vars
|
4 years ago |
jake
|
29422eac51
|
I am dubm
|
4 years ago |
jake
|
7a831c35c4
|
add separate binaries for the server types
|
4 years ago |
jake
|
a50f1d58a4
|
Merge pull request 'equip_changes' (#241) from equip_changes into master
Reviewed-by: jake <jake@sharnoth.com>
|
4 years ago |
andy
|
a95bcf35c8
|
andypls
|
4 years ago |
andy
|
67e96d33db
|
why did i shuffle this
|
4 years ago |
andy
|
f3608d99ad
|
add armor_slot to postgres model for unit
|
4 years ago |
andy
|
f3e7599975
|
some comments and tests
|
4 years ago |
andy
|
e256423dfa
|
remove comments and don't be canadian
|
4 years ago |