1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-17 15:46:05 +02:00
Commit graph

1822 commits

Author SHA1 Message Date
Brian Fiete
7211381672 Added a windows-only error 2020-05-15 06:28:32 -07:00
Brian Fiete
2f33b193bd Added 'not supported' build type for friendlier "won't built" marking 2020-05-15 06:28:01 -07:00
Brian Fiete
c334761aaa Fix for empty var type 2020-05-15 06:26:59 -07:00
Brian Fiete
9c09fbd6c0 Merge remote-tracking branch 'origin/master' 2020-05-14 15:21:50 -07:00
Brian Fiete
bdf9eefad2 Added move ctor 2020-05-14 15:21:44 -07:00
Brian Fiete
e18b35df7a
Merge pull request #258 from qzole/sdl_handle_events
Added virtual HandleEvent to SDLApp
2020-05-14 15:17:06 -07:00
Brian Fiete
273a2035bd
Merge pull request #259 from qzole/sdl_public_malloc
Made malloc and free public in SDL binding
2020-05-14 15:16:35 -07:00
Brian Fiete
2ac6b339b2 Fixed memory leaks 2020-05-14 14:56:25 -07:00
Brian Fiete
29fbafb91f Fixed module mutability issue 2020-05-14 14:55:56 -07:00
Zoltán Kurucz
10ad3514a4 Made malloc and free public in SDL binding (used for freeing up clipboard text data in imgui binding) 2020-05-14 23:52:18 +02:00
Zoltán Kurucz
cae19b3363 Added virtual HandleEvent to SDLApp for ease in case it's needed (imgui binding for example handles all events like this.
Removed duplicated Quit event type handling.
2020-05-14 23:39:25 +02:00
Brian Fiete
71aea8107f Fixed int8 imul issue 2020-05-13 17:08:08 -07:00
Brian Fiete
299918d641 Fixed virtual indexers 2020-05-13 16:28:42 -07:00
Brian Fiete
3280238ade Fixed enabling for Stop Debugging 2020-05-13 16:09:06 -07:00
Brian Fiete
1bb6a2c0e5 Fixed ability to add data members to string 2020-05-13 15:07:26 -07:00
Brian Fiete
21e2269d43 Fixed FieldInfo.SetValue for objects 2020-05-13 15:07:03 -07:00
Brian Fiete
767ced3563 Improved fatal errors - they run through crash handler now 2020-05-13 12:30:25 -07:00
Brian Fiete
9010d8ed47 Fixed 'Start Without Debugging' vs 'Start Without Compiling' 2020-05-13 12:28:20 -07:00
Brian Fiete
25b8cdc808 Fixed uninitialized local variable 2020-05-13 12:27:31 -07:00
Brian Fiete
d5a2db5a06 Fixed StructRet issues with delegates and lambdas 2020-05-13 07:43:59 -07:00
Brian Fiete
d2edcd2ae9 DupDebugLocation support 2020-05-13 07:43:25 -07:00
Brian Fiete
577cd2e270 Fixed detection of data cycles within unions 2020-05-13 07:42:57 -07:00
Brian Fiete
706153348a Fixed reusing of inlined debug locations 2020-05-13 07:41:08 -07:00
Brian Fiete
f96b1a5d7a Moved into MiniZ namespace 2020-05-13 07:40:06 -07:00
Brian Fiete
740b00629a Fixed error string 2020-05-13 07:39:56 -07:00
Brian Fiete
5e5084886c Added option for autocomplete on enter 2020-05-12 09:16:39 -07:00
Brian Fiete
6c65993401 Fixed extensions issues with changing root def, extending dlg/functions 2020-05-12 09:16:17 -07:00
Brian Fiete
c2077acc2b Closed dialog on 'yes' on force-create dialog 2020-05-12 06:44:34 -07:00
Brian Fiete
0a7e0e01e6 Fixed dep-of-dep checks 2020-05-12 06:44:09 -07:00
Brian Fiete
962ebba6e9 Disabled Alt+Enter 2020-05-11 10:31:12 -07:00
Brian Fiete
a30ad3d9d2 When resizing, insured we didn't release old memory until after insert 2020-05-11 10:17:45 -07:00
Brian Fiete
40fe76d903 Added missing ()'s for allocations 2020-05-11 10:16:24 -07:00
Brian Fiete
2320e2eb8c PopulateType issue fixed 2020-05-11 10:14:39 -07:00
Brian Fiete
b0fbc87d31 Fixed issue with unreifiied module having mFuncReferences set 2020-05-11 10:14:27 -07:00
Brian Fiete
5928ac4e7e Accidentally didn't require () for allocations 2020-05-11 10:14:07 -07:00
Brian Fiete
5de6373b99 Fixed code generation when dereferencing a null constant 2020-05-10 06:32:15 -07:00
Brian Fiete
d42cbbb6a9 Fixed reifying of base virtual methods 2020-05-09 11:31:57 -07:00
Brian Fiete
36b6d63dbb Properly using error message argument for Assert 2020-05-09 07:26:00 -07:00
Brian Fiete
2e83062143 Fixed an issue using global variables in method attributes 2020-05-09 07:24:34 -07:00
Brian Fiete
1aa66761ad Fixed interface link error when base class is not instantiated 2020-05-09 06:46:39 -07:00
Brian Fiete
b094bf4002 Fixed throw error 2020-05-08 16:36:31 -07:00
Brian Fiete
4adec702c7 Test fix 2020-05-08 16:35:05 -07:00
Brian Fiete
876e89d034 Fix for auto-props 2020-05-08 15:43:27 -07:00
Brian Fiete
6ae5d2e7aa Fixed auto-prop issues 2020-05-08 14:33:28 -07:00
Brian Fiete
a17f8961b0 Fixed autocomplete overrides for properties 2020-05-08 11:25:55 -07:00
Brian Fiete
6af96d8f6d Enhanced expression-body support 2020-05-08 11:11:01 -07:00
Brian Fiete
a94d76ac5d Made typecode change stricter (makes new typedef) 2020-05-08 09:39:37 -07:00
Brian Fiete
6a0da2398b Allowed for declaring 'delegate void()[]' 2020-05-08 09:37:31 -07:00
Brian Fiete
ea79a78446 Fixed combined partial multi-update issue 2020-05-08 09:36:45 -07:00
Brian Fiete
626a6346c1 Added action 2020-05-08 07:32:15 -07:00