diff options
| author | jussi | 2023-10-27 22:53:56 +0300 |
|---|---|---|
| committer | jussi | 2023-10-27 22:53:56 +0300 |
| commit | 7ef87c8e2f7824a8abfe715aef23b4a6d2e4db78 (patch) | |
| tree | a1a669e8af511c79657cbad1de69419c86212127 /changelog | |
| parent | 4cb4edcaf0d8b08d888a60d1a5d36f6e3690a4df (diff) | |
| download | reilua-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-- | changelog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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: |
