aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* Update dxgi.odinHyp-X2022-08-011-4/+4
* Update Windows GLFW libraries to 3.3.8William Roe2022-07-284-0/+0
* Fix build on Apple Silicon when linking to GLFWWilliam Roe2022-07-282-1/+1
* Merge branch 'master' into masterJeroen van Rijn2022-07-28168-12874/+68836
|\
| * Update `vendor:raylib` to support macos-arm64 (apple silicon)Eduardo Nunes2022-07-205-5/+14
| * Add custom event handling to wasmgingerBill2022-07-192-17/+71
| * Keep -vet happygingerBill2022-07-181-0/+1
| * Rename strings.Builder procedures to be consistent with the rest of the core ...gingerBill2022-07-111-1/+1
| * Update README.mdgingerBill2022-07-101-2/+2
| * remove unneeded semicolonsPhil2022-06-281-2/+2
| * Add OpenGL bindless textures ARB api to vendorPhil2022-06-272-0/+74
| * Fix GetEventStategingerBill2022-06-271-1/+1
| * Make SDL.*Event procedures return booleans instead of an integer where approp...gingerBill2022-06-272-6/+6
| * Add missing field for `TEXTURE_COPY_LOCATION`Luxko2022-06-191-0/+4
| * HACK work around for creating a cocoa windowHasen Judy2022-06-102-6/+22
| * Update wasm/README.mdgingerBill2022-06-011-51/+6
| * Remove loader.mjsgingerBill2022-06-011-57/+0
| * Missing lib imports for raylib on macOShasen2022-05-301-1/+6
| * Correct return value.Jeroen van Rijn2022-05-251-1/+1
| * Rename to `CreateProgramFromStrings`gingerBill2022-05-211-1/+1
| * Add more procedures for window related positionsgingerBill2022-05-212-8/+56
| * Add `Context_Menu` event kind; Fix `event_prevent_default()`gingerBill2022-05-212-1/+5
| * Add utilities for `Rect`sgingerBill2022-05-212-2/+59
| * Improve `writeToConole` logic for the `console.log` difference between stdout...gingerBill2022-05-211-18/+54
| * Add wasm/js/general.odingingerBill2022-05-212-1/+13
| * Fix typogingerBill2022-05-211-1/+1
| * Update `time` procedures for js targetsgingerBill2022-05-211-0/+10
| * Rename to `writeToConsole`gingerBill2022-05-211-3/+3
| * Add color when writing to `stderr`gingerBill2022-05-211-12/+30
| * Improve `addConsoleLine`gingerBill2022-05-211-25/+37
| * Add WebGL helper (`CreateProgramHelper`)gingerBill2022-05-211-0/+49
| * Begin to add support for experimental wasm64gingerBill2022-05-213-3/+3
| * Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-05-211-1/+30
| |\
| | * Merge pull request #1800 from DaseinPhaos/masterJeroen van Rijn2022-05-211-1/+30
| | |\
| | | * Format DXGI constantsJeroen van Rijn2022-05-211-28/+28
| | | * add dxgi HRESULT constantsLuxko2022-05-211-1/+30
| * | | Begin work on Atomics for wasm32 (wait and notify intrinsics)gingerBill2022-05-211-8/+28
| * | | Minor clean upgingerBill2022-05-211-4/+2
| * | | Add `page_alloc` and `page_allocator`gingerBill2022-05-211-0/+46
| |/ /
| * | Rename to `runWasm`gingerBill2022-05-211-2/+2
| * | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-05-2120-8046/+32618
| |\|
| | * Merge pull request #1755 from bkrypt/update_miniaudiogingerBill2022-05-1920-8046/+32618
| | |\
| | | * Fix indentationbkrypt2022-04-301-6/+6
| | | * Remove unnecessary value (`count`) from enumbkrypt2022-04-301-1/+0
| | | * Remove unneeded semicolonsbkrypt2022-04-293-4/+4
| | | * Update `vendor/miniaudio` to v0.11.9bkrypt2022-04-2920-8046/+32619
| * | | Change wasm/js/runtime.mjs to a normal .js file; Add interfaces and functions...gingerBill2022-05-211-289/+346
| |/ /
| * | Add documentation for `CreateCurrentContextById` and `SetCurrentContextById`gingerBill2022-05-181-2/+5
| * | Add WebGL `ContextAttributes`gingerBill2022-05-182-6/+53
| * | Add WebGL runtime into the js/runtime.mjs; Allow for multiple WebGL contextsgingerBill2022-05-184-1052/+1066