diff options
| author | jussi | 2023-10-29 13:21:42 +0200 |
|---|---|---|
| committer | jussi | 2023-10-29 13:21:42 +0200 |
| commit | 76911d45a879838047b2845cd6124e9ca3af083a (patch) | |
| tree | 2ff82956451818faaa8956fa2af543fc32646a03 /changelog | |
| parent | fd49d806cf1f54fb86c3ed7b9db499f473a3ef1d (diff) | |
| download | reilua-enhanced-76911d45a879838047b2845cd6124e9ca3af083a.tar.gz reilua-enhanced-76911d45a879838047b2845cd6124e9ca3af083a.tar.bz2 reilua-enhanced-76911d45a879838047b2845cd6124e9ca3af083a.zip | |
New object types for all types.
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
