Skip to content

Commit 4ddf467

Browse files
committed
Update CHANGELOG
1 parent 10fd4de commit 4ddf467

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@ Current Release: raylib 5.0 (18 November 2023)
77
Release: raylib 5.5 (November 2024?)
88
-------------------------------------------------------------------------
99
KEY CHANGES:
10-
- New rcore backend: RGFW
11-
- New raylib project creator tool
10+
- New rcore backends: RGFW and SDL3
1211
- New platforms supported: Dreamcast, N64, PSP, PSVita, PS4
13-
- GPU Skinning (all platforms and GL versions)
14-
- raymath C++ operators
12+
- Added GPU Skinning support (all platforms and GL versions)
13+
- Added raymath C++ operators
14+
- New tool: raylib project creator
1515

1616
Detailed changes:
1717

1818
WIP: Last update with commit from 02-Nov-2024
1919

2020
[rcore] ADDED: Working directory info at initialization by @Ray
21+
[rcore] ADDED: `GetClipboardImage()`, supported by multiple backends (#4459) by @evertonse
2122
[rcore] ADDED: `MakeDirectory()`, supporting recursive directory creation by @Ray
2223
[rcore] ADDED: `ComputeSHA1()` (#4390) by @Anthony Carbajal
2324
[rcore] ADDED: `ComputeCRC32()` and `ComputeMD5()` by @Ray
@@ -203,6 +204,7 @@ WIP: Last update with commit from 02-Nov-2024
203204
[rtextures] REVIEWED: `ImageDrawRectangleRec()` (#3721) by @Le Juez Victor
204205
[rtextures] REVIEWED: `ImageDraw()`, don't try to blend images without alpha (#4395) by @Nikolas
205206
[rtextures] REVIEWED: `GenImagePerlinNoise()` being stretched (#4276) by @Bugsia
207+
[rtextures] REVIEWED: `GenImageGradientLinear()`, fix some angles (#4462) by @decromo
206208
[rtextures] REVIEWED: `DrawTexturePro()` to avoid negative dest rec #4316 by @Ray
207209
[rtextures] REVIEWED: `ColorToInt()`, fix undefined behaviour (#3996) by @OetkenPurveyorOfCode
208210
[rtextures] REVIEWED: Remove panorama cubemap layout option (#4425) by @Jeffery Myers
@@ -258,7 +260,9 @@ WIP: Last update with commit from 02-Nov-2024
258260
[rmodels] REVIEWED: `GenMeshSphere()`, fix artifacts (#4460) by @MikiZX1
259261
[rmodels] REVIEWED: `GenMeshTangents()`, read uninitialized values, fix bounding case (#4066) by @kai-z99
260262
[rmodels] REVIEWED: `GenMeshTangents()`, fixed out of bounds error (#3990) by @Salvador Galindo
263+
[rmodels] REVIEWED: `UpdateModelAnimation()`, performance speedup (#4470) by @JettMonstersGoBoom
261264
[rmodels] REVIEWED: `DrawCylinder()`, fix drawing due to imprecise angle (#4034) by @Paul Melis
265+
[rmodels] REVIEWED: `DrawCylinder()`, fix drawing of cap (#4478) by @JeffM2501
262266
[rmodels] REVIEWED: `DrawMesh()`, send full matModel to shader in DrawMesh (#4005) (#4022) by @David Holland
263267
[rmodels] REVIEWED: `DrawMesh()`, fix material specular map retrieval (#3758) by @Victor Gallet
264268
[rmodels] REVIEWED: `DrawModelEx()`, simplified multiplication of colors (#4002) by @Le Juez Victor
@@ -364,6 +368,7 @@ WIP: Last update with commit from 02-Nov-2024
364368
[build] REVIEWED: build.zig, remove all uses of deps/mingw (#3805) by @Peter0x44
365369
[build] REVIEWED: build.zig, fixed illegal instruction crash (#3682) by @WisonYe
366370
[build] REVIEWED: build.zig, fix broken build on #3863 (#3891) by @Nikolas Mauropoulos
371+
[build] REVIEWED: build.zig, improve cross-compilation (#4468) by @deathbeam
367372
[build] REVIEWED: CMake, update to raylib 5.0 (#3623) by @Peter0x44
368373
[build] REVIEWED: CMake, added PLATFORM option for Desktop SDL (#3809) by @mooff
369374
[build] REVIEWED: CMake, fix GRAPHICS_* check (#4359) by @Kacper Zybała

0 commit comments

Comments
 (0)