diff options
| author | jussi | 2023-04-07 21:24:14 +0300 |
|---|---|---|
| committer | jussi | 2023-04-07 21:24:14 +0300 |
| commit | 6dad6544d7196905668b4863487daa00ac9843f7 (patch) | |
| tree | d6c365c90d3a1e8c8e8a368703ac4b6826fce491 /changelog | |
| parent | 22f70cf06f75cd5022e622a9d14a56b67e74a157 (diff) | |
| download | reilua-enhanced-6dad6544d7196905668b4863487daa00ac9843f7.tar.gz reilua-enhanced-6dad6544d7196905668b4863487daa00ac9843f7.tar.bz2 reilua-enhanced-6dad6544d7196905668b4863487daa00ac9843f7.zip | |
Audio and shapes now use new argumet style.
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ Detailed changes: - ADDED: ColorContrast - ADDED: GenImagePerlinNoise - ADDED: GenImageText + - CHANGED: DrawLineStrip no longer require pointsCount + - CHANGED: DrawTriangleFan no longer require pointsCount + - CHANGED: DrawTriangleStrip no longer require pointsCount + - REVISED: How argumets are handled. Now uluaGet* functions can take index. Also using mostly positive stack indexing. ------------------------------------------------------------------------ Release: ReiLua version 0.4.0 Using Raylib 4.2 |
