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

599 commits

Author SHA1 Message Date
Brian Fiete
e0103b7dd7
Merge pull request #1182 from disarray2077/trygetvaluealt
Add `TryGetValueAlt` and `ContainsAlt` to Dictionary
2021-10-30 06:37:10 -07:00
Brian Fiete
29e374bcab
Merge pull request #1184 from miere43/fix-char8
Fix incorrect search & replace for "char => char8" in comments
2021-10-30 06:36:09 -07:00
miere43
c0b787cbf0 Fix incorrect search & replace for "char => char8" in comments 2021-10-30 00:11:37 +03:00
miere43
b109396024 Pass "components" argument as StringView[] in Path.InternalCombine 2021-10-29 23:10:26 +03:00
Brian Fiete
9de99cd422 Comptime method reflection fixes 2021-10-28 08:26:12 -07:00
disarray2077
5b2801cbae Add ContainsAlt to Dictionary 2021-10-27 23:37:09 -03:00
disarray2077
5b02c68372 Add TryGetValueAlt to Dictionary 2021-10-27 23:29:03 -03:00
Brian Fiete
d11ce0c48c Reversed enumerator for Span 2021-10-26 10:32:47 -07:00
Brian Fiete
1a37f5e0ad 2d cels 2021-10-26 06:16:13 -07:00
Brian Fiete
299bea0eaa ^ From End index is relative to length instead of length-1 2021-10-26 06:15:36 -07:00
Brian Fiete
fa3198f82a
Merge pull request #1158 from Fusioon/console-clear
Implement Console.Clear
2021-10-25 13:28:03 -07:00
miere43
48845ef80a Return uint32 from COM_IUnknown.AddRef and Release methods 2021-10-25 22:46:45 +03:00
Brian Fiete
38c5bd747e Enumerate through base types, respect .DeclaredOnly 2021-10-25 10:29:04 -07:00
Brian Fiete
20af4e2adc Remove unused ToString 2021-10-24 13:41:33 -07:00
Brian Fiete
14794e5574 IndexRange protection fix 2021-10-24 09:00:24 -07:00
Brian Fiete
66eacca775 Index + range support 2021-10-24 08:36:26 -07:00
Brian Fiete
05a65287d3 System.Index support 2021-10-24 08:24:53 -07:00
Brian Fiete
27fd5552cc Enhanced ranges 2021-10-24 08:12:18 -07:00
Brian Fiete
9a9ad47d2a UI fixes 2021-10-13 12:10:21 -07:00
Brian Fiete
6303ad0c53 Content-type support 2021-10-13 12:09:57 -07:00
fusion
d162718c54 Implement Console.Clear 2021-10-11 01:44:44 +02:00
Brian Fiete
7e75a24807 Allow passing in memory list 2021-10-04 09:41:48 -07:00
Brian Fiete
fb1d1aecc0 Support for TrueType collections 2021-09-22 11:33:47 -07:00
Brian Fiete
7ef88f4b9c Simple XML support, string-to-num conversions 2021-09-22 08:04:42 -07:00
Brian Fiete
ce21b8d542 Proper MemMove 2021-09-20 06:38:08 -07:00
Brian Fiete
9158002a42 Properly truncate files 2021-09-15 11:18:32 -07:00
Brian Fiete
507fb82e4a Json array detection fix 2021-09-10 14:09:22 -07:00
Brian Fiete
a0343678bc Fix for starting with array 2021-09-10 11:51:30 -07:00
Brian Fiete
88c4b2a818 Fix for string Length-setting (trim-only) assert 2021-09-06 07:17:33 -07:00
Brian Fiete
8d78f04882
Merge pull request #1141 from Hiroko103/patch-1
[Fix] Graphics: Image UV mapping issue
2021-08-29 06:16:07 -07:00
Brian Fiete
0d64d35ced
Merge pull request #1138 from damianday/patch-5
Update Socket.bf
2021-08-29 06:15:21 -07:00
Hiroko
3056357386
[Fix] Graphics: Image rendering issue
In the DrawQuad function, hard-coded vertical vertex components were used instead of the unused v1 and v2 parameters.
This prevented narrowing the image vertically.
2021-08-28 21:40:04 +02:00
Brian Fiete
2cfa017e32 32-bit fix 2021-08-27 10:47:29 -07:00
Brian Fiete
0536a6c733 Improved enumeration speed, api improvements 2021-08-27 10:07:41 -07:00
Brian Fiete
0cdfff4898 Chunked string reading 2021-08-27 10:06:52 -07:00
Brian Fiete
8495edb5f0 Improved hash bits usage 2021-08-27 10:06:32 -07:00
Damian Day
3ce62c2d22
Update Socket.bf
Allow specifying winsock version.
Added Uninit to cleanup winsock.

These are useful for other network libraries to reuse.
2021-08-17 01:24:42 +01:00
Brian Fiete
3cd94cbc8e
Merge pull request #1130 from disarray2077/fix_ide_textwrites
Fix issues with the methods for writing files
2021-08-02 11:01:50 -07:00
Brian Fiete
5755b91f2f
Merge pull request #1128 from disarray2077/paramed_trim
Add Trim with char parameter to String/StringView
2021-08-02 10:52:57 -07:00
Brian Fiete
912f5ecfc5
Merge pull request #1127 from disarray2077/fix_sv_startswith
Add Startswith & Endswith char32 overload to StringView
2021-08-02 10:51:30 -07:00
Brian Fiete
47cde27639
Merge pull request #1126 from disarray2077/event_unsubscribe
Return error on event unsubscribe failure
2021-08-02 10:50:39 -07:00
Brian Fiete
d5ce181dc6
Merge pull request #1129 from disarray2077/fix_stackoverflow_dew
Fix stack overflow in DarkEditWidget
2021-08-02 10:49:45 -07:00
Brian Fiete
d14ae8e69d Widened parsed int to int64 2021-08-02 10:44:56 -07:00
Brian Fiete
879ac7f989 Curl enhancements 2021-08-02 10:43:59 -07:00
disarray2077
09438c8c42 Fix stack overflow in DarkEditWidget 2021-08-01 19:16:46 -03:00
disarray2077
4061d4b58e Add Startswith & Endswith char32 overload for StringView 2021-08-01 18:47:46 -03:00
disarray2077
b3a3e25de9 Add Trim with char parameter 2021-08-01 18:43:19 -03:00
disarray2077
ba8e816e14 Fix a error propagation issue in BufferedStream 2021-08-01 17:44:23 -03:00
disarray2077
8a210699c7 Improve WriteTextFile safety 2021-08-01 17:40:29 -03:00
disarray2077
06fe5a98c6 Implement FileStream SetLength 2021-08-01 17:38:30 -03:00