summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)Author
2022-06-14Add wrap (#2522)Pijus
* add wrap function * fixed Wrap function wrapping wrong
2022-06-14Revert "add wrap function (#2521)"Ray
This reverts commit 81157e4e72613b09cfde8aee925cd297d8b6cce6.
2022-06-14add wrap function (#2521)Pijus
2022-06-12Update rcore.cRay
2022-06-12Update rmem.hRay
2022-06-12Removed extras directoryRay
2022-06-12Reviewed latest PRRay
2022-06-12Add function to read both X and Y mouse scrolling from a trackpad (#2517)Steven Schveighoffer
(GetMouseWheelMoveV).
2022-06-12REVIEWED: `FilePathList`, consider maximum capacityRay
2022-06-11WARNING: BREAKING: REDESIGNED: Filepath loading APIRay
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-11Update config.hRay
2022-06-11Update raylib.hRay
2022-06-11REVIEWED: Issue with MOUSE_PASSTROUGH #2516Ray
2022-06-11New feature: support MOUSE_PASSTHROUGH #2516Ray
2022-06-09Minor formattng tweakRay
2022-06-09GetMonitorWidth()/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-07Unify 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-07RENAMED: `BLEND_ALPHA_PREMUL` to `BLEND_ALPHA_PREMULTIPLY`Ray
2022-06-07REVIEWED: Compilation warningsRay
2022-06-06WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`Ray
RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()`
2022-06-06WARNING: RENAMED: `GetDirectoryFiles()` to `LoadDirectoryFiles()`Ray
RENAMED: `ClearDirectoryFiles()` to `UnloadDirectoryFiles()`
2022-06-06Reviewed latest PR, variable nameRay
2022-06-06Change WaitTime argument from milliseconds to seconds (#2506)flashback-fx
2022-06-06WARNING: REMOVED `raygui` from `raylib/src/extras`Ray
2022-06-06WARNING: Removed `physac` from raylib sources/examplesRay
`physac` is available on its own repo
2022-06-05REVIEWED: Mouse device support on `PLATFORM_DRM` #2381Ray
2022-06-05Fix regression that was causing video stuttering (#2503)flashback-fx
2022-06-02Minor tweakRay
2022-05-31REVIEWED: Batch limits check #2489Ray
2022-05-30REVIEWED: `DrawBillboardPro()` #2494Ray
2022-05-29Correct typoRay
2022-05-29Review log messagesRay
2022-05-20ADDED: `-latomic` linkage, required by `miniaudio` on ARM 32bit #2452Ray
2022-05-20use GetWindowScaleDPI to calculate size for rlReadScreenPixels in ↵gulrak
screenshot/recording (#2446)
2022-05-19Improved boolean definitions (#2485)Jonathan Poncelet
2022-05-18Revert "UPDATE: `DEFLATE` algorithm"Ray
This reverts commit d786af83fc0364e6a773254a9ebc8cc7f1e621d1.
2022-05-18UPDATE: `DEFLATE` algorithmRay
2022-05-16REVIEWED: Support OpneBSD for timming functionsRay
2022-05-14Fix lgtm warnings (#2477)Crydsch
* Comparison is always true because finalSample >= 1 * Comparison is always false because keyCount >= 0
2022-05-12ADDED: `EnableEventWaiting()` / `DisableEventWaiting()`Ray
Events waiting can be enabled/disabled, it toggles event polling.
2022-05-12Some minor tweaksRay
2022-05-12Easings: Add function descriptions (#2471)Rob Loach
2022-05-09remove fps requirement for drm connector selection (#2468)Crydsch
2022-05-07Corrected typoRay
2022-05-06Add support for truncating parser input (#2464)lazaray
* Add support for truncating parser input * Remove RLAPI from implementations in rlgl.h
2022-05-06Flush stdout after trace messages (#2465)Daniel Nagy
This immediately shows log messages when stdout is not connected to a tty.
2022-05-06Update utils.cRay
2022-05-06ADDED: `ExportDataAsCode()`Ray
2022-05-05Remove line ending spacesRay
2022-05-01Reviewed some commentsRay