Commit Graph

2026 Commits

Author SHA1 Message Date
JohnCorby
4fb68a9283 inline CreateWorldObject 2021-12-11 20:35:54 -08:00
JohnCorby
0c833c4f8c bubba 2021-12-11 18:16:00 -08:00
JohnCorby
6a81808bc0 Merge branch 'dev' into worldobject-init 2021-12-11 18:15:12 -08:00
JohnCorby
76171103ab fixed quit button being wrong 2021-12-11 17:36:44 -08:00
Mister_Nebula
a90677bfd5 im stupid 2021-12-12 00:32:56 +00:00
Will Corby
f0b09b9171
Merge pull request #399 from misternebula/tornadoes
Tornadoes (and more!)
2021-12-11 16:22:39 -08:00
JohnCorby
632a706cd0 le fix 2021-12-11 16:19:59 -08:00
JohnCorby
0988dc8f45 Merge branch 'dev' into tornadoes
# Conflicts:
#	QSB/Events/EventNames.cs
2021-12-11 16:16:40 -08:00
_nebula
1d29320e9e
Merge pull request #398 from misternebula/new-save-sync
Save sync
2021-12-12 00:15:31 +00:00
Mister_Nebula
ae2d2d1da3 Merge branch 'dev' into new-save-sync 2021-12-12 00:01:05 +00:00
Mister_Nebula
6f5a8d7531 add launchcodesgiven sync 2021-12-12 00:00:46 +00:00
Mister_Nebula
1aa99df228 fix ready event lol 2021-12-12 00:00:24 +00:00
JohnCorby
6e3845c10b IWorldObjectTypeSubset is IWorldObject, so no need to RemoveWorldObjects<IWorldObjectTypeSubset> 2021-12-11 15:36:59 -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
d9e250d191 help 2021-12-11 20:06:02 +00:00
Mister_Nebula
65ec923e33 fix check for messages recieved from not ready player 2021-12-11 11:47:37 +00:00
Mister_Nebula
accef60619 add _waitingForEvent 2021-12-11 11:47:21 +00:00
Mister_Nebula
72938b4c7c removed logs 2021-12-11 11:47:07 +00:00
Mister_Nebula
7c1f9ac3a6 me me stupid 2021-12-11 10:50:17 +00:00
Mister_Nebula
916056c605 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa 2021-12-10 22:13:39 +00:00
Mister_Nebula
f502e4ee73 dont update objects from states if player is not ready 2021-12-10 21:12:27 +00:00
Mister_Nebula
f6114f1f4f remove sector sync error log 2021-12-10 21:12:11 +00:00
Mister_Nebula
2ab553069e idk what this breaks????? 2021-12-10 21:12:01 +00:00
Mister_Nebula
e163a2a69f some error catchers 2021-12-10 14:54:51 +00:00
JohnCorby
8b177653d6 Merge branch 'dev' into tornadoes 2021-12-08 09:21:10 -08:00
Will Corby
fde9efa599
Merge pull request #402 from misternebula/improved-variable-syncer
Improved variable syncer
2021-12-08 03:10:55 -08:00
Mister_Nebula
0e0c51e371 remove logs 2021-12-08 11:01:47 +00:00
Mister_Nebula
849bea21ce hide quit button 2021-12-08 10:59:36 +00:00
Mister_Nebula
557941399f quit back to main menu on error/disconnect/kick 2021-12-08 10:57:00 +00:00
Mister_Nebula
478628bdb8 pain. pain. pain. 2021-12-08 10:48:11 +00:00
Will Corby
60ce63173c
Update Vector3VariableSyncer.cs 2021-12-07 23:24:29 -08:00
JohnCorby
f8eb7970d0 improve variable syncer (fixes the TODO) 2021-12-07 23:01:25 -08:00
JohnCorby
b9d95a16fb QNetworkServer.RegisterHandlerSafe 2021-12-07 19:53:13 -08:00
JohnCorby
bf72558ee2 Merge branch 'dev' into tornadoes 2021-12-07 16:21:39 -08:00
Mister_Nebula
d285f3cafb Merge branch 'dev' into new-save-sync 2021-12-07 22:56:49 +00:00
JohnCorby
757af4a998 whoops 2021-12-07 13:19:58 -08:00
Mister_Nebula
c9f4e10389 Update AnglerPatches.cs 2021-12-07 21:16:50 +00:00
Mister_Nebula
554c2bb2dd cleanup 2021-12-07 15:56:08 +00:00
Mister_Nebula
5600bd0d2f update for dev changes 2021-12-07 15:47:46 +00:00
Mister_Nebula
cffe6856a8 Merge branch 'dev' into new-save-sync 2021-12-07 15:47:30 +00:00
Mister_Nebula
4a7cc859fb add dlc install check 2021-12-07 13:35:03 +00:00
JohnCorby
b638d1cb0d much more robust moving moving of "children" when resync happens 2021-12-07 03:31:57 -08:00
JohnCorby
4978ece2ff go back to using transform syncs. it just gets too desynced without it 2021-12-06 03:09:23 -08:00
JohnCorby
1fa41d30fd Merge branch 'dev' into tornadoes 2021-12-06 01:59:24 -08:00
Will Corby
bdb0d56663
Merge pull request #401 from misternebula/for-id
sploinky
2021-12-06 01:59:06 -08:00
JohnCorby
ccb25dc7f4 move ForIdOverride to QSBEventManager 2021-12-06 01:57:56 -08:00
JohnCorby
b4dde8dc22 Merge branch 'dev' into tornadoes 2021-12-06 01:53:32 -08:00
JohnCorby
3bae78b24a log-o remove-o 2021-12-06 01:53:06 -08:00