aboutsummaryrefslogtreecommitdiff
path: root/vendor/raylib
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Karl Zylinski2024-01-111-1/+1
| | | | | | | | before window creation
| * Raylib 5.0 IsMouseButtonUp workaround: Better use of when clause to make ↵Karl Zylinski2023-12-181-4/+8
| | | | | | | | sure we remove the workaround later.
| * Raylib workaround: Fix comment typoKarl Zylinski2023-12-181-1/+1
| |
| * Raylib 5.0 bug workaround: Check VERSION and panic if VERSION != 5.0, in ↵Karl Zylinski2023-12-181-3/+5
| | | | | | | | which case there is info in the message about how to remove the workaround.
| * 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
| | | | | | GuiTextAlignmentVertical and GuiTextWrapMode
| * 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
| | |
* | | add resize non zeroed in more placesColin Davidson2023-12-041-1/+1
| |/ |/|
* | Merge pull request #2923 from flysand7/raylib-fixJeroen van Rijn2023-11-243-21/+8
|\ \ | |/ |/| Pre-compiled raygui on linux
| * [vendor/raylib]: Add pre-compiled libraries on linux; Minor changes in bindingsflysand72023-11-053-21/+8
| |
* | Raylib: use fixed array instead of struct for rl.Color. This makes swizzling ↵Karl Zylinski2023-11-061-6/+3
| | | | | | | | etc work, but the memory layout is still the same
* | RAYLIB_SHARED: use /NODEFAULTLIB:msvcrt instead of /NODEFAULTLIB:libcmt. ↵Karl Zylinski2023-11-061-1/+1
|/ | | | This fixes linker errors.
* add 'shared' config to vendor librariesflysand72023-10-142-37/+110
|
* Fix #2794 (Fix typo for `IsWindowState`)gingerBill2023-09-111-1/+1
|
* add libraygui.a for macos-arm64Laytan Laats2023-08-091-0/+0
|
* Merge pull request #2710 from guifes/rayguigingerBill2023-08-084-0/+559
|\ | | | | raygui bindings
| * Tabs for identation and spaces for aligmentGuilherme Fernandes2023-08-081-423/+422
| |
| * Removing contextual commentGuilherme Fernandes2023-08-071-2/+0
| |
| * Adjusting identationGuilherme Fernandes2023-08-071-53/+53
| |
| * Removing unecessary lineGuilherme Fernandes2023-08-071-1/+0
| | | | | | | | Not sure what the context is for it, grabbed it from raylib's bindings. Tested without it, everything works fine.
| * Fixing return value missingGuilherme Fernandes2023-08-071-1/+1
| |
| * Improving styleGuilherme Fernandes2023-08-071-2/+2
| | | | | | | | | | minValue: c.int, maxValue: c.int minValue, maxValue: c.int
| * Fixing minor typo: minValu -> minValueGuilherme Fernandes2023-08-071-1/+1
| |
| * Adding whitespaces to detach procedure declaration from category commentsGuilherme Fernandes2023-08-071-0/+9
| |
| * Fixing identation to use tabsGuilherme Fernandes2023-08-071-3/+3
| |
| * Fixing Error: Redeclaration of 'VERSION' in this scopeGuilherme Fernandes2023-08-071-1/+1
| |
| * Moving raygui to vendor/raylibGuilherme Fernandes2023-08-074-0/+554
| | | | | | | | Removing raylib import and raylib package references
* | Remove the use of `import` within `when`gingerBill2023-08-041-3/+2
|/