Commit Graph

1346 Commits

Author SHA1 Message Date
Laytan Laats
a7242579ef Raylib v6 on Linux needs libX11 2026-07-04 12:47:48 +02:00
Jeroen van Rijn
5288b2c03c Raylib v5.5 also 2026-07-04 11:37:55 +02:00
Jeroen van Rijn
c812c8e01e wasm also 2026-07-04 11:23:15 +02:00
Jeroen van Rijn
42b6eefebe Re-add libraylib.a 2026-07-04 11:20:35 +02:00
Jeroen van Rijn
dc0f001b35 Merge pull request #6933 from odin-lang/bill/box3d
`vendor:box3d`
2026-07-03 21:35:30 +02:00
Jeroen van Rijn
5a82a66853 Fix conflicts. 2026-07-03 17:04:46 +02:00
Jeroen van Rijn
2b4e2e481e Add raygui libs 2026-07-03 16:55:18 +02:00
Jeroen van Rijn
72a59feb45 Add raylib v6 library binaries from upstream 2026-07-03 16:33:06 +02:00
Jeroen van Rijn
0ed4fe0a4f Rename to `vendor:raylib/v6 2026-07-03 16:08:00 +02:00
Jeroen van Rijn
9c87eff035 Merge branch 'master' into raylib-6.0 2026-07-03 15:52:33 +02:00
gingerBill
8a0d37efaf Add box3d headers 2026-07-02 13:41:11 +01:00
gingerBill
723a431145 Add box3d.lib for Windows 2026-07-02 13:40:35 +01:00
gingerBill
27c055719e Add vendor:box3d bindings 2026-07-02 13:33:35 +01:00
RobinsAviary
d28c610c7e moved to v6.0 folder at suggestion, fixed a few small things i missed 2026-06-28 14:42:21 -04:00
Ignacy Koper
979f4fdd0c stripped GameInput prefix from interface type names of vendor:windows/GameInput
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
2026-06-28 13:38:29 +02:00
blob1807
19dc9ae773 Remove non-exported joystick_lock
As per the header, `SDL_joystick_lock` isn't an exported symbol. https://github.com/libsdl-org/SDL/blob/release-3.4.2/include/SDL3/SDL_joystick.h#L78-L85
2026-06-26 21:48:24 +10:00
gingerBill
c7d313b524 Merge pull request #6875 from 0cch0/patch-1
Update Xlib documentation link to current PDF
2026-06-23 13:16:29 +01:00
gingerBill
82b2b293e9 Merge pull request #6515 from Peter0x44/master
Add missing rlgl bindings for raylib 5.5
2026-06-23 12:19:08 +01:00
gingerBill
a95d45e913 Fix typo 2026-06-23 12:09:51 +01:00
gingerBill
8f83598750 Correct numerous issues with SDL3 and add missing procedures 2026-06-23 12:03:36 +01:00
gingerBill
0fdc0fd9da Merge pull request #5662 from leecommamichael/stbtt_types
[vendor:stb_truetype] amend PackFontRanges types
2026-06-23 11:51:19 +01:00
gingerBill
e3729aefc3 Add Maybe to SDL3 RenderGeometry 2026-06-23 11:50:33 +01:00
0cch0
003c05dbb4 Update Xlib documentation link to current PDF 2026-06-23 15:39:22 +07:00
Andreas Stenmark
8b52acb7dc Fix #6818: Remove dependency on mbedx509, mbedcrypto for Darwin. 2026-06-14 21:52:22 +02:00
diniamo
81905aaa2d Update Vulkan 2026-06-12 12:49:17 +02:00
gingerBill
d80720e30d Minor alignment change in dxcapi.odin 2026-06-09 13:25:41 +01:00
gingerBill
7ab61e4935 DXGI: Add debug fmt for lengths in structs 2026-06-08 08:57:38 +01:00
gingerBill
626a8e5580 DXGI: Correct types and alignment 2026-06-08 08:54:39 +01:00
gingerBill
7ecaa41f4d Fix procedures that use the DXGI link_prefix 2026-06-08 08:46:09 +01:00
gingerBill
f03ec366c0 Merge pull request #6602 from GloriousPtr/master
Add IDevice10 interface to vendor/directx/d3d12
2026-05-29 11:59:08 +01:00
Michele Giornetta
21fc31dfb8 fix: invert SDL2 and SDL3 in vendor README 2026-05-29 11:01:01 +02:00
reavencode
52e7e44930 vendor/wgpu: Fix some incrrect proc signatures 2026-05-24 10:50:26 +02:00
gingerBill
844a828a94 Merge pull request #6661 from mothfuzz/patch-4
Fix naming for wgpuTextureGetDepthOrArrayLayers in wgpu.js
2026-05-20 12:37:53 +01:00
gingerBill
80a21a01cc Merge pull request #6687 from MightyChubz/xlib-signature-changes
Additional Xlib binding changes
2026-05-15 12:40:17 +01:00
Alexander Cusaac (MightyChubz)
6888cca982 refactor: Change bit_set type for SizeHints to int
This doesn't really change actual behavior, but to stay accurate to the internal logic of X11, this would be a regular long for the flags, not an unsigned long.
2026-05-13 18:07:57 -04:00
gingerBill
7c2588b101 Fix formatting to keep -vet happy 2026-05-13 14:05:20 +01:00
Alexander Cusaac (MightyChubz)
310d27ff19 fix: Change discard from bool to b32 in Sync 2026-05-13 02:13:46 -04:00
Alexander Cusaac (MightyChubz)
53dd8075b1 refactor: Clean signature for GetWindowProperty 2026-05-13 02:13:15 -04:00
Alexander Cusaac (MightyChubz)
e294f3f1e1 feat: Add atom constants for XA_CARDINAL and XA_INTEGER
XA_CARDINAL is used in particular for frame extents.
2026-05-13 02:11:58 -04:00
Alexander Cusaac (MightyChubz)
a1a201b4ff typo
oops
2026-05-13 00:51:40 -04:00
Alexander Cusaac (MightyChubz)
844f813ab6 refactor: Add returns to all window mapping/unmapping functions
These do return a `b32` value on return, true for success and false for
failure. They should be here since these can fail.
2026-05-13 00:51:31 -04:00
ddenizozgur
4de05d4b49 vendor/x11: fix missing only_if_exists parameter in XInternAtoms 2026-05-13 04:08:05 +03:00
Alexander Cusaac (MightyChubz)
202a4f19ca refactor: Change return type for IconifyWindow
This one is a little tricky. While the docs show that XIconifyWIndow
returns a Status type, hinting at the Status enum we have, it is not
*treated* like a Status type. This function, so far in my experience, is
the only one to return non-zero when successful, and zero when a failure
occurrs (BadValue or BadWindow). Because of this, the type should
actually be a b32 to act as a boolean. Zero (false) for failure,
non-zero (true) for true.
2026-05-11 20:55:33 -04:00
Alexander Cusaac (MightyChubz)
3b909eab03 fix: Add missing parameter to TranslateCoordinates
This adds the missing child_return parameter to TranslateCoordinates to
fix random segfaults occurring when calling it. This function in the man
pages for X11 list a child_return parameter, so I added it as part of
the signature. After running 20 tests calling to this function, all
passed without failing, compared to before where it crashed roughly ~60%
of the time on my system.
2026-05-11 20:52:52 -04:00
Gaia
f8c7225047 Fix naming for wgpuTextureGetDepthOrArrayLayers in wgpu.js
Fix wgpuTextureDepthOrArrayLayers -> wgpuTextureGetDepthOrArrayLayers to match definition in wgpu.odin
2026-05-06 23:26:11 -05:00
Ignacy Koper
748e1ecd3f removed Haiku from vendor:directx/dxc package
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
2026-04-28 19:27:23 +02:00
RobinsAviary
f39070a140 comma 2026-04-23 18:08:01 -04:00
RobinsAviary
fe66945b1c fixed comment alignment 2026-04-23 18:06:25 -04:00
RobinsAviary
33c95ec484 added initial 6.0 bindings 2026-04-23 17:59:23 -04:00
Mohit Sethi
066ab478c6 Add IDevice10 interface to vendor/d3d12 2026-04-22 20:09:18 +01:00