aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* `ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...gingerBill2022-01-152-5/+5
* Merge pull request #1399 from kleeon/mastergingerBill2022-01-131-1/+1
|\
| * Fixed wrong function name in README.mdkleeon2021-12-301-1/+1
* | Fix #1311gingerBill2022-01-031-3/+1
* | Extended crypto API by variants that write the result into a destination buff...zhibog2021-12-3116-183/+797
|/
* [WASM] Added missing zoffset parameters to some gl functionsryuukk2021-12-151-6/+6
* Fix storeInt call in webgl glue codeRehkitzdev2021-12-111-5/+5
* Add missing field `skip_missing`gingerBill2021-11-241-0/+1
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2021-11-231-1/+2
|\
| * Merge pull request #1315 from SrMordred/patch-2gingerBill2021-11-231-1/+2
| |\
| | * GetMouseDeltaPatric Dexheimer2021-11-171-1/+2
* | | Remove unneeded semicolons from vendor:OpenGLgingerBill2021-11-212-2/+2
|/ /
* | Remove `#force_inline` from all wrappersgingerBill2021-11-211-1401/+1401
* | Add `MessageDecompose`; Update the static librarygingerBill2021-11-202-161/+169
* | Correct foreign imports for portmidi on WindowsgingerBill2021-11-201-2/+8
* | Added darwin supportGus2021-11-201-0/+1
|/
* Merge pull request #1290 from wjlroe/fix-glfw-on-windowsJeroen van Rijn2021-11-101-1/+1
|\
| * Fix path to static GLFW lib on WindowsWilliam Roe2021-11-091-1/+1
* | Merge pull request #1288 from odin-lang/target-js_wasm32gingerBill2021-11-097-0/+2366
|\ \
| * | Add vendor packages for the `js_wasm32` targetgingerBill2021-11-097-0/+2366
| |/
* / Add Botan crypto lib as a vendor libraryzhibog2021-11-0919-1/+2736
|/
* Add Modified README.mdgingerBill2021-11-081-0/+109
* Update `vendor:raylib` version 4.0gingerBill2021-11-0815-186/+326
* remove prefix from Mix_LoadWAVAndré2021-10-311-1/+1
* Merge pull request #1245 from odin-lang/new-matrix-typegingerBill2021-10-262-3/+7
|\
| * Merge branch 'master' into new-matrix-typegingerBill2021-10-2613-2/+762
| |\
| * \ Merge branch 'master' into new-matrix-typegingerBill2021-10-232-8/+8
| |\ \
| * | | Correct vulkan headersgingerBill2021-10-204-0/+10
| * | | Transform `matrix` to `mat` identifier for VulkangingerBill2021-10-204-9/+3
* | | | Merge pull request #1230 from jockus/mastergingerBill2021-10-263-43/+45
|\ \ \ \ | |_|_|/ |/| | |
| * | | Convert all vendor:OpenGL functions taking GLboolean to bool, assert on bool ...jockus2021-10-203-43/+45
* | | | Remove unneeded semicolonsgingerBill2021-10-261-2/+2
* | | | Merge pull request #1240 from graphitemaster/vendor-enetgingerBill2021-10-2611-0/+760
|\ \ \ \
| * | | | fixes for windowsDale Weiler2021-10-242-11/+19
| * | | | use multi pointer here, cstring was incorrectDale Weiler2021-10-231-2/+2
| * | | | actually got the license wrong, it's MITDale Weiler2021-10-231-1/+1
| * | | | typoDale Weiler2021-10-231-1/+1
| * | | | update vendor README.mdDale Weiler2021-10-231-0/+9
| * | | | add LICENSEDale Weiler2021-10-231-0/+7
| * | | | oops, semicolonDale Weiler2021-10-231-2/+2
| * | | | vendor ENetDale Weiler2021-10-239-0/+736
| | |_|/ | |/| |
* | | | The better optionProkop Randacek2021-10-242-4/+2
* | | | WindowShouldClose should return a boolProkop Randáček2021-10-241-2/+4
|/ / /
* | / changed KeyCode to Keycodeawwdev2021-10-232-8/+8
| |/ |/|
* | Set `VertexAttribPointer` related calls to use `uintptr` instead of `rawptr` ...gingerBill2021-10-132-12/+12
* | 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
* | Improvements to `vendor:microui`gingerBill2021-10-021-10/+19
* | small package fixesskytrias2021-09-293-4/+4