diff options
| author | jussi | 2023-04-06 19:19:44 +0300 |
|---|---|---|
| committer | jussi | 2023-04-06 19:19:44 +0300 |
| commit | fe15e836bd87963d10bd301a3a24652763059e0d (patch) | |
| tree | a3bd6dbfcadfb3a5ba10a173d443da0595386d19 /changelog | |
| parent | 2526c9732e7ea35bc9ed3e43a4db77b7e6364c5a (diff) | |
| download | reilua-enhanced-fe15e836bd87963d10bd301a3a24652763059e0d.tar.gz reilua-enhanced-fe15e836bd87963d10bd301a3a24652763059e0d.tar.bz2 reilua-enhanced-fe15e836bd87963d10bd301a3a24652763059e0d.zip | |
Switched to Raylib vertion 4.5. Removed some functions and added others. Main changes to camera3D.
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,13 +1,29 @@ ------------------------------------------------------------------------ -Release: ReiLua version 0.5.0 Using Raylib 4.2 +Release: ReiLua version 0.5.0 Using Raylib 4.5 ------------------------------------------------------------------------ KEY CHANGES: - CHANGED: All ReiLua global variables and functions are now stored in global RL table. - CHANGED: All examples are now changed to use new RL table method. - ADDED: doc_parser creates also ReiLua_API.lua that can be used in projects with Lua Language Server. + - CHANGED: Switched to Raylib vertion 4.5. Removed some functions and added others. Main changes to camera3D. Detailed changes: - FIXED: uluaGetRay was looking for integers instead of tables. + - REMOVED: SetCameraMode. + - REMOVED: SetCameraPanControl. + - REMOVED: SetCameraAltControl. + - REMOVED: SetCameraSmoothZoomControl. + - REMOVED: SetCameraMoveControls. + - REMOVED: DrawTextureTiled. + - REMOVED: DrawTexturePoly. + - REMOVED: DrawCubeTexture. + - REMOVED: PlaySoundMulti. + - REMOVED: StopSoundMulti. + - REMOVED: GetSoundsPlaying. + - CHANGED: UpdateCamera3D now takes int mode parameter. Same as UpdateCamera in raylib. + - ADDED: UpdateCamera3DPro. Same as UpdateCameraPro in raylib. + - ADDED: BLEND_CUSTOM_SEPARATE. + - ADDED: Vector2LineAngle ------------------------------------------------------------------------ Release: ReiLua version 0.4.0 Using Raylib 4.2 |
