569 Commits

Author SHA1 Message Date
Nick
219002bad8 Namespace issues 2023-03-25 15:21:07 -04:00
Nick
3f2b34ac08 Fix namespaces 2023-03-25 15:17:52 -04:00
Nick
b20c59e860 MORE REARRANGE!!!!! 2023-03-25 15:15:24 -04:00
Nick
c622b54cb6 Rename more enum 2023-03-25 14:52:09 -04:00
Nick
9b18438760 Rename serialized types 2023-03-25 14:50:07 -04:00
Nick
e8c05f4818 Done rearranging volumes 2023-03-25 14:18:52 -04:00
Nick
ce7ef3ee93 Split up more volumes, move FluidType enum 2023-03-25 14:09:54 -04:00
Nick
3cede76bed Remove all unused usings 2023-03-25 13:51:15 -04:00
Nick
85797df25c Big reorganize 2023-03-25 13:44:31 -04:00
JohnCorby
6a97137cef add it back and make it used 2023-03-23 17:33:33 -07:00
JohnCorby
95aea5ebc4 remove silly unused field 2023-03-23 17:12:35 -07:00
JohnCorby
ad704d9bf6 TranslatorTextBuilder: dont do auto spiral if any property is specified 2023-03-22 22:13:49 -07:00
Nick
0c619e0fd1 Fix warp pads 2023-03-23 00:34:20 -04:00
Nick
d847f13e83 Simplify calls to detail builder 2023-03-22 23:46:40 -04:00
Nick
9c5982d9a4 Use detail info instead 2023-03-22 23:31:10 -04:00
Nick
7179388094 Merge branch 'dev' into warp-pads 2023-03-22 22:38:21 -04:00
Joshua Thome
410f77add5
Vessel fixes (#545)
## Minor features
- Added `hasZeroGravityVolume` to the Vessel config to remove the
default zero-gravity volume around the vessel.
- Added `isDefault` to planet Spawn config to set the default player
spawn point, if multiple exist in the system.
2023-03-22 17:12:36 -05:00
Nick
43871a9206
remove keepAutoPlacement (#544)
<!-- A new module or something else important -->
## Major features
-

<!-- A new parameter added to a module, or API feature -->
## Minor features
- use nullable values instead of separate keepAutoPlacement bool

<!-- Some improvement that requires no action on the part of add-on
creators i.e., improved star graphics -->
## Improvements
-

<!-- Be sure to reference the existing issue if it exists -->
## Bug fixes
-
2023-03-22 17:47:48 -04:00
Joshua Thome
094968187b Add isDefault flag to planet spawns 2023-03-22 13:36:03 -05:00
Joshua Thome
43873ea04a Add Whiteboard (with optional scroll) to translatorText 2023-03-22 10:03:08 -05:00
Nick
4a14101ba1 Implement warp pads 2023-03-22 00:07:53 -04:00
Joshua Thome
0f9fd7e1b5 Merge new settings 2023-03-21 22:14:47 -05:00
Joshua Thome
420c91c670 Defaults for hasPhysics and hasZeroGravityVolume 2023-03-21 22:12:39 -05:00
Joshua Thome
9aa436c60f Vessel fixes 2023-03-21 21:17:45 -05:00
Joshua Thome
4085eb8eff Fix vessel merge null checks 2023-03-21 21:11:02 -05:00
JohnCorby
a88f3c16a8 use nullable values instead of separate keepAutoPlacement thing 2023-03-21 17:44:50 -07:00
Nick
5d93b7c3cf Fix star system vessel merge NRE 2023-03-21 20:13:51 -04:00
Joshua Thome
7fe2f80b06 Merge vessel spawn flags 2023-03-21 12:50:51 -05:00
Joshua Thome
ced1c5e308 Fix typo breaking ship spawns 2023-03-20 23:46:23 -05:00
Joshua Thome
80c576bd01 alignRadial migration plus cleanup of translator text normal handling 2023-03-20 22:31:21 -05:00
JohnCorby
0b92966458 doc 2023-03-18 18:38:37 -07:00
Joshua Thome
d7b76718f8 Vessel spawning and parenting 2023-03-18 19:54:52 -05:00
Nick
6e5e0e6a68
Merge branch 'dev' into hawkbar-prop-cleanup 2023-03-18 18:33:36 -04:00
Nick
431bc6dbfc
Merge branch 'dev' into patch-cleanup 2023-03-18 18:27:47 -04:00
Nick
85758d6a87 Fix the DeathType 2023-03-18 17:49:05 -04:00
Nick
b040373123 Does it break if I do this 2023-03-18 16:28:05 -04:00
Joshua Thome
3523bd3cab Move GeneralPropInfo out into its own file 2023-03-18 15:26:35 -05:00
Joshua Thome
d8f5f71249 Fix out-of-date name in comment 2023-03-18 15:17:48 -05:00
Nick
bd61a87cf6 Add game over text and death type to credits volume, but doesnt work 2023-03-18 16:04:53 -04:00
Joshua Thome
7ac2bb0b8a Add missing null checks in planet migration 2023-03-18 12:44:19 -05:00
Joshua Thome
77fc15f18e Revert "Moved prop info and volume info classes to their own files"
This reverts commit 550c96d1678a0969edaa40c7266d9459ccd4c2f8.
2023-03-18 12:35:15 -05:00
Joshua Thome
b3d7836923 Moved vessel hasPhysics field to a better location 2023-03-18 11:50:55 -05:00
Joshua Thome
550c96d167 Moved prop info and volume info classes to their own files 2023-03-18 11:40:21 -05:00
Joshua Thome
1c3c085967 Move backwards compatibility fixes to Migrate methods 2023-03-18 11:09:05 -05:00
Joshua Thome
1c0466f04f Remove unncessary isRelativeToGroup property on quantum sockets 2023-03-18 10:54:51 -05:00
Joshua Thome
62dcc92dbb Allow removing vessel rigidbody 2023-03-18 10:52:57 -05:00
Joshua Thome
f928309596 Vessel prop tweaks 2023-03-18 09:29:48 -05:00
Joshua Thome
e021523151 Using GeneralPropBuilder for spawn points, vessel and warp exit points, and remotr dialogue triggers 2023-03-18 09:17:36 -05:00
Joshua Thome
88f60f883c Better name for base prop class 2023-03-18 08:15:56 -05:00
Joshua Thome
e732a01e02 Make bramble nodes use GeneralPropBuilder 2023-03-18 03:58:26 -05:00