summaryrefslogtreecommitdiffhomepage
path: root/parser/output/raylib_api.xml
AgeCommit message (Collapse)Author
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