2184 Commits

Author SHA1 Message Date
Nick
53ef89540a Merge branch 'dev' of https://github.com/xen-42/outer-wilds-new-horizons into dev 2022-07-24 23:23:31 -04:00
Nick
6820fd93c2 Cap 2022-07-24 23:23:29 -04:00
Nick
d5564f4a6b Tidy 2022-07-24 23:23:23 -04:00
Ben C
f598bff4cf
Fix funny release zip maybe 2022-07-24 20:17:54 -07:00
Nick
81e1615365 Wait an update before setting up computer rings 2022-07-24 22:48:56 -04:00
Nick
c1cd352821 Uncap max sun intensity 2022-07-24 22:31:29 -04:00
Nick
af2dc8c02a Merge branch 'dev' of https://github.com/xen-42/outer-wilds-new-horizons into dev 2022-07-24 22:30:05 -04:00
Nick
3479e60c0d Make sun appear dimmer on atmo shader when it should 2022-07-24 22:30:04 -04:00
JohnCorby
4a4e341219 Revert "Log when audio type handler messes up"
This reverts commit 4a2837a8243567cafc9c583b876ddc3c6ea28966.
2022-07-24 19:04:03 -07:00
JohnCorby
ff18f4dfb3 remove defaults from MVector3 because u can just use Vector3 2022-07-24 18:53:49 -07:00
Nick
d66f179eb7 Fix scatterer being off 2022-07-24 21:48:53 -04:00
Nick
9f550a2562 Make vessel computers have collision 2022-07-24 21:41:29 -04:00
Nick
4a2837a824 Log when audio type handler messes up 2022-07-24 21:41:19 -04:00
Nick
8fda499d62 Change path so that pre-crash comps can have 5 rings 2022-07-24 20:58:41 -04:00
JohnCorby
30cee5db22 use material instead of sharedMaterial 2022-07-24 17:22:19 -07:00
JohnCorby
5b4bcb97ed just use .material instead of new Material 2022-07-24 17:07:01 -07:00
Nick
e916471e19 Fix effect ruleset + fix fog sphere size (shared material bad) 2022-07-24 20:03:47 -04:00
Nick
aec10970cd Fix permanent fog bug when leaving a bramble dimension to a planet without atmospheric fog 2022-07-24 20:03:15 -04:00
Nick
2866ad1844 Add vines back in (cannot be removed without removing all collision) 2022-07-24 20:02:44 -04:00
JohnCorby
33db8761fc dont use goofy private ___ thing 2022-07-23 18:55:50 -07:00
JohnCorby
9717da115e only find skybox if we need to destroy it 2022-07-23 18:04:57 -07:00
JohnCorby
551eeddfb9 Merge remote-tracking branch 'origin/dev' into dev 2022-07-23 18:01:40 -07:00
JohnCorby
ee4a96cb84 remove old broken skybox thing 2022-07-23 18:01:35 -07:00
github-actions[bot]
7fb92959f2 Updated Schemas 2022-07-24 00:58:58 +00:00
Nick
eddf1a7237 Merge branch 'dev' of https://github.com/xen-42/outer-wilds-new-horizons into dev 2022-07-23 20:56:55 -04:00
Nick
d3eb516b18 Implement vessel computers #242 2022-07-23 20:56:48 -04:00
JohnCorby
ba505cd7c0 disable obsolete warning dude 2022-07-23 17:48:29 -07:00
github-actions[bot]
76c1324762 Updated Schemas 2022-07-24 00:30:11 +00:00
Joshua Thome
9b6254d1ca Merge branch 'dev' of https://github.com/xen-42/outer-wilds-new-horizons into dev 2022-07-23 19:28:22 -05:00
Nick
ce470a60ed Create NHInnerFogWarpVolume.cs 2022-07-23 20:27:34 -04:00
Joshua Thome
d5a4ca2fa1 Move vessel config to its own module 2022-07-23 19:22:14 -05:00
Will Corby
d7c1812741
Merge pull request #244 from xen-42/skysphere
Skysphere
2022-07-23 16:34:28 -07:00
Joshua Thome
3b0d41ea6b make SkyboxBuilder static 2022-07-23 18:28:15 -05:00
Joshua Thome
99bc60baa1 Merge branch 'skysphere' of https://github.com/xen-42/outer-wilds-new-horizons into skysphere 2022-07-23 18:27:40 -05:00
Joshua Thome
e4d70343e7 Initialize fields in static constructor 2022-07-23 18:27:35 -05:00
github-actions[bot]
9f3b5d3ed8 Updated Schemas 2022-07-23 23:22:18 +00:00
Joshua Thome
f3fc243868 Merge branch 'dev' into skysphere 2022-07-23 18:19:56 -05:00
Joshua Thome
1aa01c865b Sky sphere builder 2022-07-23 18:19:04 -05:00
Joshua Thome
df4c5be913 New skybox module 2022-07-23 18:18:45 -05:00
Nick
3587424bbb Stop dialogue from breaking entirely if pathToAnimController is invalid 2022-07-21 23:23:04 -04:00
Nick
007ff3fa1b Broke signal propagation before, fixed it 2022-07-21 22:25:46 -04:00
Nick
e9bc02b54d Fix funny NRE 2022-07-21 22:12:27 -04:00
Nick
5ab573b907 Merge branch 'dev' of https://github.com/xen-42/outer-wilds-new-horizons into dev 2022-07-21 21:58:21 -04:00
Nick
239b34798f Clean up node builder 2022-07-21 21:58:19 -04:00
JohnCorby
a19700554f typo 2022-07-21 18:55:25 -07:00
JohnCorby
cb25e5d113 lol 2022-07-21 16:56:53 -07:00
JohnCorby
d0d72780f1 Revert "add the delay back out of fear"
This reverts commit 882b5c457121801fde6b3f19cbde4f21ba05bc38.
2022-07-21 16:56:18 -07:00
JohnCorby
d7c30a9892 dont do useless Select 2022-07-21 16:53:18 -07:00
JohnCorby
25df3d8bbe Merge remote-tracking branch 'origin/dev' into dev 2022-07-21 16:52:02 -07:00
JohnCorby
882b5c4571 add the delay back out of fear 2022-07-21 16:51:57 -07:00