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

3884 commits

Author SHA1 Message Date
Brian Fiete
d0f0834463 Fix null check 2021-12-11 16:21:37 -08:00
Simon Lübeß
2a446afc73 Unicode upper/lower case matching for fuzzy match 2021-12-12 00:40:27 +01:00
Simon Lübeß
8847de545a Basic Utf8 support 2021-12-11 23:38:25 +01:00
Brian Fiete
187fe8c4a5 More null checks 2021-12-11 13:01:22 -08:00
Brian Fiete
9517b3a9d5 AssertErrorState null check fix 2021-12-11 12:48:51 -08:00
Brian Fiete
06d896330d Fixed processing error of sized array with size containing local variables 2021-12-11 12:27:53 -08:00
Brian Fiete
cb6f88b047 Minlib fix 2021-12-11 10:49:12 -08:00
Brian Fiete
d57e790a9a Formatting fixes - lambda dtor, space before comments 2021-12-11 10:46:21 -08:00
Brian Fiete
bc996ca471 Change label 2021-12-11 10:45:40 -08:00
Brian Fiete
f17ed3c749 Fix for clicking OK button 2021-12-11 10:02:15 -08:00
Brian Fiete
9210f2f925 Static init fix 2021-12-11 09:47:42 -08:00
Brian Fiete
73099e4a04 Code generator support 2021-12-11 09:08:42 -08:00
unknown
8522ca4216 commenting blank now does nothing 2021-12-11 07:02:11 +02:00
unknown
14bf2addd9 add blank line back 2021-12-11 06:20:46 +02:00
unknown
6e011678b4 fix whitespace 2021-12-11 06:15:53 +02:00
unknown
20261f5d0d Added ToggleCommentAlt as Toggle comments alternate style under Settings/Editor 2021-12-11 06:02:11 +02:00
unknown
b3cf28f500 Added ToggleCommentAlt for who prefer multi-line // comments 2021-12-11 05:58:45 +02:00
EinBurgbauer
e13f194c6f make BufferedFileStream act like UnbufferedFileStream 2021-12-09 20:04:17 +01:00
EinBurgbauer
32966b79a6 buffered stream seek accepts everything by default + fromEnd fix 2021-12-09 19:46:52 +01:00
EinBurgbauer
92738418eb Merge branch 'master' into bufstream-fixes 2021-12-09 16:13:29 +01:00
Simon Lübeß
f9f53eb97b Basic fuzzy search for autocomplete 2021-12-08 22:08:57 +01:00
Brian Fiete
195c705a46 Fix for channel allocation error 2021-12-07 21:41:11 -08:00
Brian Fiete
6cecbd6c92 Property field dtor formatting 2021-12-07 10:33:43 -08:00
unknown
7864f83c4d Changed SDL initial bg color from white to black to remove white flash effect with some GPUs 2021-12-07 16:39:37 +02:00
Brian Fiete
09bf85ad0e Improved performance with lots of raw leaks displayed 2021-12-06 12:35:13 -08:00
Brian Fiete
6cf0152d99 Fixed append mangle early exit 2021-12-06 11:51:37 -08:00
Brian Fiete
ff54f3ce9c Fixed issue with global variable as sized array size 2021-12-06 11:39:19 -08:00
Brian Fiete
df94a61f48 Insert index fix 2021-12-06 10:28:00 -08:00
Brian Fiete
9f57be150e
Merge pull request #1252 from blat-blatnik/OpenTabsOnRight
[IDE] Added setting to open new tabs on right instead of left
2021-12-06 09:39:49 -08:00
Brian Fiete
22919dd629
Merge pull request #1260 from disarray2077/allocstackcount
Expose `AllocStackCount` to corlib & Use it in Dbg_ObjectAlloc
2021-12-06 09:35:55 -08:00
Brian Fiete
9e979ea8d4
Merge pull request #1259 from disarray2077/patch-3
Fixed method parameter parsing with comptype
2021-12-06 09:34:10 -08:00
Brian Fiete
82fbaab8eb
Merge pull request #1250 from disarray2077/patch-1
Fix Encoding static init priority
2021-12-06 09:33:44 -08:00
Brian Fiete
85bf96659d
Merge pull request #1258 from disarray2077/icharacter
Add ICharacter interface
2021-12-06 09:33:03 -08:00
Brian Fiete
82ca2fd72c
Merge pull request #1255 from disarray2077/patch-2
Add ignore case option for StringView.Contains & Improve String.Contains
2021-12-06 09:32:37 -08:00
Brian Fiete
8256c81347 StringView intern data fix 2021-12-05 12:08:16 -08:00
Brian Fiete
e29a785fee Compression interface change 2021-12-05 12:08:03 -08:00
disarray2077
8b96697fdf Also expose type-specific AllocStackCount 2021-12-04 19:27:28 -03:00
disarray2077
111b785081 Expose AllocStackCount to corlib 2021-12-04 17:19:08 -03:00
disarray2077
4f71cfccfd Fixed method parameter parsing with comptype 2021-12-04 15:15:48 -03:00
disarray2077
9cf3d54a9d Add ICharacter interface 2021-12-04 14:32:44 -03:00
Brian Fiete
b0aa27c82c BeefySysLib debug libs 2021-12-03 15:09:43 -08:00
Brian Fiete
a0260aafdd Link Beefy2D libs 2021-12-03 14:53:32 -08:00
Brian Fiete
00463b92b2 CopyToDependents for Linux 2021-12-03 14:43:38 -08:00
Brian Fiete
fbb622e956 Compression support 2021-12-03 14:18:04 -08:00
Brian Fiete
7e1b2c2469 Compress fix 2021-12-03 05:59:25 -08:00
Brian Fiete
b2e9a83ac2 Span default ctor fix 2021-12-03 05:58:57 -08:00
Brian Fiete
15003d5f6a ContainsAlt rename 2021-12-03 05:58:45 -08:00
Brian Fiete
ab1146d72a Long size fix 2021-12-03 05:58:34 -08:00
Brian Fiete
61222f8525 Zero-sized compression fixes 2021-12-02 14:43:36 -08:00
disarray2077
5e78e24fe8
Add ignore case option for StringView.Contains
... and remove unnecessary overload on String.Contains, allowing StringView to also be used.
2021-12-02 14:46:43 -03:00