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

4360 commits

Author SHA1 Message Date
Brian Fiete
dfa03f16dd Added CeEvalFlags_IgnoreConstEncodeFailure 2023-12-15 11:20:02 -05:00
Brian Fiete
3e8d90d300 Fixed interface implementation on enums 2023-12-12 06:35:59 -05:00
Brian Fiete
90626036c6 Improved prebuild/postbuild external program execution 2023-12-09 09:11:52 -05:00
Brian Fiete
90ba850618 Soft fail on image loading failure 2023-12-09 09:10:44 -05:00
Brian Fiete
fa256701c7 ceEmitContext null check 2023-11-28 06:39:40 -05:00
Brian Fiete
023b20dfee Added Separator property for string splits 2023-11-28 06:32:50 -05:00
Brian Fiete
548ec92d55
Merge pull request #1906 from Zorbn/fix-move-line-crash
Fix IDE crash when trying to move lines out of bounds
2023-11-28 06:22:49 -05:00
Brian Fiete
59e960b218
Merge pull request #1905 from Booklordofthedings/master
added remnant property
2023-11-28 06:22:03 -05:00
Brian Fiete
1c0810294b FlushOutText on test result 2023-11-28 06:20:10 -05:00
Brian Fiete
7b6544fadd Res_FreeImageBits 2023-11-28 06:19:29 -05:00
Zorbn
cc3bc66ca4 Fix crash when trying to move lines out of bounds 2023-11-27 13:55:03 -08:00
Booklordofthedings
82bfdfe52e overflow fix 2023-11-27 17:19:19 +01:00
Booklordofthedings
8a283fea75 added remnant 2023-11-27 17:02:48 +01:00
Brian Fiete
07daddb3f3 Removed public HashCode.Get. Only hash members that are IHashable. 2023-11-19 11:32:00 -05:00
Brian Fiete
1aa56f904d Added Generate<T> 2023-11-19 02:10:39 -05:00
Brian Fiete
76c773b0c7 Parsing fix for failed collection initializer expression 2023-11-18 18:57:20 -05:00
Brian Fiete
0ae87320af Fixed autocomplete on fully-qualified global members 2023-11-18 08:54:28 -05:00
Brian Fiete
f08ed7d976 HashCode optimization for enums with payloads 2023-11-18 07:58:39 -05:00
Brian Fiete
4f54570dbf Fixed HashCode tuples 2023-11-18 07:53:23 -05:00
Brian Fiete
17255fad14 HashCode typedprimitive fix 2023-11-18 07:50:51 -05:00
Brian Fiete
41f2dae73a Improve code emission in unspecialized type variations 2023-11-18 07:42:39 -05:00
Brian Fiete
cccf4bfe9a Support case enum member capture in specialized section 2023-11-18 07:42:04 -05:00
Brian Fiete
2caad245b8 Added System.HashCode 2023-11-18 07:40:54 -05:00
Brian Fiete
6b469c4c39 Fixed ConstEval failed params generation infinite loop 2023-11-09 09:48:11 -05:00
Brian Fiete
b889a7e208 Failover case for unhandled type in CreateTypeDeclaration 2023-11-04 08:38:24 -07:00
Brian Fiete
30d5bbfa0c Always continue on first-chance exceptions 2023-10-19 09:36:01 -07:00
Brian Fiete
f0a31a0f55 Added additional Span length asserts. Added Reversed to List 2023-10-15 07:56:44 -07:00
Brian Fiete
078727c4a7 Hide internal generated methods from reflection, fix ctor/dtor names 2023-10-10 13:20:35 -07:00
Brian Fiete
70ab03529e Cast fix 2023-10-10 11:55:36 -07:00
Brian Fiete
a80f52c2a1 Cast fix 2023-10-10 11:47:46 -07:00
Brian Fiete
a34e5a737d Improved boxed value support in attribute data 2023-10-10 10:36:04 -07:00
Brian Fiete
2dcc9552e2
Merge pull request #1898 from alexvjs/master
Link dbg rt when mAllocStackTraceDepth > 0
2023-10-10 09:30:04 -07:00
alexvjs
2e93d77285
Link dbg rt when mAllocStackTraceDepth > 0
Had link error when mAllocStackTraceDepth > 0
2023-10-10 20:09:17 +04:00
Brian Fiete
65c0dc3cd8 DtorEntryEx 2023-10-08 18:26:38 -07:00
Brian Fiete
5b54eee56c
Merge pull request #1891 from Starpelly/positioning-fix
Fix cursor positioning after select
2023-09-05 07:13:46 -07:00
Brian Fiete
7095846c1e
Merge pull request #1887 from aharabada/master
Added "In" to RefKind
2023-09-05 07:13:26 -07:00
Brian Fiete
18e0576d79
Merge pull request #1886 from daafu/output_filters
Add output window filtering options similar to what Visual Studio offers
2023-09-05 07:13:04 -07:00
Brian Fiete
a5e3794e6a Cast fix 2023-09-05 06:14:25 -07:00
Braedon Lewis
102d8955f1 Update EditWidget.bf 2023-08-28 14:26:00 -04:00
Simon Lübeß
97221d541a Added "In" to RefKind 2023-08-24 13:07:06 +02:00
Martin Cietwierkowski
d9d954254f Add output window filtering options similar to what Visual Studio
offers.

To use right click on output window, and select which messages should
appear and which should be filtered out.

By default all types of messages appear as they normally would before
this change.

These settings are persisted into workspace_user file

This change helps keep the clutter out of the output window so that
program output logs are easier to read, especially on application
startup.
2023-08-23 20:18:45 -04:00
Brian Fiete
da23ba4aa7 Add setting for bumpalloc pool size 2023-08-19 10:17:12 -07:00
Brian Fiete
57c50635a0 Small failure case fixes 2023-08-18 12:04:33 -07:00
Brian Fiete
d0de4776f3 Large collection fixes 2023-08-18 12:04:01 -07:00
Brian Fiete
e8880cd59c Geom improvements 2023-08-18 12:03:09 -07:00
Brian Fiete
7bc7ccbbc4
Merge pull request #1882 from hermansimensen/master
Add intrinsic for emscripten assembly/javascript.
2023-08-09 07:29:47 -07:00
hermansimensen
ac9feaeaf5 avoid symbol name collisions 2023-08-07 16:51:42 +02:00
hermansimensen
67e4b845fd allow zero arguments 2023-08-06 21:58:28 +02:00
hermansimensen
09131c1df0 add missing fallthroughs 2023-08-06 20:33:52 +02:00
hermansimensen
eeea06a22b Add em_asm funtionality 2023-08-06 15:54:14 +02:00