From 76911d45a879838047b2845cd6124e9ca3af083a Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 29 Oct 2023 13:21:42 +0200 Subject: New object types for all types. --- changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'changelog') diff --git a/changelog b/changelog index ab92cf0..deef58f 100644 --- a/changelog +++ b/changelog @@ -5,6 +5,7 @@ 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. + - CHANGED: ModelAnimations are changed to separate ModelAnimation types as in Raylib. DETAILED CHANGES: - CHANGED: GenImageColor now takes Vector2 as size. @@ -17,6 +18,7 @@ DETAILED CHANGES: - REMOVED: UnloadFont. - ADDED: LoadFontEx takes also fontChars. - REMOVED: UnloadWave and UnloadSound. + - REMOVED: UnloadMesh, UnloadMaterial, UnloadModel and UnloadModelAnimations. ------------------------------------------------------------------------ Release: ReiLua version 0.5.0 Using Raylib 4.5 -- cgit v1.2.3