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

149 commits

Author SHA1 Message Date
disarray2077
53c248c453
linux: Implement Process methods and Path.GetActualPathName 2025-05-11 19:28:12 -03:00
Brian Fiete
cd038089a7 Fixed async read error code handling 2025-05-11 08:11:17 +02:00
MineBill
8c6092504a
Implement BfpDirectory_Rename for Posix. 2025-04-15 12:28:45 +03:00
Brian Fiete
0286570c1e Overlapped io tweaks 2025-04-05 15:32:57 -04:00
Brian Fiete
d542f9a34b Async reading fixes 2025-04-05 14:26:03 -04:00
Brian Fiete
42ba7d3df5 Async reading improvements 2025-04-05 12:01:38 -04:00
Brian Fiete
fe1aa3c26e BeefySysLib point/rect updates, async pipe fixes 2025-03-28 08:08:33 -04:00
Brian Fiete
60988fda8f Read-from-memory fixes, render target improvements 2025-02-06 08:45:21 -08:00
Brian Fiete
0a1d3c8486 Fixed invalid entry into mTextureMap when loading by address 2025-02-01 14:03:34 -08:00
Brian Fiete
05cda98c85 BMP loading, show workspace icon files on startup panel 2025-02-01 10:39:04 -08:00
Brian Fiete
29c0f82bba Extended memory loading support 2025-01-17 10:18:50 -08:00
Brian Fiete
d1aa3de25e Fixed case where texture is loaded for both additive and non-additive 2025-01-14 10:14:35 -08:00
Brian Fiete
be247d2c5b Make uninitialized menu an empty string 2025-01-10 07:04:10 -08:00
Brian Fiete
c8dda5d1d9 BfpProcess_WaitFor, BeefCon shutdown fix 2024-10-21 09:13:26 -04:00
Brian Fiete
ff2affb733 Fixed handle leak in BfpProcess_GetById 2024-10-18 13:01:43 -04:00
Brian Fiete
4129c38bb2 BfpProcess_GetById pid check 2024-10-17 16:25:05 -04:00
Brian Fiete
0964d7805e NoMouse support 2024-08-12 14:11:50 -04:00
Brian Fiete
8052066ab0 Added "Keep Native Console Open" option 2024-07-24 09:41:08 +02:00
Franjo Hornung
18143fd8de
Update PosixCommon.cpp to prevent token error
Fixed error: expected unqualified-id before ‘{’ token
2024-07-23 00:24:59 -07:00
Brian Fiete
20a8e3327c Embedded console / terminal support 2024-07-23 07:56:23 +02:00
Brian Fiete
186c2125fa Initial console support 2024-07-19 10:31:33 +02:00
Brian Fiete
5b968e302a Linux fix 2024-03-17 06:57:00 -04:00
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
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
659aeefa61 Fix wasm compile error with lseek64, ftruncate64 2023-07-27 07:16:18 -07: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
MineGame159
9d1bd60c9a Fixed UseShellExecute flag when spawning a process 2023-02-20 22:34:14 +01: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
disarray2077
777a75f137 Make wildcard matching case insensitive on Windows 2022-07-06 23:21:50 -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
e4eb6dfcea Remove unneeded header 2022-05-16 17:52:45 -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
676e7988fb Fixes from valgrind 2022-03-18 18:06:14 -07:00
Hunter Bridges
795c70af2f Improve robustness of CrashCatcher registration 2022-02-15 22:11:56 -08:00
Brian Fiete
1e63e68e3d Fixed capture release with invalid mousedowns 2022-01-20 16:34:52 -05:00