Jan Beukes
8772b0287c
Fix SDL3 compilation error with gcc
1 month ago
λxy.x
16bd18070f
Fix SDL3 build if using package
1 month ago
Ray
0dc4ba53dc
Minor format tweak
1 month ago
Ray
e4dfb6dbb5
Update rl_gputex.h
1 month ago
Maicon Santana
73950befca
Work around to fix mouse positioning on scaled window
1 month ago
Diogo Diniz
3ef5ee878c
Adjusted formatting to comply with contribution guidelines
2 months ago
Ray
a9970484f3
Remove trailing spaces
2 months ago
Diogo Diniz
eae1296b08
Fixed bad macro logic
2 months ago
Diogo Diniz
59c979a59d
Added suggestions by planetis-m
2 months ago
Didas72
93f86fa074
fixes #5110
Adds more filters for conditional build of GetWindowHandle with glfw
2 months ago
Ray
74339d2008
REVIEWED: `IsFileExtension()`
2 months ago
Ray
cd1c206676
Update rl_gputex.h
2 months ago
Ray
76284f1a16
Corrected typo
2 months ago
Ray
dd19b8d2c2
REVIEWED: Requested window flags application after window initialization
2 months ago
Ray
95e4494cfe
ADDED: `cursorLocked` variable and review required code #4940 #4955
2 months ago
Ray
c4414fa1ed
Revert "Merge pull request #4945 from Moros1138/master"
This reverts commit bab234a1604a9d23538594bd3894bf13574612df, reversing
changes made to 13e384ce71
.
2 months ago
Ray
705ce45a33
FIX: Added callback broke keyboard input on web... #5107
2 months ago
Felipe Jorge
71b7734ce4
fix: QOA when using with LoadMusicStreamFromMemory, reduced the number of allocs and memcpy
2 months ago
Matthijs Kooijman
9582d25217
Fix backspace key in Rpi SSH keyboard
There was a typo in the generated keycode.
2 months ago
Ray
c6241b91a2
REVIEWED: `IsFileExtension()` to avoid other modules dependency #5071
2 months ago
JohnnyCena123
c25e9f641d
fix typo in 'Ramon Santamaria'
2 months ago
wileyanderssen
c6171d339c
removed unneeded comma
hope this gets merged
2 months ago
Ray
570082deba
`WARNING`: **NEW** raylib code CONVENTION: Comments do not end with '.'
2 months ago
Connor O'Connor
1c2ecfd6ab
fix: buffer overflow in jar_mod.h memcopy
2 months ago
Ray
095319602c
REVIEWED: Compule for OpenGL 1.1 #5088
2 months ago
Nikolas
7267c1c8a1
Make culling distances consistent across raylib
2 months ago
Ray
e09c9ce281
Minor tweaks
2 months ago
Karim Ahmed
603219d6d6
Removed verbose logging on SDL3. Happens every time the property is read!
2 months ago
Jeff Myers
ffe76a4b67
Don't Upload Meshes in LoadObj, LoadModel will upload them. None of the other interchange format readers upload
2 months ago
Ray
1c8eef9b0b
Update raylib and generate `ARM64` libraries for Windows, Linux, macOS
2 months ago
Jeffery Myers
bf536d68e1
Make GetRenderWidth and GetREnderHeight return the FBO size if one is active.
2 months ago
Ray
234f4b2b10
Update raylib.h
2 months ago
Ray
43bc00379c
removed trailing spaces
2 months ago
Eike Decker
121c996c6e
fixing OBJ loading crash when there are no normals present
2 months ago
Ray
50acba3ce8
REVIEWED: `rcore_web`, cleaning and reorganizing
2 months ago
Ray
12f0943bd9
Update rcore.c
2 months ago
Ray
b40e53f11c
Remove double line spacing
2 months ago
Ray
5ca6bff8ca
Update rl_gputex.h
2 months ago
lepasona
1da6b281de
Update glfw `mappings.h`
2 months ago
Ray
1fc0b4955f
REVIEWED: `rl_gputex.h`, added some info for future improvements
2 months ago
Ray
eb7f8912f8
Minor format tweaks
2 months ago
Ray
8343aed4f6
Avoid fatal errors on OBJ model loading
2 months ago
Ray
c9f9219fa6
REVIEWED: DRM cache buffers support #4988
2 months ago
Ray
5c680739bd
Removed platform-specific flag from config.h #4988
2 months ago
Ray
7262be85fd
Minor format tweaks
2 months ago
Ray
d7893141f3
REVIEWED: `rl_gputex.h` library to be usable standalone
2 months ago
Karim Ahmed
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.
2 months ago
danil
d6a897e551
[rlgl]: Add rlGetProcAddress
2 months ago
Ray
7b017b60d9
Move global variable to right code section
2 months ago
Didas72
36364192d5
Fixes GetWindowHandle returning a bad handle under Linux X11
2 months ago