3374 Commits

Author SHA1 Message Date
JohnCorby
41571af86d do align to normal fix on relative to parent guy as well 2022-11-09 14:50:53 -08:00
JohnCorby
642c179eaf use origin instead of transform.position 2022-11-09 13:10:23 -08:00
JohnCorby
6c7c02d71c use transform.forward 2022-11-09 13:08:41 -08:00
JohnCorby
136a503058 make raycast nicer 2022-11-09 13:06:49 -08:00
Noah Pilarski
8af38577ed match 2022-11-09 01:12:02 -05:00
Noah Pilarski
30d0f551d1 forgor ; 2022-11-09 01:05:21 -05:00
Noah Pilarski
cae2c55874 Merge branch 'dev' into relative 2022-11-09 01:04:28 -05:00
TerrificTrifid
967d909651
Fix lava glow (#441)
Scales the shader stuff properly
2022-11-08 23:25:31 -06:00
TerrificTrifid
00688b4531 Account for all properties 2022-11-08 23:18:56 -06:00
JohnCorby
bdf715d1d4 do max of curve instead of min 2022-11-08 19:39:01 -08:00
TerrificTrifid
998969f16e
Rewrite singularities (#439)
- Merged methods into MakeSingularity, MakeSingularityGraphics, and
MakeSingularityProxy
- Merged size controllers
- Removed `makeZeroGVolume`
- Split `size` into `horizonRadius` and `distortRadius`
- Added `hasWarpEffects`, `renderQueueOverride`, and `rotation`
2022-11-08 20:47:07 -06:00
TerrificTrifid
08cf0cb22e Remove light 2022-11-08 20:05:53 -06:00
TerrificTrifid
15b2d51b6d Rotation last 2022-11-08 17:42:53 -06:00
github-actions[bot]
5b6db28476 Updated Schemas 2022-11-08 23:34:39 +00:00
TerrificTrifid
9444b49059 Rotation 2022-11-08 17:32:17 -06:00
github-actions[bot]
d5ec0b20f3 Updated Schemas 2022-11-08 05:30:54 +00:00
TerrificTrifid
53230dfcf3 Warp particles and render queue 2022-11-07 23:27:47 -06:00
TerrificTrifid
9388246de3 Missed one 2022-11-06 22:07:28 -06:00
Will Corby
bbadedbd9f
Detail rotation fix (#440)
## Improvements
- Debug Raycast now writes the rotation value to use to have the placed
object aligned to the surface its on and facing towards the player.

## Bug fixes
- `alignToNormal` now no longer breaks on vanilla planets.
2022-11-06 18:58:38 -08:00
JohnCorby
9bb197ac6a Revert "make rotation-after-align work"
This reverts commit 749c02e22c246c7a9b5c018bcb92e1873c71e345.
2022-11-06 18:45:34 -08:00
JohnCorby
749c02e22c make rotation-after-align work 2022-11-06 18:29:06 -08:00
github-actions[bot]
77aad922ef Updated Schemas 2022-11-07 02:27:10 +00:00
Nick
8f52a9a528 Debug raycast now prints rotation to align to normal 2022-11-06 21:24:55 -05:00
github-actions[bot]
5183339365 Updated Schemas 2022-11-07 02:16:27 +00:00
TerrificTrifid
9beb2cc291 Merge branch 'rewrite-singularities' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into rewrite-singularities 2022-11-06 20:14:19 -06:00
TerrificTrifid
41cf405cc1 Actually do default 2022-11-06 20:14:04 -06:00
github-actions[bot]
281268b9a2 Updated Schemas 2022-11-07 01:57:43 +00:00
TerrificTrifid
7fffa92ff0 Rewrite singularities 2022-11-06 19:55:50 -06:00
Nick
965136505f Give this a description because I forgot what it does 2022-11-06 20:43:13 -05:00
Nick
aaa87cc858 Fix rotation on stock planets 2022-11-06 18:41:01 -05:00
Nick
18f66f8701 Make colour descriptions better 2022-11-03 18:37:51 -04:00
Noah
7efc5d119f
Update Actions (#437)
Updates all workflows to try to use the newer actions so we don't get as
many deprecation warnings.
2022-10-31 19:13:31 -04:00
Ben C
058220dd39
Update Actions 2022-10-31 08:01:42 -04:00
Ben C
b48411e849
docs: add a little explanation (#435)
<!-- Some improvement that requires no action on the part of add-on
creators i.e., improved star graphics -->
## Improvements
- Just a few additional explanations.
<img width="900" alt="CleanShot 2022-10-31 at 07 38 12@2x"
src="https://user-images.githubusercontent.com/48713768/198905197-95692c78-3a7c-4543-970c-2b49a68d80c3.png">
2022-10-30 19:29:57 -04:00
Ben C
474abcbf4b
Add Generic API Methods (#427)
**Untested right now**
Now that OWML supports generic API methods, this PR makes `QueryBody`
and `QuerySystem` have generic counterparts.

The generic methods are a bit different from the others, as they'll
return `default(T)` if the JSONPath doesn't find anything.
2022-10-30 19:28:02 -04:00
96-38
e941d0cd14 docs: add a little explanation 2022-10-31 07:37:02 +09:00
Ben C
42f81680f4
Please Fix Docs ty 2022-10-29 21:40:42 -04:00
Ben C
637a334db6
docs: add cli tool section (#434)
<!-- Some improvement that requires no action on the part of add-on
creators i.e., improved star graphics -->
## Improvements
- Added a CLI Tool section to the Translations page of the
documentation.
I created with reference to the Config Editor page. However, I am not a
native English speaker, so please let me know if there are any sentences
that are grammatically incorrect.
<img width="900" alt="CleanShot 2022-10-30 at 10 07 16@2x"
src="https://user-images.githubusercontent.com/48713768/198858132-f00aad93-8abf-446d-b9b3-2547230a139f.png">
2022-10-29 21:35:46 -04:00
kurosawa
98dc28ec2b
Update docs/content/pages/tutorials/translation.md
Co-authored-by: Ben C <bwc9876@gmail.com>
2022-10-30 10:29:16 +09:00
kurosawa
1ec138a053
Update docs/content/pages/tutorials/translation.md
Co-authored-by: Ben C <bwc9876@gmail.com>
2022-10-30 10:29:11 +09:00
kurosawa
de6cf9c914
Update docs/content/pages/tutorials/translation.md
Co-authored-by: Ben C <bwc9876@gmail.com>
2022-10-30 10:28:41 +09:00
kurosawa
a96bd7e966
Update docs/content/pages/tutorials/translation.md
Co-authored-by: Ben C <bwc9876@gmail.com>
2022-10-30 10:28:33 +09:00
kurosawa
0efe455db3
Update docs/content/pages/tutorials/translation.md
Co-authored-by: Ben C <bwc9876@gmail.com>
2022-10-30 10:28:06 +09:00
96-38
aef4cc3089 docs: add cli tool section 2022-10-30 09:57:40 +09:00
Nick
b0119697a7
1.7.1 (#432)
## Bug fixes
- Fixes details with sectored based scripts on them being broken if you
put them on multiple planets.
- Modded facts are no longer required for the Archaeologist achievement
v1.7.1
2022-10-20 21:42:29 -04:00
Nick
ffb52cdcff Bump version 2022-10-20 21:37:04 -04:00
Nick
ae3bca5293
Include sector in the key for detail cache (#431)
## Bug fixes
- Should fix sector issues with details that are placed on multiple
planets
2022-10-20 21:35:53 -04:00
Nick
b604192a2b Include sector in the key for detail cache 2022-10-20 21:20:24 -04:00
Nick
d1964098a8 Merge branch 'dev' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into dev 2022-10-20 21:18:56 -04:00
Nick
785f44282d Merge branch 'main' into dev 2022-10-20 21:18:46 -04:00