| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-06 | WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()` | Ray | |
| RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()` | |||
| 2022-06-06 | WARNING: RENAMED: `GetDirectoryFiles()` to `LoadDirectoryFiles()` | Ray | |
| RENAMED: `ClearDirectoryFiles()` to `UnloadDirectoryFiles()` | |||
| 2022-06-06 | Reviewed latest PR, variable name | Ray | |
| 2022-06-06 | Change WaitTime argument from milliseconds to seconds (#2506) | flashback-fx | |
| 2022-06-02 | Minor tweak | Ray | |
| 2022-05-19 | Improved boolean definitions (#2485) | Jonathan Poncelet | |
| 2022-05-12 | ADDED: `EnableEventWaiting()` / `DisableEventWaiting()` | Ray | |
| Events waiting can be enabled/disabled, it toggles event polling. | |||
| 2022-05-06 | ADDED: `ExportDataAsCode()` | Ray | |
| 2022-05-01 | Reviewed some comments | Ray | |
| 2022-04-29 | Update raylib.h | Ray | |
| 2022-04-06 | WARNING: RENAMED: some parameters from length to size | Ray | |
| When referring to byte array SIZE, I find it more clear than length | |||
| 2022-03-30 | ADDED: Audio stream processors support -WIP- #2212 | Ray | |
| This feature is still under consideration/testing and it doesn't work properly, at least the Delay Effect processor. | |||
| 2022-03-30 | WARNING: BREAKING: REMOVED: `GetRayCollisionModel()` #2405 | Ray | |
| 2022-03-25 | Corrected typo | Ray | |
| 2022-03-25 | Rename audio callback | Ray | |
| 2022-03-24 | ADDED: Audio stream input callback #2212 -WIP- | Ray | |
| WARNING: This addition is based on a PR and it's still under review, not sure if it will be maintained in the future. In general, raylib tries to avoid callbacks usage mechanisms. | |||
| 2022-03-12 | Remove space | Ray | |
| 2022-02-20 | REVIEWED: Some functions input parametes that should be `const` | raysan5 | |
| 2022-02-20 | make const (#2348) | Antonis Geralis | |
| * make const * make const | |||
| 2022-02-17 | follow style guide (#2346) | Antonis Geralis | |
| * follow style guide * Update rmodels.c | |||
| 2022-02-13 | add premultiplied alpha blend mode (#2342) | megagrump | |
| 2022-01-28 | Minor tweak | raysan5 | |
| 2022-01-28 | RENAMED: `GetFileSize()` to `GetFileLength()` | Ray | |
| `GetFileSize()` conflicts with the infamous `windows.h` | |||
| 2022-01-27 | ADDED: `GetFileSize()` | raysan5 | |
| 2022-01-26 | Add DrawTextCodepoints (#2308) | Siddharth Roy | |
| * Add DrawTextCodepoints * Fixed top comment | |||
| 2022-01-16 | Review formating | raysan5 | |
| 2022-01-16 | Add panning to raudio and update audio_raw_stream example. (#2205) | ptarabbia | |
| * Add panning to raudio and update audio_raw_stream example. * remove pan smoothing, code formatting changes following pull request comments Co-authored-by: Ray <[email protected]> | |||
| 2022-01-10 | Review formating | Ray | |
| 2022-01-08 | [CORE] Add a function to return the application directory. (#2256) | Jeffery Myers | |
| * Add a function to return the application directory. * CI fixes | |||
| 2022-01-03 | ADDED: `ExportFontAsCode()` | Ray | |
| 2021-12-31 | Update year to 2022 | raysan5 | |
| 2021-12-31 | tweaks | Ray | |
| 2021-12-30 | [Feature] Added SetWindowOpacity(float opacity) (#2254) | Tushar Singh | |
| * Added drawing text with shadow * Added SetWindowOpacity() * Edited Mis-spell * Fixed conventions | |||
| 2021-12-28 | Updated version number to avoid confusions with release | raysan5 | |
| 2021-12-18 | Add a comment to LoadFontEx to specify how to get the default character set. ↵ | Jeffery Myers | |
| (#2221) Co-authored-by: Jeffery Myers <[email protected]> | |||
| 2021-12-04 | Support custom modules inclusion | Ray | |
| Allow to choose which modules are compiled with raylib, if some modules are excluded from compilation, required functionality is not available but smaller builds are possible. | |||
| 2021-11-25 | REVIEWED: Formating and comments | Ray | |
| 2021-11-25 | Fix scissor on macos (#2170) | Arnaud Valensi | |
| * Expose GetRenderWidth and GetRenderHeight functions * Fix scissor on macos * Fix typo | |||
| 2021-11-21 | fixed typo: aproximation to approximation (#2164) | めぐみ発動機 (isVowel / GreenWing) | |
| 2021-11-17 | Minor tweaks | raysan5 | |
| 2021-11-01 | Reviewed spelling mistake | Ray | |
| 2021-10-26 | Update comments for OpenGL 4.3 | Ray | |
| 2021-10-23 | REVIEWED: Size of bones id supported, max 255 bones per mesh | raysan5 | |
| 2021-10-22 | Reviewed VS2019 projects | raysan5 | |
| 2021-10-22 | REMOVED: `IsGamepadName()` | raysan5 | |
| This function is not required, users can check it with `GetGamepadName()` | |||
| 2021-10-18 | ADDED: `EncodeDataBase64()` and `DecodeDataBase64()` | raysan5 | |
| 2021-10-13 | Update raylib.h | raysan5 | |
| 2021-10-12 | Merge branch 'master' of https://github.com/raysan5/raylib | raysan5 | |
| 2021-10-12 | Remove unimplemented function | raysan5 | |
| 2021-10-12 | Add DrawCylinder(Wires)Ex (#2049) | Horrowind | |
| * Add DrawCylinderEx and DrawCylinderWiresEx * Modify examples/models/models_geometric_shapes.c to show the usage of DrawCylinder(Wires)Ex * Simplified DrawCylinder and DrawCylinderWires to use the -Ex versions. * This reverts commits f49b2598dd3bfc3219d414f24558c68f7ebe9eb5 and 4542b32e4ece9ddae775e7395d4219fa148039a8. * Fixed formatting. Renamed base_angle to baseAngle. Remove most of the raymath.h calls. Co-authored-by: Horrowind <[email protected]> | |||
