Commit Graph

35 Commits

Author SHA1 Message Date
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
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
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
github-actions[bot] 990a5e0cb4 rlparser: update raylib_api.* by CI 2026-03-27 20:56:45 +00:00
Maicon Santana a693365bf2 Move DrawModelPoints methods to example - point rendering (#5697) 2026-03-26 18:29:05 +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
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
Kirandeep-Singh-Khehra 0e6cb0993d [rmodels] Added implementation of UpdateModelAnimationBonesWithBlending() function (#4578)
* [rmodels] Added implementation of `UpdateModelAnimationBonesWithBlending()` function

Signed-off-by: Kirandeep-Singh-Khehra <kirandeepsinghkhehra@gmail.com>

* [rmodels] Added example for animation blending and fixed wrap issue for blend factor

Signed-off-by: Kirandeep-Singh-Khehra <kirandeepsinghkhehra@gmail.com>

* [rmodels] Updated build information for animation blending example

Signed-off-by: Kirandeep-Singh-Khehra <kirandeepsinghkhehra@gmail.com>

* [rmodels] Fixed typos in anmation blending example

Signed-off-by: Kirandeep-Singh-Khehra <kirandeepsinghkhehra@gmail.com>

* [rmodels] Updated blend function signature and added function to update verts from bones

Signed-off-by: Kirandeep-Singh-Khehra <kirandeepsinghkhehra@gmail.com>

* [rmodels] Updated documentation

Signed-off-by: Kirandeep-Singh-Khehra <kirandeepsinghkhehra@gmail.com>

* rlparser: update raylib_api.* by CI

* rlparser: update raylib_api.* by CI

---------

Signed-off-by: Kirandeep-Singh-Khehra <kirandeepsinghkhehra@gmail.com>
Co-authored-by: Ray <raysan5@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-19 12:57:05 +01:00
github-actions[bot] 919ad68ca7 rlparser: update raylib_api.* by CI 2026-02-10 17:02:58 +00:00
Catania 594f5429b2 [rcore] LoadDirectoryFilesEx(), count files if not recursive (#5496)
* LoadDirectoryFilesEx on not recursive loading count files

* Removed FilePathList.capacity

* Added security check in case of memory leak

* Fix stop loading paths early on recursive loading

* Fix count directories only if filter contains DIRECTORY_FILTER_TAG

* rlparser: update raylib_api.* by CI

* GetDirectoryFileCount() and GetDirectoryFileCountEx() made visible

* rlparser: update raylib_api.* by CI

* Added new file and directories filter tags

* Renamed `fileCount` in `ScanDirectoryFiles()` to `expectedFileCount`

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-23 13:48:26 +01:00
github-actions[bot] 21f026a484 rlparser: update raylib_api.* by CI 2026-01-10 11:13:29 +00:00
Jeffery Myers 6f7cd3a9ab [core] Camera2d comment updates (#5401)
* Make the comments on the camera 2d fields more clear about what space each one is in.

* rlparser: update raylib_api.* by CI

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-11 13:37:17 +01:00
github-actions[bot] ae438e804e rlparser: update raylib_api.* by CI 2025-12-11 12:00:15 +00:00
github-actions[bot] 4d9df337a7 rlparser: update raylib_api.* by CI 2025-11-30 18:02:52 +00:00
github-actions[bot] fc8049a039 rlparser: update raylib_api.* by CI 2025-11-24 14:37:49 +00:00
github-actions[bot] 8161475c28 rlparser: update raylib_api.* by CI 2025-11-19 23:03:27 +00:00
github-actions[bot] b020bed2b3 rlparser: update raylib_api.* by CI 2025-10-15 17:36:24 +00:00
Ray d7a83a1111 REVIEWED: RENAMED: Renamed tool raylib_parser to rlparser
The tool can work with other libraries following `raylib.h` structure, keeping the `raylib_parser` name could be missleading. Also added an icon an reviewed Makefile an CI.
2025-10-04 19:39:25 +02:00