-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify input serialization and input dictionary logic (e.g. validation) #266
Unify input serialization and input dictionary logic (e.g. validation) #266
Commits on Aug 23, 2024
-
Almost finished but stumbled onto a bug of issue 78219 which is solve…
…d in future godot version and makes the code cleaner (saves 2 typecasts)
Configuration menu - View commit details
-
Copy full SHA for 2e38768 - Browse repository at this point
Copy the full SHA 2e38768View commit details
Commits on Aug 26, 2024
-
Added serialization for all input properties (so, dynamic serializati…
…on) and deserialization for received input properties.
Configuration menu - View commit details
-
Copy full SHA for 4fde8ab - Browse repository at this point
Copy the full SHA 4fde8abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 705cca6 - Browse repository at this point
Copy the full SHA 705cca6View commit details -
Local input is no longer RPC'd, since it is already applied, RPCing l…
…ocally is bloat.
Configuration menu - View commit details
-
Copy full SHA for e3e240b - Browse repository at this point
Copy the full SHA e3e240bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3809b30 - Browse repository at this point
Copy the full SHA 3809b30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33fe080 - Browse repository at this point
Copy the full SHA 33fe080View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9205e78 - Browse repository at this point
Copy the full SHA 9205e78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a9a1b9 - Browse repository at this point
Copy the full SHA 7a9a1b9View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed3b284 - Browse repository at this point
Copy the full SHA ed3b284View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea6d18c - Browse repository at this point
Copy the full SHA ea6d18cView commit details
Commits on Aug 31, 2024
-
Fixed diffs by sending full state (aka non-diff) as first RPC. Also a…
…dded that logic to state synchronizer.
Configuration menu - View commit details
-
Copy full SHA for 64db09d - Browse repository at this point
Copy the full SHA 64db09dView commit details -
Unified serialized input and raw input, under the same logic. Both fo…
…r validation and for input batch count. Also makes raw input logic more intuitive and to match the _inputs. That is [tick][properties] instead of [properties][tick]
Configuration menu - View commit details
-
Copy full SHA for fe788ea - Browse repository at this point
Copy the full SHA fe788eaView commit details