2019-12-14 18:11:00 -05:00
|
|
|
Open:
|
2020-05-01 21:45:31 -04:00
|
|
|
- Refactor input generics to distinct local/full types
|
|
|
|
- Multiplayer loopback server
|
2020-04-04 18:52:25 -04:00
|
|
|
- Insecured websocket server implementation
|
2019-12-14 18:11:00 -05:00
|
|
|
- Cloneable RNG that goes in state (use MurmurHash3 finalizer in counter mode?)
|
2020-04-04 18:52:25 -04:00
|
|
|
- remove all random() calls
|
2020-01-28 22:52:40 -05:00
|
|
|
|
|
|
|
Done:
|
2020-05-01 21:45:31 -04:00
|
|
|
- Refactor input messages for more than one player
|
2020-04-04 18:52:25 -04:00
|
|
|
- Rework State implementation for easier cloning/deserialization
|
2020-03-26 00:30:00 -04:00
|
|
|
- Test Lockstep/rollback
|
2020-01-28 22:52:40 -05:00
|
|
|
- Smarter typings for Join/Lookup functions
|
|
|
|
- Parcel scripts
|
|
|
|
- DeepCopy/Equals interfaces
|
2019-12-14 18:11:00 -05:00
|
|
|
- Rollback state management
|
|
|
|
- state + input reducer function
|
|
|
|
- maintain predicted state
|
|
|
|
- inform of local actions
|
|
|
|
- maintain last-canonical state
|
|
|
|
- inform of server state
|
2020-02-20 23:55:23 -05:00
|
|
|
- Lockstep driver loop
|