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

91 commits

Author SHA1 Message Date
disarray2077
06fe5a98c6 Implement FileStream SetLength 2021-08-01 17:38:30 -03:00
disarray2077
a71962a5a8 Fix File OpenOrCreate 2021-08-01 17:30:40 -03:00
Brian Fiete
8d2b222c1a Preserve cwd after spawn 2021-07-15 05:58:59 -07:00
fusion
93cef5fe9b Fix AltGr triggering keyboard shortcuts. 2021-07-06 23:52:16 +02:00
Brian Fiete
961e71c62a Exposed system handle for FileStream 2021-07-03 05:29:50 -07:00
Brian Fiete
9875d3a12d Linux fix 2021-06-28 10:28:32 -07:00
Brian Fiete
9236b3e0d2 Remove debug flags 2021-05-31 07:01:17 -07:00
Brian Fiete
136c2b2211 Shutdown fix 2021-05-29 07:59:49 -04:00
Brian Fiete
d586af2f1d Fixed image caching issue 2021-05-28 08:28:21 -04:00
Brian Fiete
39c140f44a Additional 3d support 2021-05-25 10:57:22 -04:00
Brian Fiete
9e62f50027 StringView fix 2021-05-12 10:08:55 -04:00
Brian Fiete
f26df6c86b Additional 3d support 2021-05-12 07:24:29 -04:00
Brian Fiete
9e3248fb4f CachedEnumerateInputDevices 2021-04-11 07:02:00 -04:00
Brian Fiete
8e9d7ed4c4 Lost changes 2021-02-25 10:14:22 -08:00
Brian Fiete
f928b93644 Fixed environment issue 2021-01-03 07:04:33 -08:00
Brian Fiete
6bb363fb4b CTFE updates, including heap support 2020-12-17 04:51:05 -08:00
Brian Fiete
11a7d2dd1c Filter device names 2020-12-02 16:49:10 -08:00
Brian Fiete
98c35f4a87 DirectInput support 2020-11-27 06:25:54 -08:00
Brian Fiete
f273407f97 Simple DirectInput support 2020-11-27 06:24:47 -08:00
Brian Fiete
3adf9a144e Allow BfpThread_GetIntRegisters to fail without crashing 2020-11-22 07:56:36 -08:00
Brian Fiete
72242aa31c Horizontal scroll wheel support 2020-10-15 10:00:36 -07:00
Brian Fiete
8376355098 Fixed multi-sourced symbol server conflict 2020-10-06 07:07:45 -07:00
Brian Fiete
a215bac755 Added Relaunch option on crash dialog 2020-09-17 14:15:38 -07:00
Brian Fiete
7f3ab3878f File size querying 2020-09-11 16:39:17 -07:00
Brian Fiete
0b7edafd73 Fixed issue with forward/backward mouse buttons 2020-09-09 23:29:36 -07:00
Brian Fiete
0347f997f2 Support for Forward/Backward mouse buttons 2020-09-03 08:14:24 -07:00
Brian Fiete
d807049b9f Added line copying to copy/cut/paste 2020-08-30 07:49:34 -07:00
Brian Fiete
b7b065855d Start of wasm support 2020-08-06 09:24:37 -07:00
JamesOrson
e76becf4c6 Remove unnecessary delete statements
If a value is null, the C++ delete statement will do nothing, so there is bo need to explicitly check if the value is null.
2020-07-10 16:36:14 -07:00
Brian Fiete
3123aad0d1 Fixed exe path issue 2020-07-07 13:08:45 -07:00
Brian Fiete
6e5b6694a1 Fixed dynamic Beef libs on Linux/macOS 2020-06-30 12:13:20 -07:00
Brian Fiete
365701fe2f Write crash info to OutputDebugString 2020-06-25 05:21:03 -07:00
Brian Fiete
7c2ef7f709 Crash backtrace improvements 2020-06-10 07:13:48 -07:00
Brian Fiete
a7e9182d4b Added crash text to minidump 2020-05-29 16:10:47 -07:00
Brian Fiete
08adbd565b Made crash catcher calls virtual to support intra-module calling 2020-05-28 08:47:39 -07:00
Brian Fiete
f1eafa8d81 Added ability to catch llvm errs(), shared crashcatcher object 2020-05-28 07:25:25 -07:00
Brian Fiete
a055249523 Added support for caching compiled shaders to remove D3DCompiler dep 2020-05-25 11:03:10 -07:00
Brian Fiete
84aecbca81 Smoother mouse wheel scrolling 2020-05-25 00:10:35 -07:00
bfiete
6b46904510 Working on Linux fixes 2020-05-21 06:58:26 -07:00
Brian Fiete
7fc71c7197 Linux fix 2020-05-16 12:26:13 -07:00
Brian Fiete
50244bf400 Triple-click to select line 2020-05-16 10:11:04 -07:00
Brian Fiete
4472449cc4 Allows for stack base to change 2020-05-16 10:07:17 -07:00
Brian Fiete
767ced3563 Improved fatal errors - they run through crash handler now 2020-05-13 12:30:25 -07:00
Brian Fiete
962ebba6e9 Disabled Alt+Enter 2020-05-11 10:31:12 -07:00
Brian Fiete
26604017f8 Multi-monitor fixes 2020-05-07 08:39:40 -07:00
Brian Fiete
4479af6df4 Fixed BfpFile_GetActualPath 2020-04-28 15:51:22 -07:00
Marc-André Lavoie
7c4c9e6ce9 Fix error tooltip position on multi-screen systems 2020-04-08 21:56:24 -04:00
Brian Fiete
757464db3e Fixed popup location clipping 2020-03-30 12:17:24 -07:00
Brian Fiete
857c1c384a Added support for "case when" (valueless) switch cases 2020-02-23 06:14:14 -08:00
Łukasz Pankowski
691f81f5c1 Fixed segfault in Environment.GetEnvironmentVariables on POSIX 2020-02-01 14:13:36 +01:00