Brian Fiete
b564611697
Fix shutdown
2022-06-16 07:39:59 -07:00
Brian Fiete
309e3cb02a
Fixed BeefPerf shutdown
2022-06-13 13:38:17 -07:00
Brian Fiete
01112c54fe
Time format fixes
2022-04-30 09:34:25 -07:00
Brian Fiete
bd5c36bd32
DocPrep update
2022-03-31 06:57:53 -07:00
Brian Fiete
20a932f5a7
Fixed theme image merging issue with missing elements
2022-03-03 06:46:06 -08:00
Brian Fiete
1f0d2dcc82
Generate theme images in 'cache' directory, allow PNG source images
2022-01-11 06:07:43 -05:00
Brian Fiete
3570d2a87b
Fixed Dispose case
2021-12-28 09:26:11 -05:00
Brian Fiete
df94a61f48
Insert index fix
2021-12-06 10:28:00 -08:00
Brian Fiete
5929dbb6cb
Better errors
2021-07-17 07:19:55 -07:00
moneyl
7e75f4e131
Remove duplicate .SysMenu from BeefPerf window flags
2021-07-07 15:47:12 -04:00
moneyl
9131217790
Add .Maximize to BeefPerf window flags
...
Makes maximize button work. Also removed the enum name from each enum since it's already in the variable declaration.
2021-07-07 15:36:38 -04:00
Brian Fiete
a9f5027d72
Fix warnings
2021-02-01 14:16:17 -08:00
Joseph Battelle
a69dff59ce
s/seperate/separate
2021-01-29 23:52:58 -08:00
Brian Fiete
7a3bf74a83
Public fix
2020-12-01 14:23:54 -08:00
Brian Fiete
4f11ba31ac
Protection fix
2020-10-24 15:56:47 -07:00
Brian Fiete
1013383202
BeefPerf scroll wheel fixes
2020-10-15 10:51:31 -07:00
Brian Fiete
5a60d0e2d5
Theme support fixed
2020-10-07 08:00:31 -07:00
Brian Fiete
1523000e80
Theme update
2020-10-05 14:25:55 -07:00
Brian Fiete
8aa3e8ff22
Using image data from PSD instead of manually flattening
2020-08-09 10:12:52 -07:00
Brian Fiete
657866c3bc
Initial theme support
2020-08-05 05:37:05 -07:00
Brian Fiete
43d7a57c38
BeefPerf fixes
2020-07-27 12:31:57 -07:00
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