summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
AgeCommit message (Expand)Author
2022-06-06WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`Ray
2022-06-06WARNING: RENAMED: `GetDirectoryFiles()` to `LoadDirectoryFiles()`Ray
2022-06-06Reviewed latest PR, variable nameRay
2022-06-06Change WaitTime argument from milliseconds to seconds (#2506)flashback-fx
2022-06-02Minor tweakRay
2022-05-19Improved boolean definitions (#2485)Jonathan Poncelet
2022-05-12ADDED: `EnableEventWaiting()` / `DisableEventWaiting()`Ray
2022-05-06ADDED: `ExportDataAsCode()`Ray
2022-05-01Reviewed some commentsRay
2022-04-29Update raylib.hRay
2022-04-06WARNING: RENAMED: some parameters from length to sizeRay
2022-03-30ADDED: Audio stream processors support -WIP- #2212Ray
2022-03-30WARNING: BREAKING: REMOVED: `GetRayCollisionModel()` #2405Ray
2022-03-25Corrected typoRay
2022-03-25Rename audio callbackRay
2022-03-24ADDED: Audio stream input callback #2212 -WIP-Ray
2022-03-12Remove spaceRay
2022-02-20REVIEWED: Some functions input parametes that should be `const`raysan5
2022-02-20make const (#2348)Antonis Geralis
2022-02-17follow style guide (#2346)Antonis Geralis
2022-02-13add premultiplied alpha blend mode (#2342)megagrump
2022-01-28Minor tweakraysan5
2022-01-28RENAMED: `GetFileSize()` to `GetFileLength()`Ray
2022-01-27ADDED: `GetFileSize()`raysan5
2022-01-26Add DrawTextCodepoints (#2308)Siddharth Roy
2022-01-16Review formatingraysan5
2022-01-16Add panning to raudio and update audio_raw_stream example. (#2205)ptarabbia
2022-01-10Review formatingRay
2022-01-08[CORE] Add a function to return the application directory. (#2256)Jeffery Myers
2022-01-03ADDED: `ExportFontAsCode()`Ray
2021-12-31Update year to 2022raysan5
2021-12-31tweaksRay
2021-12-30[Feature] Added SetWindowOpacity(float opacity) (#2254)Tushar Singh
2021-12-28Updated version number to avoid confusions with releaseraysan5
2021-12-18Add a comment to LoadFontEx to specify how to get the default character set. ...Jeffery Myers
2021-12-04Support custom modules inclusionRay
2021-11-25REVIEWED: Formating and commentsRay
2021-11-25Fix scissor on macos (#2170)Arnaud Valensi
2021-11-21fixed typo: aproximation to approximation (#2164)めぐみ発動機 (isVowel / GreenWing)
2021-11-17Minor tweaksraysan5
2021-11-01Reviewed spelling mistakeRay
2021-10-26Update comments for OpenGL 4.3Ray
2021-10-23REVIEWED: Size of bones id supported, max 255 bones per meshraysan5
2021-10-22Reviewed VS2019 projectsraysan5
2021-10-22REMOVED: `IsGamepadName()`raysan5
2021-10-18ADDED: `EncodeDataBase64()` and `DecodeDataBase64()`raysan5
2021-10-13Update raylib.hraysan5
2021-10-12Merge branch 'master' of https://github.com/raysan5/raylibraysan5
2021-10-12Remove unimplemented functionraysan5
2021-10-12Add DrawCylinder(Wires)Ex (#2049)Horrowind