Skip to content

update raylib to 5.5#1

Open
solamint wants to merge 2015 commits intoEncore-Developers:masterfrom
raysan5:master
Open

update raylib to 5.5#1
solamint wants to merge 2015 commits intoEncore-Developers:masterfrom
raysan5:master

Conversation

@solamint
Copy link

@solamint solamint commented Jun 8, 2025

No description provided.

JeffM2501 and others added 30 commits January 3, 2026 08:59
* fix touch position automation event handling

* Fix alignment of previousPosition comment in rcore.c
…id use cases for animation only files that can be applied to N other meshes. (#5475)
Limit collision detection to the player surrounding cells instead of
iterating the full cubicmap each frame.
…core` module: logging and file-system #4551

[utils] was created long time ago, when [rcore] contained all the platforms code, the purpose of the file was exposing basic filesystem functionality across modules and also logging mechanism but many things have changed since then and there is no need to keep using this module.

 - Logging system has been move to [rcore] module and macros are exposed through `config.h` to other modules
 - File system functionality has also been centralized in [rcore] module that along the years it was already adding more and more file-system functions, now they are all in the same module
 - Android specific code has been moved to `rcore_android.c`, it had no sense to have specific platform code in `utils`, [rcore] is responsible of all platform code.
raysan5 and others added 30 commits March 2, 2026 15:56
* removed +1 offset

* update from PR feedback
* Add clipboard image implementation for web

* Making sure that are not malloc empty string or image
* added bounds check

* update from PR feedback
…oints (#5623)

* Measuring length of an array of codepoints

* Applied style changes and removed default measurement function
…quirements (#5624)

Co-authored-by: Federico Gherardi <ghera@libero.it>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.