aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5223 from Badaxis/GameInputJeroen van Rijn2025-05-261-623/+625
|\ | | | | GameInput fixes and tweaks
| * Reordered like header, multipointers, fixesVincent Billet2025-05-261-623/+625
| |
* | Update rlgl.LoadFramebuffer signature to match raylib 5.5 changeJeroen van Rijn2025-05-261-1/+1
| |
* | "do" removedVincent Billet2025-05-261-2/+2
| |
* | Create() rework; comments tweaks; +hrtfapoapiVincent Billet2025-05-266-241/+307
|/
* Merge pull request #5212 from sven-strothoff/glfw-bool-returnsLaytan2025-05-261-4/+4
|\ | | | | Use b32 for GLFW functions that return GLFW_TRUE or GLFW_FALSE
| * Use b32 for GLFW functions that return GLFW_TRUE or GLFW_FALSESven Strothoff2025-05-251-4/+4
| |
* | wgpu: update to 25.0.2.1Laytan Laats2025-05-266-10/+29
|/
* Correct RWwrite signatureHeHHeyboi2025-05-231-1/+1
|
* Update wgpu.jsGaia2025-05-221-1/+1
| | | mipmapFilter is being ignored and defaulting to .Nearest on web platforms due to incorrect capitalization of the field name
* Added Semaphore API to the SDL3 vendor bindingsHector2025-05-221-4/+12
|
* Add GPU_UPLOAD heap typedeadwanderer2025-05-201-4/+5
|
* Fix incorrect resource state bit_setdeadwanderer2025-05-201-1/+1
|
* Fix typo `_beginthreadx` -> `_beginthreadex`gingerBill2025-05-201-2/+2
|
* Merge branch 'master' of github.com:odin-lang/OdinJeroen van Rijn2025-05-183-124/+136
|\
| * Minor style changes for sdl3 and sdl3/ttfgingerBill2025-05-183-124/+136
| |
* | Change XAudio2 DLL search flags to DEFAULT_DIRSJeroen van Rijn2025-05-181-1/+1
|/
* vendor/miniaudio: update to 0.11.22Laytan2025-05-1613-546/+1458
|
* Add missing `,`gingerBill2025-05-141-1/+1
|
* Merge pull request #5161 from deadwanderer/mastergingerBill2025-05-141-0/+78
|\ | | | | [vendor:directx/d3d12] - Add more D3D12 FEATURE_DATA_OPTIONs
| * Fix bad whitespacingdeadwanderer2025-05-141-10/+10
| |
| * Adjust whitespace errorsdeadwanderer2025-05-141-14/+14
| |
| * Add more D3D12 FEATURE_DATA_OPTIONsdeadwanderer2025-05-131-0/+78
| |
* | [vendor:sdl3/ttf] - changed indices to multipointerA10293847562025-05-131-1/+1
| |
* | [vendor:SDL/ttf] - GPUAtlasDrawSequence multipointer from pointerA10293847562025-05-131-1/+1
|/
* Merge pull request #5147 from 0xrsp/mastergingerBill2025-05-1211-0/+3627
|\ | | | | add SDL_ttf bindings for SDL3 to vendor libraries
| * SDL3_ttf: make SubStringFlags a bit_field0xrsp2025-05-111-37/+26
| |
| * add: vendor SDL3_ttf0xrsp2025-05-1111-0/+3638
| |
* | add 3 missing functions in vendor:raylib/rlglDove2025-05-111-11/+14
|/
* Fix #5139Jeroen van Rijn2025-05-091-1/+1
|
* Remove use of `do`gingerBill2025-05-081-2/+2
|
* Formatting FixgingerBill2025-05-085-40/+38
|
* Merge pull request #5121 from Badaxis/badaxis/xaudio2gingerBill2025-05-085-0/+1871
|\ | | | | XAudio2 Implementation
| * Corrections, +XAPOVincent Billet2025-05-055-53/+583
| |
| * First implementation of XAudio2Vincent Billet2025-04-303-0/+1341
| |
* | Make build_box2d.sh more flexiblejason2025-05-012-3/+4
|/ | | | | Removed the `odin root` call. Seperated the clean rule in wasm.Makefile to enable parallel builds.
* Update webgl.odinMichael Lee2025-04-291-1/+1
|
* Fix incorrect parameter typesMichael Lee2025-04-281-3/+3
|
* box2d: fix World_CollideMoverLaytan Laats2025-04-252-2/+2
|
* box2d: update windows libs to 3.1.0 and call thread.yield in vendor/libclaytan2025-04-233-0/+5
|
* box2d: update to 3.1.0Laytan Laats2025-04-2215-688/+1186
|
* Fix `count` output parameter of `GetFullscreenDisplayModes`Jack Fenech2025-04-181-1/+1
|
* Added missing allowFastRotation field to box2d.BodyDef.Barinzaya2025-04-161-0/+4
|
* sdl3: fix not allowing nil for SetWindowMouseRectLaytan2025-04-151-1/+1
|
* Get rid of duplicate `math.signbit` in favor of `math.sign_bit`Jeroen van Rijn2025-04-151-2/+2
|
* Fix wrong function name from `genericAdapterInfo` to `genericGetAdapterInfo` ↵Jonathan Tron2025-04-101-2/+2
| | | | in wgpu.js
* vendor/glfw: fix SetMonitorCallback and MonitorProc type definitionThomas Wagner2025-04-072-3/+4
| | | | | SetMonitorCallback does not take a WindowHandle and MonitorProc has a MonitorHandle as the first argument.
* Fix typogingerBill2025-04-031-1/+1
|
* Fix #4995gingerBill2025-04-031-10/+10
|
* Update vendor:sdl3 to version 3.2.10Dan Korostelev2025-04-0238-159/+531
|