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

5140 commits

Author SHA1 Message Date
Brian Fiete
ab93fb83a4 Fixed globalvar-derived const addr assigned to local variable 2025-02-15 11:36:47 -08:00
Brian Fiete
94944082eb Allow 'public static int operator implicit(Self self);' 2025-02-15 10:38:48 -08:00
MineBill
57d041380c
Use text offset when drawing the LinePointer. 2025-02-15 20:35:44 +02:00
MineBill
83b37239b7
Make sure to round line spacing. 2025-02-15 20:24:34 +02:00
Brian Fiete
fa251b3439 Fixed enum issues utilizing Underlying in initializer 2025-02-15 10:12:27 -08:00
MineBill
12a87caa65
Don't pass line height in GetLineSpacing 2025-02-15 20:12:13 +02:00
Brian Fiete
f7b3f88868 Fixed [?] in BfSizedArrayCreateExpression (ie: 'int*[?](null, null)') 2025-02-15 09:29:08 -08:00
MineBill
1cb21de201
Round thickness of line highlight to prevent weird rendering. 2025-02-14 00:34:04 +02:00
MineBill
3f41cf32ef
Add 'Line Height' setting. 2025-02-14 00:23:07 +02:00
MineBill
fa96e0783c
Add 'mLineHeight' properrty to 'DarkEditWidget' to control line height. 2025-02-13 23:47:11 +02:00
Brian Fiete
8194f58f59 Trimmed output of PrintAllReferences 2025-02-07 07:15:54 -08:00
ESH
7d8d6296ce Don't consider cursor in open space when in literal 2025-02-07 13:00:12 +01:00
Brian Fiete
60988fda8f Read-from-memory fixes, render target improvements 2025-02-06 08:45:21 -08:00
Brian Fiete
818ca48759 Ctrl+Click for code collapsing 2025-02-06 08:44:16 -08:00
Brian Fiete
568e54821d Fixes some handling of const payload enums cases 2025-02-04 10:23:22 -08:00
Brian Fiete
8b7dd19f4b Allow 'ref' on case matching 2025-02-04 06:45:05 -08:00
Brian Fiete
b92b561867 Fixed sizing of embedded "String" view in watch panel 2025-02-03 11:44:44 -08:00
Brian Fiete
3253bb40ac Fixed autocomplete doc width on multimon 2025-02-03 11:29:30 -08:00
Brian Fiete
e1292f3206 Use correct bfProject for formatting so we use defines properly 2025-02-03 10:39:27 -08:00
Brian Fiete
abf58fe89f Fixed formatting of multi-line string that doesn't start on a new line 2025-02-03 10:38:46 -08:00
Brian Fiete
60fdfff8d7 Fixed indexing of const multi-dim arrays 2025-02-03 08:20:35 -08:00
Brian Fiete
e0529caee0 Beefy 2D updates 2025-02-02 18:21:15 -08:00
Brian Fiete
cbba8399ec Removed invalid SUCCESS message on link failure 2025-02-02 18:13:28 -08:00
Brian Fiete
ff96101806 Right-click menu for statusbar error icon 2025-02-02 18:13:14 -08:00
Brian Fiete
dfdbe7440f Fixed colorization of unqualified property access (ie: implicit 'this') 2025-02-02 08:44:48 -08:00
Brian Fiete
729ca1e8c4 Fixed invalid mReceivingValue usage in BfInitializerExpression 2025-02-02 08:28:42 -08:00
Brian Fiete
eecc6540a2 Fixed issue where "Compile failed" message caused tests to fail 2025-02-02 06:42:48 -08:00
Brian Fiete
94f02b724d BeefBuild fix 2025-02-01 17:37:56 -08:00
Brian Fiete
d7d88585d2 Added a green "SUCCESS" message for successful builds 2025-02-01 17:26:44 -08:00
Brian Fiete
1a187de4c9 Fixed valueless static locals 2025-02-01 14:08:41 -08:00
Brian Fiete
7458efc67f Fixed typo 2025-02-01 14:03:48 -08:00
Brian Fiete
0a1d3c8486 Fixed invalid entry into mTextureMap when loading by address 2025-02-01 14:03:34 -08:00
Brian Fiete
cce1611da5 Improved some var handling of out arguments 2025-02-01 13:00:20 -08:00
Brian Fiete
f466a2ea57 Properly use method generic arguments from methodrefs 2025-02-01 12:19:49 -08:00
Brian Fiete
5b0ccb6dbe Added BMPData 2025-02-01 12:08:01 -08:00
Brian Fiete
05cda98c85 BMP loading, show workspace icon files on startup panel 2025-02-01 10:39:04 -08:00
Brian Fiete
c8394bef26 Fixed null ResolveSelfType error case 2025-02-01 08:16:28 -08:00
Brian Fiete
dfbb09a8ac Fixed enum comparison to int when there's an int conversion operator 2025-02-01 07:15:49 -08:00
Brian Fiete
70c2131c18 Fixed Compiler.Emit in unspecialized comptime methods 2025-02-01 06:34:47 -08:00
Brian Fiete
03f5c418ed Skip enum dup check on enum unspecialized variations 2025-01-31 11:50:39 -08:00
Brian Fiete
78f9145254 Fixed mMatchWholeWord issue 2025-01-31 11:06:45 -08:00
Brian Fiete
319755ca36 Make case expression work with nullable Result<T> 2025-01-31 10:15:43 -08:00
Brian Fiete
206023f4a6 LoadValue eq issue with union equals operator 2025-01-31 07:54:45 -08:00
Brian Fiete
62f2053d0f Merge remote-tracking branch 'origin/master' 2025-01-31 07:34:45 -08:00
Brian Fiete
717ce118df Fixed function decl params mangling issue 2025-01-31 07:34:39 -08:00
Brian Fiete
2f7616cd40 GetActiveTypeDef mixin issue in GetActiveTypeGenericParamInstances 2025-01-31 07:34:06 -08:00
Brian Fiete
76f3ab80e0
Merge pull request #2120 from MineBill/color-fixes
Make more colors configurable and use the theme text color for tooltips.
2025-01-31 06:59:23 -08:00
MineBill
02c5667d7c
Use theme text color in tooltips. 2025-01-31 00:06:11 +02:00
MineBill
07ca3a319d
Make grid and outline colors configurable. 2025-01-31 00:06:10 +02:00
Brian Fiete
e064020c06 Dialog Ctrl+C fix for non-simple dialogs 2025-01-30 06:44:28 -08:00