Commit Graph

13673 Commits

Author SHA1 Message Date
gingerBill
90fd4ffbba Add sdl3_joystick.odin 2025-01-30 14:48:09 +00:00
gingerBill
54caf5f576 Add sdl3_sensor.odin 2025-01-30 14:36:50 +00:00
gingerBill
83c5c08010 Add sdl3_power.odin 2025-01-30 14:33:20 +00:00
gingerBill
01365fa6b8 Add sdl3_mutex.odin 2025-01-30 14:32:06 +00:00
gingerBill
76b697edde Add sdl3_thread.odin 2025-01-30 14:31:54 +00:00
gingerBill
66ae71f619 Add sdl3_guid.odin 2025-01-30 14:17:08 +00:00
gingerBill
a194e05bac Add sdl3_dialog.odin 2025-01-30 14:14:29 +00:00
gingerBill
a3f50024c0 Add sdl3_video.odin 2025-01-30 14:11:02 +00:00
gingerBill
e14fee9bb4 Add sdl3_cpuinfo.odin 2025-01-30 13:34:22 +00:00
gingerBill
a31eb5b666 Add sdl3_clipboard.odin 2025-01-30 13:32:49 +00:00
gingerBill
2c908aa160 Add sdl3_camera.odin 2025-01-30 13:32:38 +00:00
gingerBill
6c80fb3de5 Add sdl3_surface.odin 2025-01-30 13:29:44 +00:00
gingerBill
c0d9d1070f Add sdl3_rect.odin 2025-01-30 13:29:25 +00:00
gingerBill
36b27c081d Add sdl3_pixels.odin 2025-01-30 13:11:05 +00:00
gingerBill
bf7c192ce9 Keep -vet and -strict-style happy 2025-01-30 12:22:22 +00:00
gingerBill
376f6a6b77 Add sdl3_blendmode.odin 2025-01-30 12:20:35 +00:00
gingerBill
22a08bb8de Add sdl3_bits.odin 2025-01-30 12:14:40 +00:00
gingerBill
1e699c08b9 Add sdl3_audio.odin 2025-01-30 12:11:42 +00:00
gingerBill
8c453ecc22 Add sdl3_iostream.odin 2025-01-30 11:58:28 +00:00
gingerBill
36d7f90ede Add sdl3_properties.odin 2025-01-30 11:48:14 +00:00
gingerBill
b7740861c4 Add sdl3_error.odin 2025-01-30 11:43:33 +00:00
gingerBill
14c07ff011 Add sdl3_endian.odin 2025-01-30 11:39:55 +00:00
gingerBill
4093026a9a Clean up @(export) foreign import code 2025-01-30 11:36:12 +00:00
gingerBill
6d596adcdc Add sdl3_atomic.odin 2025-01-30 11:30:49 +00:00
gingerBill
b48f14ba82 @(export) foreign import to be package scope level 2025-01-30 11:30:38 +00:00
gingerBill
22d6cabcdc Add sdl3_asyncio.odin 2025-01-30 11:16:39 +00:00
gingerBill
6a58d76c8a Add sdl3_assert.odin 2025-01-30 11:11:09 +00:00
gingerBill
4bef810b20 Fix sdl3/sdl3_stdinc.odin 2025-01-30 10:40:13 +00:00
gingerBill
5efa3510cf Merge branch 'master' into bill/sdl3 2025-01-30 10:37:21 +00:00
gingerBill
2656ecd4e1 Fix #4773 - Change order of evaluation for slicing indices 2025-01-29 15:53:34 +00:00
Laytan
5ebc31edcb Merge pull request #4580 from tf2spi/4485-fix-exact-value-float
Fix parsing of integer w/ 'e' notation
2025-01-29 07:28:40 +01:00
gingerBill
0e27acd755 Update NSSavelPanel 2025-01-28 11:38:06 +00:00
gingerBill
15ece42e74 Print frameworks first on Darwin targets 2025-01-28 10:34:41 +00:00
gingerBill
868ab27720 Add @(ignore_duplicates) for foreign import declarations 2025-01-28 10:31:46 +00:00
Jeroen van Rijn
e7cf6c3275 Merge pull request #4769 from Kelimion/mdns
Add tentative mDNS/Bonjour/Avahi query support to `net.resolve`
2025-01-27 23:11:53 +01:00
Jeroen van Rijn
cc29bdaefc Simplify *nix mDNS 2025-01-27 23:04:15 +01:00
Jeroen van Rijn
8998d74a92 Add mDNS for *nix. 2025-01-27 22:55:48 +01:00
Jeroen van Rijn
d85c2c1ca7 Add mDNS/Bonjour/Avahi (.local) support for Windows 2025-01-27 22:16:24 +01:00
Laytan Laats
34aa326d99 put FILE in core:c and use that in bindings to fix wasm 2025-01-27 19:00:04 +01:00
gingerBill
f918bc9f50 Merge pull request #4748 from nadako/fix-raylib-CameraMoveRight-signature
fix raylib.CameraMoveRight signature
2025-01-27 10:00:09 +00:00
gingerBill
00dfb1d125 Merge pull request #4765 from p1xelHer0/master
Vendor - miniaudio - engine: fix sound_config_init2
2025-01-27 09:59:49 +00:00
gingerBill
945f9acedd Merge pull request #4764 from samuelgozi/fix-send-missing-flags
Pass flags down from `os.send` in darwin and linux
2025-01-27 09:59:30 +00:00
gingerBill
2e64cf7ef5 Merge pull request #4751 from Barinzaya/arena-grow-in-place
Grow-in-place for some arenas
2025-01-27 09:59:09 +00:00
p1xelHer0
72bbbc94a9 Vendor - miniaudio - engine: fix sound_config_init2
The new way to init `sound_group` and `sound_group_config` is currently
using a binding that doesn't match the miniaudio API.
The functions in miniaudio have an underscore between the `init` and `2`.
This fixes this.
2025-01-26 23:36:35 +01:00
Samuel Elgozi
61f02d9f49 pass flags down from os.send in darwin and linux 2025-01-26 14:03:45 +02:00
gingerBill
6572a52a84 Merge pull request #4743 from starlitcanopy/fix-matrix-mul
Fix 2x2 matrix inverses in specific.odin
2025-01-25 08:35:46 +00:00
Laytan
17f017ed87 Merge pull request #4758 from laytan/fix-duplicate-linker-warning
fix duplicate linker warning on macos
2025-01-25 01:04:54 +01:00
Laytan Laats
f957542cd3 fix duplicate linker warning on macos
Fixes #4747
2025-01-25 00:50:57 +01:00
Laytan
4d3fe34c88 Merge pull request #4754 from laytan/fix-separate-modules-objc
Fix separate modules objc
2025-01-24 20:25:54 +01:00
Laytan Laats
9dc17f4c47 optimize fix 2025-01-24 19:33:57 +01:00