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

298 commits

Author SHA1 Message Date
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
61f54a4f88 Comptime math and bug fixes 2021-01-26 06:33:23 -08:00
Brian Fiete
f665388e91 Expanded const aggregate compatibility 2021-01-18 14:09:16 -08:00
Brian Fiete
d557e11dad Warning fix 2021-01-13 09:24:26 -08:00
Brian Fiete
f928b93644 Fixed environment issue 2021-01-03 07:04:33 -08:00
Brian Fiete
fa65029dfa Fixed false signature change with multiple extensions 2020-12-31 09:56:51 -08:00
Brian Fiete
08e3f9155e Linux fixes 2020-12-23 12:32:24 -08:00
Brian Fiete
ff1f8aff3f Initial const eval feature release 2020-12-23 08:53:38 -08:00
Brian Fiete
be929c3626 ConstEval updates, better const struct support 2020-12-22 04:50:37 -08:00
Brian Fiete
9b80c26d0a More const eval progress 2020-12-19 14:19:33 -08:00
Brian Fiete
76cd261b80 Linux fix 2020-12-17 06:09:36 -08:00
Brian Fiete
6bb363fb4b CTFE updates, including heap support 2020-12-17 04:51:05 -08:00
Brian Fiete
52a441f486 Linux fixes 2020-12-14 09:24:45 -08:00
Brian Fiete
350516fae3 Added GrowUninitialized 2020-12-13 08:02:31 -08:00
Brian Fiete
11a7d2dd1c Filter device names 2020-12-02 16:49:10 -08:00
Green Sky
d9f90ac8b4 remove DS_Store files 2020-11-28 17:34:07 +01: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
506d9868fa VS2019 fixes 2020-11-18 09:14:51 -08:00
Brian Fiete
b43007a1b6 Upgrade to VS2019, LLVM 11.0.0 2020-10-27 12:28:23 -07:00
Brian Fiete
72242aa31c Horizontal scroll wheel support 2020-10-15 10:00:36 -07:00
Hunter Bridges
4d82eda5e7 Adding quotes to paths to fix various issues in C++ builds
Various aspects of build were breaking when spaces were present in file paths
2020-10-11 12:48:55 -07:00
Brian Fiete
b28a87136f Extended autocomplete info 2020-10-08 09:41:05 -07:00
Brian Fiete
8376355098 Fixed multi-sourced symbol server conflict 2020-10-06 07:07:45 -07:00
Brian Fiete
1523000e80 Theme update 2020-10-05 14:25:55 -07:00
Brian Fiete
1b171d5b20 Warning fixes 2020-09-18 05:12:51 -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
9bbcb8eb5e Added a RefType colorization type 2020-08-13 06:28:31 -07:00
Brian Fiete
0783fd3318 Made stack space configurable 2020-08-10 14:45:29 -07:00
Brian Fiete
8aa3e8ff22 Using image data from PSD instead of manually flattening 2020-08-09 10:12:52 -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
7bd29b5b69 Fixed issue choose 'int unknown' overload over generic method 2020-05-29 16:10:16 -07:00
Brian Fiete
1097619f48 Support for null chars in rawString view 2020-05-28 10:06:07 -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
af77115f18 macOS fixes 2020-05-21 13:30:30 -07:00