diff options
| author | jussi | 2024-01-10 22:19:00 +0200 |
|---|---|---|
| committer | jussi | 2024-01-10 22:19:00 +0200 |
| commit | 7460a16cae15dfa7924d1d4df1aac166a6a6fd2c (patch) | |
| tree | a028b655e878b4c2ff4b8fb3fb4a27395f5e082f /changelog | |
| parent | 863f596b76043ec374fafa38f14cdc4a97d0b267 (diff) | |
| download | reilua-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-- | changelog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |
