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

2951 commits

Author SHA1 Message Date
Brian Fiete
6fe6b8f2e6 Fixed 64-bit field data for 32-bit builds 2021-12-29 13:01:13 -05:00
Brian Fiete
7e315e49d2 Int64 mFieldData.mData fixes for 32-bit builds 2021-12-29 11:24:14 -05:00
Brian Fiete
48640bcf77
Merge pull request #1319 from disarray2077/patch-2
Fix some Enum methods
2021-12-29 17:10:53 +01:00
Brian Fiete
c3a247d8aa Fixed deps in filewatcher 2021-12-29 11:09:49 -05:00
Brian Fiete
5e9a6031fb Made FileData.mData 64-bit 2021-12-29 11:09:37 -05:00
disarray2077
a33cf04aa1
Fix some Enum methods 2021-12-29 12:44:04 -03:00
Brian Fiete
1883b7378a
Merge pull request #1317 from aharabada/master
Fixed autocomplete highlighting too many characters
2021-12-29 16:40:51 +01:00
Brian Fiete
28dc8741fd
Merge pull request #1318 from disarray2077/patch-1
Add Parse method to Version struct
2021-12-29 16:40:32 +01:00
Brian Fiete
915a8df50e Improved comptime rebuilds when files and directories change 2021-12-29 10:07:36 -05:00
disarray2077
a306890146
Add Parse method to Version struct 2021-12-29 12:01:44 -03:00
Simon Lübeß
5e01f08e31 Fixed autocomplete highlighting too many characters 2021-12-29 00:27:25 +01:00
Brian Fiete
af8bd5a813 Added a bunch more comptime platform file & directory methods 2021-12-28 15:49:50 -05:00
Brian Fiete
adf282dfa7 Remove stricmp 2021-12-28 14:57:14 -05:00
Brian Fiete
1e687cc062 itoa linux fix 2021-12-28 13:29:14 -05:00
Brian Fiete
069e327850 TypeDef MemberSet fixes 2021-12-28 13:10:52 -05:00
Brian Fiete
cfaeb875f8 HashEncode64 improvements 2021-12-28 12:31:47 -05:00
Brian Fiete
cf40ef26ee Fixed 'params' param type when specialized by method generic arg 2021-12-28 11:59:12 -05:00
Brian Fiete
e4c05473a8 Fixed zero-entry autocomplete timing display 2021-12-28 11:52:34 -05:00
Brian Fiete
4e1d949c00 Another idle symbol 2021-12-28 11:52:11 -05:00
Brian Fiete
71745110a5 Linux compilation fix, string hash fix (dramatic speed increase) 2021-12-28 11:52:02 -05:00
Brian Fiete
634dd7e509
Merge pull request #1277 from aharabada/FuzzyAutoComplete
Fuzzy string matiching for autocomplete
2021-12-28 17:07:41 +01:00
Brian Fiete
62c3998521
Merge branch 'master' into FuzzyAutoComplete 2021-12-28 17:07:19 +01:00
Brian Fiete
1ac5992d8e Fix for Up/Down with selection without mAllowVirtualCursor 2021-12-28 10:42:34 -05:00
Brian Fiete
190e52ae2e BP_ZONE name fix 2021-12-28 10:42:19 -05:00
Brian Fiete
dbe63cd529 RequestFastFinish on shutdown 2021-12-28 10:34:31 -05:00
Brian Fiete
4f1ed19bb8 More fixes to test methods in extensions 2021-12-28 10:10:03 -05:00
Brian Fiete
deae8fe1e3 Fixed default args with test methods 2021-12-28 10:09:39 -05:00
Brian Fiete
0204e666da Another idol symbol added 2021-12-28 09:44:41 -05:00
Brian Fiete
252fe13a5d Allow <=> on bools 2021-12-28 09:44:25 -05:00
Brian Fiete
3570d2a87b Fixed Dispose case 2021-12-28 09:26:11 -05:00
Brian Fiete
15a2cdfeed Make test methods from extensions work (including static blocks) 2021-12-28 08:45:28 -05:00
Brian Fiete
7c03f5e2cd Added CPU usage to profiler thread list 2021-12-28 08:30:33 -05:00
Brian Fiete
8c086eb7ef Fixed Stop Debugging with tests, added Perf Autocomplete 2021-12-28 08:29:45 -05:00
Brian Fiete
fd8e2dd232 Fixed methodRef bindResult value type 2021-12-28 06:08:06 -05:00
Brian Fiete
98eb8f5840 Fixed field dependency on methodRefs 2021-12-28 06:03:52 -05:00
Brian Fiete
e81c0d6dfa Fixed a splat-to-addr bug with methodRef captures 2021-12-27 15:26:20 -05:00
Brian Fiete
87ab0ad169 Added error for 'readonly' on methods with non-ref return 2021-12-27 15:05:58 -05:00
Brian Fiete
b2cb8f74d3 Added GetEnumerator 2021-12-27 14:34:55 -05:00
Brian Fiete
c5e1e70409
Merge pull request #1308 from disarray2077/patch-4
Add IsDefined<T>, GetValues<T> and GetNames<T> to Enum class
2021-12-27 20:28:28 +01:00
Brian Fiete
b57ac935e5 Add "Time Autocomplete" internal IDE flag 2021-12-27 14:25:34 -05:00
disarray2077
f0bd5ceea5
Fix enum fields enumerator 2021-12-27 16:06:05 -03:00
Brian Fiete
1d30beb2d2 Add comment for SetDefinitionLocation change 2021-12-27 14:03:08 -05:00
Brian Fiete
9cbc638873 Properly dispose of variant result 2021-12-27 14:02:51 -05:00
Brian Fiete
9d63e3e585
Merge pull request #1295 from marsej/ErrorsPanel-fix
Fix flaky ShowErrorNext and random re-ordering in ErrorsPanel
2021-12-27 19:38:10 +01:00
Brian Fiete
22867908ad
Merge pull request #1304 from disarray2077/patch-2
Fix Property Go To Definition
2021-12-27 19:35:46 +01:00
Brian Fiete
cc0455fbb0
Merge pull request #1310 from disarray2077/patch-5
Make Variant `IDisposable`
2021-12-27 19:35:23 +01:00
Brian Fiete
268d7f7dba Fixed DoImplicitArgCapture with value composite member 2021-12-27 13:34:36 -05:00
Brian Fiete
977772de08 Fixed name 2021-12-27 13:16:38 -05:00
Brian Fiete
d40ddc0e69 Added EnumCase field flag 2021-12-27 13:14:17 -05:00
Brian Fiete
bbdcb44988 Merge remote-tracking branch 'origin/master' 2021-12-27 12:55:20 -05:00