4254 Commits

Author SHA1 Message Date
JohnCorby
01b8ac0b7a Revert "use * 2"
This reverts commit 9455c487551418ee75c8e8a07b410e6c4c35e283.
2023-08-06 22:53:24 -07:00
JohnCorby
9455c48755 use * 2 2023-08-06 22:49:45 -07:00
JohnCorby
5e11e5f95a use sphereOfInfluence for ProxyShadowCasterSuperGroup._bounds.radius 2023-08-06 22:45:56 -07:00
Nick
1289feca78 Delete GravityCannonComputer.xml 2023-08-05 01:08:01 -04:00
Nick
5a1c2fe7f9 Update manifest.json 2023-08-05 00:46:41 -04:00
Nick
29fe5a9b84 Fix typo, include inactive sectors 2023-08-05 00:45:50 -04:00
Noah Pilarski
c3feb1eb0e
Shuttle (#667)
## Major features
- Implement Nomai shuttles and gravity cannons. The gravity cannon also
takes a position for a computer displaying where the shuttle is
currently landed, and a position for the gravity cannon controls.
Shuttles are linked to gravity cannons using the `id` and `shuttleID`
parameters.
- Added a `CreateNomaiText` method to the API that allows you to
directly write Nomai text without loading from an external xml file.

## Improvements
- Load times should be somewhat faster when going to a new star system.
2023-08-05 00:17:23 -04:00
Nick
9bbfb8d4d8 Add translator text to the API 2023-08-04 23:54:04 -04:00
Nick
c1f1859648 Merge branch 'shuttle' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into shuttle 2023-08-04 23:48:18 -04:00
Nick
d284380f9e Gravity cannon computer will write the planet the Shuttle starts on 2023-08-04 23:48:11 -04:00
JohnCorby
0ce611e36f simplify another pattern 2023-08-04 19:32:36 -07:00
JohnCorby
42bbe4bcce planet destruction: also exclude probe 2023-08-04 19:31:41 -07:00
Nick
76705a5b37 Fix the not detailed prefab 2023-08-04 22:10:40 -04:00
Nick
37856ca643 Merge branch 'shuttle' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into shuttle 2023-08-04 22:04:27 -04:00
Nick
963c67210c Don't replace sectors inside details if the sector is in that detail 2023-08-04 22:04:22 -04:00
Ben C
6de7328239 Updated Schemas 2023-08-05 01:41:35 +00:00
Nick
6c18dd2797 Fix undetailed prefab 2023-08-04 21:39:28 -04:00
Nick
7c745b92c4 Fix destruction 2023-08-04 21:39:20 -04:00
Nick
59980f8635 Do non detailed 2023-08-04 21:15:28 -04:00
Nick
fba6b1ea36 Delete entire solar system using cool EOTS method thanks John 2023-08-04 20:49:13 -04:00
Nick
9becbd8fcb Merge branch 'dev' into shuttle 2023-08-04 20:39:55 -04:00
Nick
325b93ec5d
Fix stuff (#681)
## Bug fixes
- Fix Nomai mask being coloured weird sometimes (let center of the
universe die)
- Make clearing `default system` options setting actually reset it
2023-08-04 20:38:20 -04:00
Nick
331211cb4f Remove unnecessary null or empty check 2023-08-04 20:37:58 -04:00
Nick
61d9947d8e Let center of the universe be deactivated when it needs to be 2023-08-02 23:25:32 -04:00
Nick
fc903b4117 Make setting default system less garbage 2023-08-02 23:21:24 -04:00
Nick
af1dffa320 WTF WORK!!!! 2023-07-27 00:26:19 -04:00
Nick
5b18221000 Merge branch 'main' into dev 2023-07-27 00:22:54 -04:00
Nick
54f987d18b Merge branch 'main' into dev 2023-07-27 00:17:12 -04:00
Nick
07f67484d1
v1.13.0 (#669)
## Major features
- New API methods to: Add ship logs from xml, add dialogue from xml,
create a new planet from json string. All of these methods work directly
with strings or XElements and don't load files on their own.

## Improvements
- Pitch anglerfish sounds based on scale. Resolves #160.

## Bug fixes
- Fixes ship being broken when spawning on the center of the universe.
Resolves #648
- Fix Stranger cloak breaking on second loop onwards. Resolves #673.
2023-07-27 00:14:27 -04:00
Nick
c5a44c6995 Merge branch 'dev' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into dev 2023-07-27 00:02:17 -04:00
Nick
8d5828207e Update manifest.json 2023-07-27 00:02:10 -04:00
Nick
fa64b19fa8
Pitch anglerfish sounds based on size (#663)
<!-- A new module or something else important -->
## Major features
-

<!-- A new parameter added to a module, or API feature -->
## Minor features
-

<!-- Some improvement that requires no action on the part of add-on
creators i.e., improved star graphics -->
## Improvements
- Pitch anglerfish sounds based on scale. Resolves #160.

<!-- Be sure to reference the existing issue if it exists -->
## Bug fixes
-
2023-07-27 00:00:22 -04:00
Nick
3b40fac5a4 Fix Stranger cloak breaking 2023-07-26 23:59:23 -04:00
Ben C
8f394fd458 Updated Schemas 2023-07-22 18:43:04 +00:00
Nick
0e06df1586
Fix spawn on center of universe garbage (#664)
<!-- A new module or something else important -->
## Major features
-

<!-- A new parameter added to a module, or API feature -->
## Minor features
-

<!-- 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
- Fixes ship being broken when spawning on the center of the universe.
Resolves #648
2023-07-22 14:42:24 -04:00
Nick
be10760356
Ship log api (#666)
<!-- A new module or something else important -->
## Major features
- New API methods to: Add ship logs from xml, add dialogue from xml,
create a new planet from json string. All of these methods work directly
with strings or XElements and don't load files on their own.

<!-- A new parameter added to a module, or API feature -->
## Minor features
-

<!-- 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-07-22 14:41:36 -04:00
Nick
e4c8b14f6f Add in the platform, allow separately placing the cannon and the controls 2023-07-22 14:41:01 -04:00
Nick
b643875578 Merge branch 'shuttle' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into shuttle 2023-07-22 13:57:38 -04:00
Nick
56c463fbee Fix gravity cannon orb 2023-07-22 13:57:37 -04:00
Nick
615fe2f47c Keep shuttles/cannons loaded, fix cannon fact NRE 2023-07-22 12:29:54 -04:00
Ben C
cd774016b3 Updated Schemas 2023-07-22 16:20:41 +00:00
Nick
edd81d0c39 Merge branch 'shuttle' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into shuttle 2023-07-22 12:18:31 -04:00
Nick
1f68a12296 Can't use vessel computers 2023-07-22 12:18:25 -04:00
Ben C
e809a7b4f0 Updated Schemas 2023-07-22 16:06:48 +00:00
Nick
ed66cb0665 Fix update from dev 2023-07-22 12:04:02 -04:00
Nick
3bfabadda8 Merge branch 'dev' into shuttle 2023-07-22 11:44:43 -04:00
Nick
b4b0345e65 Fix spawn on center of universe garbage 2023-07-22 03:51:10 -04:00
Nick
5092829146 Pitch anglerfish sounds based on size 2023-07-22 02:50:45 -04:00
Nick
8399142648
1.12.7 (#658)
## Minor features
- Allow setting hazard type and damage per second, as well as first
contact damage, for tornados and hurricanes. Resolves #496

## Improvements
- Throw errors when attempting to make a signal without a frequency or
name. Resolves #660.

## Bug fixes
- Supernovae are no longer silent. Fixes #522.
- Supernovae proxies will no longer explode on top of you.
- Lightning now appears properly on top of basic clouds. Fixes #321.
- Bramble music won't play if in another audio volume. Fixes #651.
- Fix QM clouds defaulting to GD fog when not given a tint. Fixes #182.
- Makes creating empty details actually work
- Fixed suit up again #333
v1.12.7
2023-07-22 01:49:34 -04:00
Nick
1117b12055 Revert "Change patch to transpiler"
This reverts commit 1b7a5d26312af17c8285839ac86bfce0b50913ce.
2023-07-22 01:43:39 -04:00