Skip to content

update raylib to 5.5#1

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

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

Conversation

@solamint
Copy link

@solamint solamint commented Jun 8, 2025

No description provided.

raysan5 and others added 30 commits November 23, 2025 21:40
New platform backend for software rendering directly on RAM memory buffer
* [examples] rewind and forward lines drawing

* [examples] reset button

* [examples] update screenshot

* [examples] applied raylib convention
…s respect base alpha (#5373)

* Added source alpha multiplier for text inline styling examples

* Added header description about base alpha multiplier
* Example for creating balls with simple physics simulation

The goal of this example is to create several colored balls whose movement is simulated and which respond to the action of being grabbed and dragged using the mouse.

* renaming example

renaming example from physics_bouncing_balls to shapes_ball_physics
* new shapes example - penrose tile

* stack cleanup

* proper use of strnlen, strncat and strncpy

* typo correction

* update screenshot of shapes_penrose_tile example
Specifically "occured" -> "occurred"
* Use glfwSetWindowMonitor instead of Pos and Size GLFW functions

* Fix window not resetting properly when toggling out of fullscreen, formatting
katanya04 and others added 30 commits January 23, 2026 13:48
* LoadDirectoryFilesEx on not recursive loading count files

* Removed FilePathList.capacity

* Added security check in case of memory leak

* Fix stop loading paths early on recursive loading

* Fix count directories only if filter contains DIRECTORY_FILTER_TAG

* rlparser: update raylib_api.* by CI

* GetDirectoryFileCount() and GetDirectoryFileCountEx() made visible

* rlparser: update raylib_api.* by CI

* Added new file and directories filter tags

* Renamed `fileCount` in `ScanDirectoryFiles()` to `expectedFileCount`

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Use named fields in rlTranslatef and rlScalef instead of array literals
- Label implicit row-major to column-major transpose in MatrixToFloatV
- Update rlSetUniformMatrix to use rlMatrixToFloat convention
* the math in QuaternionFromVector3ToVector3 is wrong

* fix styling
…able (#5507)

* Fix Emscripten Closure compiler error: undeclared canvas variable

* Fix hardcoded canvas IDs in web targets
* refactor int to float parse

* Reverting  as requested

---------

Co-authored-by: Maicon <maicon@thinkpad02.exads.com>
* add check for replacement,replace strcpy,strncpy with memcpy

* add 4 spaces in if statement

* add spaces
* Removing double zip and misleading zip type

* Removing extra spaces

---------

Co-authored-by: maiconpintoabreu <maicon@thinkpad02.exads.com>
#5516)

* update

* update

* stuff

* update

* move headerfile to root

* delete .h

* update ignore

* fix IsMouseButtonDown\Pressed\Released\Up will get randomly returned to true when the button code is outside the range of mouse button

* remove unessary macro

* refactor IsMouseButton*() early returns
Co-authored-by: maiconpintoabreu <maicon@thinkpad02.exads.com>
Co-authored-by: maiconpintoabreu <maicon@thinkpad02.exads.com>
* trivial: Correct typo in log message.

* trivial: Correct typo in rlparser.
* fixed typos preventing window from min/maxing

* fixed window style generation ignoring minimize precedence, causing errors in edge cases

* added maximize button on resizable windows

* fixed infinite loop when resizing the window manually

* activate window upon creation to set focus and show taskbar icon

* extended SanitizeFlags() to account for problematic resizing/mizing flag mixups
Co-authored-by: maiconpintoabreu <maicon@thinkpad02.exads.com>
Co-authored-by: maiconpintoabreu <maicon@thinkpad02.exads.com>
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.