| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
