aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* Add vendor:zlib to examples/all; prefix vendor packages.Jeroen van Rijn2022-09-2126-26/+26
* removed doAndré (counter)2022-09-211-3/+3
* Fix darwin libs for vendor stbiray.garner2022-09-183-3/+3
* [zlib] Add statically linked x64 library.Jeroen van Rijn2022-09-141-0/+0
* [zlib] Add LICENSE, update READMEJeroen van Rijn2022-09-142-1/+28
* vendor zlibDale Weiler2022-09-141-0/+262
* Added support for ID3D11InfoQueueeadesmet2022-09-121-0/+1431
* Revert "Remove the workaround for NSWindow initWithContentFrame"gingerBill2022-09-091-1/+12
* Fix typo for `pow` in `runtime.js`gingerBill2022-09-081-1/+1
* Remove the workaround for NSWindow initWithContentFrameHasen Judy2022-09-061-12/+1
* Add GL_DEBUG config that falls back to ODIN_DEBUG to preserve previous behavi...Joakim Hentula2022-09-023-2/+4
* vendor:cmark -> vendor:commonmarkJeroen van Rijn2022-09-017-6/+10
* Merge branch 'master' into cmarkJeroen van Rijn2022-09-011-1/+1
|\
| * Fix for SDL `GetPreferredLocales`SyndaKai2022-08-311-1/+1
* | Wrap CMark allocator as Odin allocatorJeroen van Rijn2022-08-301-1/+46
* | [cmark] Add static library for LinuxJeroen van Rijn2022-08-303-48/+5
* | [cmark] Move wrapped allocator next to `get_default_allocator`Jeroen van Rijn2022-08-301-10/+14
* | [cmark] Allow wrapping context.allocatorJeroen van Rijn2022-08-302-5/+47
* | [cmark] Add wrappers.Jeroen van Rijn2022-08-301-20/+34
* | [cmark] Change to static libraryJeroen van Rijn2022-08-304-2/+1
* | Add CMark bindingsJeroen van Rijn2022-08-306-1/+760
|/
* Merge pull request #1889 from thePHTest/mastergingerBill2022-08-151-1/+1
|\
| * fix glfw/native.odin foreign lib importPhil2022-08-011-1/+1
* | Add additional mouse buttons to Raylib bindings.Jeroen van Rijn2022-08-131-3/+7
* | Add ID3D11Debug interface to d3d11 packageLucas Perlind2022-08-101-0/+33
|/
* 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