Commit Graph

46 Commits

Author SHA1 Message Date
JohnCorby
ab13d59382 rename all instances of auth/authority to own/ownership 2023-05-08 11:38:24 -07:00
JohnCorby
728efc69df calculate velocity relative to the reference on anglers 2022-07-11 10:02:06 -07:00
JohnCorby
583b05a637 QSBAngler: account for fixed dt with velocity 2022-04-10 15:19:59 -07:00
JohnCorby
f2e9c58a30 LinkedWorldObject: SpawnWithServerAuthority 2022-03-14 03:44:52 -07:00
JohnCorby
611ecec4a3 world object link: use for eote stuff, also make abstract class impls for convenience 2022-03-14 03:22:44 -07:00
JohnCorby
033e2f59cc world object link: implement for more stuff 2022-03-14 01:53:12 -07:00
JohnCorby
e4da50a656 solution-wide: file-scoped namespaces 2022-03-02 19:46:33 -08:00
JohnCorby
a8fba743f6 Revert "solution wide: use file-scoped namespace" 2022-02-27 05:25:39 -08:00
JohnCorby
182678c4bc solution wide: use file-scoped namespace 2022-02-25 23:18:46 -08:00
JohnCorby
9e5e7bb6a1 initial state:
- always send from the host
- QSBNetworkBehaviour will store last known data in an array and send that, since real data will be wrong if no authority
2022-02-16 19:22:21 -08:00
JohnCorby
edf469d3e4 rename 2022-01-28 20:50:34 -08:00
JohnCorby
2f99dec87f make BuildWorldObjects async 2022-01-28 20:49:07 -08:00
JohnCorby
13f5e2ebc3 - no more initial state for qsb network behaviours because it is dumb and i hate it
- spawn authqueue objects with no authority for real instead of with server authority
2022-01-27 03:15:52 -08:00
JohnCorby
f240b532fe debug logging 2022-01-26 19:21:18 -08:00
JohnCorby
0e1f7f180b deterministic manager 2022-01-26 18:54:50 -08:00
JohnCorby
a2660d6a54 send initial states less often and not in RequestStateResyncMessage 2022-01-26 00:12:44 -08:00
JohnCorby
ce174fe455 dont display debug for these so they dont overlap with transform sync text 2022-01-21 17:56:20 -08:00
JohnCorby
4918815e92 implement SendResyncInfo 2022-01-21 15:15:57 -08:00
JohnCorby
ff9a93108c remove qnet references (except AnimationSync) 2022-01-14 22:54:31 -08:00
JohnCorby
c5af74c848 start to remove 2022-01-14 22:29:58 -08:00
JohnCorby
51bb10eedc rename 2022-01-14 22:25:23 -08:00
JohnCorby
a30cd95e84 worldobjects use new transformsyncs 2022-01-14 22:08:06 -08:00
JohnCorby
5991058b28 spawn with server authority so orbs dont do a little trolling 2021-12-21 11:45:40 -08:00
JohnCorby
c28353c26d change auth queue stuff 2021-12-17 19:16:22 -08:00
JohnCorby
27c8d4e933 funky nre with anglers and jellyfish 2021-12-13 23:37:21 -08:00
JohnCorby
9f62fff9fd fix transform syncs that depended on ObjectId 2021-12-11 22:29:48 -08:00
JohnCorby
2414efd65f set AttachedObject and ObjectId in QSBWorldSync.cs, meaning many Init()s can be removed 2021-12-11 14:38:54 -08:00
JohnCorby
c760fe2c41 add support for delayed readiness in WorldObject and WorldObjectManager
(also slightly optimize qsbworldsync)
2021-12-02 02:44:33 -08:00
JohnCorby
705162860d change naming 2021-12-02 02:44:32 -08:00
JohnCorby
43d9dc56cd bubba 2021-11-30 20:53:24 -08:00
JohnCorby
af05299bee spawn with no authority instead of server authority 2021-11-30 20:51:22 -08:00
JohnCorby
ee36974fde handle host/connect mid-game suspend update 2021-11-30 20:51:21 -08:00
JohnCorby
9571b27ae0 state change event happens more often 2021-11-30 18:49:00 -08:00
JohnCorby
49996f50f9 use suspend sync with angler, and use dnspy-decompiled code instead of rider-decompiled 2021-11-30 17:29:26 -08:00
Mister_Nebula
3860b2aacc add newlines 2021-11-25 15:38:05 +00:00
Mister_Nebula
9f57454ae9 more cleanup 2021-11-10 09:28:05 +00:00
JohnCorby
2aa2a04473 Merge remote-tracking branch 'origin/anglerfish' into anglerfish 2021-11-10 01:20:33 -08:00
JohnCorby
71cba8cca3 new lines between methods 2021-11-10 01:20:16 -08:00
Mister_Nebula
781391651c cleanup anglers 2021-11-10 09:18:57 +00:00
JohnCorby
b3f0a6ba30 oh heck, just call ChangeState 2021-11-10 00:48:29 -08:00
JohnCorby
27fe4d2786 oops 2021-11-09 22:40:01 -08:00
JohnCorby
cf03b5a884 replace all angler code to only use transform instead of rigidbody 2021-11-09 22:35:54 -08:00
JohnCorby
76eaaf2f9c sync target pos 2021-11-09 20:35:55 -08:00
JohnCorby
02f095c042 use change state for transfer authority instead 2021-11-09 19:09:12 -08:00
JohnCorby
41bbe2808e transfer authority on angler unsuspend 2021-11-09 18:43:06 -08:00
JohnCorby
c0e8bd95e4 angler transform sync 2021-11-09 17:56:45 -08:00