-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
ECS & Networking Refactoring #170
Merged
PowerfulBacon
merged 32 commits into
main
from
Changes-the-way-we-modify-component-values
Sep 13, 2023
Merged
ECS & Networking Refactoring #170
PowerfulBacon
merged 32 commits into
main
from
Changes-the-way-we-modify-component-values
Sep 13, 2023
Commits on Mar 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2c0b525 - Browse repository at this point
Copy the full SHA 2c0b525View commit details
Commits on Mar 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d5f2d0f - Browse repository at this point
Copy the full SHA d5f2d0fView commit details
Commits on Mar 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for df00b60 - Browse repository at this point
Copy the full SHA df00b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6bf9db - Browse repository at this point
Copy the full SHA f6bf9dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f13627 - Browse repository at this point
Copy the full SHA 3f13627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d6a705 - Browse repository at this point
Copy the full SHA 8d6a705View commit details
Commits on Mar 14, 2023
-
Adds the ability to queue arbitrary actions to run on a system thread
This allows arbitrary actions to be called on a system without the requirement of a signal. This means that we can set the value of a variable on the thread which has ownership of that value. Note that these will not be networked and cannot be networked unlike signals. Hopefully this can be abstracted away when we introduce proper CVars and thread ownership management.
Configuration menu - View commit details
-
Copy full SHA for c502fce - Browse repository at this point
Copy the full SHA c502fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 592f6b7 - Browse repository at this point
Copy the full SHA 592f6b7View commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 213f0cb - Browse repository at this point
Copy the full SHA 213f0cbView commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3aa8a33 - Browse repository at this point
Copy the full SHA 3aa8a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f1fe5b - Browse repository at this point
Copy the full SHA 9f1fe5bView commit details
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62b228c - Browse repository at this point
Copy the full SHA 62b228cView commit details
Commits on Apr 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3a4dcce - Browse repository at this point
Copy the full SHA 3a4dcceView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdbd02d - Browse repository at this point
Copy the full SHA bdbd02dView commit details
Commits on Apr 29, 2023
-
Optimises signal call from 30000 => 7000000 (Still only 1% of just ca…
…lling methods though)
Configuration menu - View commit details
-
Copy full SHA for 21a8266 - Browse repository at this point
Copy the full SHA 21a8266View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43e954e - Browse repository at this point
Copy the full SHA 43e954eView commit details
Commits on Apr 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1bd6ee - Browse repository at this point
Copy the full SHA b1bd6eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 815b0fc - Browse repository at this point
Copy the full SHA 815b0fcView commit details
Commits on May 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0617cfc - Browse repository at this point
Copy the full SHA 0617cfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4bbb26 - Browse repository at this point
Copy the full SHA d4bbb26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a404c8 - Browse repository at this point
Copy the full SHA 8a404c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f34749c - Browse repository at this point
Copy the full SHA f34749cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 271b8d2 - Browse repository at this point
Copy the full SHA 271b8d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5811d19 - Browse repository at this point
Copy the full SHA 5811d19View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb4bb8b - Browse repository at this point
Copy the full SHA fb4bb8bView commit details
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 444dac7 - Browse repository at this point
Copy the full SHA 444dac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d1cf54 - Browse repository at this point
Copy the full SHA 0d1cf54View commit details
Commits on May 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cd1febd - Browse repository at this point
Copy the full SHA cd1febdView commit details
Commits on May 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a030069 - Browse repository at this point
Copy the full SHA a030069View commit details -
Configuration menu - View commit details
-
Copy full SHA for c339df6 - Browse repository at this point
Copy the full SHA c339df6View commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 127ab29 - Browse repository at this point
Copy the full SHA 127ab29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36f1169 - Browse repository at this point
Copy the full SHA 36f1169View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.