1737 Commits

Author SHA1 Message Date
Nick
894274cc17 Needed null check for replacing parent sector 2023-08-08 00:32:34 -04:00
Nick
f765e07859 Add another translation dictionary that keeps CDATA 2023-08-08 00:20:47 -04:00
JohnCorby
7846ae1161 add ProxyShadowCaster to groundsize 2023-08-07 19:24:15 -07:00
JohnCorby
fb4f425100 typo that i didnt catch before i pushed 2023-08-07 15:26:09 -07:00
JohnCorby
789926d012 dont use CopyPropertiesFrom for star light stuff 2023-08-07 15:12:26 -07:00
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
29fe5a9b84 Fix typo, include inactive sectors 2023-08-05 00:45:50 -04:00
Nick
9bbfb8d4d8 Add translator text to the API 2023-08-04 23:54:04 -04:00
Nick
d284380f9e Gravity cannon computer will write the planet the Shuttle starts on 2023-08-04 23:48:11 -04:00
Nick
76705a5b37 Fix the not detailed prefab 2023-08-04 22:10:40 -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
Nick
6c18dd2797 Fix undetailed prefab 2023-08-04 21:39:28 -04:00
Nick
59980f8635 Do non detailed 2023-08-04 21:15:28 -04:00
Nick
9becbd8fcb Merge branch 'dev' into shuttle 2023-08-04 20:39:55 -04: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
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
Nick
1f68a12296 Can't use vessel computers 2023-07-22 12:18:25 -04: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
Noah Pilarski
34a27f8c70 uhguhjjuhuh 2023-07-22 08:53:01 -04:00
Noah Pilarski
71240150b2 Vection fields (#219) 2023-07-22 08:46:38 -04:00
Nick
b4b0345e65 Fix spawn on center of universe garbage 2023-07-22 03:51:10 -04:00
Nick
8c40e67d92 Suit up broke again #333 2023-07-22 01:42:57 -04:00
Nick
eff2ab8ad9 Make cloud fog default to prefab if no tint is given #182 2023-07-21 23:48:20 -04:00
Nick
b8e326ad63 Fix basic cloud prefab not showing lightning. #321 2023-07-21 22:40:11 -04:00
Nick
53f7bc0b67 Throw error when making signal without name or frequency #660 2023-07-21 19:53:29 -04:00
Nick
4565e50d37 Fix NRE 2023-07-21 19:49:48 -04:00
Nick
d89ad0ff84 Implement API methods for creating planet, system, dialogue directly from json/xml strings 2023-07-21 13:03:02 -04:00
Nick
0f187f6aca Add api method to make ship logs 2023-07-21 11:03:26 -04:00
Nick
48c5c46c58 Fix hurricane sizing breaking the exterior graphics 2023-07-20 19:44:15 -04:00
Nick
f62c8ba377 Allow setting hazard volume info on tornados #496 2023-07-20 19:42:20 -04:00
JohnCorby
7914292d53 dont do ??= on UnityEngine.Object 2023-07-20 15:55:11 -07:00
Noah Pilarski
b1536d9dc2
Implement day night audio volume (#656)
## Major features
- Added new day/night audio volume. Switches between two clips depending
on the time of day. Resolves #319 .
2023-07-19 23:54:47 -04:00
Nick
2082884e02
Black hole fixes (#653)
<!-- 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
- Black hole vanish effects now tied to the size of the black hole.
Fixes #215.
- Black hole ambience pitch isn't weirdly high for large black holes
anymore. Fixes #226.
- Change system black holes now make a sound when entering them.

<!-- Be sure to reference the existing issue if it exists -->
## Bug fixes
-
2023-07-19 23:24:28 -04:00
Nick
04dab26ad6 Implement day night audio volume 2023-07-19 23:22:38 -04:00
Nick
b40247d0af Do black hole sound when you go in unpaired ones 2023-07-19 22:18:22 -04:00
Nick
f2706eaf4d Don't have doppler effect on black holes. Resolves #226 2023-07-19 22:04:36 -04:00
Nick
6413a0284d Resize black hole entry effect to the size of the black hole
Resolves #215
2023-07-19 21:54:45 -04:00
Nick
58a49ff9fd If detail path is null create an empty game object 2023-07-19 21:28:43 -04:00
Nick
3ede915cc4 Implement conditional object activation 2023-07-19 21:21:29 -04:00
Nick
1eb3e04729 Merge branch 'dev' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into dev 2023-07-19 00:18:48 -04:00
Nick
91e3144e1b Fix stupid initial tidally locked rotation 2023-07-19 00:18:41 -04:00
Nick
e26ab0fa18 Revert "Try fixing ship having no marker spawned in bramble dimension"
This reverts commit fe52a13439f0bc941ac3852c4639be052b17718f.
2023-07-19 00:08:33 -04:00
JohnCorby
8a17c693e4 better 2023-07-18 20:59:21 -07:00
Nick
fe52a13439 Try fixing ship having no marker spawned in bramble dimension 2023-07-18 23:52:45 -04:00