2006 Commits

Author SHA1 Message Date
JohnCorby
1cc20e4407 remove unet attributes, as they are useless without qnetweaver 2021-12-02 18:39:51 -08:00
Will Corby
30501ed9e5
Merge pull request #384 from misternebula/worldobject-delayed-ready
worldobject delayed ready
2021-12-02 15:21:25 -08:00
Will Corby
916e6653ab
Merge pull request #383 from misternebula/authority-sync-again
authority sync (again)
2021-12-02 15:20:37 -08:00
JohnCorby
5c01fac081 Merge branch 'authority-sync-again' into dev
# Conflicts:
#	QSB/SuspendableSync/SuspendableManager.cs
2021-12-02 15:20:11 -08:00
Will Corby
82c351e9df
Merge pull request #385 from misternebula/fix-quantum-moon
Fix quantum moon
2021-12-02 15:09:02 -08:00
JohnCorby
bb289894da Merge branch 'authority-sync-again' into worldobject-delayed-ready 2021-12-02 13:40:18 -08:00
JohnCorby
1ffc0dee5a remove set authority logging 2021-12-02 13:40:13 -08:00
JohnCorby
3393bbdf81 Merge branch 'authority-sync-again' into worldobject-delayed-ready 2021-12-02 13:39:25 -08:00
Mister_Nebula
4bf280f3b0 Merge branch 'dev' into worldobject-delayed-ready 2021-12-02 15:09:21 +00:00
Mister_Nebula
ddec2e06b4 Merge branch 'dev' into authority-sync-again 2021-12-02 15:04:51 +00:00
Mister_Nebula
3ac1c278d2 Revert "remove jellyfish stuff"
This reverts commit 267c62403753b84a9d298baf9ceb7e403e6eb861.
2021-12-02 15:03:38 +00:00
Mister_Nebula
1b0c877cb6 Revert "remove more jellyfish stuff"
This reverts commit 0fb03a90cc66bdb0bcefc9c53d035098c890dc6a.
2021-12-02 15:03:34 +00:00
_nebula
7086e5aed5
Merge pull request #386 from misternebula/separate-out-stuff
angler/meteor stuff
2021-12-02 15:01:36 +00:00
Mister_Nebula
0fb03a90cc remove more jellyfish stuff 2021-12-02 15:00:08 +00:00
Mister_Nebula
267c624037 remove jellyfish stuff 2021-12-02 14:58:03 +00:00
Mister_Nebula
a38b2f1329 fix it 2021-12-02 12:38:38 +00:00
JohnCorby
9cca7273f6 removed GetWorldFromUnity alladded no-warning checks since nothing else does that.
(this causes a bunch of HARMLESS WorldObjectsToUnityObjects errors but idc)
2021-12-02 03:29:26 -08:00
JohnCorby
914a05916d removed world object bools from qsbcore since they're duplicates 2021-12-02 02:44:34 -08:00
JohnCorby
436b3ed9a0 bubba 2 2021-12-02 02:44:34 -08:00
JohnCorby
629deaa927 further migrate to AuthorityManager 2021-12-02 02:44:33 -08:00
JohnCorby
1438201874 bubba 2021-12-02 02:44:33 -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
da1cf59ecb migrate to AuthorityManager 2021-12-02 02:44:32 -08:00
JohnCorby
705162860d change naming 2021-12-02 02:44:32 -08:00
JohnCorby
b9eee5c6b5 use orig method if world objects not ready 2021-12-02 02:29:54 -08:00
JohnCorby
b206bba1cd sync rising with transform sync
(note: rising var does not touch dirty bit)
2021-12-01 23:39:33 -08:00
JohnCorby
7b81e1b4e0 funny moments with kinematic simulation and alignment 2021-12-01 03:55:56 -08:00
JohnCorby
aa28364c55 rising sync 2021-12-01 02:24:42 -08:00
Mister_Nebula
d42041e7d8 fix variable reference warnings 2021-12-01 09:48:11 +00:00
JohnCorby
2493e8f97d go back to using list. rip 2021-12-01 01:46:47 -08:00
JohnCorby
f9323728d6 wow look at all those gizmos 2021-12-01 01:44:12 -08:00
JohnCorby
36f6ccc251 started 2021-12-01 01:10:38 -08:00
Will Corby
4dc5d0ce63
Merge pull request #379 from misternebula/suspend-authority-sync
suspendable authority sync
2021-12-01 00:42:50 -08:00
JohnCorby
1d3a766758 bubba 3 2021-12-01 00:20:17 -08:00
JohnCorby
05f1cf4592 bubba 2 2021-12-01 00:07:21 -08:00
JohnCorby
bbfa64e3c4 bubba 2021-11-30 23:54:35 -08:00
JohnCorby
cb84fcd847 change authority before client disconnects and wipes stuff out
(fixes #380)
2021-11-30 23:52:00 -08:00
JohnCorby
99d0eab098 fix stupid nres 2021-11-30 22:27:30 -08:00
JohnCorby
1934e89040 remove player from suspend tracker when they leave 2021-11-30 21:34:30 -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
459929e4df fix _patchedTypes having multiple of same type 2021-11-30 19:28:52 -08:00
JohnCorby
9571b27ae0 state change event happens more often 2021-11-30 18:49:00 -08:00
JohnCorby
cd48c916fc fix event msg types being broken when disconnecting/reconnecting 2021-11-30 18:33:02 -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
JohnCorby
9ed1a1caa8 suspension functionality 2021-11-30 17:27:23 -08:00
Will Corby
3e28cbfee1
Merge pull request #377 from misternebula/assetbundle-gitignore
fix gitignore for updated assetbundles
2021-11-30 13:36:55 -08:00
JohnCorby
fd8294f004 update assetbundles and fix gitignore 2021-11-30 13:33:00 -08:00
_nebula
6b7ce21726
Merge pull request #376 from misternebula/fix-satellite-projector-rendertexture
add new rendertexture
2021-11-30 19:26:46 +00:00