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

4526 commits

Author SHA1 Message Date
M0N7Y5
eb0dd0fb38 Upgrade projects to VS22 and MSVC v143 2024-04-28 14:00:14 +02:00
Brian Fiete
79a67c2d0c Added Compiler.Identifier.GetSourceName 2024-04-28 07:55:39 -04:00
Brian Fiete
936dd656c8 Suppress 'hides inherited member' from base extension. Added MoreInfo 2024-04-27 15:22:34 -04:00
Brian Fiete
ab31e5bc89 mIgnoreWrites fix in CeContext::Execute 2024-04-27 09:45:32 -04:00
Brian Fiete
21e92ae015 Lowercase hex fix 2024-04-27 08:38:35 -04:00
Brian Fiete
da9e9120c0 ToString protection against null type 2024-04-27 08:38:25 -04:00
Brian Fiete
3f4988cbd5
Merge pull request #1957 from zerkawei/mixin-flag
Add Mixin methog flag
2024-04-27 08:29:42 -04:00
Brian Fiete
6a5b0b49ed Fixed undo text corruption bug 2024-04-27 08:24:55 -04:00
zkw
0d680ca5c2 Add Mixin methog flag 2024-04-27 13:52:00 +02:00
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