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

770 commits

Author SHA1 Message Date
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
Jean-Sébastien Nadeau
c145a98561
Update String.bf 2020-05-05 12:07:58 -04:00
Brian Fiete
e9a1d6990e Correctly set original console colors. Minor code reworking. 2020-05-05 08:18:32 -07:00
Brian Fiete
753a58e1ad
Merge pull request #216 from RogueMacro/master
Add color support to System.Console
2020-05-05 07:44:45 -07:00
Brian Fiete
13b5359458 More fixed to while statement 2020-05-05 07:33:02 -07:00
Brian Fiete
3bc83157e7 Showing last-used file when closing 2020-05-05 07:32:32 -07:00
RogueMacro
c367c94a75
Update ConsoleColor.bf 2020-05-05 15:41:33 +02:00
RogueMacro
15f2d65283
Create ConsoleColor.bf 2020-05-05 15:31:12 +02:00
RogueMacro
84a1d38e7d
Update Console.bf 2020-05-05 15:30:43 +02:00
Brian Fiete
dedaf989a6 Fixed some constant evaluation issues with 'while' statement 2020-05-04 17:32:03 -07:00
Brian Fiete
2cd37ef6c6 Fixed GUI Application setting on non-Windows platform 2020-05-04 15:06:05 -07:00
Brian Fiete
1f2632786c Fixed GUI Application setting on non-Windows platforms 2020-05-04 15:05:42 -07:00
Brian Fiete
b601d86bb2 Allows audio to fail to initialize 2020-05-04 15:05:23 -07:00
Brian Fiete
562b565f49 Made Free Cursor Movement a setting (default false) 2020-05-04 11:44:43 -07:00
Brian Fiete
a81f76ffcd Fixed CreateFakeCallerMethod issue with failed methods 2020-05-04 11:43:48 -07:00
Brian Fiete
28c3179d4f Fixes to the lowering fixes 2020-05-04 09:39:40 -07:00
Brian Fiete
7701485fd4 Made compilable on non-Windows machines 2020-05-04 09:12:04 -07:00
Brian Fiete
f998ba4b45 KeyUp fix 2020-05-04 09:11:48 -07:00
Brian Fiete
63e51ec4d8 Reworking some lowering logic 2020-05-04 09:11:36 -07:00
Brian Fiete
ae3ea7f209 Fixed a BB issue with fake caller methods 2020-05-04 09:11:11 -07:00
Brian Fiete
61d9edea83 Added CallingConvention support, mangle specifying 2020-05-04 07:15:38 -07:00
Brian Fiete
904f907f1d
Merge pull request #158 from IamSanjid/patch-1
Fixing `closesocket` linking error.
2020-05-02 06:12:45 -07:00
Brian Fiete
4d64f56d90
Merge pull request #190 from Argentoz/patch-2
Add HSocket getter
2020-05-02 06:12:16 -07:00
Argentoz
b15caecb3e
Update Socket.bf
Added NativeSocket getter
2020-05-02 16:07:42 +03:00
Brian Fiete
c1efe630db
Merge pull request #183 from CompaqDisc/master
Fix build script
2020-05-01 16:35:08 -07:00
Brian Fiete
d5073e810c Reworked ref enumerators to support non-pointer refs 2020-05-01 16:29:12 -07:00