Commit Graph

  • bfbeb23f54 add resize non zeroed in more places Colin Davidson 2023-12-04 03:09:13 -08:00
  • 58e4a011c7 add non-zeroing append and resize Colin Davidson 2023-12-04 00:08:13 -08:00
  • bd96cd0af7 Fixed indentation and : binding mfalk 2023-12-04 05:49:42 +01:00
  • 3de15987bd Merge branch 'odin-lang:master' into raylib5 Michael 2023-12-03 22:07:23 +01:00
  • c5c46c5073 Silence writable string warnings when compiling Odin on Linux. Jeroen van Rijn 2023-12-03 18:08:18 +01:00
  • abe896a7be Merge pull request #2984 from mtarik34b/add-min-index-and-max-index-procs gingerBill 2023-12-02 12:58:15 +00:00
  • f00df0afe9 Merge pull request #2992 from flysand7/x11-fix gingerBill 2023-12-02 12:38:11 +00:00
  • 35f21abc7b Merge pull request #2993 from flysand7/sdl-fix gingerBill 2023-12-02 12:37:57 +00:00
  • b1977dfa4b Merge pull request #2996 from flga/master gingerBill 2023-12-02 12:37:31 +00:00
  • e23eba0914 runtime: panic_allocator should use panic_allocator_proc flga 2023-12-01 19:21:58 +00:00
  • 4b245e2d83 [vendor/sdl]: Fix fourcc codes for pixel formats to match FOURCC definition flysand7 2023-12-01 12:15:48 +11:00
  • f169d8c396 [x11/xlib]: Fix some foreign declarations flysand7 2023-12-01 12:00:45 +11:00
  • 39f8437f4d Merge branch 'odin-lang:master' into raylib5 Michael 2023-11-29 13:12:02 +01:00
  • 4aa8834d39 Add os.args to demo. Jeroen van Rijn 2023-11-27 21:01:27 +01:00
  • f79efd43e4 Fix missing clamp in core:math/big random. Jeroen van Rijn 2023-11-27 12:43:24 +01:00
  • 058132e7e6 fixed names Michael 2023-11-26 07:50:11 -07:00
  • 9b7c5f2b1b Delete vendor/raylib/linux/libraygui.so.3.6 Michael 2023-11-26 07:49:12 -07:00
  • 06e61c7315 Delete vendor/raylib/linux/raygui.a Michael 2023-11-26 07:48:47 -07:00
  • 1b23dbb228 Delete vendor/raylib/linux/libraygui.a Michael 2023-11-26 07:48:36 -07:00
  • cc2ba146a6 Delete vendor/raylib/linux/raygui.so Michael 2023-11-26 07:48:26 -07:00
  • 3bbdc93882 Updated dynlibs Michael 2023-11-26 07:45:42 -07:00
  • 0091193c04 added missing enums Michael 2023-11-26 01:45:55 -07:00
  • 1b5bcc1a99 Added GuiToggleSlider Michael 2023-11-26 08:29:29 +00:00
  • 5a661dc67b Add min_index and max_index procedures Tarık B 2023-11-26 08:33:50 +01:00
  • fb48131f3c More minor fixes Michael 2023-11-26 07:25:53 +00:00
  • 9300c99d65 Merge branch 'odin-lang:master' into raylib5 Michael 2023-11-26 00:00:47 -07:00
  • 9366bf44a6 Fixed a bunch of tab/space issues Michael 2023-11-26 06:55:56 +00:00
  • e8e3501443 Merge pull request #2979 from rope-hmg/master Jeroen van Rijn 2023-11-25 17:48:09 +01:00
  • 9f96382558 Removed some accidental semi-colons and converted indentation to tabs. Hector 2023-11-25 16:36:51 +00:00
  • 82088e4a75 Used strings.builder_reset instead of clear for the string builder Hector 2023-11-25 16:26:29 +00:00
  • b12bfe407d Updated to tabs and used provided test methods. Hector 2023-11-25 16:21:48 +00:00
  • 1e726bb3e0 Fix scroll and visibilitychange event handling Damian Tarnawski 2023-11-25 16:07:36 +01:00
  • 1db5e1250f Binary search improvements Hector 2023-11-25 13:42:28 +00:00
  • e0ecae66fd Fix set_element_value_string parameter name Damian Tarnawski 2023-11-25 14:35:48 +01:00
  • 0df7fe4247 Fix alignment Damian Tarnawski 2023-11-25 14:23:41 +01:00
  • 84a8e17482 Correct some typos in runtime.js Damian Tarnawski 2023-11-25 14:22:17 +01:00
  • fe268a9dd2 Add nullptr check back jakubtomsu 2023-11-25 13:29:28 +01:00
  • 3c25d93eae Check for variadic param default val jakubtomsu 2023-11-25 13:20:34 +01:00
  • cabaac5a68 Merge pull request #2976 from mtarik34b/improve-command-line-help-and-usage Jeroen van Rijn 2023-11-25 11:06:34 +01:00
  • 2bb5c4cafc Merge pull request #2973 from flysand7/dial_tcp_bug Jeroen van Rijn 2023-11-25 10:39:14 +01:00
  • bfff322eb9 Fix oversights, apply minor improvements Tarık B 2023-11-25 09:07:21 +01:00
  • dd60802db4 Apply consistent usage of third-person singular Tarık B 2023-11-25 09:02:30 +01:00
  • 6db42cfaec Standardize to consistent 3-space indentation for inline comments Tarık B 2023-11-25 08:21:57 +01:00
  • 21f5b41150 Remove redundant example Tarık B 2023-11-25 07:58:17 +01:00
  • 1f007a46ee Fix newly introduced capitalization and punctuation error Tarık B 2023-11-25 07:52:03 +01:00
  • 4fa4feb669 Increase indentation for -vet extra check listing Tarık B 2023-11-25 07:44:38 +01:00
  • 5fd3fc4c7c Unify showing of available options Tarık B 2023-11-25 07:37:25 +01:00
  • ee2d3e00fd Capitalize first word of sentences Tarık B 2023-11-24 21:51:29 +01:00
  • 6f65ed6cc8 Add period at the end of sentences. Tarık B 2023-11-24 21:49:23 +01:00
  • 70525a12ca Fix typo Tarık B 2023-11-24 20:42:11 +01:00
  • 914950592c Fix indentation Tarık B 2023-11-24 14:56:55 +01:00
  • 3c021f9c52 Merge pull request #2923 from flysand7/raylib-fix Jeroen van Rijn 2023-11-24 14:18:49 +01:00
  • 9ea88f1353 Merge pull request #2918 from flysand7/math-doc Jeroen van Rijn 2023-11-24 14:16:19 +01:00
  • 4d89249caf Merge pull request #2939 from laytan/allow-larger-thread-poly-data Jeroen van Rijn 2023-11-24 14:06:24 +01:00
  • ff0e976ff3 [net]: Fix passing the wrong socket to on linux flysand7 2023-11-24 23:57:53 +11:00
  • 0df1645422 Merge pull request #2942 from flga/master Jeroen van Rijn 2023-11-24 13:53:14 +01:00
  • bb6d73953c Merge pull request #2972 from flysand7/net-socket-any Jeroen van Rijn 2023-11-24 13:42:48 +01:00
  • c9c14bab8a Merge pull request #2946 from laytan/fix-test-name-flag Jeroen van Rijn 2023-11-24 13:42:10 +01:00
  • 7c6117bb8f Merge pull request #2947 from flysand7/vendor-x11 Jeroen van Rijn 2023-11-24 13:41:28 +01:00
  • ae40946198 Merge pull request #2950 from laytan/fix-nil-exceptions-with-incomplete-code-parse Jeroen van Rijn 2023-11-24 13:39:58 +01:00
  • 8063569cdd [net]: Add send_any, recv_any variants to proc groups for Any_Socket flysand7 2023-11-24 23:27:12 +11:00
  • dab72d5615 Merge pull request #2952 from Pingar5/master Jeroen van Rijn 2023-11-24 13:23:47 +01:00
  • 89493b70a9 Merge pull request #2966 from evertonse/master Jeroen van Rijn 2023-11-24 13:20:25 +01:00
  • c12eb3ec93 Improve returning a struct directly for certain ABIs; reuse the temp callee return struct memory when needed gingerBill 2023-11-24 11:44:20 +00:00
  • 7343ed0cac Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2023-11-24 10:57:25 +00:00
  • 3102abf1aa mem zero rather than store to a union where the variant is of size zero gingerBill 2023-11-24 10:57:18 +00:00
  • 03282c1234 [sys/linux]: Add epoll syscalls flysand7 2023-11-24 09:25:12 +11:00
  • 490c8daedd Merge pull request #2970 from jakubtomsu/check-blank-ident-proc-params gingerBill 2023-11-23 21:04:18 +00:00
  • e78ee90ac2 Remove code that skipped checking blank params jakubtomsu 2023-11-23 20:58:26 +01:00
  • f809788f75 Add missing type information for soa structs gingerBill 2023-11-23 17:31:00 +00:00
  • 0888c69b57 Remove unneeded typeid_of gingerBill 2023-11-23 17:16:21 +00:00
  • ab39644156 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2023-11-23 16:56:24 +00:00
  • 4c1a9d2b3f Fix &x[i] of ^#soa types gingerBill 2023-11-23 16:56:18 +00:00
  • f6308ab5b9 Merge pull request #2899 from jakubtomsu/more-sys-windows Jeroen van Rijn 2023-11-23 16:26:29 +01:00
  • 3baf8d92c3 Add assert to disallow -no-crt when importing core:c/libc gingerBill 2023-11-23 01:20:19 +00:00
  • 34065865a0 Merge pull request #2969 from Skytrias/Skytrias-text-edit-additions gingerBill 2023-11-22 23:17:39 +00:00
  • 3d90e580c5 check to see if s.builder is nil Michael Kutowski 2023-11-23 00:04:06 +01:00
  • f635d3d8af forgot to use the old package name Michael Kutowski 2023-11-23 00:02:48 +01:00
  • 29f1b79d70 Add setup_once and clear_all, tidy up old code and add a few comments Michael Kutowski 2023-11-22 23:56:58 +01:00
  • 955be66f1a Merge pull request #2894 from jakubtomsu/union-tag-intrinsics gingerBill 2023-11-22 16:26:15 +00:00
  • a0e6ae6f33 return uintptr from type_union_tag_offset jakubtomsu 2023-11-22 17:15:27 +01:00
  • 08d032859f use start pos as end pos if end node is nil Laytan Laats 2023-11-22 16:16:43 +01:00
  • 4af77aeff6 Lower MAP_MIN_LOG2_CAPACITY from 6 to 3 (64->8) gingerBill 2023-11-22 15:04:41 +00:00
  • 6749639eb1 Add various missing windows procedures Brennen Shaughnessy 2023-11-14 09:12:23 -05:00
  • 8a56bb3b5f Merge pull request #2944 from Kelimion/microarch-help Jeroen van Rijn 2023-11-22 14:13:57 +01:00
  • 37e79f9cca Merge pull request #2962 from FragmentedCurve/issue_2601 gingerBill 2023-11-22 12:58:00 +00:00
  • a4c64002c5 Merge pull request #2967 from reavencode/master gingerBill 2023-11-22 12:54:25 +00:00
  • 63b6e8216c Fix errant tab in alignment. Jeroen van Rijn 2023-11-22 02:57:43 +01:00
  • 3e7b5670fb Check for llvm-config14 on unix evertonse 2023-11-21 18:48:47 -03:00
  • e2e18324ed Add DwmGetWindowAttribute to core/sys/windows reavencode 2023-11-21 22:44:46 +01:00
  • 924039c01b Merge pull request #2965 from Skytrias/master Jeroen van Rijn 2023-11-21 21:09:46 +01:00
  • 2af2a035dc Merge branch 'odin-lang:master' into master Michael Kutowski 2023-11-21 21:05:16 +01:00
  • f97ccca514 added ToUnicode to win32 skytrias 2023-11-21 21:01:05 +01:00
  • 25e9255157 Fix string_extension_position Jeroen van Rijn 2023-11-21 16:53:14 +01:00
  • 2e64866838 fix self_cleanup causing join to fail laytan 2023-11-20 21:23:12 +01:00
  • b21b5ef222 Updated bindings and libs for Raylib 5.0 sean arooni 2023-11-19 13:22:19 -05:00
  • d9fab5e824 Return value of _umtx_op on FreeBSD wasn't checked correctly Paco Pascal 2023-11-18 20:56:22 -05:00
  • 0424404140 Merge pull request #2961 from Kelimion/unhandled_eof Jeroen van Rijn 2023-11-18 18:18:31 +01:00
  • db89c2ccd0 Remap EOF for Windows in stream proc Jeroen van Rijn 2023-11-18 18:13:56 +01:00
  • 0c97f6aa4e Fix unhandled EOF in streaming io on Windows Jeroen van Rijn 2023-11-18 18:01:14 +01:00