JohnCorby
|
078ac3b863
|
SectoredRigidbodySync: set transform.position to Vector3.zero if ReferenceTransform is null, like in SectoredTransformSync
|
2021-12-05 02:26:58 -08:00 |
|
JohnCorby
|
3d3ad0a22a
|
Vector3.zero check (for null ref trans) was sometimes wrong, and sometimes even happened after accessing the null ref trans XD
|
2021-12-04 03:30:01 -08:00 |
|
Mister_Nebula
|
0bd60ddb68
|
rename variables, fix QSBOWItem (again)
|
2021-12-04 09:51:27 +00:00 |
|
JohnCorby
|
e7db67a3a9
|
fix bug where _baseIsReady was always false in client 1 until client 2 joined
|
2021-12-03 01:07:43 -08:00 |
|
JohnCorby
|
914a05916d
|
removed world object bools from qsbcore since they're duplicates
|
2021-12-02 02:44:34 -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
|
7b81e1b4e0
|
funny moments with kinematic simulation and alignment
|
2021-12-01 03:55:56 -08:00 |
|
Mister_Nebula
|
7054b239a1
|
create DebugSettings
|
2021-11-25 22:44:15 +00:00 |
|
Mister_Nebula
|
3860b2aacc
|
add newlines
|
2021-11-25 15:38:05 +00:00 |
|
Mister_Nebula
|
eb79e32491
|
remove excess newlines
|
2021-11-25 15:37:38 +00:00 |
|
Mister_Nebula
|
03f615525b
|
cleanup
|
2021-11-25 15:32:34 +00:00 |
|
Mister_Nebula
|
d2e43827fa
|
merge dev into some-cleanup
|
2021-11-22 14:29:54 +00:00 |
|
JohnCorby
|
d8bfdaee2e
|
Merge branch 'dev' into some-cleanup
|
2021-11-22 02:07:03 -08:00 |
|
Mister_Nebula
|
935726c861
|
more fixes
|
2021-11-21 13:52:29 +00:00 |
|
Mister_Nebula
|
badacec3c6
|
merge from dev
|
2021-11-20 21:32:56 +00:00 |
|
Mister_Nebula
|
ae8bf9a8b2
|
aaaaaaaaaa
|
2021-11-20 19:49:50 +00:00 |
|
Mister_Nebula
|
8a27aefb44
|
remove PlayerState, add launch code event
|
2021-11-20 11:48:46 +00:00 |
|
JohnCorby
|
b74d90baac
|
oops
|
2021-11-19 01:50:52 -08:00 |
|
JohnCorby
|
0fe6dce0db
|
remove IntermediaryTransform
|
2021-11-19 01:01:51 -08:00 |
|
JohnCorby
|
e4b54452a4
|
Merge branch 'dev' into meteors
# Conflicts:
# QSB/TimeSync/TimeSyncUI.cs
# QSB/WorldSync/QSBWorldSync.cs
|
2021-11-14 04:08:37 -08:00 |
|
JohnCorby
|
96c8bb6d1d
|
Revert "revert GetUnityObjects thingy"
This reverts commit 53093ddd66 .
|
2021-11-14 03:55:11 -08:00 |
|
JohnCorby
|
53093ddd66
|
revert GetUnityObjects thingy
|
2021-11-14 03:50:59 -08:00 |
|
JohnCorby
|
cef8cf23e5
|
changed all Resources.FindObjectsOfTypeAll to QSBWorldSync.GetUnityObjects, which doesnt include prefabs
|
2021-11-13 00:42:59 -08:00 |
|
JohnCorby
|
a2c2688dce
|
Merge branch 'dev' into meteors
|
2021-11-12 20:35:39 -08:00 |
|
Mister_Nebula
|
92e255039c
|
add some try catch blocks so we don't get stuck in an init-loop
|
2021-11-12 10:06:51 +00:00 |
|
JohnCorby
|
495f814739
|
easier logging
|
2021-11-10 21:51:14 -08:00 |
|
JohnCorby
|
b351dd9109
|
deez nuts
|
2021-11-10 02:06:29 -08:00 |
|
JohnCorby
|
333f23d797
|
back to using custom SetVelocity
|
2021-11-10 02:03:21 -08:00 |
|
JohnCorby
|
03314fd4ad
|
- implement UnsectoredRigidbodySync.cs
- fix TODO in SectoredRigidbodySync.cs
|
2021-11-09 16:26:06 -08:00 |
|
Mister_Nebula
|
256830e557
|
cleanup
|
2021-10-29 23:00:13 +01:00 |
|
Mister_Nebula
|
7dd7967834
|
more fixes goddamn
|
2021-10-25 10:42:25 +01:00 |
|
Mister_Nebula
|
bccc4e1873
|
fix some logs
|
2021-10-24 10:47:25 +01:00 |
|
Mister_Nebula
|
54b2cca481
|
closes #324
|
2021-10-23 21:17:49 +01:00 |
|
Mister_Nebula
|
049b82a483
|
fix orb issue again
|
2021-10-20 17:29:49 +01:00 |
|
Mister_Nebula
|
2024e5fcd9
|
cleanup
|
2021-10-15 21:08:17 +01:00 |
|
Mister_Nebula
|
efb000c524
|
update OW code references
|
2021-10-12 15:31:02 +01:00 |
|
Mister_Nebula
|
0611286301
|
extract out some code in basesectoredsync and sectoredrigidbodysync
|
2021-09-13 19:22:39 +01:00 |
|
Mister_Nebula
|
56aca4179f
|
add stacktraces to intermediarytransform
|
2021-09-13 19:21:54 +01:00 |
|
Mister_Nebula
|
d6b5cadeac
|
remove "updatetransform fail" message
|
2021-09-13 19:21:40 +01:00 |
|
Mister_Nebula
|
6aad05e842
|
stop trying to get closest sector if sectorsync isnt ready
|
2021-09-02 11:26:04 +01:00 |
|
Mister_Nebula
|
265be6ba98
|
don't try using reference transform in updatetransform if it's null
|
2021-09-02 11:25:41 +01:00 |
|
Mister_Nebula
|
9fa543ff99
|
change _storedTransformSyncs to have uint instead of PlayerInfo
|
2021-08-29 16:47:52 +01:00 |
|
Mister_Nebula
|
0b42ec4262
|
CLEANUP - add new lines
|
2021-08-22 17:17:46 +01:00 |
|
Mister_Nebula
|
ab23ed826b
|
CLEANUP - remove unnecessary usings
|
2021-08-22 16:57:09 +01:00 |
|
Mister_Nebula
|
4234631a7b
|
CLEANUP - format document
|
2021-08-22 16:54:48 +01:00 |
|
Mister_Nebula
|
59b2001754
|
CLEANUP - sort usings
|
2021-08-22 16:53:46 +01:00 |
|
Mister_Nebula
|
dc41dff1eb
|
remove debug log from unsectoredtransformsync
|
2021-08-22 16:43:12 +01:00 |
|
Mister_Nebula
|
776eadb3d9
|
add rigidbody sync (sectored and unsectored)
|
2021-08-22 16:42:43 +01:00 |
|
Mister_Nebula
|
fc47464688
|
change input to sectorsync init from actual sync to just the targettype
|
2021-08-21 19:53:37 +01:00 |
|
Mister_Nebula
|
2500d8a192
|
remove old rigidbody sync
|
2021-08-19 23:14:59 +01:00 |
|