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

5140 commits

Author SHA1 Message Date
Brian Fiete
d452978605
Merge pull request #1918 from rzuckerm/fix-number-parsing
Bugfixes for number parsing
2024-01-15 18:30:52 +01:00
Ron Zuckerman
8bd12814b8
Bugfixes for number parsing 2024-01-14 17:06:43 -06:00
Brian Fiete
4d232c95cb Field static struct FieldInfo set 2024-01-14 14:09:24 -05:00
Brian Fiete
d5c336ffab Improved Test output speed with large stdout line counts 2024-01-09 08:13:51 -05:00
Brian Fiete
49df1ffc59 ReadLine restore consolemode fix 2024-01-08 10:07:14 -05:00
Brian Fiete
23729f8c0b month+1 for TimeLocal 2024-01-04 06:33:13 -05:00
Brian Fiete
10fdde56c5 Fix for PerformBinaryOperation_NullCoalesce 2024-01-02 18:41:09 -05:00
Brian Fiete
015bf14156 Properly handle console mode ENABLE_LINE_INPUT 2024-01-02 08:25:37 -05:00
Brian Fiete
035335bf7b Added out sockAddrs for Connect/AcceptFrom 2024-01-01 05:49:45 -05:00
Brian Fiete
13c66a7d31 Added indexers to navigation 2023-12-31 09:54:34 -05:00
Brian Fiete
633425f902 Fixed 'defer a->b()` 2023-12-31 09:41:36 -05:00
Brian Fiete
73265d82dd Improved auto-ctor formatting 2023-12-31 09:20:12 -05:00
Brian Fiete
7057bcd099 Fixed multimon workspace right-click menu 2023-12-31 07:12:22 -05:00
Brian Fiete
100e4c7fe8 More permissive parsing to allow for $"{a ? "b" : "c"}" 2023-12-31 06:41:46 -05:00
Brian Fiete
c1bc60d964 Fixed namespace for project names starting with number 2023-12-31 06:23:18 -05:00
Brian Fiete
3ae310e9a8 Error on non-consteval properties with 'var' types 2023-12-31 06:13:54 -05:00
Brian Fiete
ecc38960f3 Immediate window fixes 2023-12-28 10:35:23 -05:00
Brian Fiete
e245c922db Go To Definition improvements 2023-12-28 10:28:24 -05:00
Brian Fiete
0bed50cf7c Mangle fixes 2023-12-27 08:22:08 -05:00
Brian Fiete
166f997b0a Function explicit-this invoke reify fix 2023-12-25 11:23:20 -05:00
Brian Fiete
0fc118c13c Function reflection fix 2023-12-25 10:01:00 -05:00
Brian Fiete
504a7dca82 Fix function/delegate link error 2023-12-25 09:06:34 -05:00
Brian Fiete
b98f1ea6a4 Fixed reflecting Invoke for delegate/function 2023-12-25 07:07:32 -05:00
Brian Fiete
9d72043a71 Fixed autoCtor parsing issue when followed by type generic constraint 2023-12-24 07:05:27 -05:00
Brian Fiete
0734c9ffbb AddMethodToWorkList abstract method fix 2023-12-24 07:04:27 -05:00
Brian Fiete
81b98575c6 Made 'Align' work for both reading as well as writing 2023-12-24 07:04:04 -05:00
Brian Fiete
85273962be Added label support to 'fallthrough' 2023-12-16 07:38:27 -05:00
Brian Fiete
3f7fc178e5
Merge pull request #1911 from Booklordofthedings/master
added IParseable interface and applied it to all applicable types
2023-12-16 06:54:20 -05:00
Brian Fiete
e5ba928d85 Added soft error option to GetGenericParamInstance 2023-12-15 11:37:53 -05:00
Brian Fiete
dfa03f16dd Added CeEvalFlags_IgnoreConstEncodeFailure 2023-12-15 11:20:02 -05:00
Booklordofthedings
0a6062ba02 added IParseable interface and applied it to all applicable types 2023-12-13 16:54:23 +01:00
Brian Fiete
3e8d90d300 Fixed interface implementation on enums 2023-12-12 06:35:59 -05:00
Brian Fiete
90626036c6 Improved prebuild/postbuild external program execution 2023-12-09 09:11:52 -05:00
Brian Fiete
90ba850618 Soft fail on image loading failure 2023-12-09 09:10:44 -05:00
Brian Fiete
fa256701c7 ceEmitContext null check 2023-11-28 06:39:40 -05:00
Brian Fiete
023b20dfee Added Separator property for string splits 2023-11-28 06:32:50 -05:00
Brian Fiete
548ec92d55
Merge pull request #1906 from Zorbn/fix-move-line-crash
Fix IDE crash when trying to move lines out of bounds
2023-11-28 06:22:49 -05:00
Brian Fiete
59e960b218
Merge pull request #1905 from Booklordofthedings/master
added remnant property
2023-11-28 06:22:03 -05:00
Brian Fiete
1c0810294b FlushOutText on test result 2023-11-28 06:20:10 -05:00
Brian Fiete
7b6544fadd Res_FreeImageBits 2023-11-28 06:19:29 -05:00
Zorbn
cc3bc66ca4 Fix crash when trying to move lines out of bounds 2023-11-27 13:55:03 -08:00
Booklordofthedings
82bfdfe52e overflow fix 2023-11-27 17:19:19 +01:00
Booklordofthedings
8a283fea75 added remnant 2023-11-27 17:02:48 +01:00
Brian Fiete
07daddb3f3 Removed public HashCode.Get. Only hash members that are IHashable. 2023-11-19 11:32:00 -05:00
Brian Fiete
1aa56f904d Added Generate<T> 2023-11-19 02:10:39 -05:00
Brian Fiete
76c773b0c7 Parsing fix for failed collection initializer expression 2023-11-18 18:57:20 -05:00
Brian Fiete
0ae87320af Fixed autocomplete on fully-qualified global members 2023-11-18 08:54:28 -05:00
Brian Fiete
f08ed7d976 HashCode optimization for enums with payloads 2023-11-18 07:58:39 -05:00
Brian Fiete
4f54570dbf Fixed HashCode tuples 2023-11-18 07:53:23 -05:00
Brian Fiete
17255fad14 HashCode typedprimitive fix 2023-11-18 07:50:51 -05:00