1147 Commits

Author SHA1 Message Date
FreezeDriedMangoes
4b25a11fde added staticPosition to Orbit config 2022-07-01 14:35:56 -04:00
FreezeDriedMangoes
9a3d01bc10 removed scaling for nodes and dimensions 2022-07-01 13:07:34 -04:00
FreezeDriedMangoes
6c38bba6c3 added some fixes to scaling nodes 2022-07-01 13:05:39 -04:00
FreezeDriedMangoes
e2f2ec9e5e fixed node fog colors 2022-07-01 08:54:56 -04:00
FreezeDriedMangoes
7a6068400f signals are now suppored I think 2022-07-01 08:15:33 -04:00
FreezeDriedMangoes
841ec59a46 added support for bramble seeds 2022-06-30 23:10:08 -04:00
FreezeDriedMangoes
738208e584 added scale for both nodes and dimensions, added default values to config 2022-06-30 18:56:11 -04:00
FreezeDriedMangoes
28c4ba1591 added support for colors for nodes 2022-06-30 18:07:59 -04:00
FreezeDriedMangoes
060d7a0fb0 added support for fogTint inside bramble dimensions 2022-06-30 17:50:07 -04:00
FreezeDriedMangoes
8c9c6d3e31 removed patches made for debugging, fixed exit pairing 2022-06-30 17:49:42 -04:00
FreezeDriedMangoes
3b25c5cf20 added exit pairing 2022-06-30 14:00:27 -04:00
FreezeDriedMangoes
b8fb35a351 fixed bramble nodes not warping the player to their paired dimension 2022-06-30 12:57:00 -04:00
FreezeDriedMangoes
411020378e fixed some searches for children that were looking in the wrong gameobject 2022-06-30 09:42:06 -04:00
FreezeDriedMangoes
dbc36bbfc7 dimensions now are placed so they don't overlap with anything 2022-06-29 22:04:16 -04:00
FreezeDriedMangoes
ce9522e90a added exit pairing for dimensions 2022-06-29 21:48:50 -04:00
FreezeDriedMangoes
5625fd394e switched to a better method of connecting nodes that are created before the dimension they link to 2022-06-29 21:31:23 -04:00
FreezeDriedMangoes
925c048ec1 bramble dimensions now override base planet generation and bramble nodes can now pair to dimensions 2022-06-29 18:13:37 -04:00
FreezeDriedMangoes
d7b7e3226c added config definitions for bramble nodes and dimensions 2022-06-29 12:26:03 -04:00
FreezeDriedMangoes
c65600ab1f set up basics for building bramble dimensions and bramble nodes 2022-06-29 09:43:39 -04:00
Noah Pilarski
61ad85c685 Add recorder to map satellite children 2022-06-28 06:52:08 -04:00
Noah Pilarski
ec639dfedf Fix sector cull group deactivating renderers on map view enter and fast forward. 2022-06-28 05:07:15 -04:00
Noah Pilarski
822cdecce9 Fix heightmap stretch on title screen 2022-06-28 02:24:43 -04:00
Noah Pilarski
0354a3081c Add SetDefaultSystem to API 2022-06-28 01:21:25 -04:00
Noah
8b6a135143
Merge branch 'dev' into coordinate-texture-generator 2022-06-28 00:56:26 -04:00
Joshua Thome
1a79d29acc Dynamic vessel coordinate texture generation 2022-06-27 23:47:47 -05:00
github-actions[bot]
d5286fd06e Updated Schemas 2022-06-28 04:44:27 +00:00
Ben C
f53b2a896f
Merge remote-tracking branch 'origin/dev' into dev 2022-06-28 00:41:57 -04:00
Ben C
6e6a8923f0
Add minItems, maxItems, and uniqueItems to nomai coords 2022-06-28 00:41:42 -04:00
Nick
8439a58644 Make eye coord prompt work in other systems 2022-06-28 00:39:25 -04:00
Nick
afdaeb6e30 Merge branch 'dev' of https://github.com/xen-42/outer-wilds-new-horizons into dev 2022-06-28 00:13:08 -04:00
Nick
4d7c5a37ff Fix showing prompts 2022-06-28 00:13:07 -04:00
Nick
04879d59ed Start vessel coordinate prompts 2022-06-28 00:00:03 -04:00
Noah Pilarski
e907fcfe19 Add names to meshes 2022-06-27 23:38:33 -04:00
Nick
44f1791b98 Allow using more than 65535 vertices in CubeSphere and IcoSphere 2022-06-27 21:57:29 -04:00
Nick
304f3f359e Fix bad cubesphere rotation 2022-06-27 21:04:16 -04:00
FreezeDriedMangoes
05b9a42afb removed unneeded Distinct() calls 2022-06-27 17:54:51 -04:00
Nick
3bbf27674c Fix null orbit line bug 2022-06-27 17:39:29 -04:00
Nick
54e88f1e83 Set sector stuff better 2022-06-27 17:39:22 -04:00
FreezeDriedMangoes
63383ef6d3 fixed merge conflict 2022-06-27 17:21:33 -04:00
FreezeDriedMangoes
f0e3bb6b9a fixed incorrect naming 2022-06-27 14:46:39 -04:00
Nick
21328184e8 Update DebugMenuPropPlacer.cs 2022-06-27 13:11:10 -04:00
Nick
4b67cf838d clean 2022-06-27 13:10:19 -04:00
Nick
2fe2ca8b99 Merge branch 'dev' into fix-prop-placer-again 2022-06-27 13:01:40 -04:00
Nick
b426dae043 Clean up some stuff 2022-06-27 13:01:12 -04:00
FreezeDriedMangoes
690356d348 switched to using astroobject references instead of astro objects' names 2022-06-27 13:00:13 -04:00
Ben C
e2272298d3
Merge pull request #206 from xen-42/fix-prop-placer-for-custom-planets
Fix prop placer for custom planets
2022-06-26 22:31:15 -04:00
FreezeDriedMangoes
60d7d01bbf replaced concat string with interp string 2022-06-26 22:23:34 -04:00
FreezeDriedMangoes
bfcee12e64 updated the rest of AstroObjectLocator to account for there now being multiple keys per astro object 2022-06-26 22:12:45 -04:00
FreezeDriedMangoes
83937d69b1 Merge branch 'dev' of github.com:xen-42/outer-wilds-new-horizons into dev 2022-06-26 18:46:49 -04:00
FreezeDriedMangoes
e3f3108f86 fixed some props going invisible when they're not supposed to 2022-06-26 18:46:42 -04:00