| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-07 | Update raylib_api.* by CI | github-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-01 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-07-01 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-07-01 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-06-30 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-06-30 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-06-30 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-06-24 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-06-24 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-06-23 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-06-22 | Fix mistakes in example usages in raylib_parser help text (#4084) | Peter0x44 | |
| 2024-06-16 | Update raylib_api.* by CI | github-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-03 | rtext: 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-30 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-05-29 | Update raylib_api.* by CI | github-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-21 | Update raylib_api.* by CI | github-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-13 | Fix parsing of empty parentheses (#3974) | Filyus | |
| Co-authored-by: Filyus <[email protected]> | |||
| 2024-04-30 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-04-28 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-04-20 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-04-03 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-04-01 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-03-29 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-03-07 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-03-07 | Screen 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-29 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-02-24 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-02-04 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-02-04 | Update raylib_api.* by CI | github-actions[bot] | |
| 2024-01-20 | Fix 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-03 | Update copyright year to 2024 | Ray | |
| 2024-01-02 | Update copyright to 2024 | Ray | |
| 2023-12-31 | Update 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-24 | Update raylib_api.* (#3564) | BLUELOVETH | |
| 2023-10-08 | Update raylib_parser.c | Ray | |
| 2023-10-08 | Format tweaks | Ray | |
| 2023-10-07 | Update `raylib_api.*` (#3379) | BLUELOVETH | |
| 2023-09-29 | Update raylib_parser.c | Ray | |
| 2023-05-24 | Added 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-22 | Add 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-21 | Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient ↵ | Dane Madsen | |
| (#3074) * Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient * renamed GenImageLinearGradient to GenImageGradientLinear | |||
| 2023-03-15 | UPDATED: raylib-parser output files (TXT, XML, JSON, LUA) | Ray | |
| 2023-02-15 | REPLACE: TABS by 4 spaces | Ray | |
| 2023-01-27 | Raylib.h has exceeded 512 functions! (#2896) | Antonis Geralis | |
| 2023-01-01 | Update year to 2023 | Ray | |
| 2023-01-01 | Update year to 2023 | Ray | |
