aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of `incl` in `vendor:nanovg`gingerBill2024-01-291-1/+1
|
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-2823-31/+31
|
* Remove `sdl.stack_*` callsgingerBill2024-01-281-13/+0
|
* bring log allocator up to dateColin Davidson2024-01-17110-17970/+18080
|\
| * stdcall -> systemgingerBill2024-01-173-717/+717
| |
| * Replace `stdcall` with `system`gingerBill2024-01-172-182/+182
| |
| * Fix foreign import namesgingerBill2024-01-172-2/+2
| |
| * Have default `foreign import` system pathsgingerBill2024-01-177-18/+27
| |
| * Fix imports to be case sensitive correctgingerBill2024-01-171-1/+1
| |
| * Remove `//+build darwin`gingerBill2024-01-1740-40/+0
| |
| * Fix #1934 raylib IsGestureDetectedgingerBill2024-01-171-2/+13
| |
| * vendor/miniaudio: fix import for macosLaytan Laats2024-01-1316-48/+16
| | | | | | | | | | | | Using `system:miniaudio` is suboptimal, we already provide the `Makefile` that builds the `lib/miniaudio.a` and this works on MacOS. This PR makes linking with that library the default.
| * Added comment on SetConfigFlags in Raylib bindings that it must be called ↵Karl Zylinski2024-01-111-1/+1
| | | | | | | | before window creation
| * Merge pull request #2983 from perogycook/raylib5dev-2024-01gingerBill2024-01-0335-149/+260
| |\ | | | | | | Raylib5 bindings with fixes
| | * 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
| | |
| | * Merge branch 'odin-lang:master' into raylib5Michael2023-12-032-10/+11
| | |\
| | * | 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-268-21/+5559
| | |\ \
| | * | | Fixed a bunch of tab/space issuesMichael2023-11-262-50/+50
| | | | |
| | * | | Updated bindings and libs for Raylib 5.0sean arooni2023-11-1924-139/+216
| | | | |
| * | | | Merge pull request #3049 from igordreher/dxgi_bit_setgingerBill2024-01-021-55/+71
| |\ \ \ \ | | | | | | | | | | | | [vendor:directx/dxgi] change u32 flags to bit_sets
| | * | | | [vendor:directx/dxgi] change u32 flags to bit_setsIgor Dreher2023-12-281-55/+71
| | | | | |
| * | | | | Fix the declaration of glfwSetJoystickCallbackflysand72023-12-311-1/+1
| |/ / / /
| * | | | Merge pull request #3031 from Kithuppi/fix-vulkan-bindingsgingerBill2023-12-195-16776/+16809
| |\ \ \ \ | | | | | | | | | | | | Fix vulkan bindings
| | * | | | generate new bindingsKithuppi2023-12-184-16768/+16774
| | | | | |
| | * | | | fix C bit field parsingKithuppi2023-12-171-8/+35
| | | |_|/ | | |/| |
| * / | | Add support for macOSkeyle2023-12-181-1/+3
| |/ / /
* / / / add resize non zeroed in more placesColin Davidson2023-12-042-3/+3
|/ / /
* | | Merge pull request #2992 from flysand7/x11-fixgingerBill2023-12-021-2/+3
|\ \ \ | | | | | | | | [x11/xlib]: Fix some foreign declarations