Ray
|
b17f00b6d9
|
REXM: Avoid external tool for UUIDv4 generation, implement custom function
|
2025-08-13 13:25:27 +02:00 |
|
Ray
|
ddebf5d7ac
|
Update Makefile.Web
|
2025-08-13 12:34:55 +02:00 |
|
Ray
|
a7e66df56d
|
Using define for buffers size
|
2025-08-13 12:33:38 +02:00 |
|
Ray
|
800be084b6
|
REXM: Implemented AddVSProjectToSolution()
|
2025-08-13 12:33:12 +02:00 |
|
Ray
|
ef81145776
|
Update examples_list.txt
|
2025-08-13 11:35:23 +02:00 |
|
Ray
|
74339d2008
|
REVIEWED: IsFileExtension()
|
2025-08-13 10:43:33 +02:00 |
|
Ray
|
8c7b3b7323
|
Update examples_report.md
|
2025-08-13 10:38:04 +02:00 |
|
Ray
|
601091b69e
|
Update raylib.sln
|
2025-08-13 09:56:22 +02:00 |
|
Ray
|
388bc5075e
|
Update raylib.sln
|
2025-08-13 08:56:50 +02:00 |
|
Ray
|
b7265c3df1
|
Update rexm.ico
|
2025-08-13 08:24:57 +02:00 |
|
Ray
|
cd1c206676
|
Update rl_gputex.h
|
2025-08-13 08:22:00 +02:00 |
|
Ray
|
76284f1a16
|
Corrected typo
|
2025-08-13 08:13:18 +02:00 |
|
Ray
|
dd19b8d2c2
|
REVIEWED: Requested window flags application after window initialization
|
2025-08-12 11:44:20 +02:00 |
|
Ray
|
195b968b86
|
Merge pull request #4837 from Andersama/support_all_window_flags_at_initialization
[rcore] Support window flags with initialization issues
|
2025-08-12 11:38:22 +02:00 |
|
Ray
|
95e4494cfe
|
ADDED: cursorLocked variable and review required code #4940 #4955
|
2025-08-12 11:33:58 +02:00 |
|
Ray
|
c4414fa1ed
|
Revert "Merge pull request #4945 from Moros1138/master"
This reverts commit bab234a160 , reversing
changes made to 13e384ce71 .
|
2025-08-12 10:58:56 +02:00 |
|
Ray
|
bab234a160
|
Merge pull request #4945 from Moros1138/master
[rcore][web] Review resizable canvas on `FLAG_WINDOW_RESIZABLE`
|
2025-08-12 10:31:12 +02:00 |
|
Ray
|
db2abfb9be
|
Merge branch 'master' into master
|
2025-08-12 10:28:52 +02:00 |
|
Ray
|
13e384ce71
|
Merge pull request #5004 from nezvers/example_quake_controller
[examples] New example: `core_3d_fps_controller`
|
2025-08-12 09:54:23 +02:00 |
|
Ray
|
9aa1b86fdf
|
Merge pull request #5109 from maiconpintoabreu/julia_set
[examples] Increasing julia_set maxInterations glsl100 to 255
|
2025-08-11 20:26:24 +02:00 |
|
Ray
|
503e6d8bb5
|
Merge branch 'master' into julia_set
|
2025-08-11 20:26:16 +02:00 |
|
Ray
|
9b598f6bcf
|
REVIEWED: Shaders formating to follow raylib code conventions
|
2025-08-11 20:22:31 +02:00 |
|
Ray
|
8dae39fbda
|
ADDED: Missing GLSL120 shaders
|
2025-08-11 20:22:02 +02:00 |
|
Maicon Santana
|
00f7121b1c
|
Increasing maxInterations glsl100 to 255 to match with glsl330 and add glsl120
|
2025-08-11 18:16:00 +01:00 |
|
Ray
|
705ce45a33
|
FIX: Added callback broke keyboard input on web... #5107
|
2025-08-10 19:59:33 +02:00 |
|
Ray
|
9ff8862826
|
Merge pull request #5108 from lassade/fix-qoa-music-from-mem
fix: QOA when using with LoadMusicStreamFromMemory
|
2025-08-10 19:27:08 +02:00 |
|
Felipe Jorge
|
71b7734ce4
|
fix: QOA when using with LoadMusicStreamFromMemory, reduced the number of allocs and memcpy
|
2025-08-10 10:05:03 -03:00 |
|
Ray
|
e17e0933af
|
Merge pull request #5104 from matthijskooijman/fix-ssh-backspace
Fix backspace key in Rpi SSH keyboard
|
2025-08-10 13:22:06 +02:00 |
|
Ray
|
27d7e61f28
|
Update rexm.c
|
2025-08-10 09:54:45 +02:00 |
|
Matthijs Kooijman
|
9582d25217
|
Fix backspace key in Rpi SSH keyboard
There was a typo in the generated keycode.
|
2025-08-09 21:04:09 +02:00 |
|
Ray
|
852c51343d
|
Merge pull request #5103 from Not-Nik/raylib-zig-update
Update raylib-zig in BINDINGS.md
|
2025-08-09 19:08:17 +02:00 |
|
Nikolas
|
7bc22f71bd
|
Update raylib-zig in BINDINGS.md
|
2025-08-09 19:04:00 +02:00 |
|
github-actions[bot]
|
60826855c4
|
Update raylib_api.* by CI
|
2025-08-08 21:09:03 +00:00 |
|
Ray
|
5daeffd91b
|
Update parse.yml
|
2025-08-08 23:08:42 +02:00 |
|
Ray
|
e11bf1c978
|
Update Makefile
|
2025-08-08 23:07:08 +02:00 |
|
Ray
|
c6241b91a2
|
REVIEWED: IsFileExtension() to avoid other modules dependency #5071
|
2025-08-08 23:01:04 +02:00 |
|
Ray
|
f73b04c42c
|
REXM: Copy examples web-build files to raylib.com
|
2025-08-08 21:54:15 +02:00 |
|
Ray
|
d6f9988e82
|
Update Makefile
|
2025-08-08 13:52:56 +02:00 |
|
Ray
|
c2f2878575
|
Merge pull request #5099 from JohnnyCena123/raysan-typo
fix typo in 'Ramon Santamaria'
|
2025-08-08 07:16:07 +02:00 |
|
JohnnyCena123
|
c25e9f641d
|
fix typo in 'Ramon Santamaria'
|
2025-08-08 03:04:33 +03:00 |
|
Ray
|
17aec580f8
|
Merge pull request #5096 from wileyanderssen/master
removed unneeded comma
|
2025-08-07 19:01:53 +02:00 |
|
wileyanderssen
|
c6171d339c
|
removed unneeded comma
hope this gets merged
|
2025-08-07 19:55:46 +03:00 |
|
Ray
|
df40357f19
|
Update linux.yml
|
2025-08-07 18:37:11 +02:00 |
|
Ray
|
570082deba
|
WARNING : **NEW** raylib code CONVENTION: Comments do not end with '.'
|
2025-08-07 18:23:20 +02:00 |
|
Ray
|
6792e6e2dd
|
Updated required files for new example: shaders_normalmap
|
2025-08-07 17:50:18 +02:00 |
|
Ray
|
2365ac8def
|
REVIEWED: Example shaders_normalmap #5032
|
2025-08-07 17:31:11 +02:00 |
|
Ray
|
54473e2c2b
|
REVIEWED: Example shaders_normalmap , it crashes #5032
|
2025-08-07 17:28:25 +02:00 |
|
Ray
|
47d1cc200d
|
Merge branch 'master' of https://github.com/raysan5/raylib
|
2025-08-07 17:19:39 +02:00 |
|
Ray
|
8da4887c2d
|
Update examples_list.txt
|
2025-08-07 17:19:27 +02:00 |
|
Ray
|
ea3932949c
|
Merge pull request #5032 from Sir-Irk/normalmap_example
[examples] New example: `shaders_normalmap`
|
2025-08-07 17:17:29 +02:00 |
|