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

1345 commits

Author SHA1 Message Date
Brian Fiete
c12aea02be !pdbtest, extra PDB reading robustness 2020-08-11 09:26:21 -07:00
Brian Fiete
4afc8eb3dc Fixed cases where param modification of sized arrays should be an error 2020-08-11 07:00:31 -07:00
Brian Fiete
4d29ecfd31 Fixed misdetected file paths 2020-08-11 06:59:28 -07:00
Brian Fiete
cea4b6cdd8 Null check 2020-08-10 17:37:40 -07:00
Brian Fiete
35505d905a More extern constraints work 2020-08-10 17:02:48 -07:00
Brian Fiete
d35ef0e1e8 Fixed fail crash 2020-08-10 15:36:05 -07:00
Brian Fiete
0783fd3318 Made stack space configurable 2020-08-10 14:45:29 -07:00
Brian Fiete
2e3356d04a More operator constraint compliance 2020-08-10 14:45:11 -07:00
Brian Fiete
32cd6d8841 Improved extern type constraints 2020-08-10 13:29:05 -07:00
Brian Fiete
99989d5472 Deprecating IOp* interfaces 2020-08-10 13:27:48 -07:00
Brian Fiete
74382fcb30 Removed invalid error 2020-08-10 06:39:43 -07:00
Brian Fiete
2a2b944fdd Improved nullptr tostring 2020-08-10 06:39:31 -07:00
Brian Fiete
6b67a4493d Fixed const expression hashing 2020-08-10 06:39:07 -07:00
Brian Fiete
a6e191d2f1 Fixed pointer-to-float conversion 2020-08-10 06:38:28 -07:00
Brian Fiete
2a6c94c9fc Fixed valueless const issue 2020-08-10 05:00:42 -07:00
Brian Fiete
8aa3e8ff22 Using image data from PSD instead of manually flattening 2020-08-09 10:12:52 -07:00
Brian Fiete
d47b231643 Fixed default UI colors 2020-08-09 07:40:06 -07:00
Brian Fiete
100661889d Allowing RGB instead of just ARGB 2020-08-09 07:36:48 -07:00
Brian Fiete
b6e14d36f2 Fixed path for emcc 2020-08-09 07:19:44 -07:00
Brian Fiete
a0a828a88f Fixed slash error with new folder 2020-08-09 07:19:26 -07:00
Brian Fiete
214ac82808 Fixed const evaluation of float modulos 2020-08-09 07:19:10 -07:00
Brian Fiete
1d42cde61d Fixed lack of error with assignment checking in expression-body methods 2020-08-09 07:18:46 -07:00
Brian Fiete
b1e6ce17a6 PopulateType issue 2020-08-09 07:17:24 -07:00
Brian Fiete
36b56563a2 Fixed Abs for XMMs with REX, fixed modulo of 1.0 2020-08-09 07:17:07 -07:00
Brian Fiete
83f6272f9a Added ability to continue from detected leak 2020-08-09 07:14:51 -07:00
Brian Fiete
b18385e427 Fixed ability to colorize ui elements 2020-08-09 07:14:21 -07:00
Brian Fiete
b7b065855d Start of wasm support 2020-08-06 09:24:37 -07:00
Brian Fiete
053b302d42 Removed test 2020-08-05 06:16:37 -07:00
Brian Fiete
1ef8c14d74 Removed temporary test 2020-08-05 06:13:33 -07:00
Brian Fiete
840a749716 Generalized min/max 2020-08-05 05:37:21 -07:00
Brian Fiete
657866c3bc Initial theme support 2020-08-05 05:37:05 -07:00
Brian Fiete
b50fbdb51d Fixed failed explicit indexer interface conformance declaration 2020-08-05 05:35:21 -07:00
Brian Fiete
c3bc2bc67c Added extern constraints to types 2020-08-05 05:34:32 -07:00
Brian Fiete
7724c6ae64 Made GC.Mark a mixin for less module rebuilding 2020-08-04 10:31:13 -07:00
Brian Fiete
92d3ab6ca9 Fixed error messages for methods with extern constraints in variations 2020-08-04 10:30:25 -07:00
Brian Fiete
c7393865b4 Fixed issue passing a splat arg to a params parameter 2020-08-03 10:19:50 -07:00
Brian Fiete
e59cb10ed4 Added error when attempting to add default value to params parameter 2020-08-03 10:19:26 -07:00
Brian Fiete
7e843bb402 More Fail info, better fail on OperandToAddr 2020-08-03 10:00:32 -07:00
Brian Fiete
99c7a9fe1f Fixed autocomplete flashing issues 2020-08-03 07:26:36 -07:00
Brian Fiete
f9bed24c00 Fixed 'base' lookup for properties 2020-08-03 06:09:45 -07:00
Brian Fiete
473246fa51 Fixed global mixin lookup when there's an explicit target 2020-08-03 05:51:17 -07:00
Brian Fiete
80583d2dc2 Null check 2020-08-03 05:47:41 -07:00
Brian Fiete
41fb94f1f8 Fixed bitset bools for conditional breakpoints 2020-08-03 05:45:38 -07:00
Brian Fiete
bdc6a17f79 Propagating readonly with mixin arguments 2020-08-03 05:44:40 -07:00
Brian Fiete
768cae659c Fixed alignof for pointers in debugger 2020-08-01 15:07:18 -07:00
Brian Fiete
015641b896 Fixed 'full' float display 2020-08-01 15:03:11 -07:00
Brian Fiete
df1401e48a Fixed issue with forked globals 2020-08-01 15:02:55 -07:00
Brian Fiete
91dea6cd3b Fixed const expr preference in method selection 2020-08-01 12:16:17 -07:00
Brian Fiete
fb960747ec Fixed dependency issue with array arguments in specialized methods 2020-08-01 07:49:50 -07:00
Brian Fiete
ae89a29fd8 Improved method selection with unspecialized arguments 2020-08-01 07:48:59 -07:00