summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-12-06ADDED: Modules info at initializationRay
2021-12-05raylib-cslo switches to MPL-2.0 (#2187)Novaleaf
from LGPL 2.1
2021-12-04Support custom modules inclusionRay
Allow to choose which modules are compiled with raylib, if some modules are excluded from compilation, required functionality is not available but smaller builds are possible.
2021-12-03Update raylib_compile_execute.batRay
2021-12-03Added a couple of notesRay
2021-12-02Added some reference code to load bones id and weight data for animationsraysan5
2021-12-02Add License to Ray4Laz (#2182)Gunko Vadim
2021-12-02Update BINDINGS.mdRay
2021-12-02Added Licenses to BINDINGSraysan5
Only added to updated ones
2021-12-01Disabled QOI image formatraysan5
2021-12-01Update LICENSE.md (#2179)Tobias Berger
Fix typo in link
2021-11-30update to Jaylib 4.0 in BINDINGS.md (#2177)Richard Smith
2021-11-28REVIEWED: Updated QOI to first official releaseRay
2021-11-27Add macos support to zig build system (#2175)Anders Holmberg
2021-11-27ADDED: Support for QOI image formatRay
2021-11-25dray has been updated to raylib v4.0! (#2171)red thing
2021-11-25REVIEWED: Formating and commentsRay
2021-11-25Fix scissor on macos (#2170)Arnaud Valensi
* Expose GetRenderWidth and GetRenderHeight functions * Fix scissor on macos * Fix typo
2021-11-23add raylib-cslo to bindings.md (#2169)Novaleaf
2021-11-23allow physac to be built as a shared library (#2168)Novaleaf
if `BUILD_LIBTYPE_SHARED` is defined allow build as a shared dll
2021-11-23Update NimraylibNow!'s supported Raylib version (#2166)Dmitry Matveyev
2021-11-21fixed typo: aproximation to approximation (#2164)めぐみ発動機 (isVowel / GreenWing)
2021-11-21fixed typo: aproximation to approximation (#2163)めぐみ発動機 (isVowel / GreenWing)
2021-11-19Updated hxRaylib to 4.0 (#2158)Ratul Krisna
2021-11-18Move raylib-v7 to list of unmaintained bindings (#2156)Lorenzo
raylib-v7 is no longer being maintained as per their README.
2021-11-18Tweak to minimize buffer overflow possibilityraysan5
2021-11-17Added dart-raylib to BINDINGS.md (#2149)Jochum van der Ploeg
2021-11-17Fixes CC while compiling for ANDROID_ARCH x86 (#2148)WilledgeR
* Override CC while compiling for ANDROID_ARCH x86 * REfix Override CC while compiling
2021-11-17Minor tweaksraysan5
2021-11-15REVIEWED: LoadTextureFromImage()Ray
Allow texture loading with no data transfer (in case image.data = NULL)
2021-11-15REVIEWED: rlUpdateTexture()Ray
2021-11-15Merge branch 'master' of https://github.com/raysan5/raylibRay
2021-11-15REVIEWED: ExportMesh() #2138Ray
2021-11-13Fix memory leak in parser (#2136)Ronnie Holm
2021-11-11Update BINDINGS.md (#2131)Milan Nikolic
2021-11-11Merge branch 'master' of https://github.com/raysan5/raylibRay
2021-11-11Expose `MAX_KEYBOARD_KEYS` and `MAX_MOUSE_BUTTONS` #2127Ray
2021-11-11added LUA output format for parser; added Makefile for raylib_parser; added ↵iskolbin
raylib_api.lua parser result; added raylib_parser binary to gitignore (#2129)
2021-11-11Update BINDINGS.md (#2130)Ian Rash
I just updated it to 4.0. :)
2021-11-10Fixed file/alloc limitation in GetDirectoryFiles() (#2126)lib-omar
MAX_DIRECTORY_FILES macro removed. ClearDirectoryFiles() tweaked to reflect changes.
2021-11-10ouchRay
2021-11-10Reviewed descriptions and notesRay
2021-11-10REVIEWED: DrawRectanglePro(), support TRIANGLES drawingRay
2021-11-10REVIEWED: CheckCollision*() consistencyRay
2021-11-10tweakRay
2021-11-10Update parser files (#2125)Laurentino Luna
2021-11-09Allow GL4.3 capabilities to be shown (#2124)Uneven Prankster
Now that 4.3 was added this can be enabled with the compile flag.
2021-11-09Updated ODIN bindingRay
2021-11-09REVIEWED: rlGetCompressedFormatName()Ray
2021-11-09Review variables initializationRay
- All variables are initialized on declaration, some arrays were not properly initialized - Static array buffers require memset() for re-initialization on every function call