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

897 commits

Author SHA1 Message Date
Brian Fiete
ad2542eba6 Adding Obsolete/Error/Warn attributes, devirt fixes for struct ptr 2019-10-09 16:11:49 -07:00
Brian Fiete
f4c252048e Fixed build paths, added comparison warnings, other misc fixes 2019-10-05 10:26:26 -07:00
Brian Fiete
dae5c6cee4 Fixed GC issue 2019-10-05 10:25:07 -07:00
Brian Fiete
b934378758 Fixed some hash checking errors 2019-10-05 10:24:58 -07:00
Brian Fiete
f258b4a25b Added UnversionedLibDir to config 2019-10-04 10:39:25 -07:00
Brian Fiete
e5de09488e Fixed some indenting issues, added indenting test 2019-10-04 10:36:53 -07:00
Brian Fiete
f266fe69d1 Fixes for large strings, multiple 'opposite' operators 2019-10-01 12:48:08 -07:00
Brian Fiete
908dbe1a6e Minor IDE modifications 2019-09-29 07:44:23 -07:00
Brian Fiete
4b2238337d Only close if we click on a valid item 2019-09-29 07:42:24 -07:00
Brian Fiete
987adaec5c Improved ListView cursor key handling, removed debug NOPs 2019-09-28 12:15:36 -07:00
Brian Fiete
2ea5d31c37 Minor IDE changes 2019-09-27 13:03:47 -07:00
Brian Fiete
be3c968e2b Support for empty parent, for | to separate columns 2019-09-27 13:01:54 -07:00
Brian Fiete
c0fe3c4dc6 Adding awareness of window minimization/maximization 2019-09-27 13:01:03 -07:00
Brian Fiete
b42f488ed3 Removed alt font hard fail 2019-09-26 10:06:10 -07:00
Brian Fiete
ad1ba70fdd Fixed some Win7 compat issues 2019-09-25 07:51:06 -07:00
Brian Fiete
54d5884213 Fixes for ShowWrongHash, looking into debug info issues in opt llvm 2019-09-24 08:58:04 -07:00
Brian Fiete
6143c617b7 Fixes to debugging source-server files 2019-09-23 13:48:11 -07:00
Brian Fiete
5f84a7e4e3 Adding "CTRL UP/DOWN" tutorial for autocomplete 2019-09-23 09:40:56 -07:00
Brian Fiete
9465247dfe Fixed jittering centering 2019-09-23 07:39:35 -07:00
Brian Fiete
eb139fd33c Fixes for debugger, -run and -new support for BeefBuild 2019-09-22 08:25:38 -07:00
Brian Fiete
a32d18d962 Debugger fixes
Removing some debugger remote-requests
2019-09-20 09:21:29 -07:00
Brian Fiete
c2d086fe8e Allowing HTTP requests for source servers 2019-09-20 09:19:38 -07:00
Brian Fiete
d0de2cca64 Cleanup, fixing error when last line is not newline-terminated 2019-09-19 06:06:49 -07:00
Brian Fiete
7dbfd15292 Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Brian Fiete
4cd58262e4 Cleanup 2019-09-19 05:34:46 -07:00
Brian Fiete
bda5f560eb Added ability to set default folder 2019-09-19 05:34:36 -07:00
Brian Fiete
49a19647d3 Small fixes 2019-09-18 13:02:01 -07:00
Brian Fiete
be7e82f5b6 Fixed bug 2019-09-18 12:58:35 -07:00
Brian Fiete
07d6f73d91 Adding SDL2 binaries to SDL2/dist 2019-09-18 12:57:57 -07:00
Brian Fiete
287922693e Added 'DarkTheme.png' theme image with encoded colors 2019-09-18 09:58:02 -07:00
Brian Fiete
4a809f3364 More version changes 2019-09-18 08:17:23 -07:00
Brian Fiete
28c24e98d7 Added file version 2019-09-18 08:13:00 -07:00
Brian Fiete
f2863d53b8 Fixed colorization for IDE 2019-09-18 08:12:15 -07:00
Brian Fiete
9930ae8436 Added screen DPI awareness 2019-09-16 09:32:02 -07:00
Brian Fiete
f5cc8190ef Added 'Dispose' capabilities to Result 2019-09-12 09:44:39 -07:00
Brian Fiete
1dae16ac57 Added some extra platform errors 2019-09-12 09:41:37 -07:00
Brian Fiete
84f03abcc7 Added ability to retrieve module name for Beef DLL projects 2019-09-11 10:06:10 -07:00
Brian Fiete
463e26ff75 Change to allow working in installer 2019-09-10 11:25:53 -07:00
Brian Fiete
f2a2c27513 Fixed closing of resizable popups when the cursor moves to resizer 2019-09-07 07:10:30 -07:00
Brian Fiete
6e407b8b58 Small fixes 2019-09-07 06:40:26 -07:00
Brian Fiete
0ce6e44523 Fixed some IDE issues
Fixed some issues related to creating new projects and workspace
Added 'Refresh' option to project
Fixed auto-include refresh
Fixed folder rename
Fixed EOF issue involving DbgModule string table
2019-09-05 08:18:24 -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
a7eacff199 Added holder 2019-08-29 14:57:43 -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
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