From 4c0eb17a9c234bfee73af408faa38e38f2e450d9 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 21 Nov 2024 00:11:31 +0200 Subject: New raylib 5.5 functions. --- changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'changelog') diff --git a/changelog b/changelog index 6e40772..b19814a 100644 --- a/changelog +++ b/changelog @@ -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 -- cgit v1.2.3