Commit Graph

  • 294bd6a446 [TGA] Add B5G5R5 15- and 16-bit support. Jeroen van Rijn 2022-08-28 21:48:51 +02:00
  • d0109db23b [TGA] Add support for Top-Right and Bottom-Right origins. Jeroen van Rijn 2022-08-28 19:41:42 +02:00
  • ee3ee66aae Merge pull request #1981 from benoitjacquier/master Jeroen van Rijn 2022-08-28 18:33:20 +02:00
  • f74e281efa Various changes to TGA reader Jeroen van Rijn 2022-08-28 18:25:07 +02:00
  • c0cd02883f Merge pull request #1982 from Lperlind/staging/raw_windows_input Jeroen van Rijn 2022-08-28 12:29:19 +02:00
  • d9adb0fd6b Add much of Win32's Raw Input API Lucas Perlind 2022-08-28 16:29:50 +10:00
  • 6363013dd8 style fix Benoit Jacquier 2022-08-27 19:45:14 +02:00
  • 934131abf8 Add RLE supports for TGA loader Benoit Jacquier 2022-08-27 19:30:15 +02:00
  • 4e5337412a Merge remote-tracking branch 'origin/master' Benoit Jacquier 2022-08-27 16:22:37 +02:00
  • 00f2e911a7 Add support for basic TGA loading Benoit Jacquier 2022-08-27 16:07:21 +02:00
  • c82d7d3d87 Merge pull request #1979 from Despacito696969/master gingerBill 2022-08-27 00:58:54 +01:00
  • ecfea027a0 Fixed marshal_to_writer not supporting i128 Despacito696969 2022-08-26 23:49:33 +02:00
  • 96be494730 Fix append_nothing gingerBill 2022-08-26 22:21:19 +01:00
  • 12c8db927b Remove direct core:mem dependency in core:reflect gingerBill 2022-08-26 16:46:19 +01:00
  • 027ea587fc Unify mem and runtime logic gingerBill 2022-08-26 16:45:40 +01:00
  • 026900c7f0 Add optional n parameter to strconv.parse_* procedures to state how many bytes could be read gingerBill 2022-08-26 16:31:42 +01:00
  • ffa87f55c4 Add a return value to append that states the number of elements that were returned gingerBill 2022-08-26 16:20:47 +01:00
  • c9eed04b51 Add comment regarding the layout of a map to explain how it is iterated gingerBill 2022-08-26 16:19:48 +01:00
  • b50b6b9f33 Add reflect.get_union_variant gingerBill 2022-08-26 16:19:16 +01:00
  • 8fd5bef0bd Fix #1977 gingerBill 2022-08-26 12:14:04 +01:00
  • d6b49994a2 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-08-26 12:11:34 +01:00
  • 776927709b Check for using variables gingerBill 2022-08-26 12:11:27 +01:00
  • 96e033b22c Add Extended Window Styles (WS_EX) matias 2022-08-25 21:12:45 -04:00
  • 3469178dc1 Fix #1973. Jeroen van Rijn 2022-08-25 13:31:45 +02:00
  • af1b3b6368 Correct check_expr_is_stack_variable gingerBill 2022-08-24 16:03:04 +01:00
  • d56789e5a7 Add very basic escape analysis on return values gingerBill 2022-08-24 15:58:20 +01:00
  • aeacf3a9d8 Correct max alignment handling throughout the llvm backend gingerBill 2022-08-24 13:07:41 +01:00
  • 4ba486baa2 Add extra max alignment parameter for metrics (specifically for SIMD) gingerBill 2022-08-24 12:58:16 +01:00
  • f1ffd90294 Fix #1966 gingerBill 2022-08-24 12:52:57 +01:00
  • 777aa8b118 Merge pull request #1955 from jaspergeer/fix-endian-type-conversion gingerBill 2022-08-24 12:49:57 +01:00
  • cb9e16f4df Correct syscalls for linux_i386 gingerBill 2022-08-24 12:37:56 +01:00
  • 2908923db9 Fix #1972 gingerBill 2022-08-24 12:18:42 +01:00
  • 8c1dfabb6b Fix append for size_of(E) == 0 Jeroen van Rijn 2022-08-23 16:00:14 +02:00
  • a80be1c36a Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-08-22 22:26:05 +01:00
  • 6191864e0d Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-08-22 22:25:58 +01:00
  • 7fe36de069 Correct Try SRWLock related procedures to return BOOLEAN rather than BOOL gingerBill 2022-08-22 22:24:51 +01:00
  • 27d556735a Merge pull request #1969 from ashemedai/bug-1968-bsd-headers Jeroen van Rijn 2022-08-22 13:50:40 +02:00
  • b70d211f21 fix: Expand OpenBSD include for wait.h to all Unix Jeroen Ruigrok van der Werven 2022-08-22 11:15:53 +02:00
  • b3e3b6c656 Fix #1965 gingerBill 2022-08-20 11:17:47 +01:00
  • 4ed81c45e5 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-08-19 16:58:09 +01:00
  • be31eef8f4 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-08-19 16:57:59 +01:00
  • 1734286252 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-08-19 16:57:44 +01:00
  • c8c076f970 Fix #1963 gingerBill 2022-08-19 16:57:36 +01:00
  • e40b3ad338 Remove unused n from PQ; add reflect.is_bit_set Jeroen van Rijn 2022-08-18 18:00:25 +02:00
  • afec321db2 Add core:sys/valgrind package for valgrind, memcheck, and callgrind gingerBill 2022-08-17 16:09:03 +01:00
  • 6e9f9e6f3c Fix typo gingerBill 2022-08-17 15:57:56 +01:00
  • f504b200a9 Improve unreachable generation by putting a trap before it gingerBill 2022-08-17 15:54:45 +01:00
  • 82e840a0ca EXPERIMENTAL intrinsics.valgrind_client_request gingerBill 2022-08-17 13:52:13 +01:00
  • 7ec95fe0f2 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-08-17 13:13:50 +01:00
  • f50f7c4ea4 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-08-17 13:13:44 +01:00
  • 82765ca96e Fix RtlWaitOnAddress behaviour with SetLastError(RtlNtStatusToDosError(status)) if an error occurred gingerBill 2022-08-17 13:12:45 +01:00
  • caf1dc12bc Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-08-17 10:43:59 +01:00
  • a7f42bbf0a Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-08-17 10:43:50 +01:00
  • 5387ec5f29 Remove erroneous byte swap Jasper Geer 2022-08-16 19:22:52 -07:00
  • f2908cbc5a Remove debug crap with inlining gingerBill 2022-08-16 16:36:13 +01:00
  • 3fb84a16e1 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-08-16 16:16:57 +01:00
  • 09f939a864 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-08-16 16:16:50 +01:00
  • 5337b0b471 Revert "Remove debug message" gingerBill 2022-08-16 16:16:36 +01:00
  • 0895e139b1 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-08-16 15:11:34 +01:00
  • 338dce124e Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-08-16 15:11:27 +01:00
  • e51afc3509 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-08-16 12:02:22 +01:00
  • 2c004dbcc9 Improve matrix conversion rules gingerBill 2022-08-16 12:02:14 +01:00
  • e128ed7d26 Merge pull request #1953 from thePHTest/master gingerBill 2022-08-16 01:17:39 +01:00
  • 9064ebfe97 Change math/linalg/general.odin vector_length and vector_normalize to only accept vectors of float types rather than any numeric type Phil 2022-08-15 16:45:54 -07:00
  • 4f7bbe0e4a Merge pull request #1927 from IanLilleyT/debug_symbols_for_range_interval gingerBill 2022-08-15 16:56:01 +01:00
  • d83a926594 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-08-15 16:32:34 +01:00
  • 29de5842ed Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-08-15 16:32:28 +01:00
  • 208f168564 Correct assignment gingerBill 2022-08-15 16:31:59 +01:00
  • 737bccbd5e Add math.divmod and math.floor_divmod gingerBill 2022-08-15 16:31:43 +01:00
  • 87094ef96c smaller allocation for no n-null-terminated wstring Ian Lilley 2022-08-15 09:17:10 -04:00
  • f5431a046d using correct type for val1 Ian Lilley 2022-08-15 08:08:49 -04:00
  • 5d9b6f9d5b Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-08-15 10:28:23 +01:00
  • 2ace5f34a3 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-08-15 10:28:15 +01:00
  • 5a9422b6bc Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-08-15 10:27:57 +01:00
  • d30198c99a Merge pull request #1944 from odin-lang/load-improvements gingerBill 2022-08-15 10:27:53 +01:00
  • 0c8d59dd20 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-08-15 10:24:23 +01:00
  • a460d140fe Merge pull request #1889 from thePHTest/master gingerBill 2022-08-15 10:24:19 +01:00
  • 881d18ee88 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-08-15 10:23:56 +01:00
  • d73a4aa34b Merge pull request #1938 from Skytrias/pretty-json-2 gingerBill 2022-08-15 10:23:50 +01:00
  • 5c298c1501 Minor text alignment gingerBill 2022-08-15 10:22:32 +01:00
  • a83ca2120e Remove unused import gingerBill 2022-08-14 21:50:41 +01:00
  • 81799f7f78 Fix #1950 gingerBill 2022-08-14 21:50:21 +01:00
  • 7973f7e750 Merge pull request #1949 from matias-eduardo/patch-1 Jeroen van Rijn 2022-08-14 13:25:23 +02:00
  • 3dc62a67e0 Typo: "Get" -> "Set" matias 2022-08-14 07:16:54 -04:00
  • 081e36c909 Add additional mouse buttons to Raylib bindings. Jeroen van Rijn 2022-08-13 15:34:52 +02:00
  • 3a1d364f59 Merge pull request #1929 from fabiansperber/add-windows-definitions Jeroen van Rijn 2022-08-12 22:58:18 +02:00
  • e50648279d Add some wgl extensions Fabian Sperber 2022-08-01 21:09:38 +02:00
  • 929af320da Add more windows bindings Fabian Sperber 2022-07-27 22:49:08 +02:00
  • 8e7c7eeeba Fix lb_emit_ptr_offset gingerBill 2022-08-12 13:48:10 +01:00
  • b739044e69 Update marshal.odin Michael Kutowski 2022-08-12 13:59:11 +02:00
  • 9e0107c9fc add new soa type, my bad wasnt on master Michael Kutowski 2022-08-12 13:50:19 +02:00
  • 107e016508 switch styling and opt.spaces max Michael Kutowski 2022-08-12 13:42:19 +02:00
  • 22d16c20f8 Remove debug message gingerBill 2022-08-12 12:29:32 +01:00
  • 697c839c84 Correct global constant procedure initialization gingerBill 2022-08-12 12:29:11 +01:00
  • de8bd88d2a Clean up how procedures are typed in LLVM's dumb type system gingerBill 2022-08-12 11:15:12 +01:00
  • 595efba747 removed unnecessary ternary Ian Lilley 2022-08-11 11:43:19 -04:00
  • c041d15569 Merge pull request #1928 from IanLilleyT/logger_extra_space gingerBill 2022-08-11 16:18:46 +01:00
  • 57b20e634b Merge branch 'master' into pretty-json-2 gingerBill 2022-08-11 16:14:27 +01:00
  • e285796fc1 Merge pull request #1940 from Lperlind/staging/d3d11-idebug gingerBill 2022-08-11 16:13:09 +01:00
  • a19494d3a7 Minor refactoring of lb_build_addr gingerBill 2022-08-11 16:12:07 +01:00