Brian Fiete
2ea5d31c37
Minor IDE changes
2019-09-27 13:03:47 -07:00
Brian Fiete
b42f488ed3
Removed alt font hard fail
2019-09-26 10:06:10 -07:00
Brian Fiete
4fcbdc423d
Minor IDE fixes
2019-09-26 08:26:49 -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
c67fbd66ba
Added BeefIDE_d warning
2019-09-23 14:55:26 -07:00
Brian Fiete
6143c617b7
Fixes to debugging source-server files
2019-09-23 13:48:11 -07:00
Brian Fiete
54b77f400a
Fixes for 'Welcome'
2019-09-23 11:50:11 -07:00
Brian Fiete
c6ef4b9b75
Added missing Welcome images
2019-09-23 11:07:58 -07:00
Brian Fiete
fa0311f849
Adding WelcomePanel
2019-09-23 09:41:21 -07:00
Brian Fiete
5f84a7e4e3
Adding "CTRL UP/DOWN" tutorial for autocomplete
2019-09-23 09:40:56 -07:00
Brian Fiete
eb139fd33c
Fixes for debugger, -run and -new support for BeefBuild
2019-09-22 08:25:38 -07:00
Brian Fiete
bccb2e352b
Fixed linking for msvcrt
2019-09-21 15:54:55 -07:00
Brian Fiete
54e3eea871
Revert "Auto stash before merge of "master" and "origin/master""
...
This reverts commit c0c0db7485
.
2019-09-21 10:51:09 -07:00
Brian Fiete
c0c0db7485
Auto stash before merge of "master" and "origin/master"
2019-09-21 10:49:35 -07:00
Brian Fiete
41185e871c
Fixed minidump
2019-09-20 10:40:09 -07:00
Brian Fiete
a32d18d962
Debugger fixes
...
Removing some debugger remote-requests
2019-09-20 09:21:29 -07:00
Brian Fiete
4e2cc8875e
Fixed project creation for creating new workspace
2019-09-19 05:34:11 -07:00
Brian Fiete
49a19647d3
Small fixes
2019-09-18 13:02:01 -07:00
Brian Fiete
243ffaf851
Supporting wildcard for CopyIfNewer
2019-09-18 13:01:29 -07:00
Brian Fiete
eb9943ca0a
Added concept of macro commands, starting with $(Slash <arg>)
2019-09-18 13:01:18 -07:00
Brian Fiete
ba2c4faa59
Added a wait-for-classify on initial showing to reduce color flashing
2019-09-18 09:58:40 -07:00
Brian Fiete
287922693e
Added 'DarkTheme.png' theme image with encoded colors
2019-09-18 09:58:02 -07:00
Brian Fiete
4f2472c276
Small fixes
2019-09-18 08:18:20 -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
20d5835ff3
Only showing FPS in dev mode
2019-09-16 09:34:09 -07:00
Brian Fiete
f9ef95cb1c
Upgraded LLVM to 8.0.1, switched all CRTs to static
2019-09-16 09:33:54 -07:00
Brian Fiete
9930ae8436
Added screen DPI awareness
2019-09-16 09:32:02 -07:00
Brian Fiete
3de10b9d73
Added version.lib from mincrt config
2019-09-12 10:12:54 -07:00
Brian Fiete
a8df8c0e47
Small changes, IDE fixes
2019-09-12 09:48:38 -07:00
Brian Fiete
f5cc8190ef
Added 'Dispose' capabilities to Result
2019-09-12 09:44:39 -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
2f01da9e86
Small IDE fixes
2019-09-10 11:26:14 -07:00
Brian Fiete
463e26ff75
Change to allow working in installer
2019-09-10 11:25:53 -07:00
Brian Fiete
3616305378
Added additional error to rename when def is locekd
2019-09-07 15:18:32 -07:00
Brian Fiete
ff610742c5
IDE ui issues
...
Fixed an autocomplete issue with path edits
Made renaming symbols aware of file/project locking
Fixed saving of Settings after running test
Fixed async autocomplete update when not terminated with ')'
2019-09-07 06:40:03 -07:00
Brian Fiete
d7da98444e
Fixed a module extension issue with mIRFunction not being cleared
2019-09-07 06:38:56 -07:00
Brian Fiete
07a8e1fe23
Fixed manifest embedding
2019-09-07 06:35:51 -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
b3487d733b
Moved BeefPerf
2019-09-04 11:39:56 -07:00
Brian Fiete
d26e2957b0
Fixed ability to cancel downloads
2019-09-04 10:27:37 -07:00
Brian Fiete
43c82515fe
Fixed pause issue running post-build scripts, added curl diagnostics
2019-09-04 07:00:38 -07:00
Brian Fiete
c5dca50e50
Fixed the lambda hotswap change
2019-09-04 05:57:56 -07:00
Brian Fiete
1e04bb1b3e
Autocomplete fixes, debugger fixes
...
Fixed autocomplete issue typing out base class name
Fixed autocomplete issue typing before a member access (ie: in 'val' for 'val.MethodA()')
Fixed invocation autocomplete with [Friend] access
2019-09-04 04:44:00 -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
aad0a640c5
Fixed test error
2019-08-29 18:10:38 -07:00
Brian Fiete
3625d76cc7
Fixed cascade error, switched minidump test to use symbols.beeflang.org
2019-08-29 17:40:17 -07:00