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

897 commits

Author SHA1 Message Date
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
Brian Fiete
86a97a12e5
Merge pull request #153 from ChlorineX/master
Create ICollection
2020-04-28 07:34:52 -07:00
Brian Fiete
7911dde7cd
Merge pull request #123 from damianday/Path
Add Path.ChangeExtension
2020-04-28 07:33:51 -07:00
C++ AHS
92bc47f193
Implement ICollection for Dictionary 2020-04-28 19:45:31 +08:00
C++ AHS
4f800bf981
Implement ICollection for List 2020-04-28 19:41:42 +08:00
C++ AHS
1fc7c0ec08
Create ICollection.bf 2020-04-28 19:41:10 +08:00
Brian Fiete
68bf7bc801 Added nullable(T), Result<T> can use null conditionals 2020-04-27 15:09:10 -07:00
Brian Fiete
5934e27976 Fixed crash with long tooltip 2020-04-25 06:52:48 -07:00
Brian Fiete
d6a4b8b62c Fixed some font crashing issues, allowed fonts to be 'optional' with a ? 2020-04-24 16:57:16 -07:00
Damian Day
dcd9bc35ac Add Path.ChangeExtension 2020-04-19 16:45:28 +01:00
Brian Fiete
f77ccb8994 Fixed crash when in zone without adjustment rules 2020-04-18 05:49:31 -07:00
Brian Fiete
6434676134 Angle property 2020-04-16 00:33:42 -07:00
Brian Fiete
c84da66758 Added StringView.StartWith(char) 2020-04-14 11:38:34 -07:00
Brian Fiete
f0b5a4eb94 Whitespace 2020-04-13 06:43:06 -07:00
Brian Fiete
4ac6bfe4b5 Added ctor 2020-04-11 14:27:55 -07:00
Brian Fiete
9a7cee9a31 Fixed distinct options 2020-04-11 14:27:48 -07:00
Brian Fiete
1ae9a3cb0f Added IDisposable to Result 2020-04-11 10:20:56 -07:00
Brian Fiete
cc47080e96 Stricter parsing 2020-04-10 08:58:29 -07:00
Brian Fiete
5879469933 Fixed Ctrl+Backspace, fixed muiltiline clipping paste-then-undo error 2020-04-10 08:57:45 -07:00
Brian Fiete
51a01cc212
Merge pull request #110 from damianday/Float
Update Float.bf
2020-04-08 10:40:43 -07:00
Brian Fiete
2f7566c0a4
Merge pull request #106 from damianday/List-Front
Added List.Front
2020-04-08 10:40:22 -07:00
Damian Day
ac65cc2dde Update Float.bf
Implement IOpAddable and IOpSubtractable.
2020-04-08 18:16:23 +01:00