| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-02 | WARNING: `DrawLineBezier()` implementation needs review #2721 | Ray | |
| 2022-09-10 | REVIEWED: `CheckCollisionPointPoly()` | Ray | |
| 2022-09-05 | REPLACED: `rlVertex2i()` by `rlVertex2f()` | Ray | |
| 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-09-05 | WARNING: BREAKING: Removed `rlCheckRenderBatchLimit()` requirement | Ray | |
| Updated version to `rlgl 4.2` | |||
| 2022-09-04 | REVIEWED: `CheckCollisionPointPoly()` | Ray | |
| 2022-09-04 | Check collision point polygon (#2685) | Jacek | |
| * Update raylib.h * CheckCollisionPointPolygon() * typo | |||
| 2022-06-27 | Remove unneeded `rlPushMatrix()` | Ray | |
| 2022-02-18 | Removed trailing spaces | raysan5 | |
| 2021-12-31 | Update year to 2022 | raysan5 | |
| 2021-12-04 | Support custom modules inclusion | Ray | |
| Allow to choose which modules are compiled with raylib, if some modules are excluded from compilation, required functionality is not available but smaller builds are possible. | |||
| 2021-11-10 | ouch | Ray | |
| 2021-11-10 | Reviewed descriptions and notes | Ray | |
| 2021-11-10 | REVIEWED: DrawRectanglePro(), support TRIANGLES drawing | Ray | |
| 2021-11-10 | REVIEWED: CheckCollision*() consistency | Ray | |
| 2021-11-07 | Fix Render Batch Limit not being checked in DrawRectangleGradientEx() (#2111) | KonPet | |
| 2021-10-24 | fixing the library so the workflows compile (#2082) | mandar1jn | |
| 2021-10-24 | When one of the colliding lines is vertical or horizontal, not all ↵ | TheSergey496 | |
| collisions were correctly detected due to floating point error. (#2081) | |||
| 2021-10-03 | Minor format tweak | Ray | |
| 2021-10-03 | Added DrawLineBezierCubic() (#2021) | SAOMDVN | |
| Co-authored-by: SAOMDVN <[email protected]> | |||
| 2021-09-22 | WARNING: MODULES RENAMING!!! | Ray | |
| raylib modules have been slightly renamed to add some identity and note that they are independent modules that can be used as standalone separate parts of raylib if required. The renamed modules are: - `core` -> `rcore` - `shapes` -> `rshapes` - `textures` -> `rtextures` - `text` -> `rtext` - `models` -> `rmodels` - `camera` -> `rcamera` - `gestures` -> `rgestures` - `core` -> `rcore` All the build systems has been adapted to this change. | |||
