406 Commits

Author SHA1 Message Date
Ben C
9826420287 Updated Schemas 2024-10-05 14:58:58 +00:00
Joshua Thome
8a3841730a Merged dev into hawkbar-dreamworld 2024-10-05 09:57:26 -05:00
Ben C
821cd982ea Updated Schemas 2024-10-05 05:59:44 +00:00
Ben C
26dbc04864 Updated Schemas 2024-10-05 05:56:53 +00:00
xen-42
fad1cd82c5
Multiple spawn points (#947)
## Minor features

- The spawn module now has `playerSpawnPoints` and `shipSpawnPoints`
allowing you to define multiple possible spawns on one planet.
- Spawn points now have `makeDefaultIfFactRevealed` and
`makeDefaultIfPersistentCondition` allowing you to change which spawn
the player uses. Priority goes fact -> persistent condition -> default
- Black holes and change star system volumes now have `spawnPointID`. If
this is set, entering one of these volumes will send you to the spawn
with a matching `id` (fixes #917)

## Bug fixes:
- Fix empty warp drive ship log page appearing
- Use save data directly when checking for facts for ship log warp drive
2024-10-04 21:26:41 -04:00
Ben C
f36b33075c Updated Schemas 2024-10-04 19:06:24 +00:00
Ben C
dd78f62f33 Updated Schemas 2024-10-04 18:46:59 +00:00
xen-42
aeb08f1480 Merge branch 'dev' into ship-spawn-facts 2024-10-04 13:34:15 -04:00
Ben C
609b7bfd09 Updated Schemas 2024-10-04 17:19:12 +00:00
xen-42
ae2f762b76
Multiple fixes (#942)
- [ ] JOHN document keeploaded as in say what does this do with culling
- [ ] skybox factor for atmosphere probably
- [ ] maybe put multipliers for surface size?? probably not tho

<!-- A new module or something else important -->

## Major features

-

<!-- A new parameter added to a module, or API feature -->

## Minor features

- Added `allowShipAutoroll` to `Water` and `Atmosphere` (fixes #935)
- Replaced `invulnerableToSun` with `hasFluidDetector` and better
documented anglerfish making planets go gorp #830

<!-- Some improvement that requires no action on the part of add-on
creators i.e., improved star graphics -->

## Improvements

- Allows subtitles of any size now (images get rescaled if need be)
(fixes #893)
- Added documentation of naming scheme for alt ship log images (fixes
#848)

<!-- Be sure to reference the existing issue if it exists -->

## Bug fixes

- Fix subtitles start cycling before main menu is visible (fixes #844)
- Fix disappearing signalscope UI after warping to new star system
(fixes #934)
- Fix null primary body not defaulting to center of universe in other
star systems (fixes #933) (probably)
- Fix proxy details requiring "keepLoaded" set to true to work (fixes
#940)
- Handle proxy body edge case when all scales = 0 (fixes #941)
2024-10-04 12:55:43 -04:00
Ben C
9fe2845900 Updated Schemas 2024-10-04 16:48:58 +00:00
xen-42
42f898a3fa Merge branch 'main' into system-name 2024-10-03 00:46:58 -04:00
Ben C
59055c1ad0 Updated Schemas 2024-10-03 04:35:37 +00:00
Ben C
85e25125af Updated Schemas 2024-10-03 04:23:10 +00:00
Ben C
1d0ede59b7 Updated Schemas 2024-10-03 04:12:13 +00:00
Ben C
e0869897e3 Updated Schemas 2024-10-03 03:55:54 +00:00
Ben C
508d1780f7 Updated Schemas 2024-10-03 02:12:00 +00:00
Ben C
040ebed205 Updated Schemas 2024-08-15 19:17:44 +00:00
xen-42
ae1c958541
If parent cant be found try creating prop again (#881)
## Improvements
- Setting `parentPath` will be more robust on most props


Kinda worried about the overhead on this, do we think using `Find` to
look for the parent is expensive? We'd be doing it for every prop ever
and in most cases it will not matter.
2024-06-17 19:06:34 -04:00
Ben C
035dc02406 Updated Schemas 2024-06-07 11:27:18 +00:00
Noah Pilarski
eebcdc1ccd
Add map marker display distance overrides and make a map marker module (#878)
## Minor features

- Added a map marker module with display distance overrides (#847)
2024-06-04 11:44:00 -04:00
Noah Pilarski
7a44824b0d
Add different slide reel prefabs (#879)
## Minor features

- New `reelModel` and `reelCondition` parameters in prop `slideShows`
for slide reel mesh and material. (#811)
- Models: 6-slided, 7-slided, 8-slided, and Whole (7-slided but
connected like 8-slided).
- Conditions: Antique (Stranger), Pristine (Dreamworld), Rusted (Burnt)
- `rotate` parameter added to slide info. Rotates the slide reel item
while inside a projector.
2024-06-04 11:43:43 -04:00
Ben C
978de836d8 Updated Schemas 2024-06-04 12:34:29 +00:00
Ben C
e3b0dc0e34 Updated Schemas 2024-06-04 12:15:26 +00:00
Ben C
230f4e842e Updated Schemas 2024-06-02 16:47:54 +00:00
Ben C
2e7f1b7508 Updated Schemas 2024-06-02 03:02:27 +00:00
Noah Pilarski
5027ca8fd0 Update schemas 2024-05-31 00:13:28 -04:00
Ben C
811897279c Updated Schemas 2024-04-11 15:36:32 +00:00
Ben C
4406258739 Updated Schemas 2024-03-18 00:03:39 +00:00
Ben C
4314f510c9 Updated Schemas 2024-03-13 20:00:47 +00:00
Ben C
1a4b29ca61 Updated Schemas 2024-02-26 05:58:32 +00: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
Ben C
97602b959d Updated Schemas 2023-11-28 21:24:42 +00:00
Ben C
f16498c4df Updated Schemas 2023-11-28 21:13:34 +00:00
Ben C
2549d9392a Updated Schemas 2023-11-03 03:31:49 +00:00
Ben C
698317e747 Updated Schemas 2023-10-31 06:33:56 +00:00
Ben C
fbc92b7cd7 Updated Schemas 2023-10-31 04:32:18 +00:00
Ben C
806fe9ded2 Updated Schemas 2023-09-08 05:18:39 +00:00
Ben C
d49ffeb5b4 Updated Schemas 2023-09-07 22:06:41 +00:00
Ben C
2ab04d065d Updated Schemas 2023-09-02 01:34:05 +00:00
Ben C
dc03cd2844 Updated Schemas 2023-09-02 01:08:03 +00:00
JohnCorby
9f7cad179c Merge remote-tracking branch 'origin/dev' into system-name 2023-09-01 18:04:25 -07:00
Ben C
bd3177c71a Updated Schemas 2023-09-02 01:03:25 +00:00
Ben C
68b67b0cbf Updated Schemas 2023-09-01 16:28:19 +00:00
Ben C
2a3575b26c Updated Schemas 2023-08-26 21:21:11 +00:00
Noah Pilarski
d1072e10cb
Particle/Vection Fields (#665)
<!-- A new module or something else important -->
## Major features
- New `ParticleFields` module. Add particles to your planet (ex: leaves,
rain, snow, fireflies, and more). Resolves #219

<!-- 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
-
2023-08-24 16:32:46 -04:00
Ben C
24d7a1388a Updated Schemas 2023-08-24 20:31:44 +00:00
Noah Pilarski
ca7e0f25e7 rename to Particle Fields 2023-08-24 16:28:56 -04:00
Ben C
c3634ed7b2 Updated Schemas 2023-08-24 18:14:13 +00:00
Ben C
f1292cbfe9 Updated Schemas 2023-08-23 16:40:02 +00:00