Commit Graph

101 Commits

Author SHA1 Message Date
JohnCorby
4078df7b6e skeleton tower. does not do anything 2022-01-07 21:24:39 -08:00
Mister_Nebula
0e9f85ee9b fix nre in DisplayLines 2022-01-07 20:46:58 +00:00
JohnCorby
7460ee9f78 Revert "fix nre"
This reverts commit 7ac1ad9fa5.
2022-01-06 18:27:01 -08:00
JohnCorby
7ac1ad9fa5 fix nre 2022-01-06 18:26:14 -08:00
JohnCorby
408f372eb3 improve elevator slightly 2022-01-06 18:22:34 -08:00
JohnCorby
18dd499890 move shape null check to GetAttachedShapes 2022-01-06 15:02:10 -08:00
JohnCorby
20b3b73e55 slight cleanup on QSBQuantumObject 2022-01-06 14:57:53 -08:00
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
c1d0e1a43a fix labels? (thought i already did this?) 2022-01-06 12:18:19 +00:00
Will Corby
b1a4b357d5 wait a frame 2022-01-03 00:15:57 -08:00
Will Corby
58e1c70c33 slight slight cleanup 2022-01-02 23:53:38 -08:00
Will Corby
3a6a3240e6 Revert "cleanup quantum authority"
This reverts commit 306b3013c7.
2022-01-02 21:26:52 -08:00
Will Corby
306b3013c7 cleanup quantum authority 2022-01-02 21:10:12 -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
6c30104951 change ShouldDisplayLabel to property 2021-12-28 16:05:48 -08:00
Mister_Nebula
2c903f079a aaaaaaaaa 2021-12-28 18:06:34 +00:00
JohnCorby
bb0dc9e8eb optimize imports 2021-12-26 21:05:07 -08:00
JohnCorby
232f71b66a remove SetValue usages 2021-12-26 20:57:51 -08:00
JohnCorby
248527d65b remove GetValue usages 2021-12-26 20:35:40 -08:00
JohnCorby
e00aa13461 make getting world object from id or unity object an extension method (and rename) 2021-12-25 22:45:25 -08:00
JohnCorby
2aec396ca0 quantum objects 2021-12-25 22:04:46 -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
JohnCorby
0e5e75a83a oops forgot to convert this to constructor 2021-12-22 18:35:16 -08:00
JohnCorby
774e04d735 quantum auth 2021-12-22 16:46:38 -08:00
JohnCorby
dc66aa7375 make QSBEyeProxyQuantumMoon match QSBQuantumMoon 2021-12-19 14:35:45 -08:00
JohnCorby
7b5ab3a2eb the 2021-12-13 22:49:27 -08:00
JohnCorby
8c4004fc58 use ObjectId instead 2021-12-11 21:57:23 -08:00
JohnCorby
e9b4ebc4d8 remove TypeSubset 2021-12-11 21:57:22 -08:00
JohnCorby
6a81808bc0 Merge branch 'dev' into worldobject-init 2021-12-11 18:15:12 -08:00
JohnCorby
a812d9a9cf delayed ready for some world objects was missing the methods 2021-12-11 15:30:35 -08:00
JohnCorby
2414efd65f set AttachedObject and ObjectId in QSBWorldSync.cs, meaning many Init()s can be removed 2021-12-11 14:38:54 -08:00
Mister_Nebula
554c2bb2dd cleanup 2021-12-07 15:56:08 +00:00
Mister_Nebula
0bd60ddb68 rename variables, fix QSBOWItem (again) 2021-12-04 09:51:27 +00:00
Mister_Nebula
0ca4151190 Update QSBQuantumObject.cs 2021-12-03 23:34:21 +00:00
Will Corby
30501ed9e5
Merge pull request #384 from misternebula/worldobject-delayed-ready
worldobject delayed ready
2021-12-02 15:21:25 -08:00
Mister_Nebula
a38b2f1329 fix it 2021-12-02 12:38:38 +00: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
Mister_Nebula
7054b239a1 create DebugSettings 2021-11-25 22:44:15 +00:00
Mister_Nebula
c505c01390 use new bundles 2021-11-24 22:16:56 +00:00
JohnCorby
c80194ecd7 quantum moon assumed initial controller player (local player) will be id 1 2021-11-17 23:22:29 -08:00
Mister_Nebula
266b6147fc aaaaa 2021-11-01 15:49:00 +00:00
Mister_Nebula
256830e557 cleanup 2021-10-29 23:00:13 +01:00
Mister_Nebula
9d684b3540 disable quantum vis if not in debug mode 2021-10-20 09:21:26 +01:00
Mister_Nebula
2d8a81bd4c add quantum visualisation debug objects 2021-10-18 09:02:48 +01:00
Mister_Nebula
50efe668d3 added post-init event for world objects, fixes quantum state issue 2021-10-16 23:35:45 +01:00
Mister_Nebula
967718d234 change isServer to isHost 2021-08-08 19:53:55 +01:00