3948 Commits

Author SHA1 Message Date
Ben C
3943a0f02a Updated Schemas 2023-05-26 21:43:07 +00:00
JohnCorby
5f8bd8b8c7 Merge remote-tracking branch 'origin/layer-doc' into layer-doc 2023-05-26 14:40:16 -07:00
JohnCorby
b29cbb9a95 remove default cuz its not true 2023-05-26 14:39:25 -07:00
Ben C
1c68a9711d Updated Schemas 2023-05-26 21:31:44 +00:00
JohnCorby
08ac2e1256 clarify AGAIN 2023-05-26 14:29:25 -07:00
JohnCorby
c696129f56 clarify 2023-05-26 14:27:19 -07:00
Ben C
44d3a24d3a Updated Schemas 2023-05-26 20:47:09 +00:00
JohnCorby
7b23580e56 doc layers 2023-05-26 13:45:09 -07:00
JohnCorby
2ce361e182 priority doc 2023-05-26 13:31:41 -07:00
Will Corby
7a0276db1d
Fixed "None" vine prefab causing an NRE on dimension enter (#588)
resolves #562 
Also fixed an issue where anglerfish weren't animating properly
2023-05-15 20:55:37 -07:00
coderCleric
fdac1dd6e6 Fixed angler animation events disconnecting for added fish 2023-05-15 17:52:36 -06:00
coderCleric
3bfd688e57 Fixed "None" vine prefab causing an NRE on dimension enter 2023-05-15 14:50:45 -06:00
Ben C
f3fd47dfb7
Revert "ImageUtilities.cs: remove back compat thing as no released mod uses it"
This reverts commit 14c03c49b292d95714ab7f0630003f35a189f3c7.
2023-05-07 16:24:30 -04:00
Ben C
b1daa02d1f Fix arg not found 2023-05-07 01:40:04 -04:00
Ben C
31923d50c6
Fix #586 and also __0 thing 2023-05-07 01:06:00 -04:00
Will Corby
4901d23db9
Better stretch (#584)
<!-- 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
- bump up detector shape limit 4x

<!-- Be sure to reference the existing issue if it exists -->
## Bug fixes
- stretch now behaves more intuitively (does not divide min/max height
by the largest stretch axis)

- [x] make ball pit mod work
2023-05-01 20:44:04 -07:00
JohnCorby
ade3320167 explan 2023-05-01 20:33:44 -07:00
TerrificTrifid
605d34da47 Initialize ShapeManager after patching 2023-05-01 22:18:45 -05:00
JohnCorby
ee2c6dc2d3 ShapeManagerPatches.cs: make the fact that we're multiplying the base game capacities more obvious 2023-04-26 16:40:46 -07:00
TerrificTrifid
53be7efe1e Increase detector list size 2023-04-25 22:17:04 -05:00
JohnCorby
6244fb70d4 _layerMask 2023-04-25 20:08:51 -07:00
TerrificTrifid
262fc1687e _radius 2023-04-25 22:07:11 -05:00
TerrificTrifid
6a8299f4cc Don't normalize stretch height 2023-04-25 21:54:53 -05:00
Will Corby
a50feb6081
make tornadoes work with physics object (#582)
<!-- 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
- physics details are now affected by tornadoes

fix #580. i give up on tornadoes
2023-04-24 20:10:27 -07:00
Will Corby
d02dc34b40
basic generated texture cache (#583)
<!-- 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
- generated textures are now cached. this should reduce memory usage
- textures are named by file path and then the effects applied to them,
for example `[path] > invert > tint [color]`

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

fix #581
2023-04-24 20:08:18 -07:00
Nick
1a19a7418c Create a method for getting the keys 2023-04-24 23:04:37 -04:00
JohnCorby
065dc6cfff oops 2023-04-24 19:31:07 -07:00
JohnCorby
fd197bf9bd combine 2 caches into 1 2023-04-24 19:30:09 -07:00
JohnCorby
ca0c93177f oops 2023-04-24 19:12:32 -07:00
JohnCorby
b19478d7e7 remove mods path from key 2023-04-24 19:11:00 -07:00
JohnCorby
0433495dd4 no leave the formatting pls 2023-04-24 18:36:51 -07:00
JohnCorby
a44cea387d oops 2023-04-24 18:28:54 -07:00
JohnCorby
f57ca63f71 cache generated textures 2023-04-24 18:13:25 -07:00
JohnCorby
36f50581d2 better name for ambient light cubemap 2023-04-24 17:40:11 -07:00
JohnCorby
9f3fa6b524 Merge branch 'dev' into physics-fix 2023-04-24 17:29:30 -07:00
Will Corby
551b4a8ac1
Triplanar Heightmap (#577)
## Major features
- Heightmap overhaul!!!!
  - normal maps (bump maps)
  - smoothness (gloss) and metallic maps
- tiling versions of texture/normal/smoothness/metallic maps for finer
up-close detail
  - texture painting
- use the red, green, blue, and alpha channels of a blend texture to
determine where each set of tile textures goes.
- you can also use black spots on the blend map to include a fifth
"base" set of tile textures for where there's a lack of
red/blue/blue/alpha.

## Minor features
-

## Improvements
-

## Bug fixes
-
2023-04-24 17:29:08 -07:00
JohnCorby
0398a869f3 apply _buoyancy and _splashEffects from probe 2023-04-24 17:13:28 -07:00
JohnCorby
cbd87292e5 put a shape on AddPhysics stuff 2023-04-24 17:05:55 -07:00
JohnCorby
95dee80853 dont wrap unless we have to 2023-04-24 16:46:00 -07:00
JohnCorby
14c03c49b2 ImageUtilities.cs: remove back compat thing as no released mod uses it 2023-04-24 14:52:56 -07:00
JohnCorby
8b9d5bea9d typo 2023-04-23 18:26:35 -07:00
JohnCorby
33256c0f4d Revert "consider alpha when summing tiles"
This reverts commit 1e29d720e11e7f97135d43a47a1760f9307e2371.
2023-04-23 17:55:21 -07:00
JohnCorby
3784a10ba1 Revert "oops"
This reverts commit 07adc79209db0a02e1a7d453775bbfc276319ebd.
2023-04-23 17:55:21 -07:00
JohnCorby
39e70a11ab remove irrelevant comment 2023-04-23 17:47:04 -07:00
JohnCorby
d2f6d0b52e TODO 2023-04-23 17:46:29 -07:00
JohnCorby
07adc79209 oops 2023-04-23 17:44:49 -07:00
JohnCorby
1e29d720e1 consider alpha when summing tiles 2023-04-23 17:26:42 -07:00
JohnCorby
43989475fc updated bundles 2023-04-23 16:38:43 -07:00
JohnCorby
9616a1aca4 switch to simpler rotation shader 2023-04-23 16:14:48 -07:00
JohnCorby
62f7f6d61a remove this patch, as it's implemented properly in vanillafix 2023-04-23 01:11:49 -07:00