aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* Remove `@private` from some proceduresgingerBill2021-09-261-3/+3
* Minor changes to microui.odingingerBill2021-09-251-2/+2
* vendor:vulkan: Remove unused core:c import.Jeroen van Rijn2021-09-232-4/+0
* Cleanup `hash` implementationgingerBill2021-09-231-4/+4
* Add `asserts` to `begin_window` and `begin_panel`gingerBill2021-09-231-0/+2
* Update microui/README.mdgingerBill2021-09-231-1/+1
* Add `vendor:microui`gingerBill2021-09-235-0/+2990
* Correct foreign import pathsgingerBill2021-09-1710-20/+20
* Update `foreign import`s for linuxgingerBill2021-09-1710-1/+12
* Add the remaining of the miniaudio APIgingerBill2021-09-175-7/+385
* Begin adding vendor:miniaudiogingerBill2021-09-1713-0/+75963
* Add stb libs for Windows directlygingerBill2021-09-156-0/+0
* Update appropriate parameters to the corresponding boolean typesgingerBill2021-09-152-25/+25
* Remove `-march=native` from stb/src/MakefilegingerBill2021-09-151-1/+1
* Update vendor/README.mdgingerBill2021-09-141-0/+36
* Add `vendor:stb/vorbis`gingerBill2021-09-144-10/+5951
* Add `vendor:stb/easy_font` -- source port of stb_easy_font.hgingerBill2021-09-141-0/+206
* Add stb_image_resize to `vendor:stb/image`gingerBill2021-09-146-4/+2828
* Merge pull request #1168 from odin-lang/vendor-stbgingerBill2021-09-1415-0/+16209
|\
| * Minor corrections to stb_truetype.odingingerBill2021-09-141-18/+18
| * Add stb libraries (image+image_write, rect_pack, truetype)gingerBill2021-09-1415-0/+16209
* | add linux system dependencies for raylibMichael Kutowski2021-09-141-2/+8
|/
* Sort enumsgingerBill2021-09-122-56/+57
* Add heuristics to make pointers `[^]` where appropriate for vulkangingerBill2021-09-125-2437/+2463
* Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do`gingerBill2021-09-1138-153/+165
* Use `[^]` where appropriategingerBill2021-09-101-1/+1
* Using `vendor:vulkan` types in `vendor:sdl2` where appropriategingerBill2021-09-101-2/+3
* Fix ConfigFlag.INTERLACED_HINT for raylib.odinOskar Nordquist2021-09-081-1/+1
* Update raylib.libgingerBill2021-09-085-2/+14
* Add vendor/raylib/rlgl.odingingerBill2021-09-081-0/+337
* Add `vendor/raylib/easings.odin`gingerBill2021-09-081-0/+223
* Add binaries for raylib on "linux" and "darwin"gingerBill2021-09-089-0/+2
* Update vendor/README.mdgingerBill2021-09-081-0/+6
* 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-085-0/+1384
* Remove trailing `;` in vulkan wrappergingerBill2021-09-083-66/+66
* Update vulkan generator toolgingerBill2021-09-086-1084/+753
* Correct `PointInRect`gingerBill2021-09-081-1/+1
* Correct `SDL.OpenURL`gingerBill2021-09-081-1/+1
* Strip even more semicolons if followed by a `}` or `)` on the same linegingerBill2021-08-311-1400/+1400
* Remove unneeded semicolons from vendorgingerBill2021-08-315-6/+6
* Strip unneeded semicolons from vendor librarygingerBill2021-08-3146-7271/+7271
* Change to `[^][N]` to just `[^]`gingerBill2021-08-312-193/+193
* Update SDL scancodes to have the same C enums equivalent global valuesgingerBill2021-08-272-271/+536
* Fix return valuegingerBill2021-08-251-0/+1
* Add `[^]` to `GameControllerGetSensorData`gingerBill2021-08-251-1/+1
* Use `[^]` on `PeepEvents`gingerBill2021-08-251-1/+1
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2021-08-251-1/+9
|\
| * Add `PortMidi` to `vendor:README.txt`.Jeroen van Rijn2021-08-251-1/+9
* | Add `gl_set_proc_address` to both sdl2 and glfw as utility loaders for OpenGLgingerBill2021-08-252-1/+14
|/