aboutsummaryrefslogtreecommitdiff
path: root/vendor/raylib/raylib.odin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typos; Add `MemAllocator` which wraps the raylib allocation procedures in...gingerBill2021-10-021-2/+47
* small package fixesskytrias2021-09-291-1/+1
* add linux system dependencies for raylibMichael Kutowski2021-09-141-2/+8
* Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do`gingerBill2021-09-111-10/+13
* Fix ConfigFlag.INTERLACED_HINT for raylib.odinOskar Nordquist2021-09-081-1/+1
* Update raylib.libgingerBill2021-09-081-1/+7
* Add binaries for raylib on "linux" and "darwin"gingerBill2021-09-081-0/+2
* Allow `vendor:raylib` to use `core:math/linalg` types with `-define:RAYLIB_US...gingerBill2021-09-081-22/+39
* Add `vendor:raylib` (core only)gingerBill2021-09-081-0/+1368