|
d495ec97f2
|
fix this keyconfig nonsense
|
2023-01-29 20:41:12 -07:00 |
|
|
a2686e2be8
|
anyhow
|
2023-01-28 20:12:20 -07:00 |
|
|
6ced59a730
|
holidays! (with rappies)
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
|
2022-10-19 19:10:15 -06:00 |
|
|
192ff967e6
|
cleanup this refactored mess
continuous-integration/drone Build is failing
|
2022-10-18 18:00:33 -06:00 |
|
|
fdce44cdd8
|
refactor the rest of the fucking code
|
2022-10-18 04:46:21 -06:00 |
|
|
58c26301bf
|
make ClientLocation Clone-able
|
2022-09-18 21:01:32 -06:00 |
|
|
1f5e94ccfb
|
make CharacterLevelTable a global const lookup table cause whynot
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
|
2022-08-02 00:08:55 -06:00 |
|
|
16a4653360
|
pass EntityGateway clones rather than letting functions borrow
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
|
2022-07-30 15:02:55 -06:00 |
|
|
b80e308cf2
|
room tab info page 1
|
2022-07-25 16:43:42 +00:00 |
|
|
03df819a04
|
bank itemstate stuff
|
2022-07-25 16:42:18 +00:00 |
|
|
bd35481c28
|
the start of a long process of replacing ItemManager
|
2022-07-25 16:41:07 +00:00 |
|
|
4202ef8ff7
|
handle rooms that close after downloading the room list in the lobby
continuous-integration/drone/push Build is failing
|
2022-07-07 00:00:04 +00:00 |
|
|
e349a41b16
|
room tab info page 1
continuous-integration/drone/push Build is failing
|
2022-07-06 22:41:30 +00:00 |
|
|
7102ee7e6d
|
formatting
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 |
|
|
9c34baeb26
|
meseta refactor
continuous-integration/drone/push Build is failing
|
2021-12-26 23:31:12 -07:00 |
|
|
53ec82d9eb
|
lint src/ship/*
continuous-integration/drone/push Build is passing
|
2021-06-18 17:38:36 -06:00 |
|
|
3cf834ed55
|
lint src/ship/packet/handler/*
continuous-integration/drone/push Build is passing
|
2021-06-18 12:18:29 -06:00 |
|
|
ae696888e9
|
remove player from lobby before sending to another ship/block
|
2020-11-25 22:08:41 -07:00 |
|
|
78ed2101e5
|
I forgot blocks are a thing
|
2020-11-24 23:17:42 -07:00 |
|
|
a3cc29b68f
|
use anyhow for itemmanager
|
2020-11-16 21:50:10 -07:00 |
|
|
10458baea0
|
shrink some structures, remove async from functions that didn't need it
|
2020-11-09 16:25:15 -07:00 |
|
|
b3e0674ca5
|
fix more tests + fix warnings
|
2020-10-30 21:25:27 -06:00 |
|
|
4989ecaa7c
|
formatting
|
2020-10-07 19:24:46 -06:00 |
|
|
db23a9794e
|
options saved to character!
|
2020-10-02 22:41:53 -03:00 |
|
|
5637f49364
|
misc formatting
|
2020-08-04 19:50:58 -06:00 |
|
|
344cfc6dc4
|
i t e m r e f a c t o r
also some bank functionality
|
2020-07-19 14:14:07 -06:00 |
|
|
8d49c50cc5
|
async EntityGateway
|
2020-06-02 18:51:18 -06:00 |
|
|
94a1893a03
|
load_character for item_manager to not crash when client leaves a room
|
2020-05-23 12:33:28 -03:00 |
|
|
ac28354dd7
|
redo items to account for client ignoring the assigned item_id and using its own. also item picking up
|
2020-05-13 22:32:30 -06:00 |
|
|
e255b43c10
|
hella warnings cleanup pt 1. remove unused imports, allow deadcode and unused results
|
2020-05-02 22:08:37 -03:00 |
|
|
c8a6823b82
|
remove unwraps
|
2020-04-30 01:08:09 -03:00 |
|
|
49aee7af26
|
remove rooms when player disconnects
|
2020-04-29 23:57:09 -03:00 |
|
mht8355
|
7c6cdd30cc
|
better code
|
2020-04-28 01:41:32 -04:00 |
|
mht8355
|
a24381bc66
|
sends the client a message when selected lobby = current lobby
|
2020-04-27 22:58:43 -04:00 |
|
mht8355
|
062fed231a
|
change_lobby added for changing lobbies and leaving a room
|
2020-04-27 21:22:12 -04:00 |
|
mht8355
|
d206814394
|
added change_lobby
|
2020-04-27 20:17:35 -04:00 |
|
|
a8b7e4fa4e
|
HashMap<ClientId, ClientState> -> Clients
|
2020-04-22 23:49:49 -06:00 |
|
|
728ac715c0
|
move lobby joining packet creations to their own functions
|
2020-04-22 22:59:01 -06:00 |
|
|
07403fe815
|
move block_selected
|
2020-04-22 07:30:59 -06:00 |
|
|
4a01beb9e8
|
move validate_login
|
2020-04-21 22:18:57 -06:00 |
|
|
881b7c8e46
|
begin moving packet handlers to own module, send_player_to_lobby
|
2020-04-21 21:47:41 -06:00 |
|