ed
fdfec5cf82
Merge remote-tracking branch 'offical/master'
2024-03-09 14:53:25 -05:00
gingerBill
d06575dd49
Merge pull request #3149 from IllusionMan1212/missing-x11-funcs
...
vendor/x11: added XQueryExtension, XGetEventData, and XFreeEventData
2024-03-09 16:53:11 +00:00
gingerBill
568b07473f
Merge pull request #3148 from IllusionMan1212/cookie-struct-fix
...
vendor/x11: fix "display" with no pointer in XGenericEventCookie
2024-03-09 16:52:53 +00:00
ed
c448b34143
Merge remote-tracking branch 'offical/master'
2024-03-08 17:47:40 -05:00
ed
00e3c3d94d
Updated raylib vendor package to default to shared in config and with SUPPORT_CUSTOM_FRAME_CONTROL enabled
2024-03-08 15:39:22 -05:00
gingerBill
51d12acab3
Enforce linalg
2024-03-08 13:28:15 +00:00
ed
57712343be
Merge remote-tracking branch 'offical/master'
2024-03-06 16:42:22 -05:00
gingerBill
703eab2f15
Merge pull request #3229 from Yawning/feature/moar-crypto
...
core/crypto: More improvements/additions
2024-03-06 14:49:15 +00:00
gingerBill
04bfc926ee
Merge pull request #3238 from laytan/libc-free-raylib-and-rectpack
...
makes raylib and stb_rect_pack free of libc
2024-03-06 14:11:41 +00:00
gingerBill
791c9c16ba
Merge pull request #3242 from laytan/fix-cgltf-binding
...
fix minor cgltf binding issue
2024-03-06 14:11:27 +00:00
ed
9525a3a135
Merge remote-tracking branch 'offical/master'
...
# Conflicts:
# vendor/raylib/raylib.odin
2024-03-05 20:24:08 -05:00
Yawning Angel
c044e295ce
vendor/botan: Remove
...
This is infrequently maintained, and has been a strict subset of what is
available in `core:crypto` for a while. Instead of improving the
bindings, it is better to spend resources improving `core:crypto`.
2024-03-04 18:20:56 +09:00
Laytan Laats
b1371d5c7a
fix minor cgltf binding issue
2024-03-01 20:33:23 +01:00
Laytan Laats
3ada83a503
clean imports
2024-03-01 20:32:07 +01:00
Laytan Laats
50ded324e0
move va_list into core:c
2024-03-01 20:30:19 +01:00
gingerBill
5c20676c76
Fix type for SDL LoadFile(_RW)
2024-03-01 13:36:06 +00:00
Laytan Laats
6734a7096a
makes raylib and stb_rect_pack free of libc
2024-02-29 23:33:25 +01:00
gingerBill
e423a6d692
Make types distinct
2024-02-28 18:25:29 +00:00
gingerBill
d666ff3744
Merge pull request #3135 from colrdavidson/basic_egl
...
Add support for basic EGL on Linux
2024-02-28 14:42:49 +00:00
gingerBill
d1174f66bc
Fix #3233
2024-02-28 13:41:54 +00:00
gingerBill
1bffc8baac
Merge pull request #3228 from EddieWoodley/glfw-raw-mouse-supported
...
vendor/glfw: Add RawMouseMotionSupported to wrapper
2024-02-28 10:48:08 +00:00
Colin Davidson
deb8922181
Merge branch 'master' into basic_egl
2024-02-26 12:17:53 -05:00
Karl Zylinski
cdda8f0eb9
Additional fixes for errors in Raylib bindings since Raylib 4 -> 5 upgrade.
2024-02-26 17:16:45 +01:00
Karl Zylinski
ae67f37fc1
Fix ModelAnimation in raylib.odin missing a field.
2024-02-26 13:32:16 +01:00
Eddie Woodley
8a78b0d241
vendor/glfw Add RawMouseMotionSupported to wrapper
2024-02-24 23:06:05 +00:00
ed
b33ddc8f0e
Merge remote-tracking branch 'offical/master'
2024-02-22 10:07:23 -05:00
gingerBill
b12ba1508e
Update vulkan bindings for to work with the new keyword bit_field
2024-02-22 14:09:12 +00:00
ed
01ec8856a9
Merge remote-tracking branch 'offical/master'
2024-02-21 15:58:24 -05:00
gingerBill
b43c1f2b5b
Merge pull request #3134 from laytan/non-universal-binaries-raylib
...
vendor/raylib: change to non-universal binaries
2024-02-19 14:18:44 +00:00
gingerBill
bed81c8829
Merge pull request #3197 from laytan/update-miniaudio
...
Update miniaudio to 0.11.21
2024-02-16 18:08:29 +00:00
Laytan Laats
e931c82b9b
miniaudio: add version mismatch check
2024-02-14 21:55:15 +01:00
laytan
a7f0275093
miniaudio: update .lib to 0.11.21
2024-02-14 21:17:12 +01:00
laytan
9ab2fbea00
miniaudio: update .lib
2024-02-14 21:07:57 +01:00
Laytan Laats
7fe86ed565
miniaudio: fix wrong sizes for ma_device
2024-02-14 21:00:26 +01:00
Laytan Laats
16584779fb
miniaudio: update to 0.11.21
2024-02-14 19:57:57 +01:00
ed
2b6de7fe3e
Merge remote-tracking branch 'origin/master'
2024-02-13 13:40:50 -05:00
Lucas Perlind
9469b90b01
Add ID3DUserDefinedAnnotation
2024-02-13 17:13:17 +11:00
ed
b9e5f027eb
Change raylib.Camera2D.chars to glyphs
2024-02-12 12:05:49 -05:00
gingerBill
4ca23499fa
Add raymath procedures (with numerous deprecated attributes to suggest to use array programming)
2024-02-10 16:31:03 +00:00
ed
7eb61537c6
Merge remote-tracking branch 'origin/master'
2024-02-07 15:23:49 -05:00
gingerBill
131c71ea76
Merge pull request #3142 from jay-j/feature/gl-allow-geometry-shaders
...
Expose OpenGL shader procs to allow creation of pipelines with geometry shaders
2024-02-07 16:09:58 +00:00
gingerBill
61202b5abd
Merge pull request #3174 from thetarnav/webgl2-matrix-flatten-2
...
Use `intrinsics.matrix_flatten` in `webgl2.odin`
2024-02-06 17:00:33 +00:00
Murtagy
456dd22dc4
Update raylib.odin
2024-02-05 21:38:17 +03:00
Damian Tarnawski
23a49ce65b
USe intrinsics.matrix_flatten in webgl2.odin
2024-02-05 18:28:03 +01:00
ed
fc80a5118b
Merge remote-tracking branch 'origin/master'
2024-02-03 11:40:28 -05:00
Murtagy
7bf25a4cf2
typo in comment
2024-02-03 18:43:34 +03:00
Kay
89a2fdd106
Change ClearMask to ColorMask in webgl.odin
...
https://registry.khronos.org/OpenGL-Refpages/gl4/html/glColorMask.xhtml
2024-02-02 23:42:37 -06:00
gingerBill
c51f94b600
Merge pull request #2978 from thetarnav/patch-2
...
Many small typos and fixes to wasm bindings
2024-01-31 21:02:03 +00:00
gingerBill
338793b68e
Remove use of incl in vendor:nanovg
2024-01-29 13:11:14 +00:00
IllusionMan1212
301b9eef31
vendor/x11: added XQueryExtension, XGetEventData, and XFreeEventData
2024-01-29 06:22:33 +02:00