aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-04Merge pull request #787 from Demizdor/masterRay
2019-04-04BIG UPDATE: Support model animations!Ray
2019-04-04Animated vertex renamingRay
2019-04-01Corrected some issuesRay
2019-04-01Support material loading from OBJ/MTLRay
2019-04-01Reviewed OBJ loading implementation -WIP-Ray
2019-04-01Implementing LoadOBJ() -WIP-Ray
2019-04-01Reviewed data assignationRay
2019-03-31Reimplemented DrawRoundedRectLines()Demizdor
2019-03-31Added `DrawRoundedRectLines()`Vlad Adrian
2019-03-31Update raylib.hVlad Adrian
2019-03-30Added DrawRoundedRect()Demizdor
2019-03-29Default to white cube mesh if not loadedRay
2019-03-29Some formatting reviewRay
2019-03-29Merge pull request #786 from Demizdor/draw_ringRay
2019-03-29Review some warningsRay
2019-03-29Replace custom OBJ/MTL implementations by tinyobj_loader -WIP-Ray
2019-03-29WARNING: Redesigned model struct for multi-meshesRay
2019-03-29Added DrawRing(), DrawRingLines() and DrawCircleSectorLines()Demizdor
2019-03-29WARNING: This could break somethingRay
2019-03-29Added commentRay
2019-03-28Merge pull request #785 from Berni8k/masterRay
2019-03-28Fixes compile error when SUPPORT_GESTURES_SYSTEM is undefined on RPiBerni8k
2019-03-28RaspberryPi Keyboard input with evdevBerni8k
2019-03-28REDESIGNED: DrawCircleSector()Ray
2019-03-28Align LINES and TRIANGLES drawingRay
2019-03-28Small tweakRay
2019-03-25Review gestures disable flagRay
2019-03-20Checking issue with sound volumeRay
2019-03-18Support additional modules building -WIP-Ray
2019-03-17Review build release path, default to src directoryraysan5
2019-03-17ADDED: GetScreenData()raysan5
2019-03-16Support no-audio no-models modules compilationraysan5
2019-03-16SetWindowIcon() redesignedraysan5
2019-03-15Work on ImageResizeCanvas()Ray
2019-03-15REVIEW: ImageResizeCanvas() -WIP-Ray
2019-03-13Remove commentRay
2019-03-13REDESIGNED: GetFileNameWithoutExt()Ray
2019-03-13Merge pull request #775 from rsachetto/masterRay
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
2019-02-28Some spacing reviewRay
2019-02-28Return value in GetClipboardText()Ray
2019-02-28Removed some NULL pointer checksRay
2019-02-28Removed unnecessarySkabunkel