Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-01-30 | 1.1 kB | |
Stipple Effect v1.2.3 source code.tar.gz | 2025-01-30 | 596.1 kB | |
Stipple Effect v1.2.3 source code.zip | 2025-01-30 | 1.1 MB | |
Totals: 3 Items | 1.7 MB | 0 |
Update Summary
Full changelog: https://github.com/stipple-effect/stipple-effect/compare/v1.2.2...v1.2.3
Added:
- Reload script button when running a script in the preview window: reload from file with changes
- Pointer finger cursor to select dialog buttons and navbar submenu terminal buttons
Changed:
- Updated Stipple Effect -> Resources links with new repository and website URLs
- Updated DeltaScript interpreter
Fixed:
- Bug: Additive operators have a higher precedence than multiplicative operators in {DeltaScript}
- Bug: Rendering the pixel grid can cause the program to crash
API Changes:
- Changed:
- Refactored
hsv
color generation functions from$SE
to$Graphics
$SE.hsv(float h, float s, float v, int a) -> color
to$Graphics.hsv(float h, float s, float v, int a) -> color
$SE.hsv(float h, float s, float v) -> color
to$Graphics.hsv(float h, float s, float v) -> color