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

795 commits

Author SHA1 Message Date
Brian Fiete
c2077acc2b Closed dialog on 'yes' on force-create dialog 2020-05-12 06:44:34 -07:00
Brian Fiete
0a7e0e01e6 Fixed dep-of-dep checks 2020-05-12 06:44:09 -07:00
Brian Fiete
962ebba6e9 Disabled Alt+Enter 2020-05-11 10:31:12 -07:00
Brian Fiete
a30ad3d9d2 When resizing, insured we didn't release old memory until after insert 2020-05-11 10:17:45 -07:00
Brian Fiete
40fe76d903 Added missing ()'s for allocations 2020-05-11 10:16:24 -07:00
Brian Fiete
2320e2eb8c PopulateType issue fixed 2020-05-11 10:14:39 -07:00
Brian Fiete
b0fbc87d31 Fixed issue with unreifiied module having mFuncReferences set 2020-05-11 10:14:27 -07:00
Brian Fiete
5928ac4e7e Accidentally didn't require () for allocations 2020-05-11 10:14:07 -07:00
Brian Fiete
5de6373b99 Fixed code generation when dereferencing a null constant 2020-05-10 06:32:15 -07:00
Brian Fiete
d42cbbb6a9 Fixed reifying of base virtual methods 2020-05-09 11:31:57 -07:00
Brian Fiete
36b6d63dbb Properly using error message argument for Assert 2020-05-09 07:26:00 -07:00
Brian Fiete
2e83062143 Fixed an issue using global variables in method attributes 2020-05-09 07:24:34 -07:00
Brian Fiete
1aa66761ad Fixed interface link error when base class is not instantiated 2020-05-09 06:46:39 -07:00
Brian Fiete
b094bf4002 Fixed throw error 2020-05-08 16:36:31 -07:00
Brian Fiete
4adec702c7 Test fix 2020-05-08 16:35:05 -07:00
Brian Fiete
876e89d034 Fix for auto-props 2020-05-08 15:43:27 -07:00
Brian Fiete
6ae5d2e7aa Fixed auto-prop issues 2020-05-08 14:33:28 -07:00
Brian Fiete
a17f8961b0 Fixed autocomplete overrides for properties 2020-05-08 11:25:55 -07:00
Brian Fiete
6af96d8f6d Enhanced expression-body support 2020-05-08 11:11:01 -07:00
Brian Fiete
a94d76ac5d Made typecode change stricter (makes new typedef) 2020-05-08 09:39:37 -07:00
Brian Fiete
6a0da2398b Allowed for declaring 'delegate void()[]' 2020-05-08 09:37:31 -07:00
Brian Fiete
ea79a78446 Fixed combined partial multi-update issue 2020-05-08 09:36:45 -07:00
Brian Fiete
626a6346c1 Added action 2020-05-08 07:32:15 -07:00
Brian Fiete
df4e61ea67 Fixed minlib 2020-05-08 07:27:44 -07:00
Brian Fiete
b52db47d55 Got rid of Action<T>/Func<T> 2020-05-08 07:10:35 -07:00
Brian Fiete
44bd9c698f Fixed methodRef lambdas with outer generics 2020-05-08 07:07:47 -07:00
Brian Fiete
e90e8aee47 Changed printing of methodRef 2020-05-08 07:07:07 -07:00
Brian Fiete
966ea5d526 Test fix 2020-05-07 16:30:00 -07:00
Brian Fiete
5bbffe268b Improved param defaults, allowing for implicit cast operators 2020-05-07 13:19:02 -07:00
Brian Fiete
ea072ad77b Added Ctrl+Backspace support for deleting text span 2020-05-07 11:48:10 -07:00
Brian Fiete
b128180a15 Fixed some places where variable declarations should be illegal 2020-05-07 11:02:39 -07:00
Brian Fiete
26604017f8 Multi-monitor fixes 2020-05-07 08:39:40 -07:00
Brian Fiete
7f0a81b5b3 Renaming params with 'own' prefix to denote ownership transfer 2020-05-07 05:47:18 -07:00
Brian Fiete
0a6949a7d0 Made 'not found' not be an error on directory deletion 2020-05-07 05:40:16 -07:00
Brian Fiete
0edc697e14 Fixed folder creation/deletion bugs 2020-05-07 05:39:53 -07:00
Brian Fiete
0b73451502 Linux color fix 2020-05-06 17:41:08 -07:00
Brian Fiete
585b856ff3 Fixed stuck custom commands 2020-05-06 17:01:26 -07:00
Brian Fiete
657e758ec1 Fixed recent files when closing files (ended up with a bunch of seps) 2020-05-06 17:01:06 -07:00
Brian Fiete
421a324666 Fixed slashes for paths 2020-05-06 17:00:38 -07:00
Brian Fiete
bd7a4b392f Removed mNoSplat for GCMarkMembers, relying on CallingConvention 2020-05-06 16:20:17 -07:00
Brian Fiete
b62ac83155 Delete fix 2020-05-06 05:58:34 -07:00
Brian Fiete
8f5b95b7af Added Find All References to right-click menu 2020-05-06 05:47:54 -07:00
Brian Fiete
caf1ea54a4 Other minor refactoring 2020-05-06 05:47:37 -07:00
Brian Fiete
31214fcbaf Minor changes to bring into standard style 2020-05-06 05:31:05 -07:00
Brian Fiete
7b337a98f4 StdCall fix for Win32 2020-05-06 05:30:29 -07:00
Brian Fiete
7e74273a26 Fixed colors 2020-05-06 05:09:35 -07:00
Brian Fiete
2fa076bff9
Merge pull request #224 from thibmo/contrib-os-version
Add Windows version retrieval functionality to corelib
2020-05-06 05:08:01 -07:00
Brian Fiete
1eb63173d3
Merge pull request #222 from mundusnine/master
Update String.bf to replace all occurrences of char even as lastChar
2020-05-06 04:38:46 -07:00
Thimo Braker
e43d7bf4a9 Add Windows version retrieval to OperatingSystem.bf 2020-05-05 18:28:38 +02:00
Thimo Braker
5a6257f135 Change Version.bf fields to uint32 for compat 2020-05-05 18:27:24 +02:00