summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2020-01-08Comments reviewRay
2020-01-08Reviewed some commentsRay
2020-01-08Reorganized some variables for consistencyRay
2020-01-08IsAudioBufferPlaying() replace ERROR by WARNINGRay
2020-01-07Renamed LICENSE.md to LICENSERay
2020-01-06Review variable nameraysan5
2020-01-05Update year to 2020raysan5
2019-12-29Review PR #1040 naming and formatingraysan5
2019-12-29Remove TABSraysan5
2019-12-29GenTextureCubemap(): renamed parameterraysan5
2019-12-29fixed free camera pitch (#1040)chriscamacho
2019-12-29Normals was not correctly updated when using animated meshes (#1052)las3rlars
2019-12-21Forcibly ensure .xm playback starts in the right place; fixes #1043. (#1045)illegalinstruction
2019-12-16Add some comments on desktop multi-touchRay
2019-12-11Corrected bug on rlReadTexturePixels()Ray
2019-12-11Read texture data as RGBA from FBO on GLES 2.0Ray
2019-12-11Small code tweak to avoid warningRay
2019-12-10Minor format tweaks for PR #1036Ray
2019-12-10SetWindowMonitor made functioning again. (#1036)Justin
2019-12-05external: glfw: reinstate export of GLFW_PKG_{DEPS,LIBS}Ahmad Fatoum
2019-12-04Fix `IsMouseButtonReleased()` when press/release events come too fast (#1032)Oskari Timperi
2019-12-04Work on macOS HighDPI issue #826raysan5
2019-12-04Check and testing timming #865raysan5
2019-12-04Corrected issue #1027raysan5
2019-12-01Review VSync on fullscreen modeRay
2019-12-01fixes for switching full-screen and v-sync (#963)MasterZean
2019-12-01Update GLFW to version 3.4Ray
2019-12-01ADDED: DrawTextCodepoint()Ray
2019-12-01Minor comments tweakRay
2019-11-25Update miniaudio.h to v0.9.8Ray
2019-11-25Support rlPushMatrix() and rlPopMatrix() on mesh drawingRay
2019-11-25Comments (#1026)Darryl Dixon - Piece Digital
2019-11-24Review PR #1015raysan5
2019-11-24[text] `TextFormat()` caching (#1015)brankoku
2019-11-24Review PR #1022raysan5
2019-11-24Review key input queue PR #1012raysan5
2019-11-24add api FIFO based character input. (#1012)Ushio
2019-11-24Fix camera not working problem at align z direction. #924 (#1013)Ushio
2019-11-22DrawPoint3D(): PR reviewRay
2019-11-22Add DrawPoint3D() function to models.c (#1019)Eric J
2019-11-22Adding double ended stack & Mempool Reset function (#1021)Kevin Yonan
2019-11-15Fix Makefile missing X11 lib when building as a shared library on Linux. (#1018)JuDelCo
2019-11-11[rlgl] Create function `rlUpdateMeshAt` (#1010)brankoku
2019-11-08[Core] Added ColorFromNormalized which is the reverse of ColorNormalize. (#1011)ChrisDill
2019-11-06rlUpdateMesh now supports updating indices (#1009)brankoku
2019-11-04REVIEW: rlLoadTexture()raysan5
2019-11-04REVIEW: GetImageData() and GetImageAlphaBorder()raysan5
2019-10-29Review formatting for PR #1004Ray
2019-10-29fix various problems, thanks CppCheck :) (#1005)João Coelho
2019-10-28REDESIGN: TextToUtf8()Ray