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

5140 commits

Author SHA1 Message Date
Brian Fiete
039e462bfe CompactList 2024-03-22 07:45:35 -04:00
Brian Fiete
4b560ee531 Remove invalid const check in InitializedSizedArray 2024-03-20 17:45:43 -04:00
Brian Fiete
94c2b980fe Fixed 'vec += .(1, 2)' case 2024-03-20 16:03:12 -04:00
Brian Fiete
9b55146064
Merge pull request #1944 from disarray2077/staticinit
Add static init priority to some classes
2024-03-19 13:55:37 +01:00
Brian Fiete
8c238f8a64 EnumParser that supports ints in flag cases (.A | .B) 2024-03-19 08:39:40 -04:00
Brian Fiete
6fbc9ac850
Merge pull request #1943 from disarray2077/fixep
Allow Enum.Parse with numbers again
2024-03-19 13:02:19 +01:00
disarray2077
1dbb1050ff Add static init priority to some classes 2024-03-18 21:28:30 -03:00
disarray2077
9dbbd4bc62 Allow Enum.Parse with numbers again 2024-03-18 21:16:07 -03:00
Brian Fiete
084566cdc6 Use StackHelper for very long if/else chains 2024-03-18 05:44:02 -04:00
Brian Fiete
22b0aba954 Worker threads with 8MB stack 2024-03-18 05:43:27 -04:00
Brian Fiete
8942c86eb5 ThreadPool.MaxStackSize 2024-03-18 05:43:03 -04:00
Brian Fiete
a1d952b404 Reduce else/if chains in EnumParser 2024-03-18 05:42:37 -04:00
Brian Fiete
5b968e302a Linux fix 2024-03-17 06:57:00 -04:00
Brian Fiete
4197df710b Linux fix 2024-03-17 06:26:38 -04:00
Brian Fiete
8f0ba26dd1 Linux fix 2024-03-16 21:17:53 -04:00
Brian Fiete
fe2244fb4b Fixed CeMachine::GetFunction with __INLINE methods 2024-03-16 18:34:21 -04:00
Brian Fiete
887cbc3fa3 PopulateHotTypeDataVTable manged name fix 2024-03-16 18:33:48 -04:00
Brian Fiete
1334763c62 String.Interns fix 2024-03-16 14:57:28 -04:00
Brian Fiete
7656d94ff5 Tiny ReleaseNoRT test 2024-03-16 11:22:03 -04:00
Brian Fiete
dea665055e CheckReadOnly for Autocomplete 2024-03-16 11:01:35 -04:00
Brian Fiete
ddd9b1b218 Extensive runtime refactor to reduce generated executable sizes 2024-03-16 07:23:29 -04:00
Brian Fiete
4e750a7e1a bmfont support 2024-03-15 16:20:01 -04:00
Brian Fiete
295e3b649a Fixed issue of symbol hilite disappearing when text files auto-reload 2024-03-03 07:28:08 -05:00
Brian Fiete
4193a1947d Nasty intermittent error-removing hack 2024-03-03 06:30:18 -05:00
Brian Fiete
ae6a2b7ca4 Null check 2024-03-03 06:29:47 -05:00
Brian Fiete
9c1bf60780 LoadTextFile share fix 2024-03-02 17:12:37 -05:00
Brian Fiete
897b1f6fc4 Change JoinOnDelete method 2024-03-02 17:09:10 -05:00
Brian Fiete
f61cb91255 Change params to Span<Object> 2024-03-02 17:08:49 -05:00
Brian Fiete
515ac4c590 PopulateType on base type fix for SplatArgs 2024-03-02 17:08:37 -05:00
Brian Fiete
3269743c29 Scale 2024-03-02 06:05:08 -05:00
Brian Fiete
43e718b24e IsThreadLocal fixes 2024-03-02 06:04:44 -05:00
Brian Fiete
5387313269 Change Debug.Write to take Span<Object> params instead of Object[] 2024-03-01 14:11:10 -05:00
Brian Fiete
1550fc2444 Fix "-help" for "-test" in BeefBuild 2024-03-01 14:10:46 -05:00
Brian Fiete
733b3fe41f Added "System" option to RtCrashReportKind 2024-02-27 16:20:17 -05:00
Brian Fiete
54136f2606 Ignore overflow when hex parsing 2024-02-27 11:01:34 -05:00
Brian Fiete
ccbed1ed01 Minor updates 2024-02-27 11:01:03 -05:00
Brian Fiete
a78ca4f393 MD5 GetHashCode 2024-02-27 11:00:18 -05:00
Brian Fiete
df957137ea Random serialization 2024-02-27 11:00:07 -05:00
Brian Fiete
df807dc275 Adds payload enum payload descriminator value to reflection info 2024-02-27 10:58:48 -05:00
Brian Fiete
3ea36817ff Range<T> now supports non-int ranges 2024-02-27 10:55:02 -05:00
Brian Fiete
47c9305253 Added EnumParser<T> that can parse enums with payloads 2024-02-27 10:54:07 -05:00
Brian Fiete
9ef776a914 Remove invalid assert 2024-02-25 16:43:27 -05:00
Brian Fiete
b609ff68b1 Improve OpenHotPaths 2024-02-25 16:43:16 -05:00
Brian Fiete
59f2451cf9 InsertCharPair fix for start-of-line insertions 2024-02-24 08:54:57 -05:00
Brian Fiete
fa019f03bf Array creation const check 2024-02-24 08:54:32 -05:00
Brian Fiete
c1003cd3e0 Merge branch 'master' of https://github.com/beefytech/Beef 2024-02-22 06:52:36 -05:00
Brian Fiete
a2f5517e5c AddPhiIncoming valueless fix 2024-02-22 06:52:31 -05:00
Brian Fiete
d1134ebfb8 Res_WritePNG 2024-02-22 06:52:19 -05:00
Brian Fiete
c58f327136 Variant TryGet 2024-02-22 06:52:11 -05:00
Brian Fiete
0990537b7e Path.Combine 2024-02-22 06:52:01 -05:00