311 Commits

Author SHA1 Message Date
github-actions[bot]
f3a471fd89 rlparser: update raylib_api.* by CI 2026-08-25 17:26:56 +00:00
PanicTitan
338458a92b Fix crash when adding a new textures or audio examples (#6089)
rexm could crash and corrupt examples_list.txt when adding a new example in the textures category. This happened because the tool searched for the category name as plain text, and "text" happens to be part of "textures" (and shows up inside names like core_render_texture), so it sometimes found the wrong spot and inserted the new example in the middle of an unrelated line.

This fix makes the search look for the exact category boundary instead of just any matching text, so it always finds the right place. It also fixes a small out-of-bounds issue that could happen specifically with the audio category, since it's the last one in the list.

Tested by creating a new textures example and a new audio example, both now work correctly and the examples list stays intact.
2026-08-23 20:50:26 +02:00
Alexandre Almeida
77353e7f31 Update GLFW to 3.5.1 (#6051)
* Update GLFW to 3.5.1

* Remove cocoa_time.c from rglfw.c

* Add macos_time.c to rglfw.c

* Redo changes from pull request #3863

* Makefile: add QuartzCore framework when building for macOS

* Add QuartzCore when building for macOS to other build files

* Remove unused GLFW dependencies
2026-08-12 13:02:51 +02:00
github-actions[bot]
ce6ac7d8c7 rlparser: update raylib_api.* by CI 2026-07-18 14:50:44 +00:00
Ray
d631a5a466 Merge branch 'master' of https://github.com/raysan5/raylib 2026-07-06 19:14:22 +02:00
Ray
5992929e56 REVIEWED: Security: strncpy() replaced by snprintf() 2026-07-06 19:13:44 +02:00
github-actions[bot]
088177b269 rlparser: update raylib_api.* by CI 2026-07-06 16:33:13 +00:00
github-actions[bot]
9f60957b84 rlparser: update raylib_api.* by CI 2026-07-02 08:49:50 +00:00
github-actions[bot]
9deaae0716 rlparser: update raylib_api.* by CI 2026-07-01 10:09:45 +00:00
Visen
8999d2ba44 [tools] Add S-Expression Output Type to rlparser (#5943)
* Add S-Expression output to rlparser.c

* minor whitespace fix
2026-07-01 10:05:11 +02:00
Ray
962bbfc6bf Revert "Implemented JS output format. (#5929)"
This reverts commit b00e465deb.
2026-06-23 09:24:06 +02:00
Juan Ferreras
b00e465deb Implemented JS output format. (#5929) 2026-06-23 00:55:08 +02:00
Ray
f9c41a0866 Reemove trailing spaces 2026-06-16 21:12:12 +02:00
Ray
3973766b84 Update rexm.c 2026-06-15 23:19:31 +02:00
github-actions[bot]
02869da279 rlparser: update raylib_api.* by CI 2026-06-07 19:53:22 +00:00
github-actions[bot]
26d82cf55d rlparser: update raylib_api.* by CI 2026-06-07 19:51:18 +00:00
github-actions[bot]
0e7cc36567 rlparser: update raylib_api.* by CI 2026-06-07 19:29:40 +00:00
github-actions[bot]
23433fe2dc rlparser: update raylib_api.* by CI 2026-06-07 19:29:06 +00:00
github-actions[bot]
33b6f0f3a4 rlparser: update raylib_api.* by CI 2026-06-07 19:26:49 +00:00
github-actions[bot]
f5ea52a2b8 rlparser: update raylib_api.* by CI 2026-06-07 16:49:09 +00:00
github-actions[bot]
20aa6cb764 rlparser: update raylib_api.* by CI 2026-06-07 16:47:29 +00:00
github-actions[bot]
45f1af2bde rlparser: update raylib_api.* by CI 2026-06-07 16:42:02 +00:00
github-actions[bot]
9ace148917 rlparser: update raylib_api.* by CI 2026-06-03 19:07:28 +00:00
github-actions[bot]
fadcd1fac5 rlparser: update raylib_api.* by CI 2026-06-03 19:05:06 +00:00
github-actions[bot]
fc824ff6d4 rlparser: update raylib_api.* by CI 2026-06-03 19:03:21 +00:00
github-actions[bot]
e8650c1b8e rlparser: update raylib_api.* by CI 2026-06-03 18:16:31 +00:00
Ray
eaf32c83bf REXM: Latest w64devkit supports make directly, simplifying code to avoid mingw32-make 2026-05-25 00:26:26 +02:00
github-actions[bot]
7dd72e7328 rlparser: update raylib_api.* by CI 2026-05-24 07:25:01 +00:00
github-actions[bot]
79d5353cfd rlparser: update raylib_api.* by CI 2026-04-27 09:48:08 +00:00
github-actions[bot]
a627cd5b65 rlparser: update raylib_api.* by CI 2026-04-27 09:43:37 +00:00
github-actions[bot]
5082f5a813 rlparser: update raylib_api.* by CI 2026-04-27 09:40:32 +00:00
github-actions[bot]
a685b812d9 rlparser: update raylib_api.* by CI 2026-04-27 09:38:41 +00:00
github-actions[bot]
826ca42d83 rlparser: update raylib_api.* by CI 2026-04-27 09:36:49 +00:00
github-actions[bot]
52dc7658da rlparser: update raylib_api.* by CI 2026-04-27 09:35:19 +00:00
github-actions[bot]
aa1100817a rlparser: update raylib_api.* by CI 2026-04-27 08:23:03 +00:00
github-actions[bot]
3d3e6996b0 rlparser: update raylib_api.* by CI 2026-04-27 08:22:08 +00:00
Caleb Norton
4ee2013169 various rlparser fixes (#5794) 2026-04-24 21:08:20 +02:00
Thomas Anderson
de8419cc8b removed web_basic_window mentions (#5782) 2026-04-23 13:28:34 +02:00
Thomas Anderson
44e5126d08 update 2025->2026, 5.5->6.0 (#5754) 2026-04-12 19:21:09 +02:00
github-actions[bot]
b202421e08 rlparser: update raylib_api.* by CI 2026-04-09 09:16:49 +00:00
github-actions[bot]
f36533cbd8 rlparser: update raylib_api.* by CI 2026-04-01 21:23:44 +00:00
Ray
4799cab772 Update rexm.c 2026-04-01 10:17:41 +02:00
Ray
b3bf537fab Update rexm.c 2026-03-30 11:00:26 +02:00
Ray
d3cc78d9d7 Update rexm.c 2026-03-29 01:44:33 +01:00
Ray
e3dcb144bc Update rexm.c 2026-03-29 01:33:27 +01:00
Ray
da93ec4a21 Remove trailing spaces 2026-03-29 01:17:25 +01:00
github-actions[bot]
990a5e0cb4 rlparser: update raylib_api.* by CI 2026-03-27 20:56:45 +00:00
Ray
8a7aff509d WARNING: BREAKING: REDESIGNED: TextInsert(), TextReplace(), TextReplaceBetween(), using static buffers
Redesign has been conditioned by the usage of those functions on `rexm`, `rpc` and other tools; for many use cases a static buffer is enough and way more comfortable to use.
ADDED: `TextInsertAlloc()`, `TextReplaceAlloc()`, `TextReplaceBetweenAlloc()`, alternatives with internal allocations
2026-03-27 21:56:29 +01:00
github-actions[bot]
d7bd56ef1b rlparser: update raylib_api.* by CI 2026-03-26 17:29:18 +00:00
Maicon Santana
a693365bf2 Move DrawModelPoints methods to example - point rendering (#5697) 2026-03-26 18:29:05 +01:00