Mister_Nebula
|
1a7d172b37
|
remoev ISectoredSync
|
2021-08-14 14:49:46 +01:00 |
|
Mister_Nebula
|
f30b437589
|
Move lots of things to SyncBase
|
2021-08-14 14:45:52 +01:00 |
|
Mister_Nebula
|
fc01efd407
|
Create BaseUnsectoredSync.cs
|
2021-08-14 14:45:36 +01:00 |
|
Mister_Nebula
|
d2c91f5d5a
|
rename _isReady to IsReady, make {get; private set;}
|
2021-08-12 14:20:59 +01:00 |
|
Mister_Nebula
|
b7038febe9
|
add InitSector, only write some debug writes if initialized
|
2021-08-12 14:20:37 +01:00 |
|
Mister_Nebula
|
b5fad4b070
|
dont run moon patch if worldobjects aren't ready
|
2021-08-12 14:20:05 +01:00 |
|
Mister_Nebula
|
2dcf0d8c01
|
fix inheritance name (still using unparented)
|
2021-08-12 14:19:48 +01:00 |
|
Mister_Nebula
|
3cc3aa3a22
|
remove debug write
|
2021-08-12 14:19:34 +01:00 |
|
Mister_Nebula
|
f2e833abaf
|
Update QSB.csproj
|
2021-08-12 14:19:17 +01:00 |
|
Mister_Nebula
|
a3ebb18919
|
rename UnparentedBaseRigidbodySync to BaseRigidbodySync
|
2021-08-12 14:19:13 +01:00 |
|
Mister_Nebula
|
bc9444a44e
|
change some warnings to infos
|
2021-08-12 14:18:35 +01:00 |
|
Mister_Nebula
|
e5c984459f
|
add assembly-csharp reference to qsbtests
|
2021-08-10 17:50:51 +01:00 |
|
Mister_Nebula
|
28301b53f4
|
add stuff for pc move
|
2021-08-10 14:54:23 +01:00 |
|
Mister_Nebula
|
87b490e022
|
dont serialize if world objects aren't ready
|
2021-08-09 22:42:29 +01:00 |
|
_nebula
|
9c7a09d0da
|
Merge pull request #300 from misternebula/respawn-overhaul
Respawn overhaul
|
2021-08-09 11:57:20 +01:00 |
|
Mister_Nebula
|
460a974ee2
|
cleanup
|
2021-08-09 11:49:58 +01:00 |
|
Mister_Nebula
|
3363c389c4
|
Delete IgnoreInGithub.meta
|
2021-08-08 20:06:46 +01:00 |
|
Mister_Nebula
|
e356f9c5f6
|
fix flashlight getter NRE
|
2021-08-08 20:06:38 +01:00 |
|
Mister_Nebula
|
6fc8ea309b
|
Add missed server state updates (missed from previous commits)
|
2021-08-08 20:06:23 +01:00 |
|
Mister_Nebula
|
1d66baf1d8
|
add comments to playermessage, change OnlySendToServer to OnlySendToHost
|
2021-08-08 20:05:34 +01:00 |
|
Mister_Nebula
|
61ac35405e
|
add emptied methods to patched methods list
|
2021-08-08 20:05:12 +01:00 |
|
Mister_Nebula
|
0a5b5fd811
|
comment out some debug lines
|
2021-08-08 20:04:55 +01:00 |
|
Mister_Nebula
|
0416febe57
|
Update DebugGUI.cs
|
2021-08-08 20:04:27 +01:00 |
|
Mister_Nebula
|
c586900b1b
|
update player infomation request system
|
2021-08-08 20:04:15 +01:00 |
|
Mister_Nebula
|
a0bc6d977e
|
add fastforward/pause reasons, update wakeupsync and timesyncui
|
2021-08-08 20:02:46 +01:00 |
|
Mister_Nebula
|
953f2fce05
|
add start loop event
|
2021-08-08 20:01:21 +01:00 |
|
Mister_Nebula
|
11c167dd6a
|
add server state
|
2021-08-08 19:59:40 +01:00 |
|
Mister_Nebula
|
31f7557ba7
|
add client state
|
2021-08-08 19:57:58 +01:00 |
|
Mister_Nebula
|
967718d234
|
change isServer to isHost
|
2021-08-08 19:53:55 +01:00 |
|
Mister_Nebula
|
aba169319b
|
Change OnSceneLoaded to oldScene and newScene
|
2021-08-08 19:50:47 +01:00 |
|
Mister_Nebula
|
7c944e64c6
|
add supernova debugaction
|
2021-08-08 19:48:48 +01:00 |
|
Mister_Nebula
|
c44ea2cc54
|
add patch tests and run tests on build (so fail build if tests fail)
|
2021-08-08 19:48:26 +01:00 |
|
Mister_Nebula
|
85eb03f3c8
|
Update README.md
|
2021-08-04 18:59:49 +01:00 |
|
Mister_Nebula
|
39ad5862e9
|
add null check to DeathPositionWorld getter
|
2021-07-31 09:53:14 +01:00 |
|
Mister_Nebula
|
532bbb7658
|
set all players to alive after scene change
|
2021-07-31 09:45:53 +01:00 |
|
Mister_Nebula
|
2b5aa0e8cc
|
add some logs, set players to dead outside of event
|
2021-07-31 09:45:38 +01:00 |
|
Mister_Nebula
|
b35effbe87
|
fix typo
|
2021-07-31 09:45:07 +01:00 |
|
Mister_Nebula
|
a1feb2c3e7
|
add end loop event
|
2021-07-31 09:44:56 +01:00 |
|
_nebula
|
cfc3d0936f
|
Merge pull request #307 from misternebula/better-probe-sync
Better probe sync
|
2021-07-29 23:56:04 +01:00 |
|
Mister_Nebula
|
c7ce1817a4
|
cleanup
|
2021-07-29 23:55:37 +01:00 |
|
Mister_Nebula
|
12dcad43e4
|
fix probe launcher materials
|
2021-07-29 23:45:33 +01:00 |
|
Mister_Nebula
|
a641cfa2b6
|
add mouse input to debug gui
|
2021-07-29 23:45:11 +01:00 |
|
Mister_Nebula
|
32bea79812
|
add milliseconds to fast forward ui
|
2021-07-29 23:44:59 +01:00 |
|
Mister_Nebula
|
5aa907d259
|
add syncing of player probe launcher
|
2021-07-26 22:55:09 +01:00 |
|
Mister_Nebula
|
84544a6834
|
add launch probe event
|
2021-07-25 21:24:31 +01:00 |
|
Mister_Nebula
|
d822b74e93
|
Update EventType.cs
|
2021-07-25 11:37:54 +01:00 |
|
Mister_Nebula
|
6b51d37e7a
|
add todo
|
2021-07-25 00:27:52 +01:00 |
|
Mister_Nebula
|
c48750281d
|
fix launcher visually equipping for non-player launchers
|
2021-07-25 00:15:40 +01:00 |
|
Mister_Nebula
|
08a3969e7b
|
move launcher equip event
|
2021-07-24 23:53:01 +01:00 |
|
Mister_Nebula
|
8505b3c867
|
fix not retrieving after first time
|
2021-07-24 21:29:19 +01:00 |
|