-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
refactor: simplified interest management #990
base: main
Are you sure you want to change the base?
Commits on Nov 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b7d40e9 - Browse repository at this point
Copy the full SHA b7d40e9View commit details -
simplified aoi system. This is intital start of simplifying. I have g…
…otten proximity checker redone only. Has bug atm need fix later. Used james code from distance checker.
Configuration menu - View commit details
-
Copy full SHA for 8fd5930 - Browse repository at this point
Copy the full SHA 8fd5930View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dc52b8 - Browse repository at this point
Copy the full SHA 2dc52b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c67bee - Browse repository at this point
Copy the full SHA 4c67beeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7322f46 - Browse repository at this point
Copy the full SHA 7322f46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6312152 - Browse repository at this point
Copy the full SHA 6312152View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8035029 - Browse repository at this point
Copy the full SHA 8035029View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8e710c - Browse repository at this point
Copy the full SHA a8e710cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae7f26c - Browse repository at this point
Copy the full SHA ae7f26cView commit details
Commits on Nov 10, 2021
-
more improvements to core of aoi. Now the system register's single ao…
…i. Proximity checker currently only one that is finished and tested atm.
Configuration menu - View commit details
-
Copy full SHA for a06baef - Browse repository at this point
Copy the full SHA a06baefView commit details -
setup performance base to do proximity test alone now and fixed some …
…null references issues due to adding aoi systems at runtime.
Configuration menu - View commit details
-
Copy full SHA for abd394b - Browse repository at this point
Copy the full SHA abd394bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5084838 - Browse repository at this point
Copy the full SHA 5084838View commit details -
Configuration menu - View commit details
-
Copy full SHA for acdf561 - Browse repository at this point
Copy the full SHA acdf561View commit details
Commits on Nov 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1d24684 - Browse repository at this point
Copy the full SHA 1d24684View commit details
Commits on Nov 12, 2021
-
implemented scene visibility fixed docs ref. added new unregister so if gameobjects get destroyed they unregister from visibility system.
Configuration menu - View commit details
-
Copy full SHA for 75773e9 - Browse repository at this point
Copy the full SHA 75773e9View commit details -
fixed issues with comparer check for registering new visibility systems.
Implemented a new multi visibility system performance benchmark. Runs Scene + proximity systems.
Configuration menu - View commit details
-
Copy full SHA for c292a66 - Browse repository at this point
Copy the full SHA c292a66View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf51366 - Browse repository at this point
Copy the full SHA bf51366View commit details -
pushing new default global system script so if end users want to have…
… objects global but not others everything will still work. New global system is internal cannot be used outside
Configuration menu - View commit details
-
Copy full SHA for 9248f20 - Browse repository at this point
Copy the full SHA 9248f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a94b68 - Browse repository at this point
Copy the full SHA 8a94b68View commit details -
Configuration menu - View commit details
-
Copy full SHA for f44edbd - Browse repository at this point
Copy the full SHA f44edbdView commit details
Commits on Nov 13, 2021
-
added lymdun suggestion use linq for finding list.
Signed-off-by: dragonslaya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 070f859 - Browse repository at this point
Copy the full SHA 070f859View commit details
Commits on Nov 15, 2021
-
Still trying to improve benchmark speeds.
Configuration menu - View commit details
-
Copy full SHA for 0527155 - Browse repository at this point
Copy the full SHA 0527155View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d57d5d - Browse repository at this point
Copy the full SHA 9d57d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f817b6f - Browse repository at this point
Copy the full SHA f817b6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1450d7f - Browse repository at this point
Copy the full SHA 1450d7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dba2e1d - Browse repository at this point
Copy the full SHA dba2e1dView commit details -
- adding explicit (so it can be run manually) - create new scene for each client, with no physics - adding netid to obj names - adding setup/clean prefabs (so they are changed before they are used by enemy spawner, world.Spawned might be too late to add)
Configuration menu - View commit details
-
Copy full SHA for f17a202 - Browse repository at this point
Copy the full SHA f17a202View commit details -
Configuration menu - View commit details
-
Copy full SHA for 534a064 - Browse repository at this point
Copy the full SHA 534a064View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8efd797 - Browse repository at this point
Copy the full SHA 8efd797View commit details -
Configuration menu - View commit details
-
Copy full SHA for 256b4aa - Browse repository at this point
Copy the full SHA 256b4aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a24a5a - Browse repository at this point
Copy the full SHA 0a24a5aView commit details -
fix: using OnStartServer for RegisterObject
registering in onenable is sometimes too early. It will also cause unspawned objects to be included in AOI, and maybe sent to clients Also adding todo
Configuration menu - View commit details
-
Copy full SHA for 06ac691 - Browse repository at this point
Copy the full SHA 06ac691View commit details -
- NetworkVisibility to VisibilitySystem - NetworkProximityCheckerVisibility to DistanceVisibilitySystem - SceneVisibilityChecker to SceneVisibilitySystem
Configuration menu - View commit details
-
Copy full SHA for 36e6e48 - Browse repository at this point
Copy the full SHA 36e6e48View commit details -
rename: renaming visibilitySystemData
- _visibilitySystemData to _data - VisibilitySystemData Observers
Configuration menu - View commit details
-
Copy full SHA for fcdae19 - Browse repository at this point
Copy the full SHA fcdae19View commit details -
style: moving Comparer to struct it is for
moving Comparer so it is not hidden inside IM. Makes it more obvious what is going on when using the sturct in a hashset
Configuration menu - View commit details
-
Copy full SHA for 3b99788 - Browse repository at this point
Copy the full SHA 3b99788View commit details -
we can just use the system itself since it'll have the reference to the dictionary
Configuration menu - View commit details
-
Copy full SHA for a46acd0 - Browse repository at this point
Copy the full SHA a46acd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee2fd8 - Browse repository at this point
Copy the full SHA 8ee2fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66b1173 - Browse repository at this point
Copy the full SHA 66b1173View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fa8251 - Browse repository at this point
Copy the full SHA 7fa8251View commit details -
Configuration menu - View commit details
-
Copy full SHA for da94d9f - Browse repository at this point
Copy the full SHA da94d9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a650f83 - Browse repository at this point
Copy the full SHA a650f83View commit details -
renaming BaseVisibilityInspector
- BaseVisibilityInspector to VisibilitySystemFactory - NetworkSceneChecker to SceneVisibilityFactory - NetworkProximityChecker to DistanceVisibilityFactory
Configuration menu - View commit details
-
Copy full SHA for 6f40e06 - Browse repository at this point
Copy the full SHA 6f40e06View commit details -
Configuration menu - View commit details
-
Copy full SHA for acb9ac7 - Browse repository at this point
Copy the full SHA acb9ac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97455b0 - Browse repository at this point
Copy the full SHA 97455b0View commit details -
making RegisterObject take the Network Identity
- removing base settings - making register take identity and settings - making unregister just take identity RegisterObject makes more sense if it is given the object, rather than settings that has the object. This will also reduce extra code if a system does not need any settings (if could just pass in null)
Configuration menu - View commit details
-
Copy full SHA for 46e7dc0 - Browse repository at this point
Copy the full SHA 46e7dc0View commit details -
- renamed OnAuthenticated to RebuildForPlayer OnAuthenticated seems like a bad name because we will need to call it more than just OnAuthenticated, Like when we spawna new character for the player
Configuration menu - View commit details
-
Copy full SHA for cdc9372 - Browse repository at this point
Copy the full SHA cdc9372View commit details -
making sure we still call IM functions are same time as before - need to rebuild observers for player after setting character - moving show to player to IM - adding OnSpawn and OnDestroy instead of using world events (we need to control the order, our event might be called before/after user added events)
Configuration menu - View commit details
-
Copy full SHA for eb925de - Browse repository at this point
Copy the full SHA eb925deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eee2e8 - Browse repository at this point
Copy the full SHA 9eee2e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bd0835 - Browse repository at this point
Copy the full SHA 0bd0835View commit details -
changing when system is created
changing how it is created. pass variables around rather than using fields
Configuration menu - View commit details
-
Copy full SHA for ddf3861 - Browse repository at this point
Copy the full SHA ddf3861View commit details
Commits on Nov 16, 2021
-
fixing startup order, key changes in comment
- InterestManager lazy intialize - VisibilitySystemFactory adds to IM on awake, and removes in destroy Key points: - IM always exists on SOM - Systems can and should be added before Server Starts - Systems will add them selves to IM when they are constructed
Configuration menu - View commit details
-
Copy full SHA for 79900a1 - Browse repository at this point
Copy the full SHA 79900a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 740f00f - Browse repository at this point
Copy the full SHA 740f00fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8f181d - Browse repository at this point
Copy the full SHA c8f181dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f1fae0 - Browse repository at this point
Copy the full SHA 5f1fae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for aeb08ba - Browse repository at this point
Copy the full SHA aeb08baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 037b5b0 - Browse repository at this point
Copy the full SHA 037b5b0View commit details