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
ddd9b1b218 Extensive runtime refactor to reduce generated executable sizes 2024-03-16 07:23:29 -04:00
Brian Fiete
733b3fe41f Added "System" option to RtCrashReportKind 2024-02-27 16:20:17 -05:00
Brian Fiete
d1134ebfb8 Res_WritePNG 2024-02-22 06:52:19 -05:00
Brian Fiete
2cc0afa762 RGB jpeg swap 2024-02-15 14:24:05 -05:00
Ron Zuckerman
3a9f2a234b
Bug fix for empty command-line arguments 2024-01-20 14:49:28 -06:00
Ron Zuckerman
1a34aafddd
Make sure command line arguments with whitespace are enclosed in quotes 2024-01-15 15:26:13 -06:00
Brian Fiete
015bf14156 Properly handle console mode ENABLE_LINE_INPUT 2024-01-02 08:25:37 -05:00
Brian Fiete
90ba850618 Soft fail on image loading failure 2023-12-09 09:10:44 -05:00
Brian Fiete
7b6544fadd Res_FreeImageBits 2023-11-28 06:19:29 -05:00
Brian Fiete
659aeefa61 Fix wasm compile error with lseek64, ftruncate64 2023-07-27 07:16:18 -07:00
Brian Fiete
40f3baf127 Graphics.DrawLine, DrawBatch fixes 2023-07-26 09:39:14 -07:00
Brian Fiete
ba0ff23e9d Renamed Compress.cpp to Compression.cpp 2023-06-28 16:20:26 -04:00
Brian Fiete
ed444416f0 Improved settings reloading recent file menu item updating 2023-06-01 08:00:16 -04:00
Brian Fiete
037cb39240 Fixed Console.Readline, added Console.KeyAvailable 2023-04-17 15:16:19 -07:00
Brian Fiete
b692c7c404
Merge pull request #1801 from MineGame159/unix_shell_execute
Fixed UseShellExecute flag when spawning a process on Linux
2023-02-21 06:34:01 -05:00
MineGame159
9d1bd60c9a Fixed UseShellExecute flag when spawning a process 2023-02-20 22:34:14 +01:00
Brian Fiete
990b509111 Added GetRelativePath 2023-02-20 14:46:24 -05:00
Brian Fiete
7206038cc5 Image fixes 2023-01-23 06:54:58 -05:00
Brian Fiete
2746a53839 Process attach improvements 2023-01-13 07:00:11 -05:00
Brian Fiete
7293fed046 Dynamically load SDL2.dll 2022-11-17 07:29:50 -08:00
Brian Fiete
2428fe8e57 Beefy2D windows enhancements 2022-11-16 13:56:20 -08:00
Brian Fiete
8e191b074b SDL platform improvements 2022-11-10 06:37:55 -08:00
Brian Fiete
d20b53b187 Improved SDL platform support, 'ar' lib reworking 2022-11-07 09:57:27 -08:00
Brian Fiete
258a6653f9 SDL/OGL platform improvements 2022-11-03 10:58:24 -07:00
Fusioon
1c2af5467a Linux filewatch improvements
Improve handling of newly created directories and watcher removal
2022-10-11 04:31:03 +02:00
Fusioon
93c3b27c48 Add linux filewatcher
Implement inotify based filewatcher for linux
2022-10-06 00:10:34 +02:00
Brian Fiete
a17d666c57 Expand DX reinit check 2022-08-23 13:22:32 -07:00
Brian Fiete
05c2e1587c Copy/cut/paste support for workspace files and folders 2022-08-04 08:19:01 -07:00
flying-dude
cc23e1b50b comment says the wrong thing. actually uses "Debug" by default. 2022-07-27 23:41:50 +02:00
flying-dude
8f40fe1d62 remove trailing whitespace from CMakeLists.txt files 2022-07-23 21:54:50 +02:00
Brian Fiete
9642060e06 Fixed SizedArray move ctor 2022-07-13 07:06:31 -04:00
Brian Fiete
6816c1e006 Better limit on BeefPerf connection waiting 2022-07-11 07:32:52 -04:00
Brian Fiete
03b3ed2cff
Merge pull request #1635 from disarray2077/mp_build
Add /MP to all VS projects
2022-07-10 07:53:12 -04:00
disarray2077
3eb354f15b Add /MP to all VS projects 2022-07-08 16:23:38 -03:00
disarray2077
777a75f137 Make wildcard matching case insensitive on Windows 2022-07-06 23:21:50 -03:00
disarray2077
9482c0c1d3 Add missing files 2022-07-06 20:12:38 -03:00
disarray2077
debcf7eb6c Add willdcard check in BfpFindFileData_CheckFilter 2022-07-06 16:51:14 -03:00
Brian Fiete
a27ef9beda Lazy<T>, LazyTLS<T>, thread dtors 2022-07-04 10:20:38 -07:00
Brian Fiete
7c00fe87c4 Fixed update-after-shutdown issue 2022-06-21 11:31:51 -07:00
Brian Fiete
3c081fc2fb Fixed large-update logic 2022-05-30 18:07:29 -07:00
Brian Fiete
e4eb6dfcea Remove unneeded header 2022-05-16 17:52:45 -07:00
Brian Fiete
667642ca52 Headless fix 2022-05-16 10:34:42 -07:00
Brian Fiete
2aaf5a2db4 Zero-time check for WaitForVBlank 2022-05-15 08:12:13 -07:00
Brian Fiete
e87bf5b029 UpdateF, dx reinit 2022-05-15 08:00:55 -07:00
Brian Fiete
d623c21495 Compiler performance enhancements 2022-05-06 11:28:38 -07:00
Brian Fiete
9860ef1cb3 Fixed dictionary move constructor 2022-04-28 15:01:59 -07:00
Brian Fiete
27464c3a73 miniz.c 2022-04-16 09:39:10 -07:00
Brian Fiete
00f663f6cc Add ZipFile 2022-04-16 09:00:23 -07:00
Brian Fiete
2802bf87b2 miniz 2022-04-16 06:33:16 -07:00
Brian Fiete
4d1e14a1c3 Show comptime emits as embedded sourceviews 2022-04-16 06:27:54 -07:00