summaryrefslogtreecommitdiffhomepage
path: root/parser/output
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-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-21Update raylib_api.* by CIgithub-actions[bot]
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>
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-07Update `raylib_api.*` (#3379)BLUELOVETH
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
2022-10-11build raylib_api without the 'vectex' tyops (#2749)Dor Shapira
2022-08-05Update parser outputs for raylib 4.2Ray
2022-08-02Move parser output to outputRay