93f86fa074
fixes #5110
...
Adds more filters for conditional build of GetWindowHandle with glfw
2025-08-14 14:30:29 +01:00
74339d2008
REVIEWED: IsFileExtension()
2025-08-13 10:43:33 +02:00
cd1c206676
Update rl_gputex.h
2025-08-13 08:22:00 +02:00
76284f1a16
Corrected typo
2025-08-13 08:13:18 +02:00
dd19b8d2c2
REVIEWED: Requested window flags application after window initialization
2025-08-12 11:44:20 +02:00
195b968b86
Merge pull request #4837 from Andersama/support_all_window_flags_at_initialization
...
[rcore] Support window flags with initialization issues
2025-08-12 11:38:22 +02:00
95e4494cfe
ADDED: cursorLocked variable and review required code #4940 #4955
2025-08-12 11:33:58 +02:00
c4414fa1ed
Revert "Merge pull request #4945 from Moros1138/master"
...
This reverts commit bab234a160 , reversing
changes made to 13e384ce71 .
2025-08-12 10:58:56 +02:00
db2abfb9be
Merge branch 'master' into master
2025-08-12 10:28:52 +02:00
705ce45a33
FIX: Added callback broke keyboard input on web... #5107
2025-08-10 19:59:33 +02:00
71b7734ce4
fix: QOA when using with LoadMusicStreamFromMemory, reduced the number of allocs and memcpy
2025-08-10 10:05:03 -03:00
9582d25217
Fix backspace key in Rpi SSH keyboard
...
There was a typo in the generated keycode.
2025-08-09 21:04:09 +02:00
c6241b91a2
REVIEWED: IsFileExtension() to avoid other modules dependency #5071
2025-08-08 23:01:04 +02:00
c2f2878575
Merge pull request #5099 from JohnnyCena123/raysan-typo
...
fix typo in 'Ramon Santamaria'
2025-08-08 07:16:07 +02:00
c25e9f641d
fix typo in 'Ramon Santamaria'
2025-08-08 03:04:33 +03:00
c6171d339c
removed unneeded comma
...
hope this gets merged
2025-08-07 19:55:46 +03:00
570082deba
WARNING: **NEW** raylib code CONVENTION: Comments do not end with '.'
2025-08-07 18:23:20 +02:00
1c2ecfd6ab
fix: buffer overflow in jar_mod.h memcopy
2025-08-06 23:13:05 -04:00
095319602c
REVIEWED: Compule for OpenGL 1.1 #5088
2025-08-06 13:09:56 +02:00
cdbe9d75ef
Merge pull request #5085 from Not-Nik/culling_consistency
...
Make culling distances consistent across raylib
2025-08-05 00:45:47 +02:00
7267c1c8a1
Make culling distances consistent across raylib
2025-08-05 00:15:52 +02:00
e09c9ce281
Minor tweaks
2025-08-04 23:36:07 +02:00
b4ecfb648d
Merge pull request #5084 from kariem2k/fix_cmake_sdl3
...
Removed verbose logging on SDL3.
2025-08-03 19:53:53 +02:00
603219d6d6
Removed verbose logging on SDL3. Happens every time the property is read!
2025-08-03 18:48:24 +01:00
ffe76a4b67
Don't Upload Meshes in LoadObj, LoadModel will upload them. None of the other interchange format readers upload
2025-08-02 14:58:05 -07:00
1c8eef9b0b
Update raylib and generate ARM64 libraries for Windows, Linux, macOS
2025-08-02 17:59:34 +02:00
bf536d68e1
Make GetRenderWidth and GetREnderHeight return the FBO size if one is active.
2025-08-02 08:37:11 -07:00
234f4b2b10
Update raylib.h
2025-08-01 19:38:02 +02:00
43bc00379c
removed trailing spaces
2025-08-01 10:26:28 +02:00
121c996c6e
fixing OBJ loading crash when there are no normals present
2025-08-01 08:49:48 +02:00
50acba3ce8
REVIEWED: rcore_web, cleaning and reorganizing
2025-07-30 17:31:49 +02:00
18ae6a377c
Merge pull request #4956 from Moros1138/consume-keyboard-events
...
[rcore][web] Add `EmscriptenKeyboardCallback()` to consume key events
2025-07-30 17:03:10 +02:00
12f0943bd9
Update rcore.c
2025-07-30 16:07:14 +02:00
b40e53f11c
Remove double line spacing
2025-07-30 16:07:08 +02:00
138010c1eb
Merge branch 'master' of https://github.com/raysan5/raylib
2025-07-28 23:38:00 +02:00
5ca6bff8ca
Update rl_gputex.h
2025-07-28 23:37:48 +02:00
1da6b281de
Update glfw mappings.h
2025-07-27 07:37:07 +00:00
1fc0b4955f
REVIEWED: rl_gputex.h, added some info for future improvements
2025-07-26 13:36:03 +02:00
eb7f8912f8
Minor format tweaks
2025-07-26 12:50:29 +02:00
8343aed4f6
Avoid fatal errors on OBJ model loading
2025-07-26 12:50:12 +02:00
c9f9219fa6
REVIEWED: DRM cache buffers support #4988
2025-07-26 12:49:49 +02:00
5c680739bd
Removed platform-specific flag from config.h #4988
2025-07-26 12:49:03 +02:00
86d9afc10c
Merge pull request #4988 from rob-bits/master
...
[rcore][drm] Replace DRM swap buffer implementation with asynchronous page-flipping and triple framebuffer caching
2025-07-26 12:14:21 +02:00
715e174d13
Merge pull request #5062 from danilwhale/feat/get-proc-address
...
[rlgl] Add rlGetProcAddress
2025-07-26 12:07:43 +02:00
7262be85fd
Minor format tweaks
2025-07-26 12:06:24 +02:00
4da399141a
Merge pull request #5063 from kariem2k/fix_cmake_sdl3
...
Fixed: CMake support for SDL3
2025-07-26 11:49:05 +02:00
d7893141f3
REVIEWED: rl_gputex.h library to be usable standalone
2025-07-26 11:44:36 +02:00
94d8d7133b
Merge pull request #5045 from sleeptightAnsiC/fix_gputex_logging
...
[rl_gputex] fix: decouple logging and memory allocation from Raylib
2025-07-26 11:25:58 +02:00
32960af1dc
Fixed:
...
Added CMake support for SDL3.
Now supports including SDL2 or SDL3 as a subdirectory within the project. The system will first check for SDL3, then SDL2. If neither is found, it will attempt find_package(SDL3), followed by find_package(SDL2). If all these checks fail, the process will terminate with an error.
2025-07-24 09:48:52 +01:00
d6a897e551
[rlgl]: Add rlGetProcAddress
2025-07-23 21:41:45 +03:00