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

34 commits

Author SHA1 Message Date
LZMPDev
ad0dab0d4c Revamp Stdcall 2020-05-25 20:46:28 +08:00
Brian Fiete
2f8f936657 Fixed MouseWheel 2020-05-25 01:13:17 -07:00
Brian Fiete
639430b41c Test updates 2020-05-22 06:40:06 -07:00
Brian Fiete
a30ad3d9d2 When resizing, insured we didn't release old memory until after insert 2020-05-11 10:17:45 -07:00
Brian Fiete
40fe76d903 Added missing ()'s for allocations 2020-05-11 10:16:24 -07:00
Brian Fiete
b52db47d55 Got rid of Action<T>/Func<T> 2020-05-08 07:10:35 -07:00
Brian Fiete
dbd9b32e3f Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
Brian Fiete
4511b9d29d Fixed PlatformToolset 2020-03-10 16:11:31 -07:00
Brian Fiete
8cafd6814f Prot fix 2020-03-09 06:55:04 -07:00
Brian Fiete
7ad6df2c6e Fixed spelling mistake 2020-02-08 06:12:04 -08:00
Brian Fiete
2618b29daa Allow clicking on reg in mem window, other minor fixes 2019-12-25 12:43:45 -08:00
Brian Fiete
7247cad7f3 Test changes 2019-12-11 16:56:09 -08:00
Brian Fiete
cbae124dd5 New tests 2019-11-30 13:18:07 -08:00
Brian Fiete
79ccb33586 Mintest changes 2019-11-25 06:48:19 -08:00
Brian Fiete
098ad1ce55 Optimizations, switching CanImplicitlyCast method, new CPU rate checker 2019-11-19 09:58:35 -08:00
Brian Fiete
58bf51f731 Paths fixed 2019-11-07 10:31:20 -08:00
Brian Fiete
67ee302451 Fixes from macOS, first working build 2019-10-15 17:27:09 -07:00
Brian Fiete
f4c252048e Fixed build paths, added comparison warnings, other misc fixes 2019-10-05 10:26:26 -07:00
Brian Fiete
ce66b658c4 Mintest revisions 2019-09-29 07:44:39 -07:00
Brian Fiete
3eeeaf647e Changing target platform 2019-09-27 16:59:13 -07:00
Brian Fiete
a32d18d962 Debugger fixes
Removing some debugger remote-requests
2019-09-20 09:21:29 -07:00
Brian Fiete
faa1dbd45e Moved BeefInstall to Beef_website 2019-09-07 06:39:26 -07:00
Brian Fiete
8a02874b51 Moving LogViewer into BeefTools 2019-09-04 11:44:04 -07:00
Brian Fiete
65bf1915af Moving BeefMem 2019-09-04 11:41:56 -07:00
Brian Fiete
b3487d733b Moved BeefPerf 2019-09-04 11:39:56 -07:00
Brian Fiete
c5dca50e50 Fixed the lambda hotswap change 2019-09-04 05:57:56 -07:00
Brian Fiete
2f01cc14dd Beefy::String changes, lambda hotswap fixes
Changed some string internals related to StringViewsma
Added an "incompatible capture" error for lambdas when the captures change
2019-09-03 11:17:13 -07:00
Brian Fiete
b63a243fd7 Working on installer, fixing more Win32 issues
Throwing error on member references with ".." cascade token outside invocations (ie: "ts..mA = 123")
Fixed 'Thread.ModuleTLSIndex' error - which caused us TLS lookup failures in Beef DLLs
Fixed some hotswap errors
Made BeefPerf shut down properly
Fixed an 'int literal' FixIntUnknown issue where rhs was System.Object which caused an illegal boxing
Fixed COFF::LocateSymbol issues with Win32 and also with linking to static libraries - showed up with hot-linking in fmod when hot-adding a floating point mod
Fixed a couple memory leaks
Fixed alignment issue in COFF::ParseCompileUnit
2019-09-02 17:39:47 -07:00
Brian Fiete
a367b8165f Win32 debugging fixes, more work on custom compile commands
Fixed working dir for 'launch'
Fixed attaching to process - stack trace wasn't updating properly
Fixed more custom compile stuff, and BeefySysLib bin destination
Fixed linking issues related to Bfp* and Bp* exports in both BeefRT and BeefySysLib
Fixed a crash with conditional breakpoints
Fixed release mode IDE issues (related to hot swap breakpoints)
Fixed hotswapping type data with LLVM builds
Fixed 'Pause' state processing Running_ToTempBreakpoint for ScriptManager
Fixed Win32 step out when there's an ESP adjustment at the return site
Made step-out skip over "unimportant" instructions at return site
2019-08-29 14:19:07 -07:00
Brian Fiete
09016c8dc0 Bug fixes, installer, [Export]
Fixed a bunch of bugs in aggregate const initializers
Fixed ZIP bugs
Fixed a compilation case where we change protection while reifying a type
Added another project kind - Dynamic Library
Added [Export] for DLL method exporting
Fixed some issues of things being  generated as __NOINLINE incorrectly
Fixed an issue with module extensions with not-yet-demanded on-demand methods
Started adding Installer
2019-08-27 08:04:41 -07:00
Brian Fiete
efa22e51fb Auto stash before merge of "master" and "origin/master" 2019-08-24 10:11:20 -07:00
Brian Fiete
e49445dc47 Updated 2019-08-24 10:11:05 -07:00
Brian Fiete
3515a59bea Working on BeefInstall 2019-08-24 10:08:36 -07:00
Brian Fiete
078564ac9e Initial checkin 2019-08-23 11:56:54 -07:00