Commit Graph

  • 14c07ff011 Add sdl3_endian.odin gingerBill 2025-01-30 11:39:55 +00:00
  • 4093026a9a Clean up @(export) foreign import code gingerBill 2025-01-30 11:36:12 +00:00
  • 6d596adcdc Add sdl3_atomic.odin gingerBill 2025-01-30 11:30:49 +00:00
  • b48f14ba82 @(export) foreign import to be package scope level gingerBill 2025-01-30 11:30:38 +00:00
  • 22d6cabcdc Add sdl3_asyncio.odin gingerBill 2025-01-30 11:16:39 +00:00
  • 6a58d76c8a Add sdl3_assert.odin gingerBill 2025-01-30 11:11:09 +00:00
  • 4bef810b20 Fix sdl3/sdl3_stdinc.odin gingerBill 2025-01-30 10:40:13 +00:00
  • 5efa3510cf Merge branch 'master' into bill/sdl3 gingerBill 2025-01-30 10:37:21 +00:00
  • 97db18c09a Added IP_ADD_MEMBERSHIP Socket Option on Linux candtechsoftware 2025-01-29 23:12:32 -05:00
  • af63db5075 Fix tab indents in NSSavePanel duffn 2025-01-29 16:06:19 -07:00
  • d5d900e292 fix typo in float32_range doc string Colter 2025-01-29 12:20:07 -05:00
  • 2656ecd4e1 Fix #4773 - Change order of evaluation for slicing indices gingerBill 2025-01-29 15:53:34 +00:00
  • 5ebc31edcb Merge pull request #4580 from tf2spi/4485-fix-exact-value-float Laytan 2025-01-29 07:28:40 +01:00
  • 0e27acd755 Update NSSavelPanel gingerBill 2025-01-28 11:38:06 +00:00
  • 15ece42e74 Print frameworks first on Darwin targets gingerBill 2025-01-28 10:34:41 +00:00
  • 868ab27720 Add @(ignore_duplicates) for foreign import declarations gingerBill 2025-01-28 10:31:46 +00:00
  • e7cf6c3275 Merge pull request #4769 from Kelimion/mdns Jeroen van Rijn 2025-01-27 23:11:53 +01:00
  • cc29bdaefc Simplify *nix mDNS Jeroen van Rijn 2025-01-27 23:04:15 +01:00
  • 8998d74a92 Add mDNS for *nix. Jeroen van Rijn 2025-01-27 22:55:48 +01:00
  • d85c2c1ca7 Add mDNS/Bonjour/Avahi (.local) support for Windows Jeroen van Rijn 2025-01-27 22:16:24 +01:00
  • 34aa326d99 put FILE in core:c and use that in bindings to fix wasm Laytan Laats 2025-01-27 18:59:41 +01:00
  • f918bc9f50 Merge pull request #4748 from nadako/fix-raylib-CameraMoveRight-signature gingerBill 2025-01-27 10:00:09 +00:00
  • 00dfb1d125 Merge pull request #4765 from p1xelHer0/master gingerBill 2025-01-27 09:59:49 +00:00
  • 945f9acedd Merge pull request #4764 from samuelgozi/fix-send-missing-flags gingerBill 2025-01-27 09:59:30 +00:00
  • 2e64cf7ef5 Merge pull request #4751 from Barinzaya/arena-grow-in-place gingerBill 2025-01-27 09:59:09 +00:00
  • 72bbbc94a9 Vendor - miniaudio - engine: fix sound_config_init2 p1xelHer0 2025-01-26 23:36:35 +01:00
  • 61f02d9f49 pass flags down from os.send in darwin and linux Samuel Elgozi 2025-01-26 14:03:45 +02:00
  • 6572a52a84 Merge pull request #4743 from starlitcanopy/fix-matrix-mul gingerBill 2025-01-25 08:35:46 +00:00
  • 17f017ed87 Merge pull request #4758 from laytan/fix-duplicate-linker-warning Laytan 2025-01-25 01:04:54 +01:00
  • f957542cd3 fix duplicate linker warning on macos Laytan Laats 2025-01-25 00:50:57 +01:00
  • 4d3fe34c88 Merge pull request #4754 from laytan/fix-separate-modules-objc Laytan 2025-01-24 20:25:54 +01:00
  • 9dc17f4c47 optimize fix Laytan Laats 2025-01-24 19:33:57 +01:00
  • b2aaf90f88 fix separate modules with objc code Laytan Laats 2025-01-24 19:23:49 +01:00
  • 98b3a9eacd Added support for growing in place to some arenas. Barinzaya 2025-01-24 09:42:10 -05:00
  • 3a13c598e2 Merge pull request #4733 from laytan/get-executable-path gingerBill 2025-01-24 13:09:10 +00:00
  • 13a2a29b90 Merge pull request #4730 from laytan/os2-linux-loop-writes-and-cap-rw gingerBill 2025-01-24 13:03:29 +00:00
  • 1a7d2ca2e1 Merge pull request #4745 from flysand7/fmt-sign-pad gingerBill 2025-01-24 13:01:43 +00:00
  • f57048f862 fix raylib.CameraMoveRight signature Dan Korostelev 2025-01-24 01:12:49 +01:00
  • 7127992625 Fix the '+' sign placement in the presence of '0'-padding flysand7 2025-01-24 08:36:01 +11:00
  • 998d6525b7 stdinc gingerBill 2025-01-23 14:13:15 +00:00
  • 5a29e80bc3 Fix 2x2 matrix inverses in specific.odin prescientmoon 2025-01-23 05:56:27 +01:00
  • d54de6704a os/os2: use proc_pidpath for executable path on darwin Laytan Laats 2025-01-22 18:39:33 +01:00
  • 9e9f9d34f5 Add SDL3 headers and Windows dll/lib gingerBill 2025-01-22 17:20:51 +00:00
  • 867af80bff Add -use-single-module gingerBill 2025-01-22 13:26:35 +00:00
  • d4e15074ea Enable -use-separate-modules as default for all platforms gingerBill 2025-01-22 13:13:00 +00:00
  • dde3a03022 Add priority_index to Foundation.framework import in base:runtime gingerBill 2025-01-22 13:03:51 +00:00
  • d6633639dc Remove duplicates of .framework/.dynlib/.so in linker gingerBill 2025-01-22 13:01:06 +00:00
  • 36e86ba552 Merge pull request #4739 from jasonKercher/fix-4738 gingerBill 2025-01-22 10:38:23 +00:00
  • 2619167fd0 Merge pull request #4741 from wrathdoesthat/master gingerBill 2025-01-22 10:37:23 +00:00
  • 57b8da79f4 Add GetTempFileNameW wrathdoesthat 2025-01-22 04:33:33 -05:00
  • e85667c95c fix grammar in error message jason 2025-01-21 20:48:11 -05:00
  • b25ca0bb11 fixes compiler crash on syntax error (issue 4738) jason 2025-01-21 20:37:02 -05:00
  • f1b0b19710 os/os2: get_executable_path and working directory on wasi Laytan Laats 2025-01-21 19:14:15 +01:00
  • b673642412 os/os2: add get_executable_path and get_executable_directory Laytan Laats 2025-01-20 22:35:35 +01:00
  • 223970671f Merge pull request #4716 from laytan/os2-wasi gingerBill 2025-01-21 13:08:04 +00:00
  • 1cfbef3172 Merge pull request #4735 from NicknEma/activation-context-windows gingerBill 2025-01-21 13:06:55 +00:00
  • 55abf61836 Add ACTCTX definition and procs NicknEma 2025-01-21 10:55:39 +01:00
  • 5d290dce06 Merge branch 'simd-docs' into docs-simd flysand7 2025-01-21 11:45:51 +11:00
  • b7afbd6d57 Suggestion fixes flysand7 2025-01-21 11:15:00 +11:00
  • 68653081be Merge pull request #4732 from zen3ger/os2-process-incorrect-working-dir Laytan 2025-01-21 00:07:32 +01:00
  • f6ead2e777 os/os2: Linux _process_start() write back error on fchdir failure Roland Kovacs 2025-01-20 23:31:13 +01:00
  • ac30d36206 os/os2: Properly update CWD on Linux when using _process_start() Roland Kovacs 2025-01-20 22:34:49 +01:00
  • bf58107402 os/os2: bring Linux to other impls standards by looping writes and maxing one shot RW sizes Laytan Laats 2025-01-20 20:15:03 +01:00
  • a5f3c1b849 container/queue: fix init_with_contents Laytan Laats 2025-01-20 19:51:46 +01:00
  • 70257c846e Merge pull request #4707 from samuelgozi/add-Foundation-bindings gingerBill 2025-01-20 14:42:27 +00:00
  • 5644f3c3d9 Merge pull request #4725 from dozn/fix-dst-timezones gingerBill 2025-01-20 14:24:48 +00:00
  • b36b7c1f15 Merge pull request #4727 from karl-zylinski/examples-link-in-readme gingerBill 2025-01-20 14:23:14 +00:00
  • 4950a65b09 Add examples link to README Karl Zylinski 2025-01-20 14:46:27 +01:00
  • dfd826ed86 Fix Times Which Support DST on Windows dozn 2025-01-20 03:57:36 -08:00
  • 00a3a8dc81 Merge pull request #4714 from laytan/fix-map-entry-wrong-key-ptr gingerBill 2025-01-20 07:41:47 +00:00
  • bca016ae94 Merge pull request #4720 from jasonKercher/remove-custom-heap-allocator Laytan 2025-01-19 13:34:11 +01:00
  • 27998e0d21 os2/heap_linux point to runtime._heap_allocator_proc jason 2025-01-19 06:05:55 -05:00
  • 20fa9fbd61 Merge pull request #4717 from LineuVale/fixDrawRectangleRoundedLines Laytan 2025-01-18 22:55:51 +01:00
  • 5622fb583c math/rand: add @(require_results) to create Laytan Laats 2025-01-18 22:52:13 +01:00
  • f8c2aa9316 Merge pull request #4713 from Rexicon226/matrix-errors Laytan 2025-01-18 22:46:41 +01:00
  • 6f24eb87c0 Merge pull request #4697 from JamesDSource/master Laytan 2025-01-18 22:36:19 +01:00
  • e4892f1bb2 os/os2: wasi target support Laytan Laats 2025-01-18 22:07:19 +01:00
  • 21e4888934 Fix raylib DrawRectangleRoundedLines LineuVale 2025-01-18 18:22:16 -03:00
  • 0f12618642 fix incorrect use of Bool Samuel Elgozi 2025-01-18 21:08:54 +02:00
  • 4de5911a15 fix map_entry sometimes giving wrong key pointer Laytan Laats 2025-01-18 14:02:27 +01:00
  • 5951c25f71 fix inverted error messages David Rubin 2025-01-18 02:04:35 -08:00
  • 47030501ab Merge pull request #4585 from wrapperup/miniaudio-bitsets Laytan 2025-01-17 18:42:46 +01:00
  • 8e9726866a remove other redundant constant Laytan 2025-01-17 18:31:39 +01:00
  • 328d70e244 Merge pull request #4696 from alektron/ArenaBug gingerBill 2025-01-17 14:20:28 +00:00
  • ed18f539c7 Merge pull request #4698 from 4teapo/mem-additions gingerBill 2025-01-17 14:20:02 +00:00
  • b9bf5b1496 Merge pull request #4703 from flysand7/4685-range-stack-overflow gingerBill 2025-01-17 13:23:15 +00:00
  • fcd3cf7fa8 Merge pull request #4704 from flysand7/4614-thread-locals gingerBill 2025-01-17 13:22:47 +00:00
  • 3fb766f98d updated to meet formatting style Samuel Elgozi 2025-01-17 13:43:34 +02:00
  • 19d6c01f0f Added Foundation bindings Samuel Elgozi 2025-01-17 10:42:32 +02:00
  • 3f20b63243 Error if -no-thread-local is used in presence of -no-crt on Unix flysand7 2025-01-17 02:15:30 +03:00
  • 4f0206ce08 Added compile-time checks for thread locals with -no-crt flysand7 2025-01-17 01:12:23 +03:00
  • 87b590c99b Do not warn about stack overflow in range loops 'by reference' flysand7 2025-01-16 20:07:56 +03:00
  • 16eca1ded1 Merge pull request #4702 from flysand7/4632-futex-windows Laytan 2025-01-16 18:05:51 +01:00
  • 9da144157e [sync]: Fix typos in comments and remove my note. flysand7 2025-01-16 19:33:09 +03:00
  • 13640620ce Fix captures not begin zeroed when haystack length is 0 James Duran 2025-01-15 15:56:40 -08:00
  • aa3f0b86c1 compiler: fix align error check Laytan Laats 2025-01-15 20:14:23 +01:00
  • 4895065afb Add SoA make/delete to core:mem teapo 2025-01-15 20:16:57 +01:00
  • a7971f9f6f Allow captures in gfind and gmatch to be used in-loop James Duran 2025-01-15 11:02:46 -08:00
  • 32d747cf8b Merge branch 'master' into ArenaBug alektron 2025-01-15 18:00:29 +01:00
  • a0c20023fc Fix: Issue with non-zeroed memory after arena_temp_and; Fix: total_used field of growing Arena was not decremented correctly in arena_temp_end; alektron 2025-01-15 17:59:30 +01:00