223 Commits

Author SHA1 Message Date
JohnCorby
8fbc946252 comment 2022-01-25 21:17:05 -08:00
JohnCorby
687e5fcdbd fix a dumb orb transform sync bug 2022-01-25 19:43:59 -08:00
JohnCorby
a0691fb825 format 2022-01-23 00:31:56 -08:00
JohnCorby
5fd8cfe20c LogName -> ToString() 2022-01-23 00:29:59 -08:00
JohnCorby
a848312eab bruh 2022-01-21 23:38:45 -08:00
JohnCorby
ba5defecbd make rigidbody syncs still valid even if suspended 2022-01-21 23:13:48 -08:00
JohnCorby
004478e296 tweak 2022-01-21 21:04:02 -08:00
JohnCorby
7f9cb3662f guh 2022-01-21 19:32:11 -08:00
JohnCorby
40b5e45009 use parenting for player objects 2022-01-21 19:09:43 -08:00
JohnCorby
1f6636065f add Name field to SyncBase 2022-01-21 18:00:02 -08:00
JohnCorby
74262ab8e0 make these sealed 2022-01-21 17:53:07 -08:00
JohnCorby
5b77d341fe move stuff from OnStopClient to Uninit 2022-01-21 17:51:26 -08:00
JohnCorby
bf4783a3dd guh 2022-01-21 17:44:12 -08:00
JohnCorby
027c600782 suspended objects are not valid, also don't print errors when orb is destroyed 2022-01-21 17:35:56 -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
0eeaba4eb0 more simplifying 2022-01-21 16:52:30 -08:00
JohnCorby
cc4da03a9b Uninit for SectorSync, rename to QSBSectorDetector 2022-01-21 16:38:59 -08:00
JohnCorby
d6bed7e2da Uninit for SyncBase 2022-01-21 16:26:46 -08:00
JohnCorby
c3422177ab simplify ReferenceTransform check 2022-01-20 22:40:28 -08:00
JohnCorby
f035f64d10 some cleanup 2022-01-20 22:37:42 -08:00
JohnCorby
573ee72d86 use OnStopClient instead of OnDestroy 2022-01-18 15:06:45 -08:00
JohnCorby
10081ee8d1 okay NOW IsReady should be fixed 2022-01-18 12:54:41 -08:00
JohnCorby
dba1e3a0da use OnStartClient instead of Start 2022-01-18 12:19:58 -08:00
JohnCorby
4604830ecf set LocalInstance in Start to attempt to alleviate some bs 2022-01-18 10:30:34 -08:00
JohnCorby
ac47182be7 fix Player.IsReady 2022-01-18 01:46:41 -08:00
JohnCorby
2743c8ffa9 move a bunch of WorldObjectManager stuff to QSBWorldSync 2022-01-18 00:27:32 -08:00
JohnCorby
363f0cc645 oops the third 2022-01-16 08:15:56 -08:00
JohnCorby
4de81942d0 i retract my previous statement 2022-01-16 08:04:56 -08:00
JohnCorby
6c822cdcb1 smart smooth damp, more like nah 2022-01-16 07:57:44 -08:00
JohnCorby
cd9db24dd8 tweak 2022-01-16 07:56:08 -08:00
JohnCorby
0dce0c62be oops again 2022-01-16 07:42:46 -08:00
JohnCorby
98cee2ede4 oops 2022-01-16 07:32:49 -08:00
JohnCorby
0912b6cee0 merge de/ser again, just make sure that it doesnt mess with anything (ie store and defer to getfrom/applytoattached 2022-01-16 07:23:35 -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
5b8f51afdd major simplify BaseSectoredSync 2022-01-16 05:45:47 -08:00
JohnCorby
6d130b89eb rename 2022-01-16 04:52:48 -08:00
JohnCorby
1b60a18eac call base in ser/deser 2022-01-16 04:51:37 -08:00
JohnCorby
76147d91e5 tweak SyncBase 2022-01-16 04:34:52 -08:00
JohnCorby
a5a3688a47 SyncBase: dont base.Update unless we also UpdateTransform 2022-01-16 02:36:39 -08:00
JohnCorby
c4b771589b dont disable syncbase when Init() fails once 2022-01-16 02:24:16 -08:00
JohnCorby
1d2764f09f split into initial state de/ser and regular de/ser 2022-01-16 01:58:47 -08:00
JohnCorby
cbc354804d guh 2022-01-15 04:12:56 -08:00
JohnCorby
287bc902fe qsb network transform child, update prefabs 2022-01-15 01:54:02 -08:00
JohnCorby
f3ed15e4a1 increment counter :) 2022-01-14 22:41:36 -08:00
JohnCorby
85927c2e9d remove old syncbase and friends 2022-01-14 22:39:41 -08:00
JohnCorby
9df532fb1b syncbase and friends 2022-01-14 20:59:42 -08:00
JohnCorby
3f90a34b1f custom network behaviour and transform 2022-01-14 20:13:04 -08:00
Mister_Nebula
6514fb85ed fix some orb stuff, flicker out shuttle when it launches for people not in it 2022-01-12 23:08:07 +00:00