summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2024-01-10 22:19:00 +0200
committerjussi2024-01-10 22:19:00 +0200
commit7460a16cae15dfa7924d1d4df1aac166a6a6fd2c (patch)
treea028b655e878b4c2ff4b8fb3fb4a27395f5e082f /changelog
parent863f596b76043ec374fafa38f14cdc4a97d0b267 (diff)
downloadreilua-enhanced-7460a16cae15dfa7924d1d4df1aac166a6a6fd2c.tar.gz
reilua-enhanced-7460a16cae15dfa7924d1d4df1aac166a6a6fd2c.tar.bz2
reilua-enhanced-7460a16cae15dfa7924d1d4df1aac166a6a6fd2c.zip
Raygui lib extensions property list.
Diffstat (limited to 'changelog')
-rw-r--r--changelog8
1 files changed, 5 insertions, 3 deletions
diff --git a/changelog b/changelog
index d4d73de..b9f963a 100644
--- a/changelog
+++ b/changelog
@@ -1,5 +1,5 @@
------------------------------------------------------------------------
-Release: ReiLua version 0.7.0 Using Raylib 5.0 and Raygui 4.0
+Release: ReiLua version 0.7.0 Using Raylib 5.0 and Forked Raygui 4.0
------------------------------------------------------------------------
KEY CHANGES:
- CHANGE: Switch to Raylib 5.0 and Raygui 4.0.
@@ -31,7 +31,8 @@ KEY CHANGES:
- CHANGE: GlyphInfo type to userdata.
- ADDED: GlyphInfo management functions.
- CHANGE: GuiTabBar works differently to raygui implementation.
- - UPDATED: Raygui lib enhancements.
+ - CHANGE: Raygui lib refactoring.
+ - ADDED: Raygui lib extensions property list.
DETAILED CHANGES:
- REMOVED: DrawLineBezierQuad, DrawLineBezierCubic.
@@ -59,7 +60,8 @@ DETAILED CHANGES:
- FIXED: CameraLib. Slow lateral movement.
- ADDED: GetGlyphInfoByIndex and GetGlyphAtlasRecByIndex.
- ADDED: Raygui lib extensions example.
- - ADDED: Raygui.h returns textBounds for some controls.
+ - CHANGE: Raygui.h returns textBounds for some controls.
+ - CHANGE: Raygui lib changed term element to control to correspond raylib naming.
------------------------------------------------------------------------
Release: ReiLua version 0.6.0 Using Raylib 4.5