Commit Graph

2322 Commits

Author SHA1 Message Date
Mister_Nebula
00ad1399ae Merge branch 'dev' into vessel-cage 2021-12-29 11:31:00 +00:00
Mister_Nebula
2cc7c6326e add vessel EnterLeave 2021-12-29 11:30:54 +00:00
_nebula
ce32ab4544
Merge pull request #439 from misternebula/remove-debug-boxes
Remove debug boxes, add debug labels
2021-12-29 09:55:58 +00:00
JohnCorby
26c36c3556 dont use WarpToPositionAndRotation 2021-12-29 01:36:46 -08:00
JohnCorby
a4fb9ee5c9 more teleport info, just in case 2021-12-29 01:09:58 -08:00
JohnCorby
800d4a86bb better debug teleport 2021-12-29 00:58:48 -08:00
JohnCorby
efcbb6730b update comment describing debug actions 2021-12-29 00:17:13 -08:00
JohnCorby
2d5cceee07 move _remoteCameraPlatform caching to Start 2021-12-29 00:14:50 -08:00
JohnCorby
8315bc3046 buh 2021-12-28 22:27:16 -08:00
JohnCorby
2222a8a286 fix huge lag on move
GUI.Label does not need width/height = GUILayoutUtility not needed = we can ignore EventType.Layout events
2021-12-28 22:24:52 -08:00
JohnCorby
937eed3180 do world object gui in DebugGUI instead of each WorldObjectManager 2021-12-28 21:49:39 -08:00
JohnCorby
292b49deb5 destroy debug actions/gui if we're not debugging 2021-12-28 21:25:25 -08:00
JohnCorby
74a1c3cb46 change fontSize in awake instead of constructor so unity dev build wont be mad 2021-12-28 21:01:56 -08:00
JohnCorby
ecdfaa7a1e remove useless quantumObject is not IWorldObject check 2021-12-28 16:25:15 -08:00
JohnCorby
742dea8c42 cleanup 2021-12-28 16:21:25 -08:00
JohnCorby
07aee5c3ea Revert "change ShouldDisplayLabel to property"
This reverts commit 6c30104951.
2021-12-28 16:13:21 -08:00
JohnCorby
d030d9746f world objects dont need to know their manager. make GetWorldObjects to get all world objects from QSBWorldSync 2021-12-28 16:10:58 -08:00
JohnCorby
6c30104951 change ShouldDisplayLabel to property 2021-12-28 16:05:48 -08:00
JohnCorby
670f447a58 update debugsettings.json to match DebugSettings.cs 2021-12-28 16:04:34 -08:00
Mister_Nebula
4eff5271e2 fix the distance / behind stuff 2021-12-28 21:48:03 +00:00
Mister_Nebula
6f2e31bf2b actually check the thing lol 2021-12-28 21:31:48 +00:00
Mister_Nebula
744bb72713 fix marshmallow roasting bug 2021-12-28 21:29:15 +00:00
Mister_Nebula
2c903f079a aaaaaaaaa 2021-12-28 18:06:34 +00:00
_nebula
bbb498ae0c
Merge pull request #435 from misternebula/message-conversion
Convert events to messages
2021-12-28 10:13:46 +00:00
JohnCorby
9e9c93d884 bruh moment 2021-12-28 02:03:58 -08:00
JohnCorby
23421993d2 remove debug messages in EyeProxyQuantumMoon, check for AllObjectsReady 2021-12-27 15:11:22 -08:00
JohnCorby
40fb3821fe InvokeBase doesnt work :( go back to reverse patches 2021-12-27 14:44:44 -08:00
JohnCorby
b2b97283f0 duh 2021-12-27 13:50:03 -08:00
JohnCorby
6dd20d4113 Merge branch 'dev' into message-conversion 2021-12-27 13:41:51 -08:00
_nebula
47385623fd
Merge pull request #438 from misternebula/probe-destruction
fix probe destruction
2021-12-27 21:36:41 +00:00
Mister_Nebula
4c8ad62728 Update PlayerTransformSync.cs 2021-12-27 21:36:00 +00:00
Mister_Nebula
1b20802a13 add null probe check to qsbmeteor 2021-12-27 21:33:53 +00:00
Mister_Nebula
6ca9d96b38 fix probe IsReady 2021-12-27 21:33:41 +00:00
Mister_Nebula
3086a64ac6 add probe tool patches 2021-12-27 21:32:36 +00:00
Mister_Nebula
c8188540c0 fix probe detector tag 2021-12-27 21:32:21 +00:00
Mister_Nebula
3a4f5d0a4c add label thingy to syncbase 2021-12-27 21:32:00 +00:00
Mister_Nebula
9369a8031b add debugaction to destroy probe 2021-12-27 21:05:11 +00:00
Mister_Nebula
40e1c948dd add clamp option to map function 2021-12-27 21:04:57 +00:00
JohnCorby
2e20cf275f rename 2021-12-26 22:00:43 -08:00
JohnCorby
b4099d63f8 remove unused Extensions.cs methods 2021-12-26 21:48:07 -08:00
JohnCorby
402ca56000 remove AnimControllerPatch.cs 2021-12-26 21:42:16 -08:00
JohnCorby
bfb74b6d6c remove AnimationEvent.cs 2021-12-26 21:28:33 -08:00
JohnCorby
ad076e716d use __instance in patches instead of ___whatever since we can access fields directly 2021-12-26 21:25:26 -08:00
JohnCorby
a0a1c21a66 redundant arguments with default value 2021-12-26 21:08:40 -08:00
JohnCorby
748397fa29 cahce CustomNomaiRemoteCameraStreaming._remoteCameraPlatform since it's used in FixedUpdate 2021-12-26 21:06:46 -08:00
JohnCorby
bb0dc9e8eb optimize imports 2021-12-26 21:05:07 -08:00
JohnCorby
0574cd17e5 use nameof for RaiseEvent 2021-12-26 21:01:24 -08:00
JohnCorby
3e9965101a remove GetAnyMethod usages 2021-12-26 20:58:34 -08:00
JohnCorby
232f71b66a remove SetValue usages 2021-12-26 20:57:51 -08:00
JohnCorby
88fcaec4b8 remove GetMethod usages 2021-12-26 20:42:07 -08:00