jestarray
|
296e3af470
|
add const qualifier to ImageDrawTriangleFan and ImageDrawTriangleStrip arguments
|
2025-05-31 14:24:56 -07:00 |
|
M374LX
|
6eeaf1dd5b
|
Update RGFW to 1.7.5-dev
|
2025-05-31 16:43:25 -03:00 |
|
Ray
|
c1bb53738e
|
Merge pull request #4974 from M374LX/rgfw-escape-fix
RGFW: fix Escape always closing the window
|
2025-05-31 20:43:40 +02:00 |
|
Ray
|
9bf4388a4f
|
Merge pull request #4965 from M374LX/rgfw-update
Update RGFW to 1.7
|
2025-05-31 20:42:08 +02:00 |
|
Ray
|
20c0c92bdb
|
Merge pull request #4963 from meowstr/master
[rshapes] Add DrawEllipseV and DrawEllipseLinesV
|
2025-05-31 20:41:37 +02:00 |
|
M374LX
|
bc2b2864e0
|
RGFW: fix Escape always closing the window
|
2025-05-31 14:24:38 -03:00 |
|
M374LX
|
3418172617
|
Update comments
|
2025-05-29 23:01:48 -03:00 |
|
M374LX
|
a9525bfbc2
|
Update RGFW to 1.7
|
2025-05-29 16:03:39 -03:00 |
|
M374LX
|
16f398b464
|
Update comment (gamepad axes)
|
2025-05-29 15:01:01 -03:00 |
|
Meowster
|
6d5aedbd38
|
Add DrawEllipseV and DrawEllipseLinesV
|
2025-05-29 07:10:52 -04:00 |
|
Ray
|
913c236487
|
REVIEWED: MAX_GAMEPAD_AXES
|
2025-05-29 12:51:08 +02:00 |
|
Ray
|
341bfb22cc
|
REVIEWED: MAX_GAMEPAD_AXEX for consistency #4960
|
2025-05-29 12:25:00 +02:00 |
|
Ray
|
2afae1b3e1
|
Merge pull request #4962 from M374LX/rgfw-rctrl
RGFW backend: add missing Right Control key
|
2025-05-29 12:09:01 +02:00 |
|
M374LX
|
c0cf57f8f0
|
RGFW backend: add missing Right Control key
|
2025-05-28 22:38:16 -03:00 |
|
M374LX
|
299f5350a4
|
Remove unused variable
|
2025-05-28 19:49:57 -03:00 |
|
Ray
|
d7148f5f9d
|
REDESIGNED: Base64 encoding/decoding functions
Found some issues with output size when padding required, just re-implemented both functions from scratch.
|
2025-05-28 17:19:19 +02:00 |
|
Ray
|
5ddd13b775
|
REVIEWED: Hexadecimal formatting to be consistent
|
2025-05-28 17:18:02 +02:00 |
|
Ray
|
afb52b19a4
|
WARNING: REDESIGNED: EncodeDataBase64(), NULL terminated string returned
Note that returned output size considers the NULL terminator as an additional byte.
|
2025-05-22 17:06:55 +02:00 |
|
Ray
|
21f0fe2a73
|
Removed some spaces
|
2025-05-21 19:06:04 +02:00 |
|
Ray
|
e3b9dbe75b
|
Merge pull request #4947 from padmadevd/master
[rcore] Fixed bug in hovering and input for android
|
2025-05-19 11:59:14 +02:00 |
|
Padmadev D
|
b6daa48a9c
|
Update rcore_android.c
corrected coding conventions.
|
2025-05-19 15:09:58 +05:30 |
|
Colby Newman
|
21e711b13f
|
Fix typo in mesh animNormals
|
2025-05-18 19:35:21 -04:00 |
|
Padmadev D
|
5da2d10118
|
Update rcore_android.c
Bug Fix Update
Code to Ignore Hovering Inputs Completely
|
2025-05-18 18:53:28 +05:30 |
|
Ray
|
8c99a508c6
|
REVIEWED: WindowSizeCallback(), GLFW
It is called on window minification and setting internal width/height to 0, that can break things
|
2025-05-14 23:49:24 +02:00 |
|
Ray
|
a51d334440
|
Merge branch 'master' of https://github.com/raysan5/raylib
|
2025-05-14 23:47:32 +02:00 |
|
Ray
|
9d4c31533d
|
Update rtext.c
|
2025-05-14 23:47:03 +02:00 |
|
Ray
|
ba31219141
|
Merge pull request #4937 from Bigfoot71/fix-gen-tangents
[rmodels] Fix and improve `GenMeshTangents`
|
2025-05-13 20:52:51 +02:00 |
|
Jeffery Myers
|
aa684a33de
|
make save file callback match const correctness of calling function
|
2025-05-12 19:54:34 -07:00 |
|
Bigfoot71
|
d135eef462
|
fix and improve GenMeshTangents
|
2025-05-12 23:16:06 +02:00 |
|
Ray
|
f7d03efb49
|
REVIEWED: DecodeDataBase64(), follow convention:
- All `char *` refer to text strings
- All `unsigned char *` refer to generic byte arrays
|
2025-05-11 11:05:25 +02:00 |
|
Ray
|
3083f0cd43
|
REVIEWED: SaveFileText(), const input text
|
2025-05-11 11:03:49 +02:00 |
|
Ray
|
693c9c292a
|
Formatting tweaks
|
2025-05-10 22:45:08 +02:00 |
|
Jeffery Myers
|
ebaa922f6b
|
Properly clean up the default font on unload, it may be reused if the window is created again
|
2025-05-08 09:57:31 -07:00 |
|
Ray
|
7e07278368
|
Update rprand.h
|
2025-05-08 17:06:29 +02:00 |
|
Karl Zylinski
|
a15548fb5a
|
Add normals to DrawSphereEx
|
2025-05-06 13:09:05 +02:00 |
|
Ray
|
3d6e24af4f
|
Merge pull request #4906 from Bigfoot71/fix-clip
[rlgl] Proposed fix for default near/far clipping range
|
2025-05-06 11:12:35 +02:00 |
|
Jeffery Myers
|
ee2ab11cc5
|
Use the animated verts and normals in GL 1.1 if they exist
|
2025-05-05 15:49:23 -07:00 |
|
Ray
|
31d63d08e2
|
Merge pull request #4922 from Bigfoot71/review-file-dir-2
[rcore] Some adjustments for `FilePathList`
|
2025-05-05 16:57:22 +02:00 |
|
Ray
|
a7ad2d1965
|
Merge pull request #4918 from JeffM2501/default_font_image_leaks
[rText] Fix issues with default font being used before InitWindow in the image API.
|
2025-05-05 12:06:55 +02:00 |
|
Jeffery Myers
|
e53a43b7b5
|
Assign meshes without bone weights to the bone they are attached to so they animate.
|
2025-05-04 17:32:37 -07:00 |
|
Bigfoot71
|
38aec920b5
|
makes path static in ScanDirectoryFilesRecursively
|
2025-05-04 14:47:52 +02:00 |
|
Bigfoot71
|
03988d2ce8
|
added a NULL check in UnloadDirectoryFiles
|
2025-05-04 14:46:39 +02:00 |
|
Le Juez Victor
|
c087144385
|
Merge branch 'raysan5:master' into fix-clip
|
2025-05-04 12:29:19 +02:00 |
|
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
|
2025-04-30 17:56:30 -07:00 |
|
Ray
|
1ec281e86f
|
Merge pull request #4914 from Servall4/master
[raudio] fix: GetMusicTimePlayed returns incorrect time after restarting a paused track
|
2025-04-28 23:13:31 +02:00 |
|
Duy Tran
|
f0de896f36
|
cmake: replace custom variable with built-in one
|
2025-04-28 11:57:53 -04:00 |
|
Ivan Ugryumov
|
ec5ce8c7fe
|
Update raudio.c
|
2025-04-28 14:29:51 +03:00 |
|
Gavin Rohrer
|
10478ff756
|
Revert GLFW_SCALE_FRAMEBUFFER to pre GLFW 4.3 behavior
|
2025-04-25 14:32:02 -04:00 |
|
Le Juez Victor
|
461c9c9d90
|
review tabs
|
2025-04-22 15:02:09 +02:00 |
|
Le Juez Victor
|
a7333a9dae
|
review near/far
|
2025-04-22 15:00:54 +02:00 |
|