master
bel 2023-03-24 21:17:01 -06:00
parent 01777c8c3e
commit 0e46f6e122
1 changed files with 7 additions and 3 deletions

View File

@ -1,9 +1,8 @@
todo: todo:
- change from 'a','b','c' from rust to just 11,21,31,41 so playerName is known implicitly - change from 'a','b','c' from rust to just 11,21,31,41 so playerName is known implicitly
- lag via UDP formatted inputs as space-delimited TS PID buttonIdx buttonIdx buttonIdx - lag via UDP formatted inputs as space-delimited TS PID buttonIdx buttonIdx buttonIdx
- input."Button" to interface or strings - input.MayhemParty as a logical wrapper from mod10 but then gotta translate back
- input.MayhemParty as a logical wrapper from %10 but then gotta translate back to to char for keyboard things somewhere; space delimited?
char for keyboard things somewhere; space delimited?
- todo: rusty configs have "name" for each client - todo: rusty configs have "name" for each client
details: | details: |
'if name == server_broadcasted_name { debug_print_in_gui(server_broadcasted_message) }' 'if name == server_broadcasted_name { debug_print_in_gui(server_broadcasted_message) }'
@ -38,3 +37,8 @@ done:
implicitly from %10 but then gotta translate back to char for keyboard things implicitly from %10 but then gotta translate back to char for keyboard things
somewhere; space delimited? somewhere; space delimited?
ts: Fri Mar 24 19:58:59 MDT 2023 ts: Fri Mar 24 19:58:59 MDT 2023
- todo: input."Button" to interface or strings
ts: Fri Mar 24 21:16:39 MDT 2023
- todo: input.MayhemParty as a logical wrapper from %10 but then gotta translate back
to char for keyboard things somewhere; space delimited?
ts: Fri Mar 24 21:16:39 MDT 2023