235 Commits

Author SHA1 Message Date
JohnCorby
0e7f5c3301 fix thruster variable syncer trying to get the local player before local player exists 2022-10-31 17:08:57 -07:00
JohnCorby
81964da688 tutorial prompt for ship attach because people are stupid 2022-09-10 17:23:26 -07:00
JohnCorby
49e11c15e2 dont show prompt if paused or something 2022-09-10 17:10:35 -07:00
JohnCorby
f8e86b4222 check PlayerTransformSync.LocalInstance in ShipIgnitionMessage.Handler 2022-08-31 10:04:36 -07:00
JohnCorby
9ac5c41f70 Merge branch 'dev' into nh-stuff 2022-08-29 16:11:21 -07:00
JohnCorby
e48027e683 remove usages for remotecall 2022-08-28 22:21:20 -07:00
Nick
dc128d4e52 Refactor ModelShip wash to better resemble Ship 2022-08-28 20:25:37 -04:00
Nick
0a609b9186 Sync model ship wash 2022-08-28 18:23:10 -04:00
Nick
4fd8f40667 Ship rotational source was 2D 2022-08-28 16:35:52 -04:00
Nick
8d0ed3c815 Sync model ship SFX 2022-08-28 13:46:14 -04:00
Nick
27233381d8 Sync ship thrusters 2022-08-28 00:12:53 -04:00
Nick
7f2d5e3323 Prevent NRE when buckle/unbuckling 2022-08-28 00:04:36 -04:00
Nick
2d7821585c Sync seat belt buckle sound 2022-08-27 23:37:04 -04:00
Nick
768b47c81c Sync ship ignition audio 2022-08-27 23:21:20 -04:00
JohnCorby
25bbcb10db nvm on UseReliableRpc 2022-08-24 16:04:29 -07:00
JohnCorby
f9dfb2e871 UseReliableRpc for ship/raft when ur inside/riding 2022-08-24 16:04:27 -07:00
JohnCorby
e9b22ac59f remove the goofy ahh 2022-08-24 13:27:28 -07:00
Mister_Nebula
ca42319262 Merge branch 'dev' of https://github.com/misternebula/quantum-space-buddies into dev 2022-08-24 08:15:51 +01:00
Mister_Nebula
6cc191c8d6 null checks for ship leg/module syncs 2022-08-24 08:15:42 +01:00
JohnCorby
824fb128f7 remove TODO (i tested it) 2022-08-23 17:32:37 -07:00
JohnCorby
9ed234a9e9 ship/raft: support interpolation 2022-08-23 12:26:02 -07:00
JohnCorby
47f1f7d548 TODO 2022-08-22 20:45:24 -07:00
JohnCorby
361b3d838a (TEST THIS) interpolate if ur not on raft/inside ship 2022-08-22 20:39:07 -07:00
JohnCorby
fde9c49193 make screen prompts not static so it recreates it every loop in case language changes 2022-08-16 16:22:22 -07:00
Mister_Nebula
0d795091f0 add ship attach/detach prompts to localization 2022-08-16 22:18:44 +01:00
Mister_Nebula
967147dc5d Fix ship destroyed not counting sun/lava 2022-08-16 16:45:13 +01:00
JohnCorby
0780fe98bc TODO 2022-08-15 15:25:50 -07:00
JohnCorby
9241614f03 if not in ship, set pos/rot every interval ( + use AttachedTransform instead of AttachedRigidbody.transform) 2022-08-12 16:15:35 -07:00
JohnCorby
2da9bca42f forgot { To = to } 2022-08-05 19:23:35 -07:00
JohnCorby
d8910b59c3 destroy ship and model ship in UnbuildWorldObjects instead of BuildWorldObjects 2022-08-04 22:21:46 -07:00
JohnCorby
6d436436a7 remove even MORE empty initial state 2022-08-02 17:38:14 -07:00
JohnCorby
5a433859e6 ShipCustomAttach: allow detach even when we're not in the ship 2022-07-16 10:58:50 -07:00
Mister_Nebula
7dcca83c85 Remove Gameobject.find in flyshipmessage 2022-07-07 13:38:51 +01:00
JohnCorby
1d32211be0 make the list readonly 2022-06-08 17:07:16 -07:00
JohnCorby
e7da777396 clear ShipFlameControllers in CreateShipVFX 2022-06-08 17:06:58 -07:00
JohnCorby
140d42cabd funny moment 2022-06-07 11:40:06 -07:00
JohnCorby
8d41e770b5 ShipThrusterVariableSyncer: fix nre 2022-06-07 11:08:09 -07:00
JohnCorby
9a8d357b6d ship detachable: move the isDetached check after base.CheckReady() 2022-06-07 10:53:20 -07:00
JohnCorby
f0696684af HasChanged -> CheckChanged, then make variable (like IsValid) 2022-05-29 11:58:23 -07:00
JohnCorby
256a0e350b TryGetWorldObject 2022-05-26 21:27:55 -07:00
JohnCorby
423a554f7a ship lights: make it so i dont want to die when i read it 2022-05-19 16:23:32 -07:00
JohnCorby
39b1727723 ship modules: remove tiny DistanceChangeThreshold 2022-05-19 15:39:26 -07:00
JohnCorby
bb285fda70 ship can be destroyed 2022-05-19 15:35:09 -07:00
JohnCorby
db69f220eb make sure detachable isnt recursive 2022-05-19 15:31:05 -07:00
Mister_Nebula
8f797a22ab sync ship wash 2022-05-19 15:13:22 +01:00
Mister_Nebula
adf1945b75 sync flames 2022-05-19 14:34:49 +01:00
Mister_Nebula
1ee72ef973 buh 2022-05-17 22:28:49 +01:00
Mister_Nebula
582166cb82 reactor countdown sync 2022-05-14 14:04:49 +01:00
Mister_Nebula
942535c162 sync detaching 2022-05-14 12:18:48 +01:00
Mister_Nebula
6596cab2b5 Merge branch 'dev' into more-ship-sync 2022-05-14 09:01:14 +01:00