1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00
Commit graph

1281 commits

Author SHA1 Message Date
Brian Fiete
43d7a57c38 BeefPerf fixes 2020-07-27 12:31:57 -07:00
Brian Fiete
673d9a18f3 Fixed INVALID_SOCKET, added Blocking property, Select uses milliseconds 2020-07-27 12:31:25 -07:00
Brian Fiete
8fb6f7304d Fixed GC marking of sized arrays 2020-07-24 06:37:50 -07:00
Brian Fiete
04de0512c3 Fixed inlining issue with reflection data 2020-07-24 05:47:25 -07:00
Brian Fiete
ad987a58bd Fixed Ctrl+Backspace 2020-07-24 05:21:29 -07:00
Brian Fiete
e72cfc6d96 Added generic Lerp 2020-07-24 05:21:05 -07:00
Brian Fiete
bec6f1d007 Properly checking extern method constraints, fixed dtor body scopes 2020-07-24 05:20:50 -07:00
Brian Fiete
b1f741b1f0 Fixed ref iteration over valueless types 2020-07-22 15:32:27 -07:00
Brian Fiete
1117aa9b8a Fixed ctrl+backspace during autocomplete 2020-07-22 15:32:04 -07:00
Brian Fiete
03e09c4322 Test change 2020-07-21 13:14:20 -07:00
Brian Fiete
fed75dfa85 Fixed an issue of zombie failed specialized methods in resolve-only 2020-07-21 13:14:09 -07:00
Brian Fiete
af9320ada6 Fixed Equals check for non-aligned-size sized arrays 2020-07-20 08:04:34 -07:00
Brian Fiete
fc21c66b27 Method selection issues, issues with tuples containing 'var' 2020-07-20 07:17:33 -07:00
Brian Fiete
03c8d72f33 Fixed issues with char8* attribute arguments 2020-07-20 07:16:20 -07:00
Brian Fiete
327ba62b5a Fixed 'expected error' logic 2020-07-19 11:57:04 -07:00
Brian Fiete
af9ac0b918 Fixed some selection issues 2020-07-19 11:07:31 -07:00
Brian Fiete
1e446a655c Fixed Test4 2020-07-19 11:07:18 -07:00
Brian Fiete
230ff8270e Temporarily remove BugW004 test 2020-07-19 09:25:33 -07:00
Brian Fiete
e917fd8fdf Fixed type table comparison crash 2020-07-19 06:15:11 -07:00
Brian Fiete
a457ebcbc5 Properly detecting circular data references in sized arrays 2020-07-19 06:13:03 -07:00
Brian Fiete
87ca2f71af Added new tests scripts 2020-07-19 05:50:22 -07:00
Brian Fiete
f651a473e6 Split off ImportFiles so it can be called by script engine 2020-07-19 05:50:08 -07:00
Brian Fiete
09d8d428ec Fixed address display 2020-07-19 05:49:36 -07:00
Brian Fiete
1604ea61cb Fixed 'params' detection issue 2020-07-19 05:49:18 -07:00
Brian Fiete
e13b24cd30 Fixed crash evaluating registers when debug module hasn't loaded 2020-07-19 05:48:48 -07:00
Brian Fiete
912fdbe195 Added test for adding files during hotload 2020-07-19 05:48:22 -07:00
Brian Fiete
c08d1161fb Fixed crash when adding/renaming files during hot compile 2020-07-19 05:47:09 -07:00
Brian Fiete
b8340dfdc6 Fixed whitespace copying issue 2020-07-19 05:46:50 -07:00
Brian Fiete
50cff34fc6 Renamed Add(Span<T>) to AddRange(Span<T>) 2020-07-19 05:46:08 -07:00
Brian Fiete
01201c3acb Added missing ToString overrides 2020-07-19 05:45:35 -07:00
Brian Fiete
42c4b5f992 Clarified file loading error message 2020-07-18 09:23:29 -07:00
Brian Fiete
d6eb631419 Added __STACKOVERFLOW test method 2020-07-18 08:11:03 -07:00
Brian Fiete
cf8bb561e4 Only using /BASE for DLLs now 2020-07-18 07:05:22 -07:00
Brian Fiete
dc0c0946a0 Fixed warning 2020-07-18 06:51:33 -07:00
Brian Fiete
4f7e114c9b Fixed memcpy reg remap 2020-07-18 06:51:25 -07:00
Brian Fiete
55db457590 Autocomplete flashing fix 2020-07-18 06:51:09 -07:00
Brian Fiete
af77825b9d Union changes 2020-07-18 06:51:00 -07:00
Brian Fiete
86a41649ec Added Diagnostics panel 2020-07-18 06:50:28 -07:00
Brian Fiete
015470203b Added union assignment test 2020-07-18 06:47:47 -07:00
Brian Fiete
bcef4a975d More reflection tests 2020-07-18 05:27:09 -07:00
Brian Fiete
b24625d9a3 Fix for attributes with string parameters with default values 2020-07-18 05:26:45 -07:00
Brian Fiete
0f11c36da8 Fixed fixit for attributes namespaces 2020-07-17 05:13:12 -07:00
Brian Fiete
54d107e334 Fix for clicking inside selection 2020-07-16 16:03:55 -07:00
Brian Fiete
e6f722bf7a Tests for split global with explicit reference 2020-07-16 16:03:36 -07:00
Brian Fiete
c11449f9db Fixed 'ref let' case 2020-07-16 16:03:05 -07:00
Brian Fiete
7f31b29607 Fixed globals project selection for typedef 2020-07-16 16:02:54 -07:00
Brian Fiete
328f489324 Made global composite typedefs no longer split per-project 2020-07-16 08:04:25 -07:00
Brian Fiete
8a5b674216
Merge pull request #421 from JamesOrson/BEEF-420_Add-missing-hinstance-field
Add hinstance field to INTERNAL_windows_wminfo in SDL2 library
2020-07-16 06:12:42 -07:00
Brian Fiete
37fc1a08e1 Fix for globals namespace conflicting with extension name 2020-07-15 15:32:06 -07:00
James Orson
3086806e03 Add hinstance field to INTERNAL_windows_wminfo in SDL2 library 2020-07-15 11:40:06 -07:00