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

4517 commits

Author SHA1 Message Date
Brian Fiete
1625d511be Merge branch 'master' of https://github.com/beefytech/Beef 2024-04-27 07:24:43 -04:00
Brian Fiete
16ed9ff8cf Avoid deselecting watch items on right-click menu popup 2024-04-27 07:24:36 -04:00
Brian Fiete
2168fb6917
Merge pull request #1950 from Booklordofthedings/master
Fixes the Threading API
2024-04-13 18:27:06 -04:00
Jannis
14f57af2b3
Update Thread.bf
removed optionality from parameters
2024-04-12 10:14:38 +00:00
Jannis
c6b2aa4b27
Update Thread.bf 2024-04-12 10:08:47 +00:00
Brian Fiete
f1a275d6ef Fixed dumb null crash 2024-03-26 12:10:15 -04:00
Brian Fiete
af9f6a5cba mListView empty check 2024-03-26 11:03:40 -04:00
Brian Fiete
27ee2a10ac declMethodInstance null check 2024-03-26 07:31:12 -04:00
Brian Fiete
96436ad825 HashSet ClearAndDelete 2024-03-26 07:31:04 -04:00
Brian Fiete
bceca3e699 Improvements to Find in Watch 2024-03-26 07:30:54 -04:00
Brian Fiete
f47e132921 Increase MATIX_STACK_SIZE 2024-03-26 07:30:01 -04:00
Brian Fiete
82b4974a82 Find in Watch 2024-03-25 06:18:50 -04:00
Brian Fiete
732af58138 Filter extension attributes based on constraint matching 2024-03-23 12:27:38 -04:00
Brian Fiete
f46f49f1db Allow primitive constraints, fix false error on extension attributes 2024-03-23 12:27:17 -04:00
Brian Fiete
fb86a8d5e3 Allow negation (-) on 'var' types 2024-03-23 12:24:42 -04:00
Brian Fiete
77826c90d2 Speed improvements to EnumParser, use table instead of switch 2024-03-23 11:16:22 -04:00
Brian Fiete
8149d0892b Make Stopwatch work in comptime 2024-03-23 11:15:22 -04:00
Brian Fiete
6a7bcb4ef9 Disable test 2024-03-22 18:32:51 -04:00
Brian Fiete
b8d9e9845f Fixed new generic constraint check with foreign 'var' generic param 2024-03-22 17:27:17 -04:00
Brian Fiete
cbdfe505ca Properly set mCopiedConfigCombo in NewConfigDialog 2024-03-22 16:51:14 -04:00
Brian Fiete
d7bf451c9f Handle Break When Value Changes with watches prefixed with @Beef: or @C: 2024-03-22 15:11:40 -04:00
Brian Fiete
d76cc1ebc9 EnumParser signed fix 2024-03-22 12:49:05 -04:00
Brian Fiete
dfd7a13066 Remove union splat 2024-03-22 07:47:54 -04:00
Brian Fiete
f44295e8ea Don't allow conversions for type constraint matches 2024-03-22 07:47:39 -04:00
Brian Fiete
085a3fe091 Respect Prop IsTypeMemberIncluded in specialized sections 2024-03-22 07:47:21 -04:00
Brian Fiete
45035c69e9 O(1) EnumParser 2024-03-22 07:46:59 -04:00
Brian Fiete
757d6e09aa List.ClearAndDispose 2024-03-22 07:45:45 -04:00
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