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

418 commits

Author SHA1 Message Date
Brian Fiete
36b6d63dbb Properly using error message argument for Assert 2020-05-09 07:26:00 -07:00
Brian Fiete
876e89d034 Fix for auto-props 2020-05-08 15:43:27 -07:00
Brian Fiete
b52db47d55 Got rid of Action<T>/Func<T> 2020-05-08 07:10:35 -07:00
Brian Fiete
ea072ad77b Added Ctrl+Backspace support for deleting text span 2020-05-07 11:48:10 -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
0b73451502 Linux color fix 2020-05-06 17:41:08 -07:00
Brian Fiete
b62ac83155 Delete fix 2020-05-06 05:58:34 -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
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
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
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
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
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
Argentoz
b15caecb3e
Update Socket.bf
Added NativeSocket getter
2020-05-02 16:07:42 +03:00
Brian Fiete
d5073e810c Reworked ref enumerators to support non-pointer refs 2020-05-01 16:29:12 -07:00
Brian Fiete
70d32885b1 Fixes while working on ref for dictionary 2020-05-01 09:12:50 -07:00
Brian Fiete
64f8e54c05 Reflection fixes 2020-05-01 09:10:24 -07:00
Brian Fiete
93facda6b2 Added IncludeAllMethods 2020-05-01 09:09:35 -07:00
ExMatics HydrogenC
852b2ed961
Remove redundant using 2020-05-01 14:59:25 +08:00
ExMatics HydrogenC
65ebe36344
Update PropertyBag.bf 2020-05-01 14:53:38 +08:00
ExMatics HydrogenC
ea143611ab
Update IEnumerator.bf 2020-05-01 14:44:18 +08:00
ExMatics HydrogenC
6512937a84
Remove class keyvaluepair and make it a alias 2020-05-01 14:42:54 +08:00
ExMatics HydrogenC
513949568c
KeyValuePair is unnecessary 2020-05-01 14:33:51 +08:00
ExMatics HydrogenC
7b1f1b2bd1
Update Environment.bf 2020-05-01 14:31:33 +08:00
ExMatics HydrogenC
ba3eb8e006
More REGSAM constants 2020-04-30 20:34:02 +08:00
ExMatics HydrogenC
a65c38c1ba
Add more wide and narrow versios 2020-04-30 20:13:52 +08:00
Brian Fiete
7acc63a12a Added attribute fixes 2020-04-29 10:04:54 -07:00
Brian Fiete
842a6a8898 Added Obsolete support for moved collections 2020-04-29 09:53:48 -07:00
Brian Fiete
dbd9b32e3f Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
Brian Fiete
607f819d90 Made middle click close tab 2020-04-28 12:55:16 -07:00
Brian Fiete
5c68049bd1 Fixed some scale issues 2020-04-28 12:55:06 -07:00
Brian Fiete
5515a1fd72 Fixed fix for leak 2020-04-28 10:11:57 -07:00
Brian Fiete
6bd1eb1cc4 Fixed formatting memory leak 2020-04-28 09:57:44 -07:00
Brian Fiete
d79a7b76b4 Fixed rounding 2020-04-28 09:57:32 -07:00
Purple
ae8ee89b0f
Fixing closesocket linking error.
Whenever I tried to use this Socket class, I get the linking error which says `closesocket` is unresolved. I am not sure this is how it should be done but after specifying the lib, it solved the issue.
2020-04-28 22:44:01 +06:00
Brian Fiete
3a332a0bcf Fixed TimeSpan formatting 2020-04-28 07:41:56 -07:00