Commit Graph

954 Commits

Author SHA1 Message Date
gingerBill ce69161ffb Add sdl3_gpu.odin 2025-02-04 12:23:25 +00:00
gingerBill 02fcac195b Add sdl3_gamepad.odin 2025-02-04 10:31:56 +00:00
gingerBill 086d7956b1 Merge branch 'master' into bill/sdl3 2025-02-04 10:31:12 +00:00
gingerBill a94ffefba3 Add OpenEXRCore-3_3.lib 2025-01-31 09:06:31 +00:00
gingerBill 61cd0f4de9 Update OpenEXRCore to 3.3 2025-01-31 09:04:26 +00:00
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 6d596adcdc Add sdl3_atomic.odin 2025-01-30 11:30:49 +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 868ab27720 Add @(ignore_duplicates) for foreign import declarations 2025-01-28 10:31:46 +00: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
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
Dan Korostelev f57048f862 fix raylib.CameraMoveRight signature 2025-01-24 01:13:53 +01:00
gingerBill 998d6525b7 stdinc 2025-01-23 14:13:15 +00:00
gingerBill 9e9f9d34f5 Add SDL3 headers and Windows dll/lib 2025-01-22 17:20:51 +00:00
LineuVale 21e4888934 Fix raylib DrawRectangleRoundedLines 2025-01-18 18:22:16 -03:00
Laytan 47030501ab Merge pull request #4585 from wrapperup/miniaudio-bitsets
`vendor:miniaudio`: Use bit sets for flags
2025-01-17 18:42:46 +01:00
Laytan 8e9726866a remove other redundant constant 2025-01-17 18:31:39 +01:00
Laytan e55b652916 Merge pull request #4678 from clindholm/glfw_get_monitor_workarea
vendor/glfw: add GetMonitorWorkarea binding
2025-01-15 10:37:42 +01:00
Karl Zylinski 1613728a64 d3d12 bindings -vet-tabs fix 2025-01-13 23:37:36 +01:00
clindholm 93e8f5024e vendor/glfw: add GetMonitorWorkarea binding 2025-01-11 15:03:12 +01:00
gingerBill 4a2b13f1c2 Fix foreign import names 2025-01-10 10:18:30 +00:00
gingerBill b377ac182c Keep -vet happy 2025-01-10 10:15:15 +00:00
gingerBill fd058dff46 Merge branch 'master' of https://github.com/odin-lang/Odin 2025-01-10 10:12:42 +00:00
gingerBill 3d4a20918f Simplify stb foreign imports 2025-01-10 10:12:36 +00:00
gingerBill 5a259ed0ee Merge pull request #4669 from denovodavid/pr-d3d12-shader-component-mapping
vendor:directx/d3d12: add shader component mapping constants and macro-procedures
2025-01-10 09:44:17 +00:00