| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2017-08-04 | Review transforms to match OpenGL 1.1 | raysan5 | |
| 2017-07-17 | Manual integration of material-pbr into develop | Ray | |
| 2017-03-20 | Review some comments | Ray | |
| 2017-03-14 | Added function: DrawLineBezier() | raysan5 | |
| 2017-03-05 | Added function: DrawLineEx() | raysan5 | |
| Supports line thickness | |||
| 2017-02-16 | Improved modules description -IN PROGRESS- | Ray | |
| Working in modules configuration flags... | |||
| 2017-02-16 | Added function DrawRectanglePro() | Ray | |
| 2017-01-05 | Lattest PR review | raysan5 | |
| Function names, code formatting... | |||
| 2017-01-02 | Added RaycastMesh function and example test case | Joel Davis | |
| 2016-12-31 | Added RaycastGround and ray picking example | Joel Davis | |
| 2016-12-05 | Corrected some warnings | Ray | |
| 2016-11-16 | Reviewed modules comments | raysan5 | |
| 2016-10-31 | Comments tweaks | raysan5 | |
| 2016-10-17 | Corrected some warnings | Ray | |
| 2016-10-09 | Tweak int to float | Ray | |
| 2016-10-02 | Corrected issue on DrawPolyEx() | Ray | |
| 2016-09-12 | Review spacing formatting | raysan5 | |
| raylib uses spaces between '+' and '-' signs but not between '*' and '/' signs, it's a chosen convention | |||
| 2016-07-17 | Corrected issue on drawing order | raysan5 | |
| 2016-06-17 | Corrected bugs on OpenGL 2.1 | Ray | |
| 2016-06-11 | Avoid external variable whiteTexture | raysan5 | |
| To get it, use GetDefaultTexture() | |||
| 2016-05-31 | Review text formatting (spacing, tabs...) | raysan5 | |
| 2016-05-20 | Remove TODO comments (already done) | raysan5 | |
| 2016-03-17 | Improved 2D-3D drawing | Ray | |
| Depth test disabled for 2D and only used on 3D; consequently LINES vs TRIANGLES vs QUADS buffers drawing order maters... but blending also works ok. | |||
| 2016-03-16 | Removed previous change that introduced a bug | Ray | |
| 2016-03-16 | Corrected bug on GetCollisionRec() | Ray | |
| 2016-03-01 | Adjust buffers usage | raysan5 | |
| - Removed DrawQuad() function - DrawBillboard() uses DrawBillboardRec() - DrawPlane() uses RL_TRIANGLES - DrawRectangleV() uses RL_TRIANGLES, that way, [shapes] module uses only TRIANGLES buffers. | |||
| 2016-02-11 | Add a note about an issue | raysan5 | |
| 2016-01-23 | Some code tweaks | raysan5 | |
| 2015-12-30 | Reviewed function: CheckCollisionCircleRec() | raysan5 | |
| 2015-07-29 | Replaced old mail by twitter user | raysan5 | |
| 2015-04-22 | Corrected some bugs and warnings | raysan5 | |
| 2015-04-06 | Big batch of changes! Check description: | raysan5 | |
| Support multiple texture formats (uncompressed and compressed) Postprocessing shaders support Model struct redefined and improved Extended loading functions for Textures and Models Simplified functions: DrawPlane(), DrawQuad() Deleted functions: DrawPlaneEx(), DrawGizmoEx() Now Text module only depends on Textures module Shapes: Reviewed functions to low lines/triangles usage Removed useless tabs and spaces around code | |||
| 2014-12-31 | Added full support for HTML5 (emscripten) | raysan5 | |
| Corrected some bugs on the way... Automatically convert textures to POT on RPI and WEB | |||
| 2014-09-16 | raylib 1.2 | raysan5 | |
| This is a huge update. Check CHANGELOG for details | |||
| 2014-09-03 | Removed useless spaces | raysan5 | |
| 2014-07-23 | Corrected bugs... | raysan5 | |
| Set default raylib to use OpenGL 1.1 (compatibility issues on ATI cards) | |||
| 2014-07-23 | Corrected bug with drawing order | raysan5 | |
| We have three vertex buffers: lines, triangles and quads for textures. Drawing in a desired order could become a nighmare... noww it seems it works prety well... | |||
| 2014-04-19 | raylib 1.1 | raysan5 | |
| View CHANGELOG for a detailed list of changes | |||
| 2014-04-04 | Adapt multiple functions to rlgl | raysan5 | |
| Nearly a complete rework of Models module Some teaks on multiple functions | |||
| 2014-03-25 | Road to raylib 1.1 - Testing rlgl | raysan5 | |
| 2014-03-16 | Update to version 1.0.61.0.6 | raysan5 | |
| Check CHANGELOG for the list of changes in this release! | |||
| 2013-12-19 | Update to version 1.0.3 | raysan5 | |
| View CHANGELOG for full list of changes | |||
