Skip to content

Conversation

@solamint
Copy link

@solamint solamint commented Jun 8, 2025

No description provided.

raysan5 and others added 30 commits November 17, 2025 19:40
- Fix IsGamepadAvailable() returns false for an available controller immediately after window initialization
…g NULL pointer (#5359)

When SDL_GameControllerNameForIndex returns null, the app crashes. This was addressed earlier in PR#4859 though the fix submitted on PR #4859 was only fixing the crashing and not addressing the root cause.
* [examples] Added: `shapes_rlgl_triangle` example

* correct name

* formatting

* Revert "formatting"

This reverts commit f1d246a.

* Revert "correct name"

This reverts commit 974985e.

* Revert "[examples] Added: `shapes_rlgl_triangle` example"

This reverts commit d053b9a.

* [examples] Added: `shapes_rlgl_color_wheel` example

* clarify color variable

* formatting

* formatting

* formatting

* formatting

* reduce redundancy

* moved color updating code to update
mcdubhghlas and others added 30 commits December 31, 2025 10:58
…category, instead of adding it at the end of the file
GNU Make 3.81 that ships with MacOSX does not understand '!= ...' assignment
so we use ':= $(shell ...)' instead which have the same behavior here.

Additionally, I have changed the use of 'type' to 'command -v'
because assigning the result of 'type' to variable named 'EMMAKE'
does not make much sense. I also reused this variable.

For more detailed information read the linked issue.

Fixes: #5460
* 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)
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.