| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-24 | [Build] Fix warnings when building in VS 2022 (#4095) | Jeffery Myers | |
| * Update raylib_api.* by CI * Fix warnings when building examples in MSVC 2022 * fix auto-format that sneaked in there. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||
| 2024-06-16 | REVIEWED: Spline cubic bezier example | Ray | |
| 2024-06-16 | [rshapes] Fix multisegment Bezier splines. (#3744) | Santiago Pelufo | |
| * [rshapes] Fix multisegment Bezier splines. It seems to me that these functions are wrong, if you step the index by 1 you move to a control point instead of the next segment. * Fix example shapes/shapes_splines_drawing for bezier splines. * Draw circles to fill gaps between bezier segments. | |||
| 2024-04-20 | Update shapes_draw_rectangle_rounded.c | Ray | |
| 2024-01-06 | Fix a bug in examples/shapes/shapes_following_eyes (#3710) | Hongyu Ouyang | |
| 2024-01-05 | Update raygui.h | Ray | |
| 2024-01-02 | Update copyright to 2024 | Ray | |
| 2023-11-09 | Updated examples | Ray | |
| 2023-11-09 | Update example: shapes_splines_drawing | Ray | |
| 2023-11-08 | Reviewed some examples and warnings | Ray | |
| 2023-11-08 | REVIEWED: Added new examples to VS2022 solution | Ray | |
| 2023-11-07 | Update shapes_splines_drawing.c | Ray | |
| 2023-11-07 | ADDED: `GetSplinePoint*()` functions for spline evaluation | Ray | |
| RENAMED: `DrawLine<spline_type>()` to `DrawSpline<spline_type>()` for more consistent and clear naming REVIEWED: Bezier drawing parameters order, more consistent REVIEWED: Spline-based examples -WIP- | |||
| 2023-11-06 | Fix warnings in visual studio (#3512) | Jeffery Myers | |
| 2023-11-06 | Update raygui.h | Ray | |
| 2023-09-24 | Update raygui.h | Ray | |
| 2023-09-08 | Reviewed examples for consistency | Ray | |
| 2023-08-30 | Fix examples/shapes/shapes_collision_area.c help instructions (#3279) | Asdqwe | |
| 2023-06-09 | Updated examples to `raygui 4.0-dev` | Ray | |
| 2023-04-22 | Fix offset used before range check (#3021) | Mingjie Shen | |
| This use of offset 'i' should follow the range check. | |||
| 2023-02-01 | Add WASM support for Zig build (#2901) | Nikolas | |
| * Add WASM support for Zig build * Improve Web example building * Remove emscript example building with Zig again * Readd windows emscripten variables | |||
| 2023-01-27 | Fix warnings and bad project settings for 4.5 release (#2894) | Jeffery Myers | |
| 2023-01-01 | Update year to 2023 | Ray | |
| 2023-01-01 | Update year to 2023 | Ray | |
| 2022-10-26 | fixing typo (#2781) | Dor Shapira | |
| fixing typo | |||
| 2022-09-05 | REMOVED: `rlPushMatrix()`/`rlPopMatrix()` from `rshapes` | Ray | |
| This simplification will allow the usage of `rshapes` as STANDALONE mode in a future. Only a small set of `rlgl` functions are required and they can be "more" easely replaced if no `rlPushMatrix()`/`rlPopMatrix()` are involved. More simplification planned for the future, maybe the textures dependencies. | |||
| 2022-08-15 | Tiny documentation fix in reasings.h (#2640) | moosey | |
| 2022-08-02 | Updated easings examples | Ray | |
| 2022-08-02 | Remove `easings.h` from raylib/src, moved to examples | Ray | |
| 2022-08-02 | Update shapes_draw_ring.c | Ray | |
| 2022-07-20 | REVIEWED: examples descriptions | Ray | |
| 2022-06-21 | Added new comment to examples | Ray | |
| 2022-06-12 | Reviewed easings include | Ray | |
| 2022-06-06 | WARNING: REMOVED `raygui` from `raylib/src/extras` | Ray | |
| 2022-03-24 | Fixes #2408 | Ray | |
| 2022-01-16 | REVIEWED: example: shapes_top_down_lights | raysan5 | |
| 2022-01-16 | [Examples] Top down lights example (#2199) | Jeffery Myers | |
| * Start 2d lights example. * finish example * update image. * Cleanup render textures * Fixes to handle shadows on edges that are near to the light better. * tabs * move to shapes Co-authored-by: Jeffery Myers <[email protected]> | |||
| 2021-10-25 | Fix VC warnings for examples (#2085) | Jeffery Myers | |
| 2021-07-28 | Review includes to use extras libraries | raysan5 | |
| 2021-07-28 | Update shapes_logo_raylib_anim.c | raysan5 | |
| 2021-06-26 | Update raygui.h | raysan5 | |
| 2021-05-10 | Add RenderPolyLinesEx routine (#1758) | Lambert Wang | |
| Co-authored-by: Lambert Wang <[email protected]> | |||
| 2021-05-08 | Added support for additional mouse buttons (#1753) | Lambert Wang | |
| * Added support for additional mouse buttons * Renamed mouse button enum Co-authored-by: Lambert Wang <[email protected]> | |||
| 2021-04-25 | Fixes for 64 bit typecast warnings (#1733) | Jeffery Myers | |
| 2021-04-22 | Remove trail spaces | Ray | |
| 2021-04-06 | Minimum number of segments in circle sector functions changed from ↵ | frithrah | |
| hard-coded to based on degree range. (#1707) Co-authored-by: Simon <[email protected]> | |||
| 2021-03-19 | Changed DrawRing and DrawCircleSector angle params from int to float to ↵ | frithrah | |
| allow greater accuracy. (#1656) Co-authored-by: Simon <[email protected]> | |||
| 2021-02-15 | Fixed problem related to `IsKeyPressed` function! (#1589) | Rabia Alhaffar | |
| 2020-12-26 | Fix use of GuiSliderBar in examples. (#1470) | badlydrawnrod | |
| 2020-12-24 | Replace TABS by 4 spaces | raysan5 | |
