Commit Graph

65 Commits

Author SHA1 Message Date
JohnCorby
a07bdff2c0 rename meteor patches :PPP 2022-08-14 16:12:24 -07:00
JohnCorby
84089f7bd7 AllObjectsReady checks in meteor patches 2022-05-03 23:20:12 -07:00
JohnCorby
8a1b5ab2fc meteors: ugh 2022-03-11 07:17:40 -08:00
JohnCorby
ada70e4acb okay nvm the black hole thing really isnt an issue and is small enough that i dont really care about it 2022-03-11 04:47:34 -08:00
JohnCorby
22b770ff7f MeteorLauncher_FixedUpdate: check QSBWorldSync.AllObjectsReady 2022-03-11 03:18:47 -08:00
JohnCorby
9b464d54dd meteors: add a bunch of logs to try and find how the meteor gets destroyed 2022-03-11 03:16:27 -08:00
JohnCorby
276ff3d8e3 fragments: tweak 2022-03-10 20:20:37 -08:00
JohnCorby
5c0d19d785 fragments: patch AddDamage to do nothing on non-hosts 2022-03-10 20:13:39 -08:00
JohnCorby
8d55453357 fragments: always send integrity cuz whoops 2022-03-10 20:03:13 -08:00
JohnCorby
ff9b1b4555 fragments: much simpler initial state sync 2022-03-10 20:03:13 -08:00
JohnCorby
addb740523 fragment: use SetIntegrity instead of AddDamage 2022-03-10 20:03:13 -08:00
JohnCorby
c127e54079 fragments: better debris leash length sync 2022-03-10 19:34:59 -08:00
JohnCorby
25a207a325 meteors: improve patches 2022-03-10 19:17:06 -08:00
JohnCorby
e4da50a656 solution-wide: file-scoped namespaces 2022-03-02 19:46:33 -08:00
JohnCorby
a8fba743f6 Revert "solution wide: use file-scoped namespace" 2022-02-27 05:25:39 -08:00
JohnCorby
182678c4bc solution wide: use file-scoped namespace 2022-02-25 23:18:46 -08:00
JohnCorby
a3ab23395f Revert "better meteor patches"
This reverts commit 7c57b1b69d.
2022-02-14 15:25:43 -08:00
JohnCorby
7c57b1b69d better meteor patches 2022-02-14 15:16:25 -08:00
JohnCorby
a0691fb825 format 2022-01-23 00:31:56 -08:00
JohnCorby
5fd8cfe20c LogName -> ToString() 2022-01-23 00:29:59 -08:00
JohnCorby
2743c8ffa9 move a bunch of WorldObjectManager stuff to QSBWorldSync 2022-01-18 00:27:32 -08:00
Mister_Nebula
ef4a83e12d cleanup 2022-01-01 22:19:10 +00: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
b59668490a change Events namespace to Messages 2021-12-23 02:17:56 -08:00
JohnCorby
41d85aa077 meteor patches - remove code duplication 2021-12-23 01:29:11 -08:00
JohnCorby
506a73f5a8 meteors 2021-12-23 01:24:57 -08:00
Mister_Nebula
0bd60ddb68 rename variables, fix QSBOWItem (again) 2021-12-04 09:51:27 +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
JohnCorby
b9eee5c6b5 use orig method if world objects not ready 2021-12-02 02:29:54 -08:00
JohnCorby
99d0eab098 fix stupid nres 2021-11-30 22:27:30 -08:00
Mister_Nebula
3860b2aacc add newlines 2021-11-25 15:38:05 +00:00
Mister_Nebula
eb79e32491 remove excess newlines 2021-11-25 15:37:38 +00:00
Mister_Nebula
ae8bf9a8b2 aaaaaaaaaa 2021-11-20 19:49:50 +00:00
JohnCorby
e76d9eb46b optimize imports 2021-11-18 01:07:27 -08:00
JohnCorby
aff7d102b4 dont touch DebrisLeash in non-fragment or in DetachableConnector since that's not a real fragment and doesnt have associated FragmentIntegrity 2021-11-16 15:23:29 -08:00
JohnCorby
d3735a5b60 hack to get DetachableFragment._fragmentIntegrity to not be null after Detach 2021-11-16 12:30:26 -08:00
JohnCorby
08d7671234 precalculate leash length immediately and use that 2021-11-15 18:02:43 -08:00
JohnCorby
d11591b904 wabba dabba doo wip 2021-11-15 02:39:06 -08:00
JohnCorby
73853b0ced remove debug log spam 2021-11-14 00:57:45 -08:00
JohnCorby
df7bc49236 special impact message for remote player and probe 2021-11-13 23:29:21 -08:00
JohnCorby
6f1493eefa impact debug logging 2021-11-13 22:01:04 -08:00
JohnCorby
9bbc5f7328 bruh 2021-11-13 21:41:53 -08:00
JohnCorby
dc4778de3d dont touch the meteor pool/launched meteor pool at all on client 2021-11-13 21:39:05 -08:00
JohnCorby
eca53e91d1 make sure integrity/origintegrity are synced on join 2021-11-13 21:15:01 -08:00
JohnCorby
bc40e74d3b implement method nebula described 2021-11-13 20:41:46 -08:00
JohnCorby
1946ba1787 lol 2021-11-13 01:54:55 -08:00
JohnCorby
5f4368c1e7 just sync prelaunch/launch, stop worrying about impact and collisions for now 2021-11-13 00:09:41 -08:00
JohnCorby
4e4bad6885 we do a little reworking 2021-11-12 22:34:50 -08:00
JohnCorby
868290ac1b even more debug logging 2021-11-12 02:28:59 -08:00