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

2687 commits

Author SHA1 Message Date
Brian Fiete
b316b1412c Fixed invalid restoration of mIsCapturingMethodMatchInfo after cancel 2021-10-22 12:39:38 -07:00
Brian Fiete
d938171454 Undo addr vs undef change 2021-10-22 12:31:58 -07:00
Brian Fiete
05dc68be03 Fixed method graveyard issue on canceled compile 2021-10-22 11:48:33 -07:00
Brian Fiete
bfb5435ce3 Removed invalid undef return 2021-10-22 11:47:47 -07:00
Brian Fiete
7cd16974b1 MakeAddressable const actualization fix 2021-10-22 11:45:59 -07:00
Brian Fiete
baf3b8794b Fixed dep expression 2021-10-14 07:43:57 -07:00
Brian Fiete
9a9ad47d2a UI fixes 2021-10-13 12:10:21 -07:00
Brian Fiete
6303ad0c53 Content-type support 2021-10-13 12:09:57 -07:00
Brian Fiete
b3ef4be15d Fixed out-of-bounds text else 2021-10-13 12:09:36 -07:00
Brian Fiete
8a32ce5a69 Fixed sized array const-lookup dependency issue 2021-10-13 12:09:12 -07:00
Brian Fiete
1e3d0308bf Fixed an errorVReg relto issue 2021-10-13 12:07:51 -07:00
fusion
d162718c54 Implement Console.Clear 2021-10-11 01:44:44 +02:00
Brian Fiete
9ac84e12e9 Added expected type (int) for indexer expressions with ptrs/sized arrays 2021-10-04 09:53:29 -07:00
Brian Fiete
7e75a24807 Allow passing in memory list 2021-10-04 09:41:48 -07:00
Brian Fiete
9879f64b4a Fixed enum '_' resolution in resolve pass 2021-10-04 09:41:17 -07:00
Brian Fiete
63a87cbe57 Fixed exhaustive switch case test with const enums 2021-10-04 07:50:05 -07:00
Brian Fiete
5731b15b05 Fixed autoctor failed parsing issue 2021-10-03 06:23:42 -07:00
Brian Fiete
37e4c589b0 Fixed type resolution infinite loop 2021-10-01 06:57:10 -07:00
Brian Fiete
6b9bb361f9 Fixed attempted array allocation with negative dimension 2021-09-28 13:25:15 -07:00
Brian Fiete
a5fff0fdbc Properly throw error on missing comma with multidim array 2021-09-25 07:24:09 -07:00
Brian Fiete
fb1d1aecc0 Support for TrueType collections 2021-09-22 11:33:47 -07:00
Brian Fiete
8280cdba56 Fixed invalid const binop resolution for non-simple consts 2021-09-22 08:07:01 -07:00
Brian Fiete
c0d6db0824 Improved div RAX:RDX vreg expression preservation 2021-09-22 08:05:45 -07:00
Brian Fiete
7ef88f4b9c Simple XML support, string-to-num conversions 2021-09-22 08:04:42 -07:00
Brian Fiete
bdff67509c Fixed mDeferredLifetimeEnds during ignoreWrites 2021-09-21 09:58:43 -07:00
Brian Fiete
ce21b8d542 Proper MemMove 2021-09-20 06:38:08 -07:00
Brian Fiete
0dc45cb712 ByVal fixes 2021-09-16 07:56:55 -07:00
Brian Fiete
9158002a42 Properly truncate files 2021-09-15 11:18:32 -07:00
Brian Fiete
546e5f7e5e Reworking blockExpr value 2021-09-14 08:00:43 -07:00
Brian Fiete
f9bb9e84e7 Scope fix 2021-09-12 18:22:52 -07:00
Brian Fiete
484a0bf375 Fix for literal int int expression block, fixed lifetime 2021-09-12 18:14:22 -07:00
Brian Fiete
723e2177fc Fixed expressions block results where values could cross ScopeHardEnd 2021-09-11 07:34:44 -07:00
Brian Fiete
4cda126188 offsetof 2021-09-10 14:21:25 -07:00
Brian Fiete
507fb82e4a Json array detection fix 2021-09-10 14:09:22 -07:00
Brian Fiete
a0343678bc Fix for starting with array 2021-09-10 11:51:30 -07:00
Brian Fiete
88c4b2a818 Fix for string Length-setting (trim-only) assert 2021-09-06 07:17:33 -07:00
Brian Fiete
0e609637de Fix for posixDynLib 2021-09-06 07:16:44 -07:00
Brian Fiete
ab93df439d Removed unnecessary change 2021-08-30 09:59:28 -07:00
Brian Fiete
88bd74644e Create exit block for dtor 2021-08-30 09:52:53 -07:00
Brian Fiete
ac8d5cf014 Fix for early unconditional return in dtor 2021-08-30 09:37:19 -07:00
Brian Fiete
6df69a7d95 Null check 2021-08-30 08:00:05 -07:00
Brian Fiete
25a71c284a Handle splat value during deferred tuple assignment 2021-08-30 07:52:55 -07:00
Brian Fiete
2c7daf0376
Merge pull request #1135 from disarray2077/idedialogs
Some changes to file dialogs of the IDE
2021-08-29 06:19:46 -07:00
Brian Fiete
8d78f04882
Merge pull request #1141 from Hiroko103/patch-1
[Fix] Graphics: Image UV mapping issue
2021-08-29 06:16:07 -07:00
Brian Fiete
0d64d35ced
Merge pull request #1138 from damianday/patch-5
Update Socket.bf
2021-08-29 06:15:21 -07:00
Hiroko
3056357386
[Fix] Graphics: Image rendering issue
In the DrawQuad function, hard-coded vertical vertex components were used instead of the unused v1 and v2 parameters.
This prevented narrowing the image vertically.
2021-08-28 21:40:04 +02:00
Brian Fiete
2cfa017e32 32-bit fix 2021-08-27 10:47:29 -07:00
Brian Fiete
1cc0230e65 Var fixes 2021-08-27 10:08:01 -07:00
Brian Fiete
0536a6c733 Improved enumeration speed, api improvements 2021-08-27 10:07:41 -07:00
Brian Fiete
0cdfff4898 Chunked string reading 2021-08-27 10:06:52 -07:00