Commit Graph

298 Commits

Author SHA1 Message Date
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
Charlie Tonneslan 6cf71f565c Fix typo: dependant -> dependent in rlgl.h and rexm.c (#5685)
5 instances in src/rlgl.h comments and 1 in tools/rexm/rexm.c.
Skipped vendored raygui.h files in examples/.
2026-03-23 17:17:50 +01:00
Ray 483d687900 Updated examples versions, validated with REXM 2026-03-16 17:19:27 +01:00
Ray 19ec2588be Update Makefiles for emsdk version 5.0.x, using required node 22.16.0 and Python 3.13.3 2026-03-16 17:04:30 +01:00
Ray e2aed43410 Update examples version to latest raylib 6.0 2026-03-16 17:03:02 +01:00
Ray 6ba6df3af3 Remove trailing spaces 2026-03-13 18:50:26 +01:00
Thomas Anderson 7b1096dc53 [raylib.h] fix audio pan comment (#5633)
* fix audio pan comment -- found by a.b.c.d.a.b.c.d

* rlparser: update raylib_api.* by CI

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-10 09:51:12 +01:00
github-actions[bot] ea00b97c59 rlparser: update raylib_api.* by CI 2026-03-05 10:50:09 +00:00
github-actions[bot] e1959a4e5c rlparser: update raylib_api.* by CI 2026-03-04 00:15:21 +00:00
Thomas Anderson b68dbaa8af [tools/rexm] Update nextCatIndex (#5616)
* removed +1 offset

* update from PR feedback
2026-03-03 18:55:50 +01:00
github-actions[bot] 178aca0fd0 rlparser: update raylib_api.* by CI 2026-02-26 23:00:48 +00:00
Thomas Anderson 006216bfcb [raylib.h] renamed SHADER_LOC_VERTEX_INSTANCETRANSFORMS (#5592)
* renamed SHADER_LOC_VERTEX_INSTANCETRANSFORMS to SHADER_LOC_VERTEX_INSTANCETRANSFORM

* rlparser: update raylib_api.* by CI

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-26 00:35:15 +01:00
github-actions[bot] 149062f715 rlparser: update raylib_api.* by CI 2026-02-24 00:19:18 +00:00
Ray ae6d34a731 Renamed some models examples for consistency 2026-02-23 01:43:53 +01:00