summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2024-05-01 15:21:28 +0300
committerjussi2024-05-01 15:21:28 +0300
commit4452bccfa63cf86c134aa616ee0bebcc66beca03 (patch)
treea40befeb0393fd5599240ccb85a4500781d78c17 /changelog
parentbdd660be01f3742befe15dff26929a77eeefe61d (diff)
downloadreilua-enhanced-4452bccfa63cf86c134aa616ee0bebcc66beca03.tar.gz
reilua-enhanced-4452bccfa63cf86c134aa616ee0bebcc66beca03.tar.bz2
reilua-enhanced-4452bccfa63cf86c134aa616ee0bebcc66beca03.zip
Bitwise operations for cross Lua compatibility.
Diffstat (limited to 'changelog')
-rw-r--r--changelog7
1 files changed, 5 insertions, 2 deletions
diff --git a/changelog b/changelog
index c298294..a7f3f14 100644
--- a/changelog
+++ b/changelog
@@ -41,8 +41,11 @@ DETAILED CHANGES:
- ADDED: Raygui lib tree view.
- ADDED: Raygui lib examples file browser.
- CHANGE: Position argument added for GetCodepoint, GetCodepointNext and GetCodepointPrevious.
- - ADDED glEnable, glDisable, glGetString and glClear.
- - ADDED Stencil reflection example.
+ - ADDED: glEnable, glDisable, glGetString and glClear.
+ - ADDED: Stencil reflection example.
+ - ADDED: Math Sign.
+ - FIXED: Camera3D lib Fix up down movement invertion when looking up
+ - ADDED: Bitwise operations for cross Lua compatibility.
------------------------------------------------------------------------
Release: ReiLua version 0.7.0 Using Raylib 5.0 and Forked Raygui 4.0