~ashn/raylib

Ignore unused function warnings from external headers when compiling with GCC and Clang
Fix typos in rcore.c comments (#3234)

* Fix typos in rcore.c comments

thought i corrected "dettach"
Fix typos in rcore.c comments

* 'fordward' > forward
Fix build for OpenGL 2.1, where half floats are part of an extension (#3233)

db55bed7 — mohad12211 1 year, 1 month ago
fix: check if ctrl modifier is among the currently set modifiers (#3230)

c9864d8a — Le Juez Victor 1 year, 1 month ago
Fixed Android app black screen issue when reopening after incomplete closing (#3227)

* Fixed black screen issue when resuming the app on Android

Partly explained here: https://github.com/raysan5/raylib/issues/3127

* Fix APP_CMD_TERM_WINDOW for Android
Tweak build.zig to work with cross-compiling (#3225)

Support 16-Bit HDR textures (#3220)

* Support 16-Bit HDR textures

* Fix build on emscripten

* Move helper functions
Fix material loading #3126
62f5382d — Jeffery Myers 1 year, 1 month ago
[AUDIO] Add an example of how to use LoadSoundAlias (#3223)

* Add a function to clone a sound and share data with another sound.

* rename items based on feedback

* PR Feedback, use custom unload for sound alias, not variant of normal sound unloading

* sound_multi example
601cadba — Jeffery Myers 1 year, 1 month ago
[AUDIO] Add a function to make an alias of a sound and share it's sample data (#3219)

* Add a function to clone a sound and share data with another sound.

* rename items based on feedback

* PR Feedback, use custom unload for sound alias, not variant of normal sound unloading
[CORE] Support for SetWindowTitle and InitWindow for web (#3222)

* Update raylib.h

Changed SetWindowTitle's description

* Update rcore.c

SetWindowTitle now works on web

* Update rcore.c

InitWindow title now works with web platform too.
Adds CMake option for SUPPORT_CUSTOM_FRAME_CONTROL (#3221)

Adds BORDERLESS_WINDOWED_MODE for PLATFORM_DESKTOP (#3216)

04678bc5 — Jeffery Myers 1 year, 1 month ago
int math done with floats causes warnings. (#3218)

b60c6918 — Joseph Montanez 1 year, 1 month ago
Update BINDINGS.md (#3217)

Updated Raylib-PHP to support Raylib 4.5
Fixes GetCurrentMonitor() detection inconsistency issue (#3215)

d3ea6498 — Alexander Klingenbeck 1 year, 1 month ago
Update BINDINGS.md to include rayjs (#3212)

Fix android soname in src/Makefile (#3211)

Changes SetWindowMonitor() to no longer force fullscreen (#3209)

* Changes SetWindowMonitor() to no longer force fullscreen

* Readds fullscreen support
Next