| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-25 | Update windows.yml | Ray | |
| 2020-12-25 | Update HISTORY.md | Ray | |
| 2020-12-25 | Update README.md | Ray | |
| 2020-12-25 | Update HISTORY.md | Ray | |
| 2020-12-25 | Update HISTORY.md | Ray | |
| 2020-12-25 | Update HISTORY.md | raysan5 | |
| 2020-12-25 | Update CHANGELOG | raysan5 | |
| 2020-12-24 | Update SPONSORS.md | raysan5 | |
| 2020-12-24 | Update ROADMAP.md | raysan5 | |
| 2020-12-24 | Minor tweak | raysan5 | |
| 2020-12-24 | Replace TABS by 4 spaces | raysan5 | |
| 2020-12-24 | Update CHANGELOG | Ray | |
| 2020-12-24 | Review some RPI4 tracelogs | raysan5 | |
| 2020-12-24 | Update Makefile | raysan5 | |
| 2020-12-24 | Review tracelog messages for DRM platform | raysan5 | |
| 2020-12-24 | Update README.md | raysan5 | |
| 2020-12-24 | Update README.md | raysan5 | |
| 2020-12-24 | Update README.md | Ray | |
| 2020-12-24 | Updated several files while porting examples to web | raysan5 | |
| 2020-12-23 | Review example formating | raysan5 | |
| 2020-12-23 | Review formatting | raysan5 | |
| 2020-12-23 | Merge branch 'master' of https://github.com/raysan5/raylib | raysan5 | |
| 2020-12-23 | Remove dup example | raysan5 | |
| 2020-12-23 | Update CHANGELOG | Ray | |
| 2020-12-23 | Update CHANGELOG | Ray | |
| 2020-12-23 | Review Android Makefiles to required version | raysan5 | |
| 2020-12-23 | Review issues when compiling for Android | raysan5 | |
| 2020-12-23 | Update raylib functions parser to generate XML intellisense file | raysan5 | |
| Update Notepad++ functions intellisense | |||
| 2020-12-23 | Update Makefile(s) | raysan5 | |
| 2020-12-23 | Remove trailing spaces | raysan5 | |
| 2020-12-23 | Update raylib version | raysan5 | |
| 2020-12-23 | Update resource file | raysan5 | |
| 2020-12-23 | Update CHANGELOG | Ray | |
| 2020-12-23 | Remove unused variable | raysan5 | |
| 2020-12-23 | Corrected typo | raysan5 | |
| 2020-12-23 | Corrected small issue | raysan5 | |
| 2020-12-23 | REMOVED: Travis CI | raysan5 | |
| 2020-12-23 | ADDED: CheckCollisionLines() | raysan5 | |
| Removed function from raymath | |||
| 2020-12-23 | Remove Travis CI badge | Ray | |
| 2020-12-21 | [Math Feature]: Add two functions for Vector2 to know if two lines intersect ↵ | Victor Gallet | |
| and two segments intersect (#1466) * Add a function to know if two lines intersect each other and if yes, get the intersection point * Remove indents * Rework the declaration of the 'Vector2LineIntersect' function, and add the 'Vector2SegmentIntersect' function * Remove bad indents * Fix compilation issues * Fix compilation error * Fix compilation error * Replace keyword '_Bool' by 'bool' | |||
| 2020-12-20 | Update CHANGELOG | Ray | |
| 2020-12-19 | Set version for raylib 3.5 | Ray | |
| 2020-12-19 | Camera funcs, review params names | Ray | |
| Just for a better consistency | |||
| 2020-12-19 | REVIEW: CheckCollisionSpheres() params naming | Ray | |
| 2020-12-19 | Minor tweak | Ray | |
| 2020-12-19 | ADDED: MemAlloc() / MemFree() #1440 | Ray | |
| Exposing internal memory allocator/free, useful for advance users when required | |||
| 2020-12-19 | Update raylib.h | Ray | |
| 2020-12-19 | Avoid *Rec suffix in some variables | Ray | |
| Pefixing/Suffixing some data type identifier in the variables is not a convention used in raylib, just reviewed it for consistency... Still, I kept the *Rec suffix in some functions. | |||
| 2020-12-19 | Corrected DrawTextRecEx() bug | Ray | |
| 2020-12-19 | Support font chars padding on drawing #1432 | Ray | |
| Previous implementation did not consider any padding while drawing the characters on screen (despite being available on the font atlas), so, only minimum character area was drawn. If some text effect shader was required (shadow, glow, outline...), there was no space in the drawn quad to draw that pixels effect. This commit corrects that issue. | |||
