2124 Commits

Author SHA1 Message Date
Nick
a70b2489b9 Allow adding custom AudioType
Closes #230, #229, and #118
2022-07-13 23:40:10 -04:00
Nick
a7f2e3a796 Update StarSystemConfig.cs 2022-07-13 23:23:15 -04:00
Nick
ffed942f32 Merge branch 'dev' of https://github.com/xen-42/outer-wilds-new-horizons into dev 2022-07-13 22:31:18 -04:00
Nick
6c33ec4f66 typo 2022-07-13 22:31:05 -04:00
Ben C
befb62366a
Ok Cool Action Fix 2022-07-13 22:30:44 -04:00
Ben C
1395cf910b
Merge remote-tracking branch 'origin/dev' into dev 2022-07-13 22:27:16 -04:00
Ben C
ccc3b6982e
Fix Action Maybe Gorp Etc 2022-07-13 22:26:55 -04:00
Nick
79cff0645c Oops. 2022-07-13 22:26:14 -04:00
Nick
21d9979560 Merge branch 'dev' of https://github.com/xen-42/outer-wilds-new-horizons into dev 2022-07-13 22:20:22 -04:00
Nick
4a77631dbe Add SpawnSignal and SpawnDialogue to the API 2022-07-13 22:20:20 -04:00
github-actions[bot]
b1a35552f0 Updated Schemas 2022-07-14 01:49:20 +00:00
Nick
196aec0928 Merge branch 'dev' of https://github.com/xen-42/outer-wilds-new-horizons into dev 2022-07-13 21:47:02 -04:00
Nick
15ff6e9c6d Update audio enum doc 2022-07-13 21:46:54 -04:00
Nick
2bb3c4e813 Signals are in props now 2022-07-13 21:43:15 -04:00
JohnCorby
fc90abeed0 Merge remote-tracking branch 'origin/dev' into dev 2022-07-13 18:29:40 -07:00
github-actions[bot]
e24dd0459e Updated Schemas 2022-07-14 01:24:30 +00:00
JohnCorby
0e451127e6 Merge remote-tracking branch 'origin/dev' into dev 2022-07-13 18:22:59 -07:00
JohnCorby
ea32af66f6 use CenterOfTheUniverse.s_rigidbodies 2022-07-13 18:22:52 -07:00
Noah Pilarski
e56cd0e1dc Use new audio setting method for cloaks and travel music 2022-07-13 21:14:31 -04:00
Noah Pilarski
34f87fbe12 No proxies for cloaked stuff 2022-07-13 20:53:48 -04:00
github-actions[bot]
e6b2a6223a Updated Schemas 2022-07-14 00:30:09 +00:00
JohnCorby
fac330bcfb support mp3 lol 2022-07-13 17:28:08 -07:00
github-actions[bot]
fc0118d0bd Updated Schemas 2022-07-14 00:24:18 +00:00
Nick
88ae09941b Merge branch 'dev' of https://github.com/xen-42/outer-wilds-new-horizons into dev 2022-07-13 20:22:23 -04:00
Nick
0952d90ffa Implement AudioVolume 2022-07-13 20:22:21 -04:00
Nick
4f1fc602bc Migrate audio signal change 2022-07-13 20:22:14 -04:00
Nick
5a4f5ac207 Use new audio setting method for signals, unify audioClip and audioFilePath 2022-07-13 20:22:05 -04:00
Ben C
e4164d8934
Change Asteroid Belt Minimum to -1 2022-07-13 20:22:00 -04:00
Nick
2a3ffcc268 AudioUtilities method to set audio from AudioType, existing AudioClip, or file 2022-07-13 20:21:40 -04:00
Noah Pilarski
5e7e4b827a Add try catch for singularity builder 2022-07-13 20:17:24 -04:00
Noah Pilarski
074084c8f3 Use mathf instead 2022-07-13 19:54:50 -04:00
Noah Pilarski
6945c0b6c7 Stop any rigidbody from unparenting itself when deleting solar system 2022-07-13 19:52:47 -04:00
Noah Pilarski
adf8f0b182 Set original parent 2022-07-13 19:51:17 -04:00
Noah Pilarski
53cf5f5eee Add sphere collider to height map
You can sometimes go straight through the mesh collider if you are fast enough. This sphere collider stops this from happening. Now you will bounce off the sphere collider.
2022-07-13 19:50:31 -04:00
Noah Pilarski
19e9bbf52a Use star evolution controller's current scale instead 2022-07-13 19:35:26 -04:00
Nick
4a01e93ac6 Add some default vectors to MVector3 2022-07-13 19:35:05 -04:00
Noah Pilarski
c4e33ce3c6 Add ShockLayerRuleset to stars 2022-07-13 19:25:19 -04:00
Noah Pilarski
9119aea807 Fix star surface audio 2022-07-13 19:24:19 -04:00
JohnCorby
c9ec50acad use GetComponent instead of GetComponentInChildren 2022-07-13 13:48:43 -07:00
FreezeDriedMangoes
bad6d0f84d small fix for nomai orbs 2022-07-13 08:45:48 -04:00
FreezeDriedMangoes
3abaf1e37a fixed screen fog color when exiting dimensions 2022-07-12 23:27:48 -04:00
FreezeDriedMangoes
134c4e668d removed some noisy commments 2022-07-12 22:59:05 -04:00
FreezeDriedMangoes
11ddbe24ff added effect ruleset to any sector containing a bramble node to support the screen fog effect 2022-07-12 22:58:09 -04:00
FreezeDriedMangoes
65e50398f7 changed to using sector.GetTriggerVolume() rather than a GetComponent search 2022-07-12 22:57:35 -04:00
FreezeDriedMangoes
e45dee5e61 added missing rulesets to bramble dimensions 2022-07-12 18:04:48 -04:00
github-actions[bot]
f13ea1581b Updated Schemas 2022-07-12 00:10:56 +00:00
JohnCorby
963929a0b0 nvm on this one 2022-07-11 17:09:15 -07:00
JohnCorby
a505281e34 document defaults 2022-07-11 17:08:06 -07:00
Ben C
fcd3c8bf26
Merge pull request #231 from xen-42/devops/new-workflows
Redo Workflows
2022-07-11 17:38:59 -04:00
Ben C
e99db6772e
Rename Docs Build 2022-07-11 14:58:33 -04:00