summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2020-04-01Review shared library buildingraysan5
2020-03-30Update project version for releaseRay
2020-03-30Get icons back on shell.htmlraysan5
2020-03-30Update config.h, enable some file-formats by defaultraysan5
2020-03-30Update textures.craysan5
2020-03-30Update raylib.hraysan5
2020-03-30[cppcheck] Fix minor warnings in models.c and raudio.c (#1162)Dani Martin
2020-03-30Review formating and signegness issuesraysan5
2020-03-30[cppcheck] Improvements in SaveStorageValue() in core.c (#1160)Dani Martin
2020-03-29Fix "variable is reassigned before use" linter warning on raymath.h (#1158)Valentin Lemière
2020-03-29Reorganize image functionsraysan5
2020-03-29Reorganize image/texture functions for consistencyraysan5
2020-03-29Update ImageDraw*() functions to match arguments of Draw*() (#1156)Rob Loach
2020-03-28Revert "Update compilation warning flags (#1151)"raysan5
2020-03-28Update window rcraysan5
2020-03-27Review TRACELOG() messagesraysan5
2020-03-27Review TRACELOG() categoriesraysan5
2020-03-27[rlgl] Review TRACELOG() messages, categorizedraysan5
2020-03-27Corrected missing semicolonraysan5
2020-03-27[core] Review TRACELOG() messages, categorizedraysan5
2020-03-27[models] Review TRACELOG() messages, categorizedraysan5
2020-03-27[textures] Review TRACELOG() messagesraysan5
2020-03-27[raudio] Review TRACELOG() messages, categorizedraysan5
2020-03-27[raudio] Review TRACELOG() messages, categorizedraysan5
2020-03-27[text] Review TRACELOG() messages, categorizedraysan5
2020-03-27[textures] Review TRACELOG() messages, categorizedraysan5
2020-03-27[utils] Review TRACELOG() messages, categorizedraysan5
2020-03-26Update compilation warning flags (#1151)Dani Martin
2020-03-25Remove trail spacesraysan5
2020-03-25Minor tweaksraysan5
2020-03-25ADDED: IsWindowFullscreen()raysan5
2020-03-25Enable IQM models support on config.hraysan5
2020-03-25Update config.hraysan5
2020-03-25Fixed DrawTextRecEx() selection when wordwrap is ON (again) (#1149)Random
2020-03-24Support mtl loading by tinyobj_parse_obj() #1134raysan5
2020-03-24GenMeshHeightmap flat shading normals (#1140)Ádám Dóda
2020-03-24Remove define not requiredraysan5
2020-03-24Android: Better track touch input returned from IsMouse*() (#1144)Doyle
2020-03-24CMakeLists.txt: report generated CMAKE_CONFIGURATION_TYPESAhmad Fatoum
2020-03-23Comment tweaksraysan5
2020-03-23Comment tweaksraysan5
2020-03-21Review formating from PR #1138raysan5
2020-03-21Added draw functions to ImageDraw*() (#1138)Sourav Gupta
2020-03-19Android: Track touch motion across screen (#1137)Doyle
2020-03-17Added security check in case init fails #1135raysan5
2020-03-17Replace external libraries custom allocators by raylib ones #1074raysan5
2020-03-15Corrected typoraysan5
2020-03-15REVIEWED: ImageTextEx() to support line breaks #1131raysan5
2020-03-15Android: Set display.[width, height] before screen size check (#1132)Doyle
2020-03-12Added note on transparent framebuffer w/o X11 on RPIRay