M374LX
c0cf57f8f0
RGFW backend: add missing Right Control key
7 месяцев назад
M374LX
299f5350a4
Remove unused variable
7 месяцев назад
Ray
d7148f5f9d
REDESIGNED: Base64 encoding/decoding functions
Found some issues with output size when padding required, just re-implemented both functions from scratch.
7 месяцев назад
Ray
5ddd13b775
REVIEWED: Hexadecimal formatting to be consistent
7 месяцев назад
Ray
afb52b19a4
WARNING: REDESIGNED: `EncodeDataBase64()`, NULL terminated string returned
Note that returned output size considers the NULL terminator as an additional byte.
7 месяцев назад
Ray
21f0fe2a73
Removed some spaces
7 месяцев назад
Padmadev D
b6daa48a9c
Update rcore_android.c
corrected coding conventions.
7 месяцев назад
Colby Newman
21e711b13f
Fix typo in mesh animNormals
7 месяцев назад
Padmadev D
5da2d10118
Update rcore_android.c
Bug Fix Update
Code to Ignore Hovering Inputs Completely
7 месяцев назад
Ray
8c99a508c6
REVIEWED: `WindowSizeCallback()`, GLFW
It is called on window minification and setting internal width/height to 0, that can break things
7 месяцев назад
Ray
9d4c31533d
Update rtext.c
7 месяцев назад
Jeffery Myers
aa684a33de
make save file callback match const correctness of calling function
7 месяцев назад
Bigfoot71
d135eef462
fix and improve `GenMeshTangents`
7 месяцев назад
Ray
f7d03efb49
REVIEWED: `DecodeDataBase64()`, follow convention:
- All `char *` refer to text strings
- All `unsigned char *` refer to generic byte arrays
7 месяцев назад
Ray
3083f0cd43
REVIEWED: `SaveFileText()`, const input text
7 месяцев назад
Ray
693c9c292a
Formatting tweaks
7 месяцев назад
Jeffery Myers
ebaa922f6b
Properly clean up the default font on unload, it may be reused if the window is created again
7 месяцев назад
Ray
7e07278368
Update rprand.h
7 месяцев назад
Karl Zylinski
a15548fb5a
Add normals to DrawSphereEx
7 месяцев назад
Jeffery Myers
ee2ab11cc5
Use the animated verts and normals in GL 1.1 if they exist
7 месяцев назад
Jeffery Myers
95c96b345c
Use the animated verts and normals in GL 1.1 if they exist
7 месяцев назад
Jeffery Myers
e53a43b7b5
Assign meshes without bone weights to the bone they are attached to so they animate.
7 месяцев назад
Bigfoot71
38aec920b5
makes `path` static in `ScanDirectoryFilesRecursively`
7 месяцев назад
Bigfoot71
03988d2ce8
added a NULL check in `UnloadDirectoryFiles`
7 месяцев назад
Jeffery Myers
94c5de33a0
Make the default font loadable before InitWindow, for use with the image API.
Make the default font loader early out if we have already loaded parts of it, so we don't leak memory
8 месяцев назад
Duy Tran
f0de896f36
cmake: replace custom variable with built-in one
8 месяцев назад
Ivan Ugryumov
ec5ce8c7fe
Update raudio.c
8 месяцев назад
Gavin Rohrer
10478ff756
Revert GLFW_SCALE_FRAMEBUFFER to pre GLFW 4.3 behavior
8 месяцев назад
Le Juez Victor
461c9c9d90
review tabs
8 месяцев назад
Le Juez Victor
a7333a9dae
review near/far
8 месяцев назад
Jeffery Myers
0f6b9ee738
format math the way ray likes it
8 месяцев назад
Jeffery Myers
5185d4c427
use the device channels and sample size when computing the default buffer size.
8 месяцев назад
d.isakov
42a40b3920
move first mesh bones calculation under check for its presense
8 месяцев назад
d.isakov
b4f1ff9a00
#4888 fix UpdateModelAnimationBones scale transform
8 месяцев назад
AndrewHamel111
fdb92b373b
Warning to direct users to appropriate function
8 месяцев назад
Ray
5b940692ea
REVIEWED: `ExportFontAsCode()` not checking `isGpuReady` #4894
8 месяцев назад
Ray
80fcca4155
Update rcore_desktop_glfw.c
8 месяцев назад
Ray
cc5739a6d7
REVIEWED: Some PRs formating
8 месяцев назад
Jeffery Myers
60eb3a14d7
Only scale the screenshot by the DPI scale if we are doing automatic High DPI scaling, otherwise the native resolution is correct.
8 месяцев назад
Eike Decker
1c4aa1378f
[rcore][SDL2] First touch position is overwritten with mouse pos
I believe it makes sense to only do this when there are no known
touch points. I am not even sure if this should be done at all.
See https://github.com/raysan5/raylib/issues/4872 for more information.
9 месяцев назад
Ray
1a67dcb578
REVIEWED: RGB order on SDL3 #3568
9 месяцев назад
Jonathan Marler
af16f7823a
Improve description of RestoreWindow
Restore window currently says it sets the window state to:
"not minimized/maximized"
However, if a window is maximized and then minimized, it's typical that
it would restore back to being maximized, which is what seems to happen
from my testing. I've reworded the description to better reflect
this behavior.
9 месяцев назад
MikiZX1
55c6864092
Update rcore_desktop_sdl.c
raylib app crashing when started and a gamepad is already connected to the PC (even if the gamepad is not used in the app). I only tested this with a gamepad that has a layout which is not recognized. Using SDL3 as backend.
9 месяцев назад
Ray
3d83c1c796
Format tweak
9 месяцев назад
Ray
909c83fd4a
Avoid path filtering on `TakeScreenshot()`
9 месяцев назад
Ray
63e608d485
comment tweak
9 месяцев назад
sleeptightAnsiC
8e9c3ceb57
[rcore] fix: TRACELOG upon successfully changing directory
InitWindow() prints CWD during initialization,
but ChangeDirectory() does not, which is quite confusing when you start
messing with CWD. Now said function should log similar message.
9 месяцев назад
Ray
46cd07d2c7
WARNING: REVERTED CHANGE THAT BROKE BATCHING!!! #4849
I'm sorry... I did not detect this change was breaking batching... :(
9 месяцев назад
Ray
266fba1111
Minor tweaks
9 месяцев назад
Myrddin Krustowski
589ad0a33d
Add early return to circle sector functions when angles are equal.
Prevents unnecessary work and division by zero (when segments=0) in DrawCircleSector/DrawCircleSectorLines when startAngle equals endAngle, matching existing behavior in DrawRing/DrawRingLines.
9 месяцев назад