jonathandw743
79c29cbe24
fixed compile error for PLATFORM sdl
vor 2 Wochen
sir-irk
bee524e5e6
fixing offset for processing tangents for gltf loading
vor 2 Wochen
Ray
44f670899c
REVIEWED: Avoid `rtext` dependency on `rcore_desktop_sdl` #4959
vor 3 Wochen
Diego Sanz
6266d0f419
Fix typo on config.h
vor 3 Wochen
Ray
b677376088
Delete shader in case compilation fails
vor 3 Wochen
Ray
1abac023bd
Update rcore.c
vor 4 Wochen
mlorenc
518ad8b018
Fix ScanDirectoryFilesRecursively
Fixes a regression since 5.5, where `ScanDirectoryFilesRecursively` no
longer does the "recursively" part due to `path` being `static`.
The issue was once already fixed in
5530a3ceb8
but recently made it back it in.
vor 1 Monat
M374LX
96c898852c
Update RGFW
vor 1 Monat
Ray
3e336e4470
Reviewed warning
vor 1 Monat
Ray
59bcf680aa
Code gardening...
vor 1 Monat
Ray
533c12c386
Small security tweaks
vor 1 Monat
M374LX
bb5b5434a7
Update miniaudio to v0.11.22
vor 1 Monat
alqeeu
51958d6e2c
changed `RGFW_window_eventWait` timeout to -1
vor 1 Monat
Vincent Lee
19ae6f2c2d
[rshapes] Fix incorrect parameter names in DrawRectangleGradientEx
Examining the code shows that the rectangle is drawn winding counterclockwise, starting
with the top left. Therefore the colors used should be in the order: topLeft, bottomLeft,
bottomRight, topRight.
However, the variables actually being used are topLeft, bottomLeft, topRight,
bottomRight. I was confused by this as I was getting striping where I didn't expect any.
Put another way, the last two parameters are misnamed.
This diff swaps the parameter names and their usages. The result is that no runtime
behaviour changes: the same parameter order yields the same visual result both before and
after this change, but the parameter names now correctly reflect what they are actually
used for.
You can actually see this in the implementation of DrawRectangleGradientV, which
(correctly) passes top, bottom, bottom, top to DrawRectangleGradientEx.
vor 1 Monat
jestarray
296e3af470
add const qualifier to ImageDrawTriangleFan and ImageDrawTriangleStrip arguments
vor 1 Monat
M374LX
6eeaf1dd5b
Update RGFW to 1.7.5-dev
vor 1 Monat
M374LX
bc2b2864e0
RGFW: fix Escape always closing the window
vor 1 Monat
M374LX
3418172617
Update comments
vor 1 Monat
M374LX
a9525bfbc2
Update RGFW to 1.7
vor 1 Monat
M374LX
16f398b464
Update comment (gamepad axes)
vor 1 Monat
Meowster
6d5aedbd38
Add DrawEllipseV and DrawEllipseLinesV
vor 1 Monat
Ray
913c236487
REVIEWED: `MAX_GAMEPAD_AXES`
vor 1 Monat
Ray
341bfb22cc
REVIEWED: `MAX_GAMEPAD_AXEX` for consistency #4960
vor 1 Monat
M374LX
c0cf57f8f0
RGFW backend: add missing Right Control key
vor 1 Monat
M374LX
299f5350a4
Remove unused variable
vor 1 Monat
Ray
d7148f5f9d
REDESIGNED: Base64 encoding/decoding functions
Found some issues with output size when padding required, just re-implemented both functions from scratch.
vor 1 Monat
Ray
5ddd13b775
REVIEWED: Hexadecimal formatting to be consistent
vor 1 Monat
Ray
afb52b19a4
WARNING: REDESIGNED: `EncodeDataBase64()`, NULL terminated string returned
Note that returned output size considers the NULL terminator as an additional byte.
vor 1 Monat
Ray
21f0fe2a73
Removed some spaces
vor 1 Monat
Padmadev D
b6daa48a9c
Update rcore_android.c
corrected coding conventions.
vor 2 Monaten
Colby Newman
21e711b13f
Fix typo in mesh animNormals
vor 2 Monaten
Padmadev D
5da2d10118
Update rcore_android.c
Bug Fix Update
Code to Ignore Hovering Inputs Completely
vor 2 Monaten
Ray
8c99a508c6
REVIEWED: `WindowSizeCallback()`, GLFW
It is called on window minification and setting internal width/height to 0, that can break things
vor 2 Monaten
Ray
9d4c31533d
Update rtext.c
vor 2 Monaten
Jeffery Myers
aa684a33de
make save file callback match const correctness of calling function
vor 2 Monaten
Bigfoot71
d135eef462
fix and improve `GenMeshTangents`
vor 2 Monaten
Ray
f7d03efb49
REVIEWED: `DecodeDataBase64()`, follow convention:
- All `char *` refer to text strings
- All `unsigned char *` refer to generic byte arrays
vor 2 Monaten
Ray
3083f0cd43
REVIEWED: `SaveFileText()`, const input text
vor 2 Monaten
Ray
693c9c292a
Formatting tweaks
vor 2 Monaten
Jeffery Myers
ebaa922f6b
Properly clean up the default font on unload, it may be reused if the window is created again
vor 2 Monaten
Ray
7e07278368
Update rprand.h
vor 2 Monaten
Karl Zylinski
a15548fb5a
Add normals to DrawSphereEx
vor 2 Monaten
Jeffery Myers
ee2ab11cc5
Use the animated verts and normals in GL 1.1 if they exist
vor 2 Monaten
Jeffery Myers
95c96b345c
Use the animated verts and normals in GL 1.1 if they exist
vor 2 Monaten
Jeffery Myers
e53a43b7b5
Assign meshes without bone weights to the bone they are attached to so they animate.
vor 2 Monaten
Bigfoot71
38aec920b5
makes `path` static in `ScanDirectoryFilesRecursively`
vor 2 Monaten
Bigfoot71
03988d2ce8
added a NULL check in `UnloadDirectoryFiles`
vor 2 Monaten
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
vor 2 Monaten
Duy Tran
f0de896f36
cmake: replace custom variable with built-in one
vor 2 Monaten
Ivan Ugryumov
ec5ce8c7fe
Update raudio.c
vor 2 Monaten