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

1257 commits

Author SHA1 Message Date
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
Brian Fiete
0dab815f08 Fixed comma-separated fields with initializers 2020-07-15 11:39:43 -07:00
Brian Fiete
50ce821417 Fixed project removal issue 2020-07-15 11:39:43 -07:00
Brian Fiete
4fd722f386 Fixed Linux interop issue 2020-07-15 11:39:43 -07:00
Brian Fiete
8f742301b7 Made dot-constructors work with nullables 2020-07-15 11:39:43 -07:00
Brian Fiete
1f192ef97c Fixed 'UP' scancode 2020-07-15 11:39:43 -07:00
Brian Fiete
1aa18100de Fixed typealias circular reference issue 2020-07-15 11:39:43 -07:00
Brian Fiete
f6a61e6571 Fixed drawing issue with long docs 2020-07-15 11:39:43 -07:00
Brian Fiete
65ee0c7dda Added reflect method filters 2020-07-15 11:39:43 -07:00
Brian Fiete
eeccb4ad6f Added ToString 2020-07-15 11:39:43 -07:00
Brian Fiete
aae3e558fe Fixed getScope call in FatalError 2020-07-15 11:39:43 -07:00
Brian Fiete
e7181d1746 Improved errors 2020-07-15 11:39:43 -07:00
Brian Fiete
27956f396a Fixed BeExtractValueConstant::GetType 2020-07-15 11:39:43 -07:00
Brian Fiete
5321d829a2 Fixed issues with global var addresses in const arrays 2020-07-15 11:39:43 -07:00
Brian Fiete
2d045efa9e Fixed double-printing with types derived from typed primitives 2020-07-15 11:39:43 -07:00
James Orson
af3463fafb Make VkInstance and VkSurfaceKHR public 2020-07-15 11:39:43 -07:00
Brian Fiete
952d784b5a Fixed const evaluation for const bool Type properties 2020-07-15 11:39:43 -07:00
Brian Fiete
c3c9b84165 Fixed object calls on functions (ie: GCMarkMembers) 2020-07-15 11:39:43 -07:00
Brian Fiete
62a28e46be Fixed issue with splat locals named 'alias' 2020-07-15 11:39:43 -07:00
Brian Fiete
665f88650a Additional debug information during crash 2020-07-15 11:39:43 -07:00
Brian Fiete
37d6ccbc7d Added reflection category to distinct build options (wip) 2020-07-15 11:39:43 -07:00
Brian Fiete
bcae8ee27f Fixed leak checking for >1 stack trace depth 2020-07-15 11:39:43 -07:00
Brian Fiete
599bcf3452 Remove test file 2020-07-15 11:39:43 -07:00
Brian Fiete
ac40bbd12c Fixed some ToString issues 2020-07-15 11:39:43 -07:00
JamesOrson
5f3329e121 Remove unnecessary delete statements
If a value is null, the C++ delete statement will do nothing, so there is bo need to explicitly check if the value is null.
2020-07-15 11:39:43 -07:00