summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2021-03-09Update miniaudio.hRay
2021-03-08Fix fullscreen resolution (#1637)Hristo Stamenov
2021-03-08ADDED: Required callbacksRay
2021-03-08Always try to set vsync. (#1636)Jeffery Myers
2021-03-04Update some comments to warn users about callbacksRay
2021-03-04ADDED: Config flag: SUPPORT_STANDARD_FILEIORay
2021-03-04Some naming tweaksRay
2021-03-04Minor struct organization tweakRay
2021-03-04FEATURE: Several callbacks added -WIP- #1523 #1329Ray
2021-03-03REVIEWED: TextFormat() #1626Ray
2021-03-03Corrected issue with enums renamedRay
2021-03-03Corrected bugRay
2021-03-03WARNING: BREAKING: RENAMED: enums valuesRay
2021-03-03WARNING: BREAKING: RENAMED enum valuesRay
2021-03-03Removing +1 on comparing extesnions because this way it checked the file exte...hristo
2021-03-02Reviewed defines, try to avoid elif statementsRay
2021-03-02REVIEWED: Wait() to support FreeBSD #1618Ray
2021-03-02Some misc tweaksRay
2021-03-02REVIEWED: rlUnloadMesh()Ray
2021-03-02REVIEWED: rlUnloadMesh()Ray
2021-03-02REVIEWED: GetFileExtension() to include the dot #1523Ray
2021-03-02REVIEWED: rlUnloadMesh() #1615Ray
2021-03-02Review formattingRay
2021-03-02Add check to flip quaternion (#1624)masterex1000
2021-03-01REVIEWED: GetScreen*() #1570Ray
2021-03-01REVIEWED: CheckCollisionLines()Ray
2021-02-28Fixes gl state after HDR texture functions. (#1621)Jeffery Myers
2021-02-26Review bug on OpenGL 1.1Ray
2021-02-25LoadMusicStreamFromMemory OGG support (#1613)Agnis "NeZvērs" Aldiņš
2021-02-24jar_xm_create_context_safe requesting const char* (#1611)Agnis "NeZvērs" Aldiņš
2021-02-24Patch up GLTF Skeleton loading (#1610)Chris Sinclair
2021-02-24LoadMusicStreamFromMemory wav mp3 flac support (#1609)Agnis "NeZvērs" Aldiņš
2021-02-22LoadMusicStreamFromMemory (#1606)Agnis "NeZvērs" Aldiņš
2021-02-21[models] Move vboId ALLOC/FREE to rlgl module #1603Ray
2021-02-20[Examples] Fix typecast warnings in examples. (#1601)Jeffery Myers
2021-02-20Fixed DrawLineEx (#1598)Paul Jurczak
2021-02-20Fixes to make rnet and it's examples build on Windows in visual studio 2019. ...Jeffery Myers
2021-02-20Fix warnings generated by Visual Studio 2019 in new model loading code. (#1600)Jeffery Myers
2021-02-20[Physics] Fix typecast warnings generated by visual studio 2019 (#1599)Jeffery Myers
2021-02-16check to make sure parent bone is not null before trying to compute its offse...Jeffery Myers
2021-02-14[raudio] Fix load and unload issues with Music (#1588)Chris
2021-02-14Fix support of touchscreens for RPI (#1586)jpe230
2021-02-14Update physac.hraysan5
2021-02-14Update core.craysan5
2021-02-14Possible callbacks -WIP-raysan5
2021-02-14Review some commentsraysan5
2021-02-09Fix spelling mistake (#1581)BrokenKeyboard
2021-02-09Review some warnings and formattingraysan5
2021-02-09REMOVED: GetGamepadButton() internal funcraysan5
2021-02-08Poll inputs after frame sleep (#1573)masterex1000