aboutsummaryrefslogtreecommitdiff
path: root/vendor/raylib/raylib.odin
Commit message (Expand)AuthorAgeFilesLines
* Update raylib to use `#row_major` matricesgingerBill2024-03-191-6/+6
* Enforce `linalg`gingerBill2024-03-081-31/+10
* clean importsLaytan Laats2024-03-011-1/+1
* move `va_list` into `core:c`Laytan Laats2024-03-011-7/+1
* makes raylib and stb_rect_pack free of libcLaytan Laats2024-02-291-5/+9
* 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
* Update raylib.odinMurtagy2024-02-051-2/+2
* typo in commentMurtagy2024-02-031-1/+1
* bring log allocator up to dateColin Davidson2024-01-171-73/+164
|\
| * 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
| * More minor fixesMichael2023-11-261-0/+3
| * Fixed a bunch of tab/space issuesMichael2023-11-261-49/+49
| * Updated bindings and libs for Raylib 5.0sean arooni2023-11-191-66/+131
* | add resize non zeroed in more placesColin Davidson2023-12-041-1/+1
|/
* Raylib: use fixed array instead of struct for rl.Color. This makes swizzling ...Karl Zylinski2023-11-061-6/+3
* RAYLIB_SHARED: use /NODEFAULTLIB:msvcrt instead of /NODEFAULTLIB:libcmt. This...Karl Zylinski2023-11-061-1/+1
* add 'shared' config to vendor librariesflysand72023-10-141-21/+64
* Fix #2794 (Fix typo for `IsWindowState`)gingerBill2023-09-111-1/+1
* Remove the use of `import` within `when`gingerBill2023-08-041-3/+2
* GetGestureDetecetd should return a Gestures bit_set not a Gesture.Pix2023-07-101-1/+1
* Fix raylib bindings for MeasureTextExRicardo Silva2023-03-241-1/+1
* Remove stray backtickJeroen van Rijn2023-03-221-1/+1
* Improve raylib overview formatting on pkg websiteLucas Perlind2023-03-221-77/+81
* Fix typo!!!!gingerBill2023-03-211-1/+1
* Add newlines to improve documentation generationgingerBill2023-03-211-2/+49
* Add `@(extra_linker_flags=<string>)`gingerBill2023-03-211-1/+1
* Keep `-vet` and `-strict-style` happygingerBill2023-03-211-5/+5
* Add msvcrt.lib to raylib on WindowsgingerBill2023-03-201-0/+1
* Update `vendor:raylib` to raylib 4.5gingerBill2023-03-201-693/+709
* Add `Allocator_Mode.Alloc_Non_Zerored`gingerBill2022-09-221-1/+1
* Add additional mouse buttons to Raylib bindings.Jeroen van Rijn2022-08-131-3/+7
* Update `vendor:raylib` to support macos-arm64 (apple silicon)Eduardo Nunes2022-07-201-5/+14
* Missing lib imports for raylib on macOShasen2022-05-301-1/+6
* Merge pull request #1579 from semarie/vendorsgingerBill2022-03-031-3/+5
|\
| * vendor: raylib: simplify foreign importSébastien Marie2022-03-021-3/+5
* | Update raylib.odinPatric Dexheimer2022-03-011-1/+1
* | Fixing bindingsPatric Dexheimer2022-03-011-1/+1
|/
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-3/+3
* GetMouseDeltaPatric Dexheimer2021-11-171-1/+2
* Update `vendor:raylib` version 4.0gingerBill2021-11-081-142/+246
* Change `c.int` to `PixelFormat` where appropriategingerBill2021-10-021-2/+2
* Make `TextFormat` use static internal buffers; Add `TextFormatAlloc`gingerBill2021-10-021-0/+20