3150 Commits

Author SHA1 Message Date
JohnCorby
2a7d4ad97f QuaternionHelper: format lol 2022-02-16 20:21:34 -08:00
JohnCorby
adb039d34e SyncBase: also do smart smoothing for rotation 2022-02-16 20:21:34 -08:00
JohnCorby
70d767c706 PlayerTransformSync: check for null ReferenceTransform 2022-02-16 19:44:17 -08:00
JohnCorby
b3ed3ec7d9 SyncBase: only base.Update after GetFromAttached 2022-02-16 19:36:13 -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
2f6b67845a QSBNetworkBehaviour: remove unneeded check 2022-02-16 18:40:38 -08:00
JohnCorby
2761d463e1 QSBSectorDetector: improve 2022-02-16 18:27:45 -08:00
JohnCorby
e119920db9 cache ReferenceTransform.GetAttachedOWRigidbody() into ReferenceRigidbody 2022-02-16 18:14:40 -08:00
JohnCorby
6fb47ffd35 QSBWorldSync: check _cts == null after awaiting tasks, since that means it's been cancelled so we should stop stop working 2022-02-16 18:14:40 -08:00
JohnCorby
83bec7b75f optimization: MinBy and MaxBy instead of sorting 2022-02-16 18:14:40 -08:00
Mister_Nebula
76593a11bf Merge branch 'dev' of https://github.com/misternebula/quantum-space-buddies into dev 2022-02-15 16:54:53 +00:00
Mister_Nebula
9be2eb8094 update item stuff 2022-02-15 16:54:50 +00:00
JohnCorby
1209151df2 QSBNetworkManager: ACTUALLY dont do authority reversion if we are the host 2022-02-15 00:00:22 -08:00
JohnCorby
a3ab23395f Revert "better meteor patches"
This reverts commit 7c57b1b69d92976182ea2b1ed3bcf4164e5d8857.
2022-02-14 15:25:43 -08:00
JohnCorby
6ce6b7cec3 Revert "extra check"
This reverts commit befeb84f629ec139b61e9128b1bb84003cc071e9.
2022-02-14 15:25:42 -08:00
JohnCorby
befeb84f62 extra check 2022-02-14 15:19:33 -08:00
JohnCorby
7c57b1b69d better meteor patches 2022-02-14 15:16:25 -08:00
Mister_Nebula
6d5f4b4807 remove instrument/taunt stuff 2022-02-14 21:44:38 +00:00
Mister_Nebula
25c6ce5ae1 Update AnimationSync.cs 2022-02-14 21:25:24 +00:00
Mister_Nebula
358ebb16ee Update network 2022-02-14 08:08:28 +00:00
JohnCorby
f406e61da0 copy over debug symbols to unity project too, just in case we ever want to debug in editor 2022-02-13 21:36:35 -08:00
JohnCorby
ae45805172 QSBReaderWriterProcessor: improve a bit 2022-02-13 19:45:29 -08:00
JohnCorby
e324fed48e goof 2022-02-13 18:25:19 -08:00
JohnCorby
8d357f2642 dont optimize Debug builds so we can get correct line numbers 2022-02-13 18:16:54 -08:00
JohnCorby
80e84251eb GetPlayerId: use {conn} instead of {conn.address} 2022-02-13 18:04:25 -08:00
JohnCorby
c3c2665cf2 update Mirror 2022-02-13 18:01:25 -08:00
JohnCorby
19d8a978a3 Revert "proxy injector: ctors already have void return type"
This reverts commit e9e448cbdc4092d0ca1476cca69d5c815b4a42cb.
2022-02-13 17:51:53 -08:00
JohnCorby
8e04eca8bc QSBNetworkManager: dont do authority reversion if we are the host, since it wont matter anyway and just causes errors 2022-02-13 17:27:40 -08:00
JohnCorby
f4cbdd595f ThrusterManager: make static 2022-02-13 17:07:19 -08:00
JohnCorby
8c1f5a7a22 lol 2022-02-13 17:05:48 -08:00
JohnCorby
9c36e79c57 Extensions.Try: rename parameter 2022-02-13 17:05:20 -08:00
JohnCorby
c831b15aa2 guh 2022-02-13 17:02:08 -08:00
JohnCorby
1a9cb4fd22 when you 2022-02-13 16:57:27 -08:00
JohnCorby
a03c97984d Merge branch 'dev' into nicer-orbs 2022-02-13 16:34:29 -08:00
_nebula
8e36843179
Merge pull request #482 from misternebula/player-vfx
vfx stuffz
2022-02-13 23:53:10 +00:00
JohnCorby
609567a8cc Update QSBOrb.cs 2022-02-13 15:51:00 -08:00
Mister_Nebula
9305756f4e vfx stuffz 2022-02-13 21:01:54 +00:00
_nebula
3c61bb2104
Merge pull request #480 from misternebula/probe-assetbundle
Probe assetbundle
2022-02-13 18:40:31 +00:00
Mister_Nebula
3737e38e34 fix probe materials 2022-02-13 15:30:35 +00:00
JohnCorby
9632d31522 nicer orbs 2022-02-13 05:41:29 -08:00
Mister_Nebula
05c261929b Update probe 2022-02-13 12:07:26 +00:00
JohnCorby
3c4b84d0fb remove tests : ) 2022-02-13 03:20:01 -08:00
JohnCorby
0aa347567e simplify test slightly 2022-02-13 03:10:18 -08:00
JohnCorby
fa436ef8d0 dont run tests with PostBuildEvent 2022-02-13 03:01:52 -08:00
JohnCorby
e9e448cbdc proxy injector: ctors already have void return type 2022-02-13 01:38:50 -08:00
JohnCorby
948831d58c AuthorityManager: default owner support 2022-02-12 23:10:48 -08:00
JohnCorby
743142e6d8 QSBNetworkBehaviour: isClient is always true 2022-02-12 21:42:19 -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
438d3a3d0e set scale of parented SyncBase 2022-02-12 20:16:37 -08:00