summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2021-02-07Disabling WindowSizeCallback around fullscreen toggle. (#1480)hristo
2021-02-07Review latest PR formatingraysan5
2021-02-07Fix initialize GLFW's Joystick subsystem before window is created on Desktop ...Gil Barbosa Reis
2021-02-07Review formating for latest PRraysan5
2021-02-07Fix wrong values shown for monitor width and height in pixels when fullscreen...hristo
2021-02-07REVIEWED: Multichannel sound system #1548raysan5
2021-02-06REVIEWED: Replace GetImageData() by LoadImageColors()raysan5
2021-02-05REMOVED: MeshNormalsSmooth() #1421raysan5
2021-02-05REVIEWED: CloseAudioBufferPool(), uninit buffers properly #1548raysan5
2021-02-05REVIEWED: raudio: Some LOG_ERROR -> LOG_WARNING #1562raysan5
2021-02-05Update miniaudio to v0.10.32 #1562raysan5
2021-02-05REMOVED: SetTraceLogExit()raysan5
2021-02-05REVIEWED: DecompressData()raysan5
2021-02-05removed redundant call to eglGetConfig (https://github.com/raysan5/raylib/iss...kernelkinetic
2021-02-05REVIEWED: Gamepad issues on Androidraysan5
2021-02-05REVIEWED: DecompressData(), memory reallocationraysan5
2021-02-05Designing some callbacks -WIP-Ray
2021-02-02REVIEWED: LoadShaderProgram() #1563raysan5
2021-02-02Update raudio.craysan5
2021-02-02Update loading of gltf animation. (#1561)hristo
2021-01-31REVIEWED: Gamepad system, specially for RPIraysan5
2021-01-30Use local (") includes for GLFW since it is included with the source tree. (#...Jeffery Myers
2021-01-28REVIEWED: SetGamepadMappings()raysan5
2021-01-28Gltf animation support (#1551)hristo
2021-01-26Documentation cmake (#1549)hristo
2021-01-25Removing config.h.in file (#1546)hristo
2021-01-25Removing test file. (#1545)hristo
2021-01-22ADDED: UploadMesh() #1529Ray
2021-01-22Remove automatic pointer lock on mouse click #1513Ray
2021-01-22Review typoRay
2021-01-22Remove STATIC and SHARED variables. (#1542)hristo
2021-01-21ADDED: SetGamepadMappings() #1506Ray
2021-01-20REVIEWED: physac module and examples #1525Ray
2021-01-20Merge branch 'master' of https://github.com/raysan5/raylibRay
2021-01-20Review screen capture / gif recording #1540Ray
2021-01-16Fix cmake build error dirent (#1536)hristo
2021-01-16Fix absolute path handling in GetFileName and GetDirectoryPath (#1534) (#1535)Gil Barbosa Reis
2021-01-15Review commentRay
2021-01-15Review warningRay
2021-01-14REVIEWED: DecompressData()Ray
2021-01-13Big cmake changes (#1514)hristo
2021-01-12Update miniaudio to v0.10.30 #1518Ray
2021-01-12REDESIGN: Compresion APIRay
2021-01-12Add commentsRay
2021-01-12Reorder functionRay
2021-01-12Reorder typedefs in physac.h to be in header part (#1528)Dmitry Matveyev
2021-01-09rlOrtho() reverted changeRay
2021-01-07It's top-bottom not bottom-top in GL space. (#1517)Jeffery Myers
2021-01-06Fix keyboard state change detection on RPI (#1488)badlydrawnrod
2021-01-06Include SUPPORT_DATA_STORAGE flag for building with CMake (#1515)Kirottu