1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00
Commit graph

4910 commits

Author SHA1 Message Date
Brian Fiete
c511773dad Added typeof_comptime const type 2025-01-19 12:40:50 -08:00
Brian Fiete
a82cc0534d Improved handling of mGhostDependencies. Codegen Abort 2025-01-19 08:39:46 -08:00
Brian Fiete
9988dec99d Rebuild correct type with CE FastFinish 2025-01-19 08:38:52 -08:00
Brian Fiete
2f98e7f579 Improved opaques - can now be used with extension methods 2025-01-19 07:02:18 -08:00
Brian Fiete
c21be1eea1 Implemented IsBackground. Added GC.Disable 2025-01-18 17:40:48 -08:00
Brian Fiete
af783bec7e Removed mForceActiveTypeDef in DoMethodDeclaration 2025-01-18 10:12:39 -08:00
Brian Fiete
3325d55639 Fixed overlapped drawing in wordwrapped error mouseovers 2025-01-18 10:05:56 -08:00
Brian Fiete
29755fddcf Fixed generated method calling in comptime 2025-01-18 10:04:55 -08:00
Brian Fiete
822b899a7d NoShow for IsDeleted 2025-01-18 09:31:38 -08:00
Brian Fiete
79e98fe9f7 Improved comptime circular data reference issues 2025-01-18 09:31:29 -08:00
Brian Fiete
910f560380 Handle 'func?.Invoke()' 2025-01-18 06:48:33 -08:00
Brian Fiete
a1cd01cd3d Fixed 'ref' and 'in' this parameter for extension methods 2025-01-17 17:32:25 -08:00
Brian Fiete
0d15b28bd3 Linux fix 2025-01-17 12:40:13 -08:00
Brian Fiete
efbc7699c9 NoRT fix 2025-01-17 11:53:05 -08:00
Brian Fiete
609aef0b0f Removed AlwaysIncludeTarget from StaticHook 2025-01-17 11:44:33 -08:00
Brian Fiete
a225380467 Fixed shutdown issue 2025-01-17 11:18:41 -08:00
Brian Fiete
11b136f6d1 Type.ToString -> comptype(id) 2025-01-17 11:02:54 -08:00
Brian Fiete
81dd512cdb Underflow fix 2025-01-17 11:02:26 -08:00
Brian Fiete
f812cf6eea ParseMemorySpan disable with BF_SMALL 2025-01-17 10:45:59 -08:00
Brian Fiete
4884bef9d2 where alloctype(T) : delete fix 2025-01-17 10:45:44 -08:00
Brian Fiete
ff98747c4b Fixed mIgnoreWrites restoration when !mHasStarted 2025-01-17 10:29:08 -08:00
Brian Fiete
fddd3e0ba6 BeefySysLib Release Static building 2025-01-17 10:20:20 -08:00
Brian Fiete
29c0f82bba Extended memory loading support 2025-01-17 10:18:50 -08:00
Brian Fiete
0efdecb719 Lib enhancements 2025-01-17 10:17:50 -08:00
Brian Fiete
1de07d0ee4 Static init priority changes, Platform hooking 2025-01-17 10:17:19 -08:00
Brian Fiete
e478462487 LibraryLoadCallback 2025-01-17 10:16:03 -08:00
Brian Fiete
2e40bab705 Beefy2D updates, file pack support 2025-01-17 10:15:47 -08:00
Brian Fiete
2131d97756 Updated type - with base type dynamically handled 2025-01-16 07:48:31 -08:00
Brian Fiete
c7ff2ea3f4 Proper constraint for alloctype(T) : delete 2025-01-16 07:46:56 -08:00
Brian Fiete
f10f389400 Allow catch-all '#pragma warning disable' 2025-01-16 07:36:45 -08:00
Brian Fiete
d367213c31 Proper active project selection for CE typedecls 2025-01-15 11:44:20 -08:00
Brian Fiete
1e44392da8 Better handling of extern generic constraints 2025-01-15 11:25:51 -08:00
Brian Fiete
4fa46b6a92 Made delete work with 'where alloctype(T) : delete' constraint 2025-01-15 11:24:56 -08:00
Brian Fiete
5f4514211e Improved CE TypeDeclaration handling, including proper rebuilding 2025-01-15 09:59:47 -08:00
Brian Fiete
25eb2a13a3 Added a Type.TypeDeclarations 2025-01-14 17:49:39 -08:00
Brian Fiete
9d1ad28323 Void hashable, fixes zero or one element enum hashing 2025-01-14 13:10:20 -08:00
Brian Fiete
215fafac74
Merge pull request #2092 from Starpelly/console-reset-color-fix
Fix Console.ResetColor() not actually applying the original colors when called.
2025-01-14 12:59:34 -08:00
Brian Fiete
851dda7f74
Merge pull request #2090 from m910q/integer-tostring-optimize
Avoid recalc of string length in integer ToString()
2025-01-14 12:59:11 -08:00
Brian Fiete
062170d9e0 Improved comptime TypeDeclaration support, reworked base type population 2025-01-14 12:54:24 -08:00
Brian Fiete
16371ab07c Improved handling of opaque types 2025-01-14 11:45:44 -08:00
Brian Fiete
f96e231d7b Fixed comptime type ToString 2025-01-14 10:44:58 -08:00
Brian Fiete
e30972d3af Added reflected TypeDeclaration support for comptime 2025-01-14 10:16:46 -08:00
Brian Fiete
89651c4a76 Beefy2D enhancements 2025-01-14 10:14:56 -08:00
Brian Fiete
d1aa3de25e Fixed case where texture is loaded for both additive and non-additive 2025-01-14 10:14:35 -08:00
Braedon Lewis
c76ace98f1 Update Console.bf 2025-01-14 09:48:08 -05:00
ESH
954858701f Integer ToString no longer need zeroed buffer 2025-01-13 20:30:03 +01:00
ESH
84b2f22846 Avoid recalc of string length in integer ToString 2025-01-13 20:17:04 +01:00
Brian Fiete
96c0a44a7e Beefy2d updates 2025-01-10 14:04:06 -08:00
Brian Fiete
35779edc14 More utility methods 2025-01-10 14:03:49 -08:00
Brian Fiete
2f89450493 MTRand 2025-01-10 14:03:31 -08:00