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

897 commits

Author SHA1 Message Date
Brian Fiete
5004e89e35
Merge pull request #1336 from disarray2077/patch-2
Some miscellaneous additions to corlib
2022-01-02 11:58:30 +01:00
disarray2077
3018a6030e
Remove unnecessary muts
This fixes some warnings because `SHA256` isn't a struct anymore.
2022-01-02 01:12:13 -03:00
disarray2077
cd065bd8bd
Add copy constructor to Dictionary class 2022-01-01 21:53:17 -03:00
disarray2077
9ce0cc217a
Add Peek to StreamReader class 2022-01-01 21:25:52 -03:00
disarray2077
e146475a39
Add parameterless WriteLine to StreamWriter class 2022-01-01 21:22:18 -03:00
disarray2077
4acc2cca67
Add doAppend parameter to WriteAllLines 2022-01-01 21:19:44 -03:00
disarray2077
bc92643c99
Add InvalidFileNameChars & InvalidPathChars to Path class 2022-01-01 21:14:09 -03:00
disarray2077
794bab2bfd
Add missing methods to SHA256Hash 2022-01-01 21:03:29 -03:00
disarray2077
0a1855bfb3
Add Stream support to SHA256 2022-01-01 21:00:31 -03:00
disarray2077
152cb8321e
Add Stream support to MD5 2022-01-01 20:58:24 -03:00
Brian Fiete
5af38dd554
Merge pull request #1326 from EinScott/corlib-additions
handle uint64 constExpr printing
2022-01-01 14:25:26 +01:00
Brian Fiete
156585773d Temporary cast fix 2022-01-01 06:07:10 -05:00
Brian Fiete
befc60aa63 Improved errors on files 2021-12-31 10:26:32 -05:00
EinBurgbauer
ea0a76142a properly quote char 2021-12-30 18:06:55 +01:00
EinBurgbauer
6c03b8c8c9 support printing bool and char in theory 2021-12-30 17:00:49 +01:00
EinBurgbauer
e8cfe1a0a9 handle large uint constExpr printing 2021-12-30 15:32:38 +01:00
Brian Fiete
0eb19245eb Added const expr reflection type 2021-12-30 08:38:37 -05:00
Brian Fiete
674f0f6a56 Cast fix 2021-12-30 07:51:01 -05:00
Brian Fiete
a03b5c3eba Color ctor fix 2021-12-30 07:12:31 -05:00
Brian Fiete
6fe6b8f2e6 Fixed 64-bit field data for 32-bit builds 2021-12-29 13:01:13 -05:00
Brian Fiete
7e315e49d2 Int64 mFieldData.mData fixes for 32-bit builds 2021-12-29 11:24:14 -05:00
Brian Fiete
48640bcf77
Merge pull request #1319 from disarray2077/patch-2
Fix some Enum methods
2021-12-29 17:10:53 +01:00
Brian Fiete
5e9a6031fb Made FileData.mData 64-bit 2021-12-29 11:09:37 -05:00
disarray2077
a33cf04aa1
Fix some Enum methods 2021-12-29 12:44:04 -03:00
disarray2077
a306890146
Add Parse method to Version struct 2021-12-29 12:01:44 -03:00
Brian Fiete
af8bd5a813 Added a bunch more comptime platform file & directory methods 2021-12-28 15:49:50 -05:00
Brian Fiete
634dd7e509
Merge pull request #1277 from aharabada/FuzzyAutoComplete
Fuzzy string matiching for autocomplete
2021-12-28 17:07:41 +01:00
Brian Fiete
62c3998521
Merge branch 'master' into FuzzyAutoComplete 2021-12-28 17:07:19 +01:00
Brian Fiete
1ac5992d8e Fix for Up/Down with selection without mAllowVirtualCursor 2021-12-28 10:42:34 -05:00
Brian Fiete
252fe13a5d Allow <=> on bools 2021-12-28 09:44:25 -05:00
Brian Fiete
7c03f5e2cd Added CPU usage to profiler thread list 2021-12-28 08:30:33 -05:00
Brian Fiete
b2cb8f74d3 Added GetEnumerator 2021-12-27 14:34:55 -05:00
Brian Fiete
c5e1e70409
Merge pull request #1308 from disarray2077/patch-4
Add IsDefined<T>, GetValues<T> and GetNames<T> to Enum class
2021-12-27 20:28:28 +01:00
disarray2077
f0bd5ceea5
Fix enum fields enumerator 2021-12-27 16:06:05 -03:00
Brian Fiete
9cbc638873 Properly dispose of variant result 2021-12-27 14:02:51 -05:00
Brian Fiete
cc0455fbb0
Merge pull request #1310 from disarray2077/patch-5
Make Variant `IDisposable`
2021-12-27 19:35:23 +01:00
Brian Fiete
977772de08 Fixed name 2021-12-27 13:16:38 -05:00
Brian Fiete
d40ddc0e69 Added EnumCase field flag 2021-12-27 13:14:17 -05:00
Brian Fiete
b9908cb4a8 Allow calling convention attributes 2021-12-27 12:55:14 -05:00
Brian Fiete
096ade7614 Remove warning for 32-bit 2021-12-27 12:33:32 -05:00
disarray2077
b707bef001
Make Variant IDisposable 2021-12-27 14:22:22 -03:00
disarray2077
60c0377d95
Add IsDefined<T>, GetValues<T> and GetNames<T> to Enum class 2021-12-27 13:45:52 -03:00
disarray2077
bf9753f8a2
Add methods PadLeft/PadRight and Equals(StringView) to String class 2021-12-27 12:38:33 -03:00
Brian Fiete
da58610736 HasSelection fix for cursor up/down 2021-12-27 09:35:54 -05:00
Brian Fiete
905ccae64c Fixed cursor up/down when there's a selection 2021-12-27 06:17:14 -05:00
Simon Lübeß
b70745ef1e Merge branch 'master' of https://github.com/beefytech/Beef into FuzzyAutoComplete 2021-12-24 14:07:34 +01:00
Brian Fiete
6e988b90aa Moved default 'Comment Lines' to 'Ctrl+K, Ctrl+/' 2021-12-23 06:29:25 -05:00
Brian Fiete
d5642b6558 Added safe mode toggle to Preferences menu 2021-12-21 08:29:15 -05:00
Brian Fiete
670fc4fe75
Merge pull request #1263 from marsej/SDL-init-white-bg-to-black
Changed SDL initial bg color from white to black to remove white flas…
2021-12-21 07:30:24 -05:00
Brian Fiete
649aabcaee Leave append buffers uninitialized 2021-12-20 15:06:37 -05:00