diff options
| author | jussi | 2024-11-21 00:11:31 +0200 |
|---|---|---|
| committer | jussi | 2024-11-21 00:11:31 +0200 |
| commit | 4c0eb17a9c234bfee73af408faa38e38f2e450d9 (patch) | |
| tree | 4aea4fe804a63ed13a1d092aada0ba5925dcf05f /changelog | |
| parent | 479726a5e468a2f4d0f9337f082889082e535bfb (diff) | |
| download | reilua-enhanced-4c0eb17a9c234bfee73af408faa38e38f2e450d9.tar.gz reilua-enhanced-4c0eb17a9c234bfee73af408faa38e38f2e450d9.tar.bz2 reilua-enhanced-4c0eb17a9c234bfee73af408faa38e38f2e450d9.zip | |
New raylib 5.5 functions.
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -7,6 +7,17 @@ KEY CHANGES: DETAILED CHANGES: - CHANGE: Is*Ready to Is*Valid functions. - CHANGE: GetScreenToWorldRay and GetScreenToWorldRayEx. + - ADDED: GetClipboardImage. + - ADDED: MakeDirectory and IsFileNameValid. + - ADDED: ComputeCRC32, ComputeMD5 and ComputeSHA1. + - ADDED: SetGamepadVibration. + - ADDED: GetShapesTexture and GetShapesTextureRectangle. + - ADDED: CheckCollisionCircleLine. + - ADDED: LoadImageAnimFromMemory, ImageFromChannel and ImageKernelConvolution. + - ADDED: ImageDrawLineEx and ImageDrawTriangle* functions. + - ADDED: ColorIsEqual and ColorLerp. + - ADDED: TextToSnake and TextToCamel. + - ADDED: DrawModelPoints, DrawModelPointsEx, ExportMeshAsCode and UpdateModelAnimationBones. ------------------------------------------------------------------------ Release: ReiLua version 0.8.0 Using Raylib 5.0 and Forked Raygui 4.0 |
