| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-28 | REDESIGNED: DrawCircleSector() | Ray | |
| 2019-03-28 | Align LINES and TRIANGLES drawing | Ray | |
| When drawing LINES or TRIANGLES, vertex are accumulated in same buffer as QUADS and new draw calls are registered but QUADS drawing uses an index buffer for optimization, so, when adding LINES/TRIANGLES vertices we need to make sure next draw calls for QUADS keep aligned with indices buffer. To get that we just add some alignment vertex at the end of the LINES/TRIANGLES draw calls, to make them multiple of 4 vertex. | |||
| 2019-03-28 | Small tweak | Ray | |
| 2019-03-27 | Update BINDINGS.md | Ray | |
| 2019-03-25 | Review gestures disable flag | Ray | |
| 2019-03-25 | Update BINDINGS.md | Ray | |
| 2019-03-25 | Update README.md | Ray | |
| 2019-03-24 | Update BINDINGS.md | Ray | |
| 2019-03-20 | Move bindings to BINDINGS.md | Ray | |
| 2019-03-20 | Create BINDINGS.md | Ray | |
| 2019-03-20 | Add Geany autocomplete tags | Ray | |
| 2019-03-20 | Checking issue with sound volume | Ray | |
| It seems individual sound volume level is not set... | |||
| 2019-03-18 | Support additional modules building -WIP- | Ray | |
| The idea is supporting additional raygui and physac modules building with raylib but those modules are distributed as header-only libraries and it makes a bit dificult to build them inside raylib... | |||
| 2019-03-17 | Review build release path, default to src directory | raysan5 | |
| 2019-03-17 | ADDED: GetScreenData() | raysan5 | |
| 2019-03-16 | Support no-audio no-models modules compilation | raysan5 | |
| Renamed flags for convenience. | |||
| 2019-03-16 | SetWindowIcon() redesigned | raysan5 | |
| Now core does not depend on textures module directly, only through text module. | |||
| 2019-03-15 | Work on ImageResizeCanvas() | Ray | |
| 2019-03-15 | REVIEW: ImageResizeCanvas() -WIP- | Ray | |
| 2019-03-13 | Remove comment | Ray | |
| 2019-03-13 | REDESIGNED: GetFileNameWithoutExt() | Ray | |
| Removed possible memory leak when using this function | |||
| 2019-03-13 | Merge pull request #775 from rsachetto/master | Ray | |
| Adding DrawCubeWiresV for convenience | |||
| 2019-03-12 | Reorder one flag | Ray | |
| 2019-03-12 | Support external config flags | Ray | |
| 2019-03-12 | Updated audio library: mini_al -> miniaudio | Ray | |
| 2019-03-08 | Adding DrawCubeWiresV for convenience | Rafael Sachetto | |
| 2019-03-05 | Proposed Model struct review | Ray | |
| 2019-03-04 | ADDED: IsWindowResized() | Ray | |
| 2019-03-02 | Corrected issue with possible 0 division | raysan5 | |
| Reported on rfxgen tool, it crashes on some parameters | |||
| 2019-02-28 | Some spacing review | Ray | |
| 2019-02-28 | Return value in GetClipboardText() | Ray | |
| 2019-02-28 | Removed some NULL pointer checks | Ray | |
| 2019-02-28 | Merge pull request #773 from Skabunkel/master | Ray | |
| Removed unnecessary if | |||
| 2019-02-28 | Removed unnecessary | Skabunkel | |
| 2019-02-28 | Added some comments on #594 | Ray | |
| 2019-02-24 | Merge pull request #767 from Skabunkel/master | Ray | |
| Fixed segmentation fult created by quick fix | |||
| 2019-02-24 | ... tabs again... _facepalm_ | Skabunkel | |
| 2019-02-24 | Missed one | Skabunkel | |
| 2019-02-24 | Fixed segmentation fult created by quick fix | Skabunkel | |
| 2019-02-24 | Merge pull request #766 from Skabunkel/master | Ray | |
| #764 - Quick fix that clears alot of memory. | |||
| 2019-02-24 | Tabs to spaces | Skabunkel | |
| 2019-02-24 | #764 - Quick fix that clears alot of memory, there seems to be more hiding ↵ | Skabunkel | |
| somewhere else. | |||
| 2019-02-23 | Merge pull request #762 from ftk/pitchfix | Ray | |
| Fix audio pitch | |||
| 2019-02-23 | fix audio pitch | ftk | |
| 2019-02-22 | Change ternary operator formatting | Ray | |
| 2019-02-22 | Merge pull request #761 from Demizdor/master | Ray | |
| Fixed height bug in DrawTextRecEx() | |||
| 2019-02-22 | Remove TABS | Ray | |
| 2019-02-22 | Fixed height bug in DrawTextRecEx() | Demizdor | |
| 2019-02-21 | Remove end-line spaces | Ray | |
| 2019-02-21 | Corrected issue with OpenURL() | Ray | |
| It was not working on Windows 10 | |||
