4607 Commits

Author SHA1 Message Date
Ben C
f461592c78
Properly split by
in descriptions
2023-12-28 15:56:12 -05:00
Nick
cb2d83e026 Implement StopTime, SlowTime mod compat 2023-12-23 13:37:02 -05:00
xen-42
b6702b46a7
1.18.0 (#759)
## Major features
- Custom items and item sockets, as an extension of the existing
details. Interactivity can be added without code by setting dialogue
conditions with an item's `pickupCondition` or socket's
`insertCondition`, and then turning other details on or off using their
`activationCondition`.

## Minor features
- Added API methods for looking up translated strings for localization.

## Bug fixes
- Fixes orbs on copied details
- Fix slide module default values #754
- Fix slides being inverted in the ship log #746
v1.18.0
2023-12-17 01:51:10 -05:00
Nick
8e0fbbb69d Mark method obsolete 2023-12-17 01:03:59 -05:00
Nick
725ccf00cd Add back missing method signature for Outer Wives 2023-12-17 00:54:31 -05:00
Nick
b987da9e49 Bump version number 2023-12-17 00:45:56 -05:00
xen-42
ddcd1cdf4e
Fix some slide bugs (#756)
<!-- 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
- [ ] make async slide loading actually async. maybe try to find a way
to unload them too, idk
- [ ] maybe fix #755 
- [x] fix #754
- [x] fix #746
2023-12-17 00:43:25 -05:00
xen-42
daf5709b51
Item and Item Socket Props (#750)
<!-- A new module or something else important -->
## Major features
- Custom items and item sockets, as an extension of the existing
details. Interactivity can be added without code by setting dialogue
conditions with an item's `pickupCondition` or socket's
`insertCondition`, and then turning other details on or off using their
`activationCondition`.

<!-- A new parameter added to a module, or API feature -->
## Minor features
- Added API methods for looking up translated strings for localization.
2023-12-17 00:42:28 -05:00
xen-42
e067810780
Take some rigidbody patches from QSB (#758)
## Bug fixes
- Fixes orbs on copied details and rafts not being rotated with planets
2023-12-17 00:41:01 -05:00
Nick
9b435e3452 Fix shuttles/gravity cannons, add comment describing patch 2023-12-17 00:17:49 -05:00
Nick
865327d79f Take some rigidbody patches from QSB 2023-12-16 23:46:29 -05:00
Ben C
dd79d18434
Fix CI 2023-12-01 13:12:44 -05:00
Ben C
101e23b48c
Fix CI 2023-12-01 13:11:33 -05:00
Ben C
9310b4f9f7
Fix CI 2023-12-01 13:09:54 -05:00
Ben C
06e57a09bb
Fix CI 2023-12-01 13:07:52 -05:00
Ben C
0c57105ac6
Fix CI 2023-12-01 13:04:50 -05:00
Ben C
819f5340bf
Fix CI 2023-12-01 12:59:03 -05:00
Ben C
8b13cc0ad6
Fix CI 2023-12-01 12:53:07 -05:00
Ben C
5bee43d7dd
Fix CI 2023-12-01 12:52:25 -05:00
Ben C
d77eaee13e
Remake Docs In Astro (#622)
Remade the documentation site in Astro

Preview Link: https://nh-docs-temp.surge.sh/

Content is pretty much untouched except for:
- FAQ is gone (no one uses it)
- So is the config editor page
- Reading schemas page is gone
- Schemas are now more granular, everything isn't flattened and put onto
one page (terrible for accessibility, SEO, and performance)

(Actual) Search will work straight out of the box (starlight uses
PageFind)

TODO:
- [x] Use Astro v3 Images instead of putting stuff in `public/`
- [x] Spacing on schema pages needs adjusting
- [x] Once-over on links and such, *schema links have changed*
- [x] Update workflows
- [x] Make an announcement asking for feedback (lest the addon devs
revolt)
2023-12-01 12:49:35 -05:00
Ben C
f604cc2981
Fix pagination on getting started 2023-11-30 12:36:38 -05:00
Ben C
4204a0d653
Various Improvements 2023-11-29 21:58:09 -05:00
Ben C
7cbaef6fc1
teehee 2023-11-29 17:10:26 -05:00
Ben C
228c89299b
Add changes from #741 2023-11-29 16:40:20 -05:00
Ben C
25357c1ce1
Remove top-level .vscode 2023-11-29 16:33:08 -05:00
Ben C
78ee53b78b
change in link in top-level contributing 2023-11-29 16:25:11 -05:00
Ben C
0a77493156
Fix anchor flashing 2023-11-29 16:22:52 -05:00
Ben C
5db7e6b156
Fix absolute path in schema anchors 2023-11-29 16:12:09 -05:00
Ben C
751bb8ae24
Cool file names on code blocks 2023-11-29 16:10:45 -05:00
Ben C
13d4c8d554
Update Docs Workflow 2023-11-29 14:09:40 -05:00
Ben C
7980a38eda
Update Docs Workflow 2023-11-29 12:27:17 -05:00
Ben C
7e7ec07096
Make a contributing document 2023-11-29 12:22:43 -05:00
Ben C
6a00362f7d
Update Deps 2023-11-29 12:00:04 -05:00
Ben C
1548b58f57
External link handler, Edit resources 2023-11-29 11:55:57 -05:00
Ben C
7691cdb4ff
Go through and fix links 2023-11-29 11:35:31 -05:00
Ben C
6fc7762530
Fix empty descriptions rendering bad 2023-11-29 11:26:28 -05:00
Ben C
e026f470fe
Make AudioType a table 2023-11-29 11:16:07 -05:00
Ben C
78cb857ace
Pkg metadata 2023-11-28 18:29:05 -05:00
Ben C
0355f8fb4e
Fix TOC Not Working 2023-11-28 16:52:44 -05:00
Ben C
3a01e1330a
Merge branch 'main' into docs-astro 2023-11-28 16:33:27 -05:00
Ben C
9a8dd3b66e
A bunch of improvements 2023-11-28 16:26:54 -05:00
Ben C
97602b959d Updated Schemas 2023-11-28 21:24:42 +00:00
JohnCorby
7f0bd41e4e Merge remote-tracking branch 'origin/slide-bugs' into slide-bugs 2023-11-28 13:22:24 -08:00
JohnCorby
914ff4df5c actually provide default values 2023-11-28 13:22:05 -08:00
Ben C
f16498c4df Updated Schemas 2023-11-28 21:13:34 +00:00
JohnCorby
67ff544fb3 document base game defaults for slides 2023-11-28 13:11:04 -08:00
JohnCorby
47dcd79744 set streamingAssetIdentifier to non null value 2023-11-28 12:10:30 -08:00
Ben C
2e7d485b34
Sidebars yippee 2023-11-28 11:46:16 -05:00
Ben C
8622b75b29
Update deps 2023-11-28 10:05:48 -05:00
Ben C
2549d9392a Updated Schemas 2023-11-03 03:31:49 +00:00