| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-05 | Update raylib.h | Ray | |
| 2022-07-05 | WARNING: BREAKING: REMOVED: `*StorageValue()` functions | Ray | |
| Those functions were platform dependent and user has no control over the file created. They have been removed from raylib and just moved to `core_storage_values` example. | |||
| 2022-07-05 | REMOVED: `GenMeshBinormals()`, actually, never implemented | Ray | |
| 2022-07-05 | Added some comments | Ray | |
| 2022-07-04 | REVIEWED: `DrawMesh()` #2511 | Ray | |
| Disable color vertex attribute if not provided by mesh | |||
| 2022-07-03 | REVIEWED: `DecompressData()` | Ray | |
| 2022-06-29 | REVIEWED: `DrawBillboard*()` | Ray | |
| 2022-06-27 | Remove unneeded `rlPushMatrix()` | Ray | |
| 2022-06-25 | Updated PLATFORM_RPI info #2547 | Ray | |
| 2022-06-24 | Removed physac #2543 | Ray | |
| 2022-06-24 | fix: precision loss, discard unused (#2541) | veclavtalica | |
| 2022-06-23 | Fix signedness in rlBindImageTexture (#2539) | Hanaxar | |
| rlGetGlTextureFormats was expecting unsigned int, corrected variables according to that. | |||
| 2022-06-21 | Update rlgl.h | Ray | |
| 2022-06-21 | Reviewed batch buffer overflow #2526 | Ray | |
| 2022-06-21 | minor tweak | Ray | |
| 2022-06-21 | Share PCM streaming buffer to reduce dynamic allocations (#2532) | Dan Bechard | |
| 2022-06-18 | Revert "Update rlgl.h" | Ray | |
| This reverts commit 8fe6bfabbf91913fcca10ab12d23fcbde568f7b1. | |||
| 2022-06-18 | REVIEWED: `IsFileExtension()` #2530 | Ray | |
| Max file extension size set to 16 | |||
| 2022-06-18 | Update rlgl.h | Ray | |
| 2022-06-18 | Update rlgl.h | Ray | |
| 2022-06-18 | Update rcore.c | Ray | |
| 2022-06-17 | tweak | Ray | |
| 2022-06-17 | REVIEWED: `LoadDroppedFiles()`, fixed issues | Ray | |
| 2022-06-17 | Changed ExportFontAsCode to use given font's padding. (#2525) | The Tophat Demon | |
| 2022-06-16 | fix: round off error in ColorAlphaBlend (#2524) | Roy Qu | |
| 2022-06-16 | REVIEWED: `rlTextureParameters()`, reset anisotropy level | Ray | |
| 2022-06-16 | REVIEWED: `rlGenTextureMipmaps()`, removed filtering setup | Ray | |
| 2022-06-16 | Update rcore.c | Ray | |
| 2022-06-14 | Add wrap (#2522) | Pijus | |
| * add wrap function * fixed Wrap function wrapping wrong | |||
| 2022-06-14 | Revert "add wrap function (#2521)" | Ray | |
| This reverts commit 81157e4e72613b09cfde8aee925cd297d8b6cce6. | |||
| 2022-06-14 | add wrap function (#2521) | Pijus | |
| 2022-06-12 | Update rcore.c | Ray | |
| 2022-06-12 | Update rmem.h | Ray | |
| 2022-06-12 | Removed extras directory | Ray | |
| 2022-06-12 | Reviewed latest PR | Ray | |
| 2022-06-12 | Add function to read both X and Y mouse scrolling from a trackpad (#2517) | Steven Schveighoffer | |
| (GetMouseWheelMoveV). | |||
| 2022-06-12 | REVIEWED: `FilePathList`, consider maximum capacity | Ray | |
| 2022-06-11 | WARNING: BREAKING: REDESIGNED: Filepath loading API | Ray | |
| REDESIGNED: `LoadDirectoryFiles()` ADDED: `LoadDirectoryFilesEx()` REDESIGNED: `LoadDroppedFiles()` ADDED: `IsPathFile()` This BIG BREAKING change simplifies the functions and gives more control to the user: - A new `struct FilePathList` has been added to avoid exposing complex pointers. - User is responsible of memory loading/unloading - Filepaths loading support recursive directories and file extension filters | |||
| 2022-06-11 | Update config.h | Ray | |
| 2022-06-11 | Update raylib.h | Ray | |
| 2022-06-11 | REVIEWED: Issue with MOUSE_PASSTROUGH #2516 | Ray | |
| 2022-06-11 | New feature: support MOUSE_PASSTHROUGH #2516 | Ray | |
| 2022-06-09 | Minor formattng tweak | Ray | |
| 2022-06-09 | GetMonitorWidth()/GetMonitorHeight(): return current video resolution ↵ | gulrak | |
| instead max available (#2514) * GetMonitorWidth()/GetMonitorHeight(): current video resolution instead max available * adapt header comment to reflect change | |||
| 2022-06-07 | Unify busy waiting behavior across conditional compilation branches (#2508) | flashback-fx | |
| * Unify busy waiting behavior across conditional compilation branches * Inline busy waiting code instead of using static function | |||
| 2022-06-07 | RENAMED: `BLEND_ALPHA_PREMUL` to `BLEND_ALPHA_PREMULTIPLY` | Ray | |
| 2022-06-07 | REVIEWED: Compilation warnings | Ray | |
| 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 | |
