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
Ray
4c79c6837b
Update qoi.h
2026-03-29 21:21:16 +02:00
Ray
e5f0c9f8b1
Update qoa.h
2026-03-29 21:21:11 +02:00
Ray
d5326fe880
Update m3d.h
2026-03-29 21:20:23 +02:00
Ray
adc4c9b875
Update dr_wav.h
2026-03-29 21:19:31 +02:00
Ray
b09da8fce8
Update dr_mp3.h
2026-03-29 21:18:56 +02:00
Ray
0b87a35e5a
Update dr_flac.h
2026-03-29 21:18:28 +02:00
Ray
a1bf8d9c75
Update cgltf.h
2026-03-29 21:17:51 +02:00
Ray
d3cc78d9d7
Update rexm.c
2026-03-29 01:44:33 +01:00
Ray
e3dcb144bc
Update rexm.c
2026-03-29 01:33:27 +01:00
Ray
da93ec4a21
Remove trailing spaces
2026-03-29 01:17:25 +01:00
Ray
fb0f83bc91
Remove trailing spaces on shaders
2026-03-29 01:10:29 +01:00
Ray
29ded51ea4
Update rlgl.h
2026-03-29 00:43:50 +01:00
Jeffery Myers
bb78e98a71
Remove forced normalization of normal vectors in rlNormal3f, assume the user has set the correct input for the shader. ( #5703 )
2026-03-29 00:39:23 +01:00
Mr Josh
5915584cd6
Fix zig build and minor improvements ( #5702 )
...
- Added zig-pkg directory to gitignore
- Brought min zig version to recent nightly release these improvements
were completed on
- For linux build, only add rglfw.c if the platform is glfw
- Add a None option to the LinuxDisplayBackend
- Fixed xcode-frameworks dependency and update to using most recent
commit hash
2026-03-29 00:38:45 +01:00
Ray
8c44ea5032
Code gardening
...
REVIEWED: Some early returns, avoid if possible
REVIEWED: Some return variable names, for consistency, rename `success` to `result`
2026-03-29 00:37:01 +01:00
Ray
5fad835ff1
Update rcore.c
2026-03-28 23:54:51 +01:00
mjt
4142c89baa
Update rcore.c comment ( #5700 )
2026-03-27 21:58:28 +01:00
github-actions[bot]
990a5e0cb4
rlparser: update raylib_api.* by CI
2026-03-27 20:56:45 +00:00
Ray
8a7aff509d
WARNING: BREAKING: REDESIGNED: TextInsert(), TextReplace(), TextReplaceBetween(), using static buffers
...
Redesign has been conditioned by the usage of those functions on `rexm`, `rpc` and other tools; for many use cases a static buffer is enough and way more comfortable to use.
ADDED: `TextInsertAlloc()`, `TextReplaceAlloc()`, `TextReplaceBetweenAlloc()`, alternatives with internal allocations
2026-03-27 21:56:29 +01:00
Le Juez Victor
ba83bd33f3
simplify CheckCollisionSpheres using Vector3DistanceSqr ( #5695 )
2026-03-27 09:26:53 +01:00
mjt
98d6e24c44
remove comment ( #5696 )
2026-03-27 09:26:01 +01:00
Antonio Jose Ramos Marquez
51f4741912
[rmodel] fix for devices without VAO support ( #5692 )
2026-03-27 09:25:26 +01:00
github-actions[bot]
d7bd56ef1b
rlparser: update raylib_api.* by CI
2026-03-26 17:29:18 +00:00
Maicon Santana
a693365bf2
Move DrawModelPoints methods to example - point rendering ( #5697 )
2026-03-26 18:29:05 +01:00
Lewis Lee
bd3a35ca21
[build.zig.zon] Fix: replace deleted hexops/xcode-frameworks with pkg.machengine.org mirror ( #5693 )
2026-03-26 09:20:44 +01:00
Ray
0f0983c065
Remove trailing spaces
2026-03-25 16:51:02 +01:00
Jordi Santonja
5dd4036ed0
Fix UI Cellular Automata ( #5688 )
2026-03-24 08:20:37 +01:00
Krzysztof Szenk
cb05ef7f03
[rcore_desktop_rgfw] [emscripten] fix typo ( #5687 )
...
* RGFW also requires RGBA8 images as window icons, as raylib already reports in raylib.h
* LibraryConfigurations.cmake: exchanged MATCHES -> STREQUAL in platform choosing if-statements
* WebRGFW: remapping mouse/touch position to canvas pixel coordinates
* fix 'typo'
* has to be done like that because of += in case of captured mouse
* [rcore_desktop_rgfw] [emscripten] fix typo
2026-03-23 22:22:21 +01:00
Ray
52d2158f49
Update ROADMAP.md
2026-03-23 18:28:09 +01:00
Charlie Tonneslan
0f1e14a600
Fix typo: dependant -> dependent in rlgl.h and rexm.c ( #5685 )
...
5 instances in src/rlgl.h comments and 1 in tools/rexm/rexm.c.
Skipped vendored raygui.h files in examples/.
2026-03-23 17:58:45 +01:00
Charlie Tonneslan
6cf71f565c
Fix typo: dependant -> dependent in rlgl.h and rexm.c ( #5685 )
...
5 instances in src/rlgl.h comments and 1 in tools/rexm/rexm.c.
Skipped vendored raygui.h files in examples/.
2026-03-23 17:17:50 +01:00
Maicon Santana
e71633a0be
Set textureWrapRepeat to avoid issue on web version ( #5684 )
2026-03-23 14:05:23 +01:00
Ray
ca1baca7c2
REVIEWED: examples memory allocators, using raylib provided macros
2026-03-23 11:53:57 +01:00
Ray
7e8aca00b6
Update textures_raw_data.c
2026-03-23 11:53:31 +01:00
Ray
c1dbfc87f3
REVIEWED: PR #5679
2026-03-23 11:52:01 +01:00
Ray
644e4adbe2
Update rcore.c
2026-03-23 11:51:37 +01:00
Krzysztof Szenk
1e74aba7c3
WebRGFW: remapping mouse/touch position to canvas pixel coordinates ( #5679 )
...
* RGFW also requires RGBA8 images as window icons, as raylib already reports in raylib.h
* LibraryConfigurations.cmake: exchanged MATCHES -> STREQUAL in platform choosing if-statements
* WebRGFW: remapping mouse/touch position to canvas pixel coordinates
* fix 'typo'
* has to be done like that because of += in case of captured mouse
2026-03-23 11:31:06 +01:00
Levent Kaya
83e35ba170
[rcore] refactor possible data loss on FileMove() ( #5682 )
2026-03-23 11:30:28 +01:00
Jopestpe
22cc2554b1
Fix Memory out of bounds in [shapes] example - ball physics ( #5683 )
...
Update screenshot to shapes_bouncing_ball.png
2026-03-23 11:28:28 +01:00