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
c2d086fe8e
Allowing HTTP requests for source servers
2019-09-20 09:19:38 -07:00
Brian Fiete
cb84684517
Ignore changes
2019-09-20 05:22:02 -07:00
Brian Fiete
310efb5c0c
Fixed startup delay due to TCMalloc EstimateCyclesPerSecond
2019-09-19 07:05:22 -07:00
Brian Fiete
a414045e96
Cleanup
2019-09-19 06:36:01 -07:00
Brian Fiete
db1e7dfd71
Oops
2019-09-19 06:35:41 -07:00
Brian Fiete
d21954bac9
Cleanup, removed 's' marker from leaked objects
2019-09-19 06:35:34 -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
4e2cc8875e
Fixed project creation for creating new workspace
2019-09-19 05:34:11 -07:00
Brian Fiete
fbd4e14fb6
Allowing allocation of arrays by uint size instead of just int
2019-09-18 17:10:06 -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
9f1ea28953
Fixed bug with stack saving
...
In certain cases when we need to remove the StackSave (because we crossed the save threshold with an allocation), there may already be restores using that stack save which need to be removed as well.
2019-09-18 13:00:44 -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
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
f20c55bac0
Displays error number when a DX call fails
2019-09-18 08:16:48 -07:00
Brian Fiete
70332811ca
Put in fast-shutdown for localhost
2019-09-18 08:16:27 -07:00
Brian Fiete
a233e73552
Lifetime checking
2019-09-18 08:15:57 -07:00
Brian Fiete
04702cfc57
Removed Win10-only call
2019-09-18 08:15:36 -07:00
Brian Fiete
cde78bc8c5
Made DPI dynamic to fix errors where running on Win7 failed
2019-09-18 08:15:17 -07:00
Brian Fiete
c0b73cdd6f
Removed lifetime.start and lifetime.end for LLVM
...
The lifetime annotations were causing errors in release builds, related to stack colorization
2019-09-18 08:14:38 -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
a9e2e7595b
CURL updates
2019-09-16 09:34:30 -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
093eaa64c0
Platform changes
2019-09-12 09:47:56 -07:00
Brian Fiete
303b45f438
Added version info to crash catcher
2019-09-12 09:47:19 -07:00
Brian Fiete
9309297295
Disallowed certain operations in deferred blocks (ie: returns/breaks)
2019-09-12 09:46:54 -07:00
Brian Fiete
59b807fa15
Fixed breakpoint error with multiple breakpoint locations in a file
2019-09-12 09:46:12 -07:00
Brian Fiete
4a83bedd13
Fixed uninitialized member (issue for reproducible builds)
2019-09-12 09:45:42 -07:00
Brian Fiete
f5cc8190ef
Added 'Dispose' capabilities to Result
2019-09-12 09:44:39 -07:00
Brian Fiete
d41872723d
ws
2019-09-12 09:42:02 -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
5fce0af004
Fixed local method infinite-loop bug
2019-09-11 10:04:58 -07:00
Brian Fiete
a33ca261d5
Fixed on-demand issue triggered by Result Dispose change
2019-09-10 12:28:33 -07:00
Brian Fiete
38a650fc2e
Fixed bugs with type extensions
2019-09-10 11:27:53 -07:00