| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-19 | Improved boolean definitions (#2485) | Jonathan Poncelet | |
| 2022-05-19 | Update `raylib-jai` binding | Ray | |
| 2022-05-19 | generate compile_commands.json to be used by language server (#2481) | Angga Permana | |
| * cmake: Generate compile commands * Update README.md simplify build process | |||
| 2022-05-18 | Revert "UPDATE: `DEFLATE` algorithm" | Ray | |
| This reverts commit d786af83fc0364e6a773254a9ebc8cc7f1e621d1. | |||
| 2022-05-18 | UPDATE: `DEFLATE` algorithm | Ray | |
| 2022-05-16 | REVIEWED: Support OpneBSD for timming functions | Ray | |
| 2022-05-14 | Fix lgtm warnings (#2477) | Crydsch | |
| * Comparison is always true because finalSample >= 1 * Comparison is always false because keyCount >= 0 | |||
| 2022-05-12 | ADDED: `EnableEventWaiting()` / `DisableEventWaiting()` | Ray | |
| Events waiting can be enabled/disabled, it toggles event polling. | |||
| 2022-05-12 | Some minor tweaks | Ray | |
| 2022-05-12 | Fix crash with delay demo. (#2472) | ptarabbia | |
| 2022-05-12 | Easings: Add function descriptions (#2471) | Rob Loach | |
| 2022-05-09 | remove fps requirement for drm connector selection (#2468) | Crydsch | |
| 2022-05-07 | Corrected typo | Ray | |
| 2022-05-06 | Add support for calculated defines to parser (#2463) | lazaray | |
| * Add support for calculated defines to parser * Regenerate parser output | |||
| 2022-05-06 | Add support for truncating parser input (#2464) | lazaray | |
| * Add support for truncating parser input * Remove RLAPI from implementations in rlgl.h | |||
| 2022-05-06 | Flush stdout after trace messages (#2465) | Daniel Nagy | |
| This immediately shows log messages when stdout is not connected to a tty. | |||
| 2022-05-06 | Update 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-06 | Update utils.c | Ray | |
| 2022-05-06 | ADDED: `ExportDataAsCode()` | Ray | |
| 2022-05-05 | Remove line ending spaces | Ray | |
| 2022-05-04 | Reorder parser (#2462) | lazaray | |
| * Reorder parser output * Regenerate parser output * Reorder parser line reading * Reorder parser data parsing * Reorder remaining parser stuff | |||
| 2022-05-04 | Parser 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-01 | Add racket-raylib to BINDINGS.md (#2454) | Benedek Szilvasy | |
| 2022-05-01 | Add 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-01 | Reviewed some comments | Ray | |
| 2022-04-29 | Update raylib.h | Ray | |
| 2022-04-28 | Update rcore.c | Ray | |
| 2022-04-28 | Update raylib haxe binding name (#2451) | Ratul Krisna | |
| As title says | |||
| 2022-04-28 | add raylib.zig bindings (#2449) | Michael Scherbakow | |
| 2022-04-26 | Fix Issue #2441 (#2442) | Leonardo Montagner | |
| Remove line that caused a memory leak | |||
| 2022-04-26 | Check for mouse devices on PLATFORM_DRM | Ray | |
| 2022-04-25 | REVIEWED: `SwapScreenBuffers()` for `PLATFORM_DRM` | Ray | |
| Avoid calling `abort()`, `LOG_ERROR` already manages it. Code looks cleaner now. | |||
| 2022-04-25 | Update rlgl.h | Ray | |
| 2022-04-25 | Update rcore.c | Ray | |
| 2022-04-24 | Review formatting | Ray | |
| 2022-04-24 | - Fix issue #2371 (#2437) | Juan Carlos González Amestoy | |
| 2022-04-24 | REDESIGNED: Set rlgl internal framebuffer #2420 | Ray | |
| 2022-04-24 | Update rlgl.h | Ray | |
| 2022-04-24 | Update rlgl.h | Ray | |
| 2022-04-24 | Fix for vr rendering not taking render target size into account (#2424) | Maiko Steeman | |
| 2022-04-24 | Reviewed MouseScrollCallback() #2371 | Ray | |
| 2022-04-24 | Initialize (reset) input global state #2360 | Ray | |
| 2022-04-24 | Removed bool type from raymath, it broke raylib | Ray | |
| 2022-04-24 | Update rlgl.h | Ray | |
| 2022-04-23 | REVIEWED: ToggleFullscreen() | Ray | |
| 2022-04-23 | Update raymath.h | Ray | |
| 2022-04-23 | Review new functions formatting | Ray | |
| 2022-04-23 | Augment 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-23 | Optimize Some Image Functions. (#2429) | Anilforextra | |
| 2022-04-11 | Update BINDINGS.md (#2431) | tuckie | |
| node-raylib is updated to 4.0! | |||
