aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-13REDESIGNED: GetFileNameWithoutExt()Ray
Removed possible memory leak when using this function
2019-03-13Merge pull request #775 from rsachetto/masterRay
Adding DrawCubeWiresV for convenience
2019-03-12Reorder one flagRay
2019-03-12Support external config flagsRay
2019-03-12Updated audio library: mini_al -> miniaudioRay
2019-03-08Adding DrawCubeWiresV for convenienceRafael Sachetto
2019-03-05Proposed Model struct reviewRay
2019-03-04ADDED: IsWindowResized()Ray
2019-03-02Corrected issue with possible 0 divisionraysan5
Reported on rfxgen tool, it crashes on some parameters
2019-02-28Some spacing reviewRay
2019-02-28Return value in GetClipboardText()Ray
2019-02-28Removed some NULL pointer checksRay
2019-02-28Merge pull request #773 from Skabunkel/masterRay
Removed unnecessary if
2019-02-28Removed unnecessarySkabunkel
2019-02-28Added some comments on #594Ray
2019-02-24Merge pull request #767 from Skabunkel/masterRay
Fixed segmentation fult created by quick fix
2019-02-24... tabs again... _facepalm_Skabunkel
2019-02-24Missed oneSkabunkel
2019-02-24Fixed segmentation fult created by quick fixSkabunkel
2019-02-24Merge pull request #766 from Skabunkel/masterRay
#764 - Quick fix that clears alot of memory.
2019-02-24Tabs to spacesSkabunkel
2019-02-24#764 - Quick fix that clears alot of memory, there seems to be more hiding ↵Skabunkel
somewhere else.
2019-02-23Merge pull request #762 from ftk/pitchfixRay
Fix audio pitch
2019-02-23fix audio pitchftk
2019-02-22Change ternary operator formattingRay
2019-02-22Merge pull request #761 from Demizdor/masterRay
Fixed height bug in DrawTextRecEx()
2019-02-22Remove TABSRay
2019-02-22Fixed height bug in DrawTextRecEx()Demizdor
2019-02-21Remove end-line spacesRay
2019-02-21Corrected issue with OpenURL()Ray
It was not working on Windows 10
2019-02-19Merge pull request #760 from RobLoach/libraylib-aRay
Remove compiled libraylib.a
2019-02-18Remove compiled libraylib.aRob Loach
2019-02-18Update cgltf libraryRay
Added some comments to loader function...
2019-02-18Corrected issue #758Ray
2019-02-15Merge pull request #755 from neonmoe/fix-config-flagsRay
Fix config.h flags
2019-02-15Fix the image manipulation config flagJens Pitkanen
2019-02-14Fix config.h flagsJens Pitkanen
2019-02-14Corrected path issueRay
2019-02-13Corrected issue #750Ray
2019-02-13ADDED: DrawCircleSector()Ray
2019-02-12Avoid AudioBuffer symbol collision on macOSRay
raudio AudioBuffer internal struct collides on macOS with CoreAudio same name struct. In this case struct has been renamed because is internal to raudio... but probably all system should be redesigned.
2019-02-12Update mini_al.hRay
2019-02-12Corrected issueRay
2019-02-12Review scripts name and mini_al inclusionRay
2019-02-12Include mini_al directly, no separate moduleRay
2019-02-12Corrected function usageRay
2019-02-12Updated external librariesRay
2019-02-11ADDED: GetClipboardText(), SetClipboardText()Ray
2019-02-11Redesigned TextSplit() functionRay
2019-02-10Merge pull request #749 from Syphonx/masterRay
LoadBMFont filepath fix