479 Commits

Author SHA1 Message Date
JohnCorby
daa55a26b5 merge ShouldDisplayLabel and ShouldDisplayLines 2022-01-06 13:52:04 -08:00
Mister_Nebula
4b28dea567 add quantum object display lines virtual method 2022-01-06 16:10:44 +00:00
Mister_Nebula
322dbbda5e fix debug log 2022-01-06 12:16:02 +00:00
Will Corby
3a6a3240e6 Revert "cleanup quantum authority"
This reverts commit 306b3013c7057cf9d4046d9c5c30e799b5159607.
2022-01-02 21:26:52 -08:00
Will Corby
306b3013c7 cleanup quantum authority 2022-01-02 21:10:12 -08:00
JohnCorby
f4e9cd9b0a add to debugsettings.json, just in case 2021-12-30 15:53:27 -08:00
Mister_Nebula
b0438cc2d4 add grey skybox setting 2021-12-30 13:55:41 +00:00
JohnCorby
1565499a2f world object will never be null 2021-12-29 22:23:29 -08:00
Mister_Nebula
eaeedd14c5 remove logs, fix it 2021-12-29 12:20:35 +00:00
Mister_Nebula
5a49df9061 improve vessel warp action 2021-12-29 12:19:46 +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
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
Mister_Nebula
4eff5271e2 fix the distance / behind stuff 2021-12-28 21:48:03 +00:00
Mister_Nebula
2c903f079a aaaaaaaaa 2021-12-28 18:06:34 +00: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
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
b4099d63f8 remove unused Extensions.cs methods 2021-12-26 21:48:07 -08:00
JohnCorby
bb0dc9e8eb optimize imports 2021-12-26 21:05:07 -08:00
JohnCorby
88fcaec4b8 remove GetMethod usages 2021-12-26 20:42:07 -08:00
JohnCorby
248527d65b remove GetValue usages 2021-12-26 20:35:40 -08:00
JohnCorby
7acd63e339 remove default ctors from messages 2021-12-26 18:55:54 -08:00
JohnCorby
51e29c4535 fixed InvokeBase 2021-12-26 18:17:04 -08:00
JohnCorby
add598a7b4 remove globalmessengers and callbacks 2021-12-26 02:58:24 -08:00
JohnCorby
8abddb4e8c move/rename eventnames, also move FactReveal out of WorldSync folder 2021-12-26 00:53:43 -08:00
JohnCorby
aced811983 use regions instead of comments in Extensions.cs 2021-12-25 21:38:02 -08:00
JohnCorby
e704fba8bc InvokeBase helper method 2021-12-25 21:03:34 -08:00
JohnCorby
4244889d65 debug message 2021-12-24 21:21:32 -08:00
JohnCorby
74a4775511 OPTIMIZE IMPORTS 2021-12-23 17:07:29 -08:00
JohnCorby
507af7a1fa rename ALL Events folders to Messages so i dont have to do it later 2021-12-23 16:26:31 -08:00
Mister_Nebula
ec3eb1e002 stuff idk man im tired 2021-12-23 11:37:37 +00:00
Mister_Nebula
58170489c7 add "set time flowing" debug action 2021-12-21 21:24:31 +00:00
Mister_Nebula
a75ecf143e Merge branch 'dev' into initial-eye-stuff 2021-12-21 19:00:40 +00:00
Mister_Nebula
9071cf2950 i love c# 2021-12-21 18:51:48 +00:00
JohnCorby
918dc2a080 world object type 2021-12-20 18:35:38 -08:00
JohnCorby
90866b8bc8 remove IRepeating, meant to do this earlier, whoops 2021-12-19 21:17:50 -08:00
JohnCorby
1da5793ebb Merge branch 'dev' into message-manager
# Conflicts:
#	QSB/Events/QSBEventManager.cs
#	QSB/SectorSync/QSBSectorManager.cs
2021-12-19 21:15:33 -08:00
Will Corby
0c4cfaac42
Update Extensions.cs
change ICollection to IList
2021-12-18 17:52:48 -08:00
JohnCorby
93274af6e5 remove reparenting transform sync 2021-12-18 14:25:12 -08:00
JohnCorby
07caf6129b Merge branch 'dev' into orb-overhaul
# Conflicts:
#	QSB/SectorSync/QSBSectorManager.cs
#	QSB/Syncs/Sectored/BaseSectoredSync.cs
2021-12-18 12:46:38 -08:00