JohnCorby
|
5cae7b8bec
|
angler/jelly: allow inactive
|
2022-02-25 23:18:53 -08:00 |
|
JohnCorby
|
267a888c1c
|
orb/raft: don't do server authority by default
|
2022-02-25 23:18:53 -08:00 |
|
JohnCorby
|
98955dc29b
|
fix derived transform syncs
|
2022-02-25 23:18:52 -08:00 |
|
JohnCorby
|
9b94f54a45
|
WorldObjectType -> WorldObjectScene
|
2022-02-25 23:18:47 -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
|
948831d58c
|
AuthorityManager: default owner support
|
2022-02-12 23:10:48 -08:00 |
|
JohnCorby
|
0dea2b85c2
|
rename AuthQueue functions
|
2022-02-12 21:40:04 -08:00 |
|
JohnCorby
|
10471ee6c7
|
orbs: update auth queue since they're spawned with server authority
|
2022-02-12 21:27:22 -08:00 |
|
JohnCorby
|
1088603538
|
use "out * __result" instead of "ref * __result" where we can
|
2022-02-07 00:50:03 -08:00 |
|
JohnCorby
|
14807bec2b
|
Update AnglerTransformSync.cs
|
2022-02-02 22:46:49 -08:00 |
|
JohnCorby
|
00a81f7bd9
|
SyncBase.Uninit: don't set stuff to null
|
2022-02-02 22:42:41 -08:00 |
|
Mister_Nebula
|
adbb052a92
|
Merge branch 'dev' into echoes-of-the-eye
|
2022-01-30 09:27:43 +00: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
|
8cb0b7e5de
|
nvm
|
2022-01-27 02:26:01 -08:00 |
|
JohnCorby
|
65f71678a6
|
remove unneeded check
|
2022-01-27 02:15:42 -08:00 |
|
JohnCorby
|
9e44449446
|
AllowInactiveAttachedObject for jellyfish and anglers
|
2022-01-27 02:05:49 -08:00 |
|
JohnCorby
|
75ae6416f7
|
we can use generics for qsb message
|
2022-01-26 20:35:43 -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
|
091d1f2988
|
Merge branch 'dev' into vendor-compatibility
|
2022-01-26 16:04:39 -08:00 |
|
JohnCorby
|
a2660d6a54
|
send initial states less often and not in RequestStateResyncMessage
|
2022-01-26 00:12:44 -08:00 |
|
JohnCorby
|
289d99bd16
|
satellite node, fragment resync fix
|
2022-01-25 20:34:49 -08:00 |
|
JohnCorby
|
0b018ab788
|
chugging along
|
2022-01-25 20:16:53 -08:00 |
|
JohnCorby
|
14afe37136
|
sort deterministic
|
2022-01-25 02:34:15 -08:00 |
|
Mister_Nebula
|
00aa0c8037
|
Merge branch 'dev' into echoes-of-the-eye
|
2022-01-22 15:25:29 +00:00 |
|
JohnCorby
|
004478e296
|
tweak
|
2022-01-21 21:04:02 -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
|
5b77d341fe
|
move stuff from OnStopClient to Uninit
|
2022-01-21 17:51:26 -08:00 |
|
JohnCorby
|
56589609d4
|
use IsValid to check if SyncBase is initialized but not updating
|
2022-01-21 17:24:54 -08:00 |
|
JohnCorby
|
83ed2cea08
|
replace _baseIsReady and IsReady with 1 CheckReady
|
2022-01-21 17:12:24 -08:00 |
|
JohnCorby
|
4918815e92
|
implement SendResyncInfo
|
2022-01-21 15:15:57 -08:00 |
|
JohnCorby
|
20083188c1
|
change state to lurking when setting target to null
|
2022-01-20 15:25:34 -08:00 |
|
Mister_Nebula
|
7d47450ae1
|
move debug stuff around
|
2022-01-20 22:33:03 +00:00 |
|
JohnCorby
|
573ee72d86
|
use OnStopClient instead of OnDestroy
|
2022-01-18 15:06:45 -08:00 |
|
JohnCorby
|
dba1e3a0da
|
use OnStartClient instead of Start
|
2022-01-18 12:19:58 -08:00 |
|
JohnCorby
|
7e1f62666a
|
seperate building and unbuilding of world objects
|
2022-01-18 00:46:27 -08:00 |
|
JohnCorby
|
2743c8ffa9
|
move a bunch of WorldObjectManager stuff to QSBWorldSync
|
2022-01-18 00:27:32 -08:00 |
|
JohnCorby
|
7f1c6ea6c8
|
split up UpdateTransform + refactor
|
2022-01-16 06:53:45 -08:00 |
|
JohnCorby
|
1f4c06561b
|
zoinks
|
2022-01-16 06:11:44 -08:00 |
|
JohnCorby
|
1b60a18eac
|
call base in ser/deser
|
2022-01-16 04:51:37 -08:00 |
|
JohnCorby
|
1d2764f09f
|
split into initial state de/ser and regular de/ser
|
2022-01-16 01:58:47 -08:00 |
|
JohnCorby
|
ff9a93108c
|
remove qnet references (except AnimationSync)
|
2022-01-14 22:54:31 -08:00 |
|
JohnCorby
|
85927c2e9d
|
remove old syncbase and friends
|
2022-01-14 22:39:41 -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
|
1a818e5fd3
|
more
|
2022-01-14 21:29:57 -08:00 |
|