Commit Graph

73 Commits

Author SHA1 Message Date
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
9a8d357b6d ship detachable: move the isDetached check after base.CheckReady() 2022-06-07 10:53:20 -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
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
942535c162 sync detaching 2022-05-14 12:18:48 +01: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
98955dc29b fix derived transform syncs 2022-02-25 23:18:52 -08:00
JohnCorby
182678c4bc solution wide: use file-scoped namespace 2022-02-25 23:18:46 -08:00
JohnCorby
d53735f160 transform sync: be consistent with position/rotation change threshold 2022-02-16 20:21:34 -08:00
JohnCorby
2761d463e1 QSBSectorDetector: improve 2022-02-16 18:27:45 -08:00
JohnCorby
e119920db9 cache ReferenceTransform.GetAttachedOWRigidbody() into ReferenceRigidbody 2022-02-16 18:14:40 -08:00
JohnCorby
83ed2cea08 replace _baseIsReady and IsReady with 1 CheckReady 2022-01-21 17:12:24 -08:00
JohnCorby
cc4da03a9b Uninit for SectorSync, rename to QSBSectorDetector 2022-01-21 16:38:59 -08:00
JohnCorby
c3422177ab simplify ReferenceTransform check 2022-01-20 22:40:28 -08:00
JohnCorby
dba1e3a0da use OnStartClient instead of Start 2022-01-18 12:19:58 -08:00
JohnCorby
cd9db24dd8 tweak 2022-01-16 07:56:08 -08:00
JohnCorby
0dce0c62be oops again 2022-01-16 07:42:46 -08:00
JohnCorby
0912b6cee0 merge de/ser again, just make sure that it doesnt mess with anything (ie store and defer to getfrom/applytoattached 2022-01-16 07:23:35 -08:00
JohnCorby
7f1c6ea6c8 split up UpdateTransform + refactor 2022-01-16 06:53:45 -08:00
JohnCorby
1f4c06561b zoinks 2022-01-16 06:11:44 -08:00
JohnCorby
5b8f51afdd major simplify BaseSectoredSync 2022-01-16 05:45:47 -08:00
JohnCorby
1b60a18eac call base in ser/deser 2022-01-16 04:51:37 -08:00
JohnCorby
85927c2e9d remove old syncbase and friends 2022-01-14 22:39:41 -08:00
JohnCorby
1a1b48cfc6 le ship 2022-01-14 22:31:23 -08:00
JohnCorby
4a2fedb805 these 3 2022-01-14 21:34:09 -08:00
JohnCorby
83e6d26f44 revert sector sync, since there's a bug in dev 2021-12-17 21:34:43 -08:00
JohnCorby
6a54f7bacb apparently the SectorDetector body and the actual body are not the same 2021-12-15 03:17:45 -08:00
JohnCorby
6dc9135be1 extra syncyness 2021-12-13 22:36:27 -08:00
JohnCorby
3c0cdcb076 simplify, handle edge cases 2021-12-13 21:52:59 -08:00
JohnCorby
4c535fd544 rename relative transform stuff 2021-12-13 16:02:31 -08:00
JohnCorby
0806ee23b0 check for null ReferenceTransform 2021-12-13 14:28:08 -08:00
JohnCorby
adad302ba0 use proper pos/rot stuff 2021-12-13 13:26:54 -08:00
Mister_Nebula
916056c605 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa 2021-12-10 22:13:39 +00:00
Mister_Nebula
0bd60ddb68 rename variables, fix QSBOWItem (again) 2021-12-04 09:51:27 +00:00
Mister_Nebula
3860b2aacc add newlines 2021-11-25 15:38:05 +00:00
JohnCorby
0fe6dce0db remove IntermediaryTransform 2021-11-19 01:01:51 -08:00
JohnCorby
333f23d797 back to using custom SetVelocity 2021-11-10 02:03:21 -08:00
JohnCorby
03314fd4ad - implement UnsectoredRigidbodySync.cs
- fix TODO in SectoredRigidbodySync.cs
2021-11-09 16:26:06 -08:00
Mister_Nebula
2024e5fcd9 cleanup 2021-10-15 21:08:17 +01:00
Mister_Nebula
2712bbe603 fix ship again 2021-09-13 19:22:48 +01:00
Mister_Nebula
913ec6e676 fixed ship ignoring when UpdateTransform had failed - and added check to stop getting owrigidbody from null reference 2021-09-13 15:07:36 +01:00
Mister_Nebula
265be6ba98 don't try using reference transform in updatetransform if it's null 2021-09-02 11:25:41 +01:00
Mister_Nebula
447ed28b10 update ship transform sync 2021-08-22 16:42:57 +01:00
Mister_Nebula
120b430cd1 add new transform syncs 2021-08-14 15:03:01 +01:00
Mister_Nebula
60371f5381 add base isready 2021-07-17 09:51:47 +01:00
Mister_Nebula
a8a72c18db remove logs 2021-07-14 17:06:20 +01:00