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

3259 commits

Author SHA1 Message Date
EinBurgbauer
f98b9dc99a comptime get generic arg fix 2021-05-17 14:35:14 +02:00
EinBurgbauer
38f4b349f2 collection item dispose mixins, string specific list 2021-05-17 14:22:26 +02:00
Brian Fiete
d7f0c6523d
Merge pull request #997 from eveningstarinc/hunterbridges/HotSwapDialog
Make Debugger only attempt to allocate hot heap when hot swapping is enabled
2021-05-14 06:47:57 -04:00
Brian Fiete
9e62f50027 StringView fix 2021-05-12 10:08:55 -04:00
Brian Fiete
57609543a3 PopulateReified mutate-while-iterating fix 2021-05-12 08:19:05 -04:00
Brian Fiete
77ec0563b2 Merge remote-tracking branch 'origin/master' 2021-05-12 07:24:37 -04:00
Brian Fiete
f26df6c86b Additional 3d support 2021-05-12 07:24:29 -04:00
Brian Fiete
70680fdf39 Fixed infinite loop in DoMethodDeclaration 2021-05-12 07:15:36 -04:00
Brian Fiete
7772041ea1 More ctors 2021-05-12 07:08:52 -04:00
Brian Fiete
ad7c628715 GetSafeRef 2021-05-12 07:08:41 -04:00
Brian Fiete
6247699298 Fixed invalid temporary const during ignoreWrites cast 2021-05-12 07:07:59 -04:00
Hunter Bridges
dd523bb24d Merge branch 'master' into hunterbridges/HotSwapDialog 2021-05-04 17:42:14 -07:00
Brian Fiete
58f6693434
Merge pull request #1001 from EinBurgbauer/unary-crash-fix
fixed crash when writing static unary operator
2021-05-02 07:04:14 -04:00
EinBurgbauer
d25e815701 fixed crash when writing static unary operator 2021-05-02 12:14:41 +02:00
Hunter Bridges
d237c2aba2 Only attempt to allocate hot heap when hot swapping is enabled 2021-04-14 11:04:54 -07:00
EinBurgbauer
98da39a3ba properly reset internal state on close 2021-04-13 09:30:59 +02:00
Brian Fiete
4211c267a6 JPEG compression 2021-04-12 17:23:18 -04:00
Brian Fiete
f51b195486 Support for loading from memory 2021-04-12 17:22:47 -04:00
Brian Fiete
1cb5538317 Buffered fix 2021-04-12 17:22:14 -04:00
Brian Fiete
3756323021 32-bit fixes 2021-04-11 07:55:53 -04:00
Brian Fiete
c77f861fb7 Merge remote-tracking branch 'origin/master' 2021-04-11 07:04:23 -04:00
Brian Fiete
4bf12e121c Stream buffering 2021-04-11 07:04:17 -04:00
Brian Fiete
2345d5d349 TLS return string 2021-04-11 07:02:55 -04:00
Brian Fiete
8f83d15429 Null conditional var check 2021-04-11 07:02:28 -04:00
Brian Fiete
4c70e6e0af mInPostRemoveUpdatePanels check 2021-04-11 07:02:17 -04:00
Brian Fiete
9e3248fb4f CachedEnumerateInputDevices 2021-04-11 07:02:00 -04:00
Brian Fiete
8eda61b8ea
Merge pull request #989 from Hiroko103/master
OpenFileName struct: Change default extension type (char8* -> char16*)
2021-04-11 07:00:59 -04:00
Hiroko
9fe7df9950 OpenFileName struct: Change default extension type (char8* -> char16*) 2021-04-04 18:10:46 +02:00
Brian Fiete
f34424a61d
Merge pull request #988 from EinBurgbauer/editwidget-readonly-fix
fix readonly editwidget deletion
2021-04-04 06:47:12 -04:00
EinBurgbauer
9772364a6d fix readonly editwidget deletions 2021-04-04 10:37:33 +02:00
Brian Fiete
f5a863d55a mFieldDeclaration null check 2021-03-24 06:31:32 -04:00
Brian Fiete
532de216a1 Fixed loop index type 2021-03-24 06:31:11 -04:00
Brian Fiete
5d3b34e6c7
Merge pull request #964 from Fusioon/more-type-colors
Colorization options for primitives, structs, generic params.
2021-03-23 07:34:28 -04:00
Fusion
7a7cc716c6 Add colorization options for primitives, structs, generic params and make typealias match aliased type color. 2021-03-22 22:24:05 +01:00
Brian Fiete
10e2a56530
Merge pull request #963 from EinBurgbauer/master
list.RemoveRange fix, RemoveRangeFast
2021-03-20 07:01:10 -04:00
EinBurgbauer
1296f002a3 list remove range fix, remove range fast 2021-03-20 07:48:10 +01:00
Brian Fiete
ed837c10c1
Merge pull request #962 from Moneyl/master
Add functions to System.IO.Stream
2021-03-17 10:40:04 -04:00
moneyl
b1dc76ba11 PR feedback changes 2021-03-17 10:32:01 -04:00
Brian Fiete
39e015a9c2
Merge pull request #961 from EinBurgbauer/autocomplete-flees-fix
Tool window resize offset fix
2021-03-17 07:50:11 -04:00
Brian Fiete
a5ee3f6ac0 Merge remote-tracking branch 'origin/master' 2021-03-17 07:47:55 -04:00
Brian Fiete
b98cb8ee5d Duplicate verSpec 2021-03-17 07:47:46 -04:00
Brian Fiete
202a3f7cfc Store prodName/guid 2021-03-17 07:47:14 -04:00
Brian Fiete
c3286190ec
Merge pull request #957 from C34A/master
fixed typo in hunspell CMakeLists
2021-03-17 07:44:39 -04:00
Brian Fiete
f12a373ae0
Merge pull request #949 from Fusioon/autocomplete-indexer-fix
Fix indexer autocomplete.
2021-03-17 07:43:47 -04:00
moneyl
a1e15ecb73 Add ReadNullTerminatedString to System.IO.Stream
Function that reads a null terminated string from the stream.
2021-03-16 19:39:38 -04:00
moneyl
7cc95c2b07 Add functions to System.IO.Stream 2021-03-16 19:06:01 -04:00
EinBurgbauer
ce852367ed hoverwatch warp fix 2021-03-15 10:41:34 +01:00
EinBurgbauer
bcb2d861d9 autocomplete flees fix 2021-03-15 09:34:19 +01:00
C34A
dbbe64633b fixed typo in hunspell CMakeLists 2021-03-09 19:28:45 -08:00
Fusion
eee6389f98 Fix indexer autocomplete. 2021-03-04 21:41:05 +01:00