summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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!
2022-04-06WARNING: RENAMED: some parameters from length to sizeRay
When referring to byte array SIZE, I find it more clear than length
2022-04-05Fix OpenGL 4.3 graphics option in CMake (#2427)GoldenThumbs
2022-04-05Fix string defines generating invalid XML (#2426)Benedek Szilvasy
2022-04-04[Examples] Free Allocated Matrices. (#2425)Anilforextra
2022-04-01Update SPONSORS.md (#2423)ZimonIsHim
2022-03-30Update audio_music_stream.cRay
2022-03-30ADDED: Audio stream processors support -WIP- #2212Ray
This feature is still under consideration/testing and it doesn't work properly, at least the Delay Effect processor.
2022-03-30WARNING: BREAKING: REMOVED: `GetRayCollisionModel()` #2405Ray
2022-03-30Fix QuaternionScale (#2419)Satoshi Tanaka
2022-03-29Update rtext.cRay
2022-03-28Merge branch 'master' of https://github.com/raysan5/raylibRay
2022-03-28REMOVED: `MatrixNormalize()` #2412Ray
2022-03-26Corrected typoRay
2022-03-25Corrected typoRay