9937 Commits

Author SHA1 Message Date
Thomas Anderson 034ffda887 [cmake] update cmake for PLATFORM_MEMORY (#5749)
* update cmake for PLATFORM_MEMORY

* remove opengl example for memory platform

* update for winmm and cross compile
2026-04-13 18:55:45 +02:00
Ebben Feagan 970531d112 Update BINDINGS.md to add new FreeBASIC port (#5755)
Added the raylib4fb port
2026-04-12 23:49:38 +02:00
Ray 99eaf72362 Merge branch 'master' of https://github.com/raysan5/raylib 2026-04-12 19:49:54 +02:00
Ray 1339ec637e Update raylib.h 2026-04-12 19:49:45 +02:00
Thomas Anderson 44e5126d08 update 2025->2026, 5.5->6.0 (#5754) 2026-04-12 19:21:09 +02:00
Ray 51d693607e Update Makefile 2026-04-12 11:07:19 +02:00
Ray a5427bc38f Update rlsw.h 2026-04-12 11:07:09 +02:00
Maicon Santana 605303f62b fix: pthread_mutex_lock called on a destroyed mutex (#5752) 2026-04-12 10:32:05 +02:00
Thomas Anderson b3592631b0 update makefile for PLATFORM_MEMORY (#5750) 2026-04-12 10:25:59 +02:00
Ray ddfbe973d4 Updated Windows resource file 2026-04-12 10:24:35 +02:00
Thomas Anderson fe5271c568 update raylib.rc to 6.0 (2026) (#5748) 2026-04-12 10:23:09 +02:00
Thomas Anderson de95b3aa70 added gpuready check to gentexturemipmaps (#5747) 2026-04-10 15:42:06 +02:00
Ray fbcc8cdb55 Update shapes_top_down_lights.c 2026-04-09 11:52:06 +02:00
Ray ca6f188233 Update shaders_shapes_textures.c 2026-04-09 11:52:04 +02:00
Ray 8e54b19d9f Update shapes_basic_shapes.c 2026-04-09 11:46:00 +02:00
Ray e24b01bb28 Update HISTORY.md 2026-04-09 11:36:26 +02:00
Ray 68d519910a Merge branch 'master' of https://github.com/raysan5/raylib 2026-04-09 11:35:24 +02:00
Ray 53915d77e6 Update CHANGELOG 2026-04-09 11:22:13 +02:00
github-actions[bot] b202421e08 rlparser: update raylib_api.* by CI 2026-04-09 09:16:49 +00:00
Ray 05a14456ae REDESIGNED: DrawCircleGradieent() to use Vector2 as center parameter #5738 2026-04-09 11:16:31 +02:00
Angshuman Kishore Mahato c5fc771622 removed the first RL_DEFAULT_SHADER_ATTRIB_LOCATION_BONEMATRICES (#5727) 2026-04-06 00:38:04 +02:00
Ray d3c6f426b4 Update for software renderer on DRM #5721 2026-04-05 11:02:26 +02:00
Peter0x44 c4bd4faab5 [build][CMake] REVIEWED: DRM software renderer configuration (#5721)
https://github.com/raysan5/raylib/pull/5720#issuecomment-4187113099

In this comment, it was pointed out that LibraryConfigurations.cmake
still tries to find and link egl, gbm, and glesv2, even when using the
software renderer is it not necessary.

This patch addresses that.
2026-04-05 11:01:44 +02:00
Krzysztof Szenk 4a6ceb9c76 [rcore_rgfw] Icon color format fix (#5724)
After RGFW update to 2.0.0-dev in fbd83cafc7, RGFW_window_setIcon api has changed -- not it takes pixel format enum instead of number of channels. On raylib side it was still passing 4 (number of channels in rgba) which is enum value for BGRA8. Instead we have to pass 2 now (RGFW_formatRGBA8 = 2).
2026-04-05 10:50:31 +02:00
Ray 6ef0044381 REVIEWED: Window messages WM_SIZING, WM_SIZE, WM_WINDOWPOSCHANGED #5720 2026-04-04 17:37:25 +02:00
Ray 1122add3ee Minor format tweak 2026-04-04 17:36:18 +02:00
Ray 92f82b4add Update raylib.h 2026-04-04 16:50:15 +02:00
Ray cdff3d7bea Update CHANGELOG 2026-04-04 16:50:10 +02:00
Le Juez Victor 138ef838d9 [rlsw] Some platform fixes (#5720)
* fix drm with rlsw

* fix window resizing with sdl

* fix window resizing with win32
2026-04-04 16:47:33 +02:00
Ray 6ff51d3a2a Update audio_amp_envelope.c 2026-04-04 11:13:29 +02:00
Ray ea6292e27a REVIEWED: example: audio_amp_envelope, code formating to follow raylib code conventions #5713 2026-04-04 11:12:30 +02:00
Arbinda Rizki Muhammad bb7b8d70e9 Example/audio adsr (#5713)
* add  audio_amp_envelope example

* Change 1.0f to env->sustainLevel in case the user
release the spacebar before attack state done
2026-04-04 11:04:24 +02:00
github-actions[bot] f36533cbd8 rlparser: update raylib_api.* by CI 2026-04-01 21:23:44 +00:00
Ray 5c2dee0862 REVIEWED: LoadDirectoryFiles*() comments 2026-04-01 23:23:25 +02:00
Green3492 12140cd444 explicitly state TEXTURE_WRAP_REPEAT for web build (#5711) 2026-04-01 14:48:49 +02:00
Ray 3f7f040c7e Merge branch 'master' of https://github.com/raysan5/raylib 2026-04-01 10:17:43 +02:00
Ray 4799cab772 Update rexm.c 2026-04-01 10:17:41 +02:00
Ray eb4f1a6da0 Update ROADMAP.md 2026-04-01 10:17:37 +02:00
Ray 449182bb51 Update README.md 2026-04-01 10:17:34 +02:00
Krzysztof Szenk 4ca9170f5b [rcore_rgfw] Updating render resolution as well on SetWindowSize (#5709)
* [rcore_rgfw] Updating render resolution as well on SetWindowSize

* Actually, maybe even better call SetupViewport()
2026-04-01 09:46:14 +02:00
Green3492 78797757f0 store bytes at global data seg (#5708) 2026-03-31 16:45:54 +02:00
Ray a6dc9f9e92 Update LICENSE.md 2026-03-30 20:16:40 +02:00
Ray c7df641aa2 Update text_font_loading.c 2026-03-30 11:00:39 +02:00
Ray 63beefd0de Update Makefile.Web 2026-03-30 11:00:29 +02:00
Ray b3bf537fab Update rexm.c 2026-03-30 11:00:26 +02:00
Ray 8743e11285 Update rmodels.c 2026-03-29 21:40:41 +02:00
Ray 04f81538b7 ADDED: Some sample code to export gltf/glb meshes -WIP- 2026-03-29 21:37:01 +02:00
Ray 8d70f1007b Update CHANGELOG 2026-03-29 21:24:33 +02:00
Ray 6c0134bb5c Create cgltf_write.h 2026-03-29 21:24:24 +02:00
Ray e9231bc4f1 Update stb_image_resize2.h 2026-03-29 21:24:20 +02:00