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 |
|
Mister_Nebula
|
211bdacf16
|
Update UnsectoredTransformSync.cs
|
2021-08-19 17:33:52 +01:00 |
|
Mister_Nebula
|
5dc14bd0c3
|
Update BaseUnsectoredSync.cs
|
2021-08-19 17:33:35 +01:00 |
|
Mister_Nebula
|
988ee05211
|
remove old transform sync
|
2021-08-19 17:27:37 +01:00 |
|
Mister_Nebula
|
bdef0e428c
|
remove logs
|
2021-08-19 16:32:18 +01:00 |
|
Mister_Nebula
|
120b430cd1
|
add new transform syncs
|
2021-08-14 15:03:01 +01:00 |
|
Mister_Nebula
|
1a7d172b37
|
remoev ISectoredSync
|
2021-08-14 14:49:46 +01:00 |
|
Mister_Nebula
|
f30b437589
|
Move lots of things to SyncBase
|
2021-08-14 14:45:52 +01:00 |
|
Mister_Nebula
|
fc01efd407
|
Create BaseUnsectoredSync.cs
|
2021-08-14 14:45:36 +01:00 |
|
Mister_Nebula
|
b7038febe9
|
add InitSector, only write some debug writes if initialized
|
2021-08-12 14:20:37 +01:00 |
|
Mister_Nebula
|
2dcf0d8c01
|
fix inheritance name (still using unparented)
|
2021-08-12 14:19:48 +01:00 |
|
Mister_Nebula
|
a3ebb18919
|
rename UnparentedBaseRigidbodySync to BaseRigidbodySync
|
2021-08-12 14:19:13 +01:00 |
|
Mister_Nebula
|
28301b53f4
|
add stuff for pc move
|
2021-08-10 14:54:23 +01:00 |
|
Mister_Nebula
|
87b490e022
|
dont serialize if world objects aren't ready
|
2021-08-09 22:42:29 +01:00 |
|
Mister_Nebula
|
460a974ee2
|
cleanup
|
2021-08-09 11:49:58 +01:00 |
|
Mister_Nebula
|
aba169319b
|
Change OnSceneLoaded to oldScene and newScene
|
2021-08-08 19:50:47 +01:00 |
|
Mister_Nebula
|
4726495ac2
|
make boxes smaller
|
2021-07-19 14:58:59 +01:00 |
|
Mister_Nebula
|
c63861e2f5
|
add intermediary referencetransform check to sectoredrigidbodysync
|
2021-07-17 09:52:11 +01:00 |
|
Mister_Nebula
|
60371f5381
|
add base isready
|
2021-07-17 09:51:47 +01:00 |
|
Mister_Nebula
|
8591e2136c
|
add root identity set to unparentedbaserigidbodysync
|
2021-07-17 09:49:36 +01:00 |
|
Mister_Nebula
|
874b52417a
|
dont just "return" from serialize transform
|
2021-07-16 10:27:49 +01:00 |
|
Mister_Nebula
|
58b671044c
|
only serialize when player exists
|
2021-07-15 14:11:49 +01:00 |
|
Mister_Nebula
|
8ed62703d3
|
stop serializing when not ready
|
2021-07-15 13:32:05 +01:00 |
|