Skip to content

Commit 1e061ca

Browse files
committed
Updated changelog
1 parent 4dfd56c commit 1e061ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
134134

135135
- New `SceneMan` Lua function `CastTerrainPenetrationRay(Vector start, Vector ray, Vector endPos, int strengthLimit, int skip)`, which adds up the material strength of the terrain pixels encountered along the way, and stops when the accumulated value meets or exceeds `strengthLimit`. `endPos` is filled out with the ending position of the ray, returns `true` or `false` depending on whether the ray was stopped early or not.
136136

137-
- Exposed `MOPixel` property `Color` to Lua. It gets and sets the index of the MOPixel's color. You may need to use `ToMOPixel()` to access it.
137+
- Exposed `MOPixel` property `Color` to Lua (R/W). It gets and sets the index of the MOPixel's color.
138138

139139
</details>
140140

@@ -180,6 +180,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
180180

181181
- `SceneMan` Lua function `DislodgePixel()` now optionally accepts a third boolean argument to delete the found pixel immediately. Format is `DislodgePixel(int posX, int posY, bool deletePixel)`. `DislodgePixel()` now also automatically accounts for scene wrapping.
182182

183+
- `SceneMan` Lua function `DislodgePixel()` and all of its derivatives now return `MOPixels` instead of `MovableObjects`.
184+
183185
</details>
184186

185187
<details><summary><b>Fixed</b></summary>

0 commit comments

Comments
 (0)