aboutsummaryrefslogtreecommitdiff
path: root/vendor/raylib
Commit message (Expand)AuthorAgeFilesLines
* va_list fixes for raylib & stb sprintfLaytan Laats2024-09-291-1/+1
* Merge pull request #4134 from karl-zylinski/fix-raylib-LoadImageAnim-bindingLaytan2024-08-241-1/+1
|\
| * Fix comment indentation.Karl Zylinski2024-08-241-1/+1
| * Make rl.LoadImageAnim take a pointer instead of a multipointer. The param fra...Karl Zylinski2024-08-241-1/+1
* | Remove unused importgingerBill2024-08-241-1/+0
* | `MemFree` as a procedure group for both `rawptr` and `cstring`gingerBill2024-08-241-1/+18
* | Use `fmt.caprintf` directlygingerBill2024-08-241-2/+1
* | Fix `-vet-tabs` issuesgingerBill2024-08-241-3/+3
* | Add missing trailing commaJason Olson2024-08-171-1/+1
* | Restores vertical text alignment broken after 4.0 migrationJason Olson2024-08-171-7/+5
|/
* Use GuiControlProperty instead of c.intAlex Macafee2024-07-311-2/+2
* Remove GuiStylePropAlex Macafee2024-07-311-7/+0
* Update Raygui Style set/get functionsAlex Macafee2024-07-311-2/+2
* Fix formatting inconsistenciesgingerBill2024-07-161-3/+3
* `rawptr` -> `cstring`gingerBill2024-07-161-1/+1
* Imply `#no_capture` to all variadic parametersgingerBill2024-07-141-2/+2
* Add more uses of `#no_capture`gingerBill2024-07-141-2/+2
* Merge pull request #3742 from karl-zylinski/fix-raymath-matrix-to-floatgingerBill2024-06-121-1/+1
|\
| * Make rl.MatrixToFloatV transpose the matrix before transmuting it to [16]f32,...Karl Zylinski2024-06-121-1/+1
* | rlgl: Pull in raylib and expose missing types, so it is the same as rlgl.h. T...Karl Zylinski2024-06-121-7/+28
|/
* Merge pull request #3731 from karl-zylinski/rlgl-subpackagegingerBill2024-06-122-555/+560
|\
| * rlgl.RLGL_VERSION -> rlgl.VERSIONKarl Zylinski2024-06-111-1/+1
| * Made rlgl.odin work as a subpackage of raylib. So now you import vendor:rayli...Karl Zylinski2024-06-111-243/+248
| * Moved rlgl.odin to subpackage 'raylib/rlgl'Karl Zylinski2024-06-111-0/+0
* | Changed rl.SetShaderValue etc to take a c.int like in original raylib.h. You ...Karl Zylinski2024-06-111-6/+8
|/
* 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