Agnis Aldiņš "NeZvērs
ed022e89e5
fix preview crop
4 месяцев назад
Agnis Aldiņš "NeZvērs
f6b7168ed4
Add preview image
4 месяцев назад
Agnis Aldiņš "NeZvērs
fa9653d179
Fix function call
4 месяцев назад
Agnis Aldiņš "NeZvērs
fca2317640
remove //#define PLATFORM_WEB
4 месяцев назад
Agnis Aldiņš "NeZvērs
a2cf878190
cleanup variable shadowing
4 месяцев назад
Agnis Aldiņš "NeZvērs
4233544670
Update core_3d_fps_controller.c
4 месяцев назад
Agnis Aldiņš "NeZvērs
4d5a56a5f8
change game's resolution
4 месяцев назад
Agnis Aldiņš "NeZvērs
eee9dd8c94
Example: core_3d_fps_controller
Quake like camera animations and strafe jump movement
4 месяцев назад
Ray
1abac023bd
Update rcore.c
4 месяцев назад
Ray
8b0230f5b1
Merge pull request #5002 from mlorenc227/master
[rcore] Fix ScanDirectoryFilesRecursively
4 месяцев назад
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.
4 месяцев назад
Ray
4bc8d3761c
Merge pull request #4999 from danilwhale/raylib-cs.bleedingedge
bindings: add Raylib-cs.BleedingEdge
4 месяцев назад
danil
43bad2612b
docs: add Raylib-cs.BleedingEdge to the bindings
4 месяцев назад
Ray
fd4375a74e
Merge pull request #4992 from M374LX/rgfw-update
Update RGFW
4 месяцев назад
Ray
17a618758f
Merge pull request #4995 from Not-Nik/zig-raygui-options
Allow passing options to raygui in build.zig
4 месяцев назад
Ray
abf255fbe7
Merge pull request #4993 from Marcos-cat/master
add uiua bindings to the list
4 месяцев назад
Marcos Grzesiak
106bcf460a
add uiua bindings to the list
4 месяцев назад
M374LX
96c898852c
Update RGFW
4 месяцев назад
Ray
3e336e4470
Reviewed warning
4 месяцев назад
Ray
59bcf680aa
Code gardening...
5 месяцев назад
Ray
8a3a8ee8e3
Update shapes_digital_clock.c
5 месяцев назад
Ray
533c12c386
Small security tweaks
5 месяцев назад
Ray
5f497d0687
REVIEWED: `shapes_digital_clock` example
5 месяцев назад
Ray
cb369f8df7
Merge pull request #4985 from hmz-rhl/master
[examples] : adding new fancy clock
5 месяцев назад
Hamza RAHAL
3f228f4594
[examples] : adding new fancy clock
5 месяцев назад
Ray
8d319b1004
Merge pull request #4983 from M374LX/miniaudio-update
Update miniaudio to v0.11.22
5 месяцев назад
Ray
d218db9eec
Merge pull request #4982 from LainLayer/rgfw-timeout
Change `RGFW_window_eventWait` timeout to -1 to fix `EnableEventWaiting`
5 месяцев назад
github-actions[bot]
59338c2c29
Update raylib_api.* by CI
5 месяцев назад
Ray
714de02a88
Merge pull request #4980 from williewillus/pr4980
[rshapes] Fix incorrect parameter names in DrawRectangleGradientEx
5 месяцев назад
Ray
c81097505c
Merge pull request #4981 from garrisonhh/add-build-zig-zon-license
Add LICENSE to build.zig.zon
5 месяцев назад
Ray
53faf7ae74
Merge pull request #4977 from jestarray/patch-2
add const qualifier to ImageDrawTriangleFan and ImageDrawTriangleStrip arguments
5 месяцев назад
M374LX
bb5b5434a7
Update miniaudio to v0.11.22
5 месяцев назад
alqeeu
51958d6e2c
changed `RGFW_window_eventWait` timeout to -1
5 месяцев назад
garrisonhh
b52a9f8a04
Add LICENSE to build.zig.zon
5 месяцев назад
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.
5 месяцев назад
github-actions[bot]
58a6846c8f
Update raylib_api.* by CI
5 месяцев назад
jestarray
296e3af470
add const qualifier to ImageDrawTriangleFan and ImageDrawTriangleStrip arguments
5 месяцев назад
Ray
924c87db33
Merge pull request #4976 from M374LX/rgfw-update-dev
Update RGFW to 1.7.5-dev
5 месяцев назад
M374LX
6eeaf1dd5b
Update RGFW to 1.7.5-dev
5 месяцев назад
Ray
c1bb53738e
Merge pull request #4974 from M374LX/rgfw-escape-fix
RGFW: fix Escape always closing the window
5 месяцев назад
Ray
9bf4388a4f
Merge pull request #4965 from M374LX/rgfw-update
Update RGFW to 1.7
5 месяцев назад
github-actions[bot]
3414d96eaf
Update raylib_api.* by CI
5 месяцев назад
Ray
20c0c92bdb
Merge pull request #4963 from meowstr/master
[rshapes] Add DrawEllipseV and DrawEllipseLinesV
5 месяцев назад
M374LX
bc2b2864e0
RGFW: fix Escape always closing the window
5 месяцев назад
Nikolas
b26f6d34ba
Allow passing options to raygui in build.zig
5 месяцев назад
Ray
b9c2ecc447
Merge pull request #4969 from M374LX/update-comments
Update comments
5 месяцев назад
github-actions[bot]
8f2ecfba4d
Update raylib_api.* by CI
5 месяцев назад
M374LX
3418172617
Update comments
5 месяцев назад
Ray
015db1641f
Merge pull request #4964 from M374LX/axes-comment
Update comment (gamepad axes)
5 месяцев назад
M374LX
a9525bfbc2
Update RGFW to 1.7
5 месяцев назад