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

4092 commits

Author SHA1 Message Date
Brian Fiete
8e191b074b SDL platform improvements 2022-11-10 06:37:55 -08:00
Brian Fiete
d20b53b187 Improved SDL platform support, 'ar' lib reworking 2022-11-07 09:57:27 -08:00
Brian Fiete
258a6653f9 SDL/OGL platform improvements 2022-11-03 10:58:24 -07:00
Brian Fiete
213aea8c82 Fix GetStringPoolIdx with non-const arg 2022-10-25 08:33:24 -04:00
Brian Fiete
bb73aced22 Profiler changes 2022-10-25 08:28:45 -04:00
Brian Fiete
3122839ea8 mCurMethodState null check for RestoreScoreState_LocalVariables 2022-10-18 12:52:21 -04:00
Brian Fiete
1a5af42338 Goto token name fix 2022-10-18 12:50:23 -04:00
Brian Fiete
a2c340cbae
Merge pull request #1739 from farism/master
Add System.Math.Cbrt
2022-10-18 07:15:15 -04:00
Brian Fiete
cb97493a05
Merge pull request #1736 from Fusioon/linux-filewatch_improve
Linux filewatch improvements
2022-10-18 07:15:04 -04:00
farism
bd891171f7 Add System.Math.Cbrt 2022-10-17 15:51:00 -07:00
Fusioon
1c2af5467a Linux filewatch improvements
Improve handling of newly created directories and watcher removal
2022-10-11 04:31:03 +02:00
Brian Fiete
d37c515644
Merge pull request #1732 from disarray2077/patch-5
Fix ConvertTo with TypedPrimitive parameter
2022-10-06 11:32:39 -04:00
Brian Fiete
cf9aa7012c
Merge pull request #1731 from disarray2077/patch-4
Fix IsSubtypeOf with TypedPrimitive parameter
2022-10-06 11:32:19 -04:00
disarray2077
03f7b62c10
Fix ConvertTo with TypedPrimitive parameter 2022-10-06 12:04:49 -03:00
disarray2077
394bcd82d3
Fix IsSubtypeOf with TypedPrimitive parameter 2022-10-06 11:50:20 -03:00
Brian Fiete
3d90c5366c
Merge pull request #1730 from Fusioon/linux-filewatcher
Add linux filewatcher
2022-10-06 08:28:54 -04:00
Fusioon
93c3b27c48 Add linux filewatcher
Implement inotify based filewatcher for linux
2022-10-06 00:10:34 +02:00
Brian Fiete
532deab0cb
Merge pull request #1712 from eveningstarinc/hunterbridges/FieldResolutionBugfix
Field resolution compiler crash fix
2022-09-21 13:40:48 -07:00
Hunter Bridges
d30fafb702 Field resolution compiler crash fix 2022-09-21 11:58:51 -07:00
Brian Fiete
208f9f2c60 Turn off Beep failure for BeefBuild 2022-09-20 13:24:32 -07:00
Brian Fiete
09a58b0a24 Merge remote-tracking branch 'origin/master' 2022-09-20 11:24:24 -07:00
Brian Fiete
fd4ea4e650 Fixed Unescape hex decoding 2022-09-20 11:24:17 -07:00
Brian Fiete
621f678fe9
Merge pull request #1711 from MineGame159/virtual-methods
Mark console output methods in IDEApp as virtual
2022-09-20 07:24:07 -07:00
MineGame159
18bc4c400b Mark console output methods in IDEApp as virtual 2022-09-20 15:53:52 +02:00
Brian Fiete
38d47fa254 PerformAssignment_CheckOp methodInst null check 2022-09-15 08:40:22 -07:00
Brian Fiete
e25549061c Added mut 2022-09-14 07:14:32 -07:00
Brian Fiete
70830358c8 Fixed BfConstType_ExtractValue failed case in WriteConstant 2022-09-13 15:31:41 -07:00
Brian Fiete
fade92d658
Merge pull request #1708 from MineGame159/structured-data
Fix StructuredData.ObjectToString()
2022-09-11 05:34:20 -07:00
MineGame159
5fc52fb01f Fix StructuredData.ObjectToString() 2022-09-11 13:35:07 +02:00
Brian Fiete
c270acdb39 Improved ExtractValue union splat handling 2022-09-10 10:54:12 -07:00
Brian Fiete
cafbcd30dc Fixed ExtractValue for splat unions 2022-09-10 10:25:45 -07:00
Brian Fiete
47732ae09c Fixed debug loc issue with line=0 col>0 2022-09-10 09:11:59 -07:00
Brian Fiete
f6c49b1084 Fixed range type population issue 2022-09-08 17:07:48 -07:00
Brian Fiete
17dc755ee7 SingleAllocator typo fix 2022-09-07 15:36:16 -07:00
Brian Fiete
266b351f72 0.43.5 version bump 2022-09-07 13:51:45 -07:00
Brian Fiete
5490af4690 Fixed named param autocomplete crash 2022-09-05 09:40:49 -07:00
Brian Fiete
03c56b42c9 Better union field loading 2022-09-05 08:36:57 -07:00
Brian Fiete
d2356a0582 Fixed union lookup 2022-09-05 08:13:41 -07:00
Brian Fiete
519ccfe969 Fixed data cycle issue, 'using' union field lookup 2022-09-05 07:58:33 -07:00
Brian Fiete
c6f2798db7 Improved string-to-sized-array casts and initializations 2022-09-05 06:28:23 -07:00
Brian Fiete
1320b495d2 Fixed CheckSkipCall 2022-09-05 05:46:57 -07:00
Brian Fiete
c65fd5711d Clear variable declarations inside deferredParamValues (ie skipCall) 2022-09-05 05:34:24 -07:00
Brian Fiete
2b7d0284f7 ConstantToCurrent span fix 2022-08-28 11:52:04 -07:00
Brian Fiete
cc3fe5e40c Allow FlexibleArray with union array data 2022-08-28 10:48:56 -07:00
Brian Fiete
8aef7275d0 Added Compiler.Align 2022-08-28 07:41:35 -07:00
Brian Fiete
ec4ccb2e9c Added GetAllocSize to FlexibleArrayAttribute 2022-08-28 06:57:02 -07:00
Brian Fiete
9ba19e4cd7 Added System.Interop.FlexibleArrayAttribute 2022-08-28 06:49:35 -07:00
Brian Fiete
0b162c0ebd Properly set ignoreWrites before restoring active function 2022-08-27 11:33:24 -07:00
Brian Fiete
94377d8cda Fixed name 2022-08-27 09:55:46 -07:00
Brian Fiete
c1266d2422 Added System.Interop.FlexibleArary<> 2022-08-27 09:24:46 -07:00