summaryrefslogtreecommitdiffhomepage
path: root/parser
AgeCommit message (Collapse)Author
2024-07-07Update raylib_api.* by CIgithub-actions[bot]
2024-07-07[rmodels] Consistent `DrawBillboardPro` with `DrawTexturePro` (#4132)bohonghuang
* [rmodels] Re-implement `DrawBillboardPro` * [rmodels] Add comments to `DrawBillboardPro` * [rmodels] Make `DrawBillboardPro` consistent with `DrawTexturePro` * Update raylib_api.* by CI --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-01Update raylib_api.* by CIgithub-actions[bot]
2024-07-01Update raylib_api.* by CIgithub-actions[bot]
2024-07-01Update raylib_api.* by CIgithub-actions[bot]
2024-06-30Update raylib_api.* by CIgithub-actions[bot]
2024-06-30Update raylib_api.* by CIgithub-actions[bot]
2024-06-30Update raylib_api.* by CIgithub-actions[bot]
2024-06-24Update raylib_api.* by CIgithub-actions[bot]
2024-06-24Update raylib_api.* by CIgithub-actions[bot]
2024-06-23Update raylib_api.* by CIgithub-actions[bot]
2024-06-22Fix mistakes in example usages in raylib_parser help text (#4084)Peter0x44
2024-06-16Update raylib_api.* by CIgithub-actions[bot]
2024-06-11[SHAPES] Make functions that draw point arrays take them as const (#4051)Jeffery Myers
* Update raylib_api.* by CI * make functions that take a pointer to an array take them as const pointers * Update raylib_api.* by CI * fix comment alignment. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-03rtext: added functions for camel case and snake case (reopened due to ↵IoIxD
formatting errors) (#4033) * rtext: added functions for camel case and snake case * Update raylib_api.* by CI * rtext: removed always false comparison --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-30Update raylib_api.* by CIgithub-actions[bot]
2024-05-29Update raylib_api.* by CIgithub-actions[bot]
2024-05-29[parser] MemoryCopy() calls: Prevent buffer overflow by replacing hard-coded ↵avx0
arguments (#4011) In future, if a dev edits the second arg and miscalulates the corresponding 3rd arg, there will be a buffer overflow or the string (2nd arg) will be cut short. This commit prevents that.
2024-05-21Update raylib_api.* by CIgithub-actions[bot]
2024-05-15[parser] Don't crash for files that don't end in newlines (#3981)Peter0x44
The parser assumes all lines end in newlines, but sometimes this isn't true. Check for a null terminator along with '\n' when stripping leading spaces.
2024-05-13Fix parsing of empty parentheses (#3974)Filyus
Co-authored-by: Filyus <[email protected]>
2024-04-30Update raylib_api.* by CIgithub-actions[bot]
2024-04-28Update raylib_api.* by CIgithub-actions[bot]
2024-04-20Update raylib_api.* by CIgithub-actions[bot]
2024-04-03Update raylib_api.* by CIgithub-actions[bot]
2024-04-01Update raylib_api.* by CIgithub-actions[bot]
2024-03-29Update raylib_api.* by CIgithub-actions[bot]
2024-03-07Update raylib_api.* by CIgithub-actions[bot]
2024-03-07Screen space related functions consistency (#3830)aiafrasinei
* Screen/world-space related functions rename * Update raylib_api.* by CI --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-29Update raylib_api.* by CIgithub-actions[bot]
2024-02-24Update raylib_api.* by CIgithub-actions[bot]
2024-02-04Update raylib_api.* by CIgithub-actions[bot]
2024-02-04Update raylib_api.* by CIgithub-actions[bot]
2024-01-20Fix Android keycode translation and duplicate key constants (#3733)Alexandre Almeida
* Fix Android keycode translation * Simplify code a bit * Rename KEYCODE_MAPPED_NUM to KEYCODE_MAP_SIZE * Fix KEY_R and KEY_MENU duplicate * Update raylib_api.* by CI --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-03Update copyright year to 2024Ray
2024-01-02Update copyright to 2024Ray
2023-12-31Update raylib_api.* by CI (#3692)seiren
* wip: add parse.yml * Temporarily force run * Auto commit parse files * Update raylib_api.* by CI * Remove temporary setting * format --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-24Update raylib_api.* (#3564)BLUELOVETH
2023-10-08Update raylib_parser.cRay
2023-10-08Format tweaksRay
2023-10-07Update `raylib_api.*` (#3379)BLUELOVETH
2023-09-29Update raylib_parser.cRay
2023-05-24Added ImageRotate (#3078)Dane Madsen
* Added ImageRotate * Quick rename of the example * Update ImageRotate by changing doubles to floats and checking code convention * Update API
2023-05-22Add GenImageGradientSquare (#3077)Dane Madsen
* Add GenImageGradientSquare to allow square gradients * Fix GenImageGradientSquare and add to textures_image_generation example * Remove params from GenImageGradientSquare
2023-05-21Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient ↵Dane Madsen
(#3074) * Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient * renamed GenImageLinearGradient to GenImageGradientLinear
2023-03-15UPDATED: raylib-parser output files (TXT, XML, JSON, LUA)Ray
2023-02-15REPLACE: TABS by 4 spacesRay
2023-01-27Raylib.h has exceeded 512 functions! (#2896)Antonis Geralis
2023-01-01Update year to 2023Ray
2023-01-01Update year to 2023Ray