summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-05-19Improved boolean definitions (#2485)Jonathan Poncelet
2022-05-19Update `raylib-jai` bindingRay
2022-05-19generate compile_commands.json to be used by language server (#2481)Angga Permana
* cmake: Generate compile commands * Update README.md simplify build process
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-12Fix crash with delay demo. (#2472)ptarabbia
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 calculated defines to parser (#2463)lazaray
* Add support for calculated defines to parser * Regenerate parser output
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 Note About Factor's Raylib Bindings (#2466)Capital-EX
Factor's bindings have been moved into the main repo. Additionally, they have been updated to 4.0.
2022-05-06Update utils.cRay
2022-05-06ADDED: `ExportDataAsCode()`Ray
2022-05-05Remove line ending spacesRay
2022-05-04Reorder parser (#2462)lazaray
* Reorder parser output * Regenerate parser output * Reorder parser line reading * Reorder parser data parsing * Reorder remaining parser stuff
2022-05-04Parser improvements (#2461)lazaray
* Fix parser function description detection Some functions in easings.h are defined on a single line and include a division which was mistaken for the start of the description. * Fix parser detection of macros including spaces * Add support for self-referencing structs to parser * Fix parser code style * Fix parser handling of multiple fields on one line * Increase parser MAX_STRUCT_FIELDS For internal rlglData State struct (internal structs are still not supported but this makes it less wrong). * Add description helper to parser * Regenerate parser output * Add cakkbacks to parser * Regenerate parser output * Refactor funcLines to be an array of line numbers It used to be an array of pointers into the text buffer but was changed to be an array of pointers to the lines. Now it is an array of line numbers like the others. * Fix code style * Move array size from name to type * Regenerate parser output
2022-05-01Add racket-raylib to BINDINGS.md (#2454)Benedek Szilvasy
2022-05-01Add aliases to parser (#2444)lazaray
* Fix parser indentation * Fix parser comments * Add aliases to parser * Regenerate parser output * Fix parser handling of multiple fields on one line * Regenerate parser output * Fix parser code style
2022-05-01Reviewed some commentsRay
2022-04-29Update raylib.hRay
2022-04-28Update rcore.cRay
2022-04-28Update raylib haxe binding name (#2451)Ratul Krisna
As title says
2022-04-28add raylib.zig bindings (#2449)Michael Scherbakow
2022-04-26Fix Issue #2441 (#2442)Leonardo Montagner
Remove line that caused a memory leak
2022-04-26Check for mouse devices on PLATFORM_DRMRay
2022-04-25REVIEWED: `SwapScreenBuffers()` for `PLATFORM_DRM`Ray
Avoid calling `abort()`, `LOG_ERROR` already manages it. Code looks cleaner now.
2022-04-25Update rlgl.hRay
2022-04-25Update rcore.cRay
2022-04-24Review formattingRay
2022-04-24- Fix issue #2371 (#2437)Juan Carlos González Amestoy
2022-04-24REDESIGNED: Set rlgl internal framebuffer #2420Ray
2022-04-24Update rlgl.hRay
2022-04-24Update rlgl.hRay
2022-04-24Fix for vr rendering not taking render target size into account (#2424)Maiko Steeman
2022-04-24Reviewed MouseScrollCallback() #2371Ray
2022-04-24Initialize (reset) input global state #2360Ray
2022-04-24Removed bool type from raymath, it broke raylibRay
2022-04-24Update rlgl.hRay
2022-04-23REVIEWED: ToggleFullscreen()Ray
2022-04-23Update raymath.hRay
2022-04-23Review new functions formattingRay
2022-04-23Augment raymath.h with useful functions (#2428)saccharineboi
* Augment raymath.h with useful functions * Rename Vector2ClampMagnitude and Vector3ClampMagnitude to Vector2ClampValue and Vector3ClampValue * Remove Vector3{Up,Down,Left,Right,Forward,Backward}
2022-04-23Optimize Some Image Functions. (#2429)Anilforextra
2022-04-11Update BINDINGS.md (#2431)tuckie
node-raylib is updated to 4.0!