aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Convert all uses of `*_from_slice` to `*_from_bytes` where appropriategingerBill2022-05-161-1/+1
* | Add `vendor:ggpo`gingerBill2022-05-094-0/+555
* | Improve events handlinggingerBill2022-05-092-19/+22
* | Begin work on Event System for js_wasm32 targetgingerBill2022-05-097-253/+877
* | Update foreign import for OpenEXRCore for non-windows platformsgingerBill2022-05-048-8/+41
* | Add LICENSE.mdgingerBill2022-05-031-0/+11
* | Change pathgingerBill2022-05-0311-0/+0
* | Add .lib for `vendor:openexr`gingerBill2022-05-039-11/+11
* | Add `vendor:openexr`gingerBill2022-05-0210-0/+2724
* | fix typo in TexImage3Dawwdev2022-04-292-2/+2
* | replaced a few [^]u8 with cstringawwdev2022-04-292-9/+9
|/