aboutsummaryrefslogtreecommitdiff
path: root/vendor/raylib
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #2923 from flysand7/raylib-fixJeroen van Rijn2023-11-243-21/+8
|\ \ | |/ |/|
| * [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
* | RAYLIB_SHARED: use /NODEFAULTLIB:msvcrt instead of /NODEFAULTLIB:libcmt. This...Karl Zylinski2023-11-061-1/+1
|/
* 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
|\
| * 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
| * Fixing return value missingGuilherme Fernandes2023-08-071-1/+1
| * Improving styleGuilherme Fernandes2023-08-071-2/+2
| * 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
* | 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-2026-868/+1086
* 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-205-5/+14
* Missing lib imports for raylib on macOShasen2022-05-301-1/+6
* Merge pull request #1579 from semarie/vendorsgingerBill2022-03-032-6/+12
|\
| * vendor: raylib: simplify foreign importSébastien Marie2022-03-022-6/+12
* | 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-202-6/+6
* GetMouseDeltaPatric Dexheimer2021-11-171-1/+2
* Add Modified README.mdgingerBill2021-11-081-0/+109
* Update `vendor:raylib` version 4.0gingerBill2021-11-0815-186/+326
* 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-112-18/+23
* Fix ConfigFlag.INTERLACED_HINT for raylib.odinOskar Nordquist2021-09-081-1/+1
* Update raylib.libgingerBill2021-09-085-2/+14