summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
AgeCommit message (Expand)Author
2021-09-10REVIEWED: Touch input system #1975 #1960Ray
2021-09-01REVIEWED: Naming: length vs sizeRay
2021-09-01WARNING: BREAKING: RENAMED: Font struct variablesRay
2021-08-26Change GetColor to take unsigned int (#1954)Richard Smith
2021-08-22Minor tweak to avoid false error logsRay
2021-08-21REMOVED: Old function names definesRay
2021-08-16WARNING: BREAKING: Use `frameCount` on audioRay
2021-08-15Updated `RAYLIB_VERSION` to `4.0-dev`raysan5
2021-08-15REVIEWED: `extern "C"` definition position for consistencyraysan5
2021-08-11WARNING: BREAKING: Renamed `CharInfo` to `GlyphInfo` and more...raysan5
2021-08-11ADDED: DrawTextPro() with text rotation supportraysan5
2021-08-11WARNING: REMOVED: DrawTextRec() and DrawTextRecEx()raysan5
2021-08-10Document Get{Key,Char}Pressed return value. (#1909)Ryan Roden-Corrent
2021-08-08ADDED: GenMeshCone() #1903raysan5
2021-07-31REVIEWED: rlgl defines for consistencyraysan5
2021-07-31REVIEWED: Avoid bool type collisionsraysan5
2021-07-30REVIEWED: Added new mechanism to avoid data types collision between modules t...raysan5
2021-07-29WARNING: BREAKING CHANGE: rlgl complete decoupling from raylib -WIP-raysan5
2021-07-28ADDED: GetModelBoundingBox()raysan5
2021-07-03Update link address for miniaudioraysan5
2021-06-30Remove trailing spacesraysan5
2021-06-28WARNING: BREAKING: Functions renamed for consistencyRay
2021-06-26REVIEWED: Enum values descriptionsraysan5
2021-06-26WARNING: REMOVED: Some deprecated function names mappingraysan5
2021-06-25REVIEWED: LoadShader() and default locationsRay
2021-06-23WARNING: BREAKING: Functions renamed!Ray
2021-06-22Review and un-expose InitTimer()Ray
2021-06-22Formatting reviewRay
2021-06-21core: added `GetMouseDelta()` (#1832)Adrian Guerrero Vera
2021-06-17RENAMED: `SwapBuffers()` -> `SwapScreenBuffer()`Ray
2021-06-17WARNING: Exposed `SUPPORT_CUSTOM_FRAME_CONTROL` #1729Ray
2021-06-17RENAMED: MeshTangents() -> GenMeshTangents()Ray
2021-06-10Review code formattingRay
2021-06-10Review some commentsRay
2021-06-10Reviewed functions descriptionRay
2021-06-10Reviewed Input variables and commentsRay
2021-06-10Corrected bug on enumRay
2021-06-10Added some enum commentsRay
2021-06-05Minor format tweaksraysan5
2021-06-03WARNING: BREAKING: Consistency renamingsRay
2021-06-03Better collisions (#1803)Crydsch
2021-06-01Update docs for supported blend modes (#1801)Marco G. Maia
2021-05-31RENAMED: enum Gestures -> GestureRay
2021-05-31WARNING: BREAKING: RENAMED: RayHitInfo to RayCollision #1781Ray
2021-05-30REVIEWED: exit() on LOG_FATAL instead of LOG_ERROR #1796Ray
2021-05-29Review some commentsRay
2021-05-25Review raylib structs commentsRay
2021-05-25Remove line break in DrawTextRecEx()Ray
2021-05-22Some code tweaks for consistencyRay
2021-05-22Minor comments tweaksRay