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
|
8f97e73ebd
|
moon state change
|
2021-12-24 22:13:00 -08:00 |
|
JohnCorby
|
2b17835e3b
|
use SendMessage for EyeProxyMoonStateChangeMessage
|
2021-12-24 20:46:37 -08:00 |
|
JohnCorby
|
6139d33f7d
|
oops
|
2021-12-24 20:38:48 -08:00 |
|
JohnCorby
|
297310b31f
|
merge fix
|
2021-12-24 20:37:42 -08:00 |
|
JohnCorby
|
17bf1d622d
|
Merge branch 'dev' into message-conversion
# Conflicts:
# QSB/EyeOfTheUniverse/InstrumentSync/Patches/QuantumInstrumentPatches.cs
# QSB/QuantumSync/Messages/EyeProxyMoonStateChangeMessage.cs
# QSB/QuantumSync/Patches/QuantumPatches.cs
|
2021-12-24 20:35:57 -08:00 |
|
Mister_Nebula
|
96fd427bfb
|
add eye proxy moon stuffz
|
2021-12-24 15:25:13 +00:00 |
|
JohnCorby
|
347f8d1945
|
ship fly and suit
|
2021-12-23 22:41:11 -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
|
9717099867
|
oops again
|
2021-12-23 15:44:04 -08:00 |
|
JohnCorby
|
0122b73a80
|
and rename folder
|
2021-12-23 13:49:47 -08:00 |
|
JohnCorby
|
b3776d2b7b
|
enter leave event
|
2021-12-23 13:49:04 -08:00 |
|
JohnCorby
|
6922d3a481
|
rename
|
2021-12-22 18:47:55 -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
|
3ef26a6da7
|
implement (might be wrong for some, like maybe AirlockManager? not sure if GhostAirlock shows up in the eye)
|
2021-12-20 18:41:12 -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
|
cbc495f9ba
|
use new(), make IWorldObjectTypeSubset derive IWorldObject, add constraints
|
2021-12-11 15:09:45 -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 |
|
JohnCorby
|
62e7ea1906
|
- add ForId and OnlySendToSpecific
- dont send ForId or OnlySendToSpecific if we dont have to
- fix message type check (`this is not PlayerInformationEvent or PlayerReadyEvent`)
|
2021-12-06 01:44:02 -08:00 |
|
Mister_Nebula
|
a9fc152ff8
|
replace RequireWorldObjectsReady with property
|
2021-12-05 11:03:09 +00:00 |
|
Will Corby
|
d21f4a636a
|
Update QuantumAuthorityEvent.cs
call base CheckMessage
|
2021-12-04 16:51:43 -08:00 |
|
Mister_Nebula
|
88084bb24d
|
add RequireWorldObjectsReady check to all events
|
2021-12-04 16:39:37 +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
|
f612d2b37b
|
remove EventType
|
2021-11-29 22:26:32 +00: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
|
c505c01390
|
use new bundles
|
2021-11-24 22:16:56 +00:00 |
|
Mister_Nebula
|
ae8bf9a8b2
|
aaaaaaaaaa
|
2021-11-20 19:49:50 +00:00 |
|
JohnCorby
|
c80194ecd7
|
quantum moon assumed initial controller player (local player) will be id 1
|
2021-11-17 23:22:29 -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 53093ddd66b3522be2eefac10cb3c9da341ee43a.
|
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 |
|
Mister_Nebula
|
0dd78feb27
|
cleanup
|
2021-11-09 19:39:56 +00:00 |
|
Mister_Nebula
|
25f9f388fa
|
update gizmos stuff
|
2021-11-07 09:52:03 +00:00 |
|
Mister_Nebula
|
8e6fc71c90
|
remove quantummanager.getobject
|
2021-11-01 20:20:28 +00:00 |
|