summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
AgeCommit message (Expand)Author
2023-12-28Merge branch 'master' of https://github.com/raysan5/raylibRay
2023-12-28[rtextures] Fix `LoadImageAnimFromMemory()` warning for `fileData` (#3686)ubkp
2023-12-28Update raylib.hRay
2023-12-28TextReplace const correctness (#3678)maverikou
2023-12-28[rshapes] Expose shapes drawing texture and rectangle (#3677)Jeffery Myers
2023-12-23Review UnloadAutomationEventList (#3658)Antonis Geralis
2023-12-13[rcore] Remove unused vScreenCenter (#3632)Matthew Oros
2023-12-13fixed coding style in function TextToFloat (#3627)Benjamin Schmid Ties
2023-11-30ADDED: `ExportMeshAsCode()`Ray
2023-11-28Hide unneeded internal symbols when building raylib as an so or dylib (#3573)Peter0x44
2023-11-18Image convolution function ImageKernelConvolution (#3528)Karim
2023-11-18Preparing for 5.1-dev (#3550)Dennis E. Hamilton
2023-11-10Updated for upcoming raylib 5.0Ray
2023-11-08REDESIGNED: Spline drawing functionalityRay
2023-11-07ADDED: `GetSplinePoint*()` functions for spline evaluationRay
2023-11-03ADDED: `LoadRandomSequence()`/`UnloadRandomSequence()`Ray
2023-11-02Update raylib version to **raylib 5.0**Ray
2023-10-30Minor tweaksRay
2023-10-29ADDED: Pseudo-random numbers generator!Ray
2023-10-27ADDED: `SetAutomationEventBaseFrame(int frame)`Ray
2023-10-26ADDED: Automation Events System, exposed to usersRay
2023-10-26Revert "Fix IsGestureDetected parameter inconsistency in raylib.h with rgextu...Ray
2023-10-26Fix IsGestureDetected parameter inconsistency in raylib.h with rgextures.h (#...jestarray
2023-10-22Add DrawCircleLinesV for consistency (#3452)Peter0x44
2023-10-18REVIEWED: `raylib 5.0-dev` version for a future releaseRay
2023-10-17[raudio] Implement GetMasterVolume() (#3434)Alexey Kutepov
2023-10-11Reorganized some functions, `WaitTime()` is common to all platformsRay
2023-10-10Added comments and review some functions #3313Ray
2023-10-08Format tweaksRay
2023-09-29Update raylib.hRay
2023-09-22REVIEWED: `IsGestureDetected()` parameter typeRay
2023-09-17general syntax fixes (#3319)Brian E
2023-09-13Reviewed parameters for consistencyRay
2023-09-13Add SetWindowMaxSize for desktop and web (#3309)ubkp
2023-09-02REVIEWED: `LoadImageSvg()`Ray
2023-09-02Added rudimentary SVG support. (#2738)bXi
2023-09-02Some tweaksRay
2023-09-02REVIEWED: Data size type consistency between functions #3168Ray
2023-09-01RENAMED: LoadFont*() parameter names for consistency and coherenceRay
2023-08-20Add `IsKeyPressedRepeat` (desktop only) (#3245)actondev (Christos)
2023-08-12ADDED: Spline drawing functions ->Ray
2023-08-05Support 16-Bit HDR textures (#3220)Nikolas
2023-08-04[AUDIO] Add a function to make an alias of a sound and share it's sample data...Jeffery Myers
2023-08-04[CORE] Support for SetWindowTitle and InitWindow for web (#3222)vitopigno
2023-08-02Adds BORDERLESS_WINDOWED_MODE for PLATFORM_DESKTOP (#3216)ubkp
2023-07-28Changes SetWindowMonitor() to no longer force fullscreen (#3209)ubkp
2023-07-20Add note about sample format to AttachAudioStreamProcessor() (#3188)Alberto González Palomo
2023-07-20Fixed GetMonitorName description (#3184) (#3189)Danil
2023-07-19Document buffer format for audio processors. (#3186)Alberto González Palomo
2023-07-02ADDED: `SetWindowFocused()` #3142Ray