aboutsummaryrefslogtreecommitdiff
path: root/vendor/raylib
Commit message (Expand)AuthorAgeFilesLines
* Add parentheses around the foreign import pathsgingerBill2024-06-061-2/+2
* raygui: change `c.int` to their correct enum typesgingerBill2024-06-041-9/+9
* Fix `extra_linker_flags` for raylib on windowsgingerBill2024-06-041-2/+1
* Keep `-vet` happygingerBill2024-06-041-1/+1
* Utilize `foreign import` constant strings for foreign importsgingerBill2024-06-043-114/+36
* Fixed typo in raylib documentationalec hodgkinson2024-04-221-2/+2
* fix raygui `GuiFade` being renamed to `GuiSetAlpha`Laytan Laats2024-04-061-1/+1
* Add `#no_broadcast` procedure parameter to disallow automatic array programmi...gingerBill2024-03-211-2/+2
* Update raylib to use `#row_major` matricesgingerBill2024-03-192-19/+24
* Enforce `linalg`gingerBill2024-03-082-54/+33
* clean importsLaytan Laats2024-03-012-2/+2
* move `va_list` into `core:c`Laytan Laats2024-03-011-7/+1
* makes raylib and stb_rect_pack free of libcLaytan Laats2024-02-293-10/+33
* Fix #3233gingerBill2024-02-281-2/+2
* Additional fixes for errors in Raylib bindings since Raylib 4 -> 5 upgrade.Karl Zylinski2024-02-261-5/+4
* Fix ModelAnimation in raylib.odin missing a field.Karl Zylinski2024-02-261-0/+1
* Merge pull request #3134 from laytan/non-universal-binaries-raylibgingerBill2024-02-192-0/+0
|\
| * vendor/raylib: change to non-universal binariesLaytan Laats2024-01-242-0/+0
* | Add raymath procedures (with numerous deprecated attributes to suggest to use...gingerBill2024-02-101-0/+818
* | Update raylib.odinMurtagy2024-02-051-2/+2
* | typo in commentMurtagy2024-02-031-1/+1
|/
* bring log allocator up to dateColin Davidson2024-01-1735-150/+272
|\
| * Fix #1934 raylib IsGestureDetectedgingerBill2024-01-171-2/+13
| * Added comment on SetConfigFlags in Raylib bindings that it must be called bef...Karl Zylinski2024-01-111-1/+1
| * Raylib 5.0 IsMouseButtonUp workaround: Better use of when clause to make sure...Karl Zylinski2023-12-181-4/+8
| * Raylib workaround: Fix comment typoKarl Zylinski2023-12-181-1/+1
| * Raylib 5.0 bug workaround: Check VERSION and panic if VERSION != 5.0, in whic...Karl Zylinski2023-12-181-3/+5
| * Workaround for bug in Raylib 5 making IsMouseButtonUp not work properly.Karl Zylinski2023-12-171-4/+7
| * IsMouseButtonUp hack for nowMichael2023-12-161-1/+4
| * added some commasMichael2023-12-081-2/+2
| * Update raygui.odin for Mac targetsMichael2023-12-041-2/+6
| * Add files via uploadMichael2023-12-042-0/+0
| * MacOS-arm64 Raygui libsMichael2023-12-042-0/+0
| * Delete vendor/raylib/macos-arm64/libraygui.aMichael2023-12-041-0/+0
| * New Raygui libs for WindowsMichael2023-12-043-0/+0
| * Delete vendor/raylib/windows/raygui.libMichael2023-12-041-0/+0
| * Delete vendor/raylib/windows/raygui.dllMichael2023-12-041-0/+0
| * Delete vendor/raylib/windows/rayguidll.libMichael2023-12-041-0/+0
| * fixed namesMichael2023-11-262-0/+0
| * Delete vendor/raylib/linux/libraygui.so.3.6Michael2023-11-261-0/+0
| * Delete vendor/raylib/linux/raygui.aMichael2023-11-261-0/+0
| * Delete vendor/raylib/linux/libraygui.aMichael2023-11-261-0/+0
| * Delete vendor/raylib/linux/raygui.soMichael2023-11-261-0/+0
| * Updated dynlibsMichael2023-11-262-0/+0
| * added missing enumsMichael2023-11-261-1/+13
| * Added GuiToggleSliderMichael2023-11-261-0/+1
| * More minor fixesMichael2023-11-262-1/+6
| * Merge branch 'odin-lang:master' into raylib5Michael2023-11-263-21/+8
| |\
| * | Fixed a bunch of tab/space issuesMichael2023-11-262-50/+50
| * | Updated bindings and libs for Raylib 5.0sean arooni2023-11-1924-139/+216