summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2024-02-24 17:27:34 +0200
committerjussi2024-02-24 17:27:34 +0200
commit9f1bec39f9d3d67c5d194fa4553c2ace09656a1c (patch)
treeca03c5d6e623152e45751b03157ebe595b22d052 /changelog
parent04d2a7df47210f7ac4b9a44ade49af3d92375ee0 (diff)
downloadreilua-enhanced-9f1bec39f9d3d67c5d194fa4553c2ace09656a1c.tar.gz
reilua-enhanced-9f1bec39f9d3d67c5d194fa4553c2ace09656a1c.tar.bz2
reilua-enhanced-9f1bec39f9d3d67c5d194fa4553c2ace09656a1c.zip
Api Scanner.
Diffstat (limited to 'changelog')
-rw-r--r--changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog b/changelog
index 6bbc481..6e59f3e 100644
--- a/changelog
+++ b/changelog
@@ -6,12 +6,15 @@ KEY CHANGES:
- ADDED: LoadImageFromData.
- CHANGE: Process renamed to update to be more inline with naming of raylib and common convention.
- ADDED: Raygui lib tooltip.
+ - ADDED: apiScanner.lua for searching unimplemented functions from raylib.
DETAILED CHANGES:
- ADDED: GetBufferElementSize and GetBufferLength.
- FIXED: Compress_data example.
- FIXED: GuiGetFont return lightuserdata.
- FIXED: GuiSetStyle, GuiLoadStyle and GuiLoadStyleDefault sets state->guiDefaultFont to GuiGetFont.
+ - ADDED: TextFindIndex.
+ - FIXED: SeekMusicStream was not assigned.
------------------------------------------------------------------------
Release: ReiLua version 0.7.0 Using Raylib 5.0 and Forked Raygui 4.0