summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2023-10-27 22:53:56 +0300
committerjussi2023-10-27 22:53:56 +0300
commit7ef87c8e2f7824a8abfe715aef23b4a6d2e4db78 (patch)
treea1a669e8af511c79657cbad1de69419c86212127 /changelog
parent4cb4edcaf0d8b08d888a60d1a5d36f6e3690a4df (diff)
downloadreilua-enhanced-7ef87c8e2f7824a8abfe715aef23b4a6d2e4db78.tar.gz
reilua-enhanced-7ef87c8e2f7824a8abfe715aef23b4a6d2e4db78.tar.bz2
reilua-enhanced-7ef87c8e2f7824a8abfe715aef23b4a6d2e4db78.zip
New object types for Image, Texture, RenderTexture, Camera2D, Camera3D and Shader.
Diffstat (limited to 'changelog')
-rw-r--r--changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/changelog b/changelog
index 38ceea8..b7b8838 100644
--- a/changelog
+++ b/changelog
@@ -1,4 +1,21 @@
------------------------------------------------------------------------
+Release: ReiLua version 0.6.0 Using Raylib 4.5
+------------------------------------------------------------------------
+KEY CHANGES:
+ - CHANGED: Switch from ID based objects to userdata.
+ - CHANGED: Wrong arguments now largely crash the application instead of TraceLog state->logLevelInvalid.
+ - CHANGED: Rely mostly on luaL_check* functions for arg checking.
+
+DETAILED CHANGES:
+ - CHANGED: GenImageColor now takes Vector2 as size.
+ - REMOVED: UnloadImage.
+ - REMOVED: UnloadTexture.
+ - REMOVED: GetTextureType and texture type DEFINES.
+ - ADDED: GetRenderTextureTexture and GetRenderTextureDepthTexture.
+ - REMOVED: UnloadCamera2D and UnloadCamera3D.
+ - REMOVED: UnloadShader.
+
+------------------------------------------------------------------------
Release: ReiLua version 0.5.0 Using Raylib 4.5
------------------------------------------------------------------------
KEY CHANGES: