TheoryOfNekomata
|
54f13de92a
|
Put repo config in global config
Ensure every config-backed subsystem can serialize/deserialize config in
a single consistent manner.
|
2 лет назад |
TheoryOfNekomata
|
57e4a768dc
|
Update config
Add templates for config item types.
Also updated server's config to use the global config module.
|
2 лет назад |
TheoryOfNekomata
|
9cde8ff876
|
Extract common code
Remove symlinks and make codebase use common modules instead.
|
2 лет назад |
TheoryOfNekomata
|
3094b571d5
|
Update config file parsing
Unify config loading in net and video subsystems.
|
2 лет назад |
TheoryOfNekomata
|
d1530e0ae0
|
Add help
Make sure to have help messages for both the game and the server.
|
2 лет назад |
TheoryOfNekomata
|
3ee49cf7e9
|
Update name of app and network binding member
Make the member name generic to accommodate other potential
implementations beyond Websockets.
|
2 лет назад |
TheoryOfNekomata
|
1a2f4ff726
|
Implement retries behavior and config
Provide the facility for the player to retry a failed connection a
certain number of times.
|
2 лет назад |
TheoryOfNekomata
|
a7f9b45f71
|
Add database setup
Database will be used for authentication.
|
2 лет назад |
TheoryOfNekomata
|
a345474f03
|
Implement sending events
Implement the sending of input events to the websocket server.
|
2 лет назад |