| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-08 | Remove trail spaces | Ray | |
| 2019-04-28 | WARNING: Functions renamed | raysan5 | |
| Two functions have been renamed for coherence; previous naming was confusing for several users: - DrawPolyEx() ---> DrawTriangleFan() - DrawPolyExLines() ---> DrawLineStrip() | |||
| 2019-04-23 | Fix for DrawRectangleRounded | Demizdor | |
| 2019-04-08 | Review creation years | Ray | |
| 2019-04-07 | Happy new year 2019 | ChillerDragon | |
| 2019-04-04 | Review merged PR formatting | Ray | |
| Removed trail spaces | |||
| 2019-03-31 | Reimplemented DrawRoundedRectLines() | Demizdor | |
| 2019-03-31 | Added `DrawRoundedRectLines()` | Vlad Adrian | |
| 2019-03-30 | Added DrawRoundedRect() | Demizdor | |
| 2019-03-29 | Some formatting review | Ray | |
| 2019-03-29 | Added DrawRing(), DrawRingLines() and DrawCircleSectorLines() | Demizdor | |
| 2019-03-28 | REDESIGNED: DrawCircleSector() | Ray | |
| 2019-03-28 | Small tweak | Ray | |
| 2019-02-28 | Some spacing review | Ray | |
| 2019-02-22 | Change ternary operator formatting | Ray | |
| 2019-02-22 | Remove TABS | Ray | |
| 2019-02-21 | Remove end-line spaces | Ray | |
| 2019-02-14 | Fix config.h flags | Jens Pitkanen | |
| 2019-02-13 | ADDED: DrawCircleSector() | Ray | |
| 2018-12-29 | Use QUADS for DrawPolyEx() | raysan5 | |
| 2018-12-26 | REVIEWED: DrawRectanglePro() | raysan5 | |
| 2018-12-24 | Review DrawPolyEx() | raysan5 | |
| Also reviewed rlCheckBufferLimit() | |||
| 2018-12-18 | Support externally provided compilation flags | Ray | |
| Useful in case raylib compilation want to be automated and compilation config flags provided by command line. | |||
| 2018-11-19 | Corrected issue with MSAA | Ray | |
| 2018-11-07 | Corrected 1px thick issue | Ray | |
| 2018-11-07 | Corrected issue with line drawing | Ray | |
| 2018-11-06 | Review parameter issue with MSVC | Ray | |
| 2018-11-06 | Remove end-line spaces | Ray | |
| 2018-11-06 | Support custom texture on shapes drawing | Ray | |
| By default, internal white texture was used to draw most of the shapes; some time ago, support for white font character from default internal font was added. That way, all basic drawing (shapes, text) could be performed without a texture change and in a single drawing pass. Now, we move a step further and we allow configuring the texture (and rectangle) used to do the shapes drawing. | |||
| 2018-08-14 | Review PR formatting | Ray | |
| 2018-08-14 | Shapes: Simplifies CheckCollisionRecs | Joseph-Eugene Winzer | |
| By comparing the edges of the rectangles relative to each other we can determine if they intersect or not. | |||
| 2018-08-06 | Reviewed spacings on latest PR | Ray | |
| 2018-08-05 | Fix compiler warnings of lib | Kim Kulling | |
| 2018-08-05 | Fix compiler warings in texture.c and more. | Kim Kulling | |
| 2018-07-05 | Corrected issue with GetFontDefault() | raysan5 | |
| Note for me: Replace All is NOT your friend... | |||
| 2018-07-05 | Renamed GetDefaultFont() to GetFontDefault() | raysan5 | |
| Library consistency rename... yes, I know, it breaks the API... | |||
| 2018-05-28 | fabsf() not working with TCC | Ray | |
| Replaced by fabs() that seem to work ok | |||
| 2018-05-20 | Added function: rlCheckBufferLimit() | raysan5 | |
| 2018-05-06 | Use fabsf for floats, and avoid implicit type casting | Sherjil Ozair | |
| 2018-05-04 | Rectangle parameters changed to float | Ray San | |
| - Some examples tweaks - Reviewed ImageFormat() - Use float for text fontSize | |||
| 2018-04-29 | Support shapes drawing using only QUADS | raysan5 | |
| Also added new compilation FLAGS for that pourpose | |||
| 2018-04-07 | Refactor all #define SUPPORT_* into a config.h | Ahmad Fatoum | |
| That way, a user needs only to touch a single file to configure what features raylib is built with. Include guards are left out intentionally, because config.h should only be included in source files, not headers. Later on, config.h can also define the raylib version (#461). | |||
| 2018-02-02 | Added function DrawRectangleLinesEx() | Ray San | |
| 2018-01-06 | Corrected issue with new functionality | raysan5 | |
| Using default font texture as base white texture for rectangles reduces draw calls considerably, actually, raygui can be drawn with a single pass! | |||
| 2018-01-01 | Removed function DrawRectangleT() | raysan5 | |
| Functionality integrated in DrawRectangle() and selectable with config flag USE_DEFAULT_FONT_TEXTURE | |||
| 2017-12-20 | Updated copyright year | Ray San | |
| 2017-10-13 | Fix bug, add some whitespace | Ahmad Fatoum | |
| 2017-10-12 | Fix warning about unsequenced modification of variable | Ahmad Fatoum | |
| Variable t was read and modified without interleaving sequence points, technically undefined behavior. Report by Clang's -Wunsequenced | |||
| 2017-09-30 | Review gradient rectangle drawing | Ray | |
| Added: DrawRectangleGradientV() Added: DrawRectangleGradientH() | |||
| 2017-08-27 | Added function DrawRectangleGradientEx() | raysan5 | |
| Moved function DrawRectangleT() from text module to shapes Added some comments | |||
