Commit Graph

290 Commits

Author SHA1 Message Date
OBattler
f45fe7b121 Bump version to 4.2. 2024-03-23 17:19:33 +01:00
Alexander Babikov
8e06b5449f Overhaul plat_get_string()
Now takes constants with human-readable names instead of
Win32 string table IDs, language.h is no longer needed

ui_msgbox*() no longer accepts string IDs as arguments directly,
plat_get_string() must be explicitly called to retrieve the string
2024-03-20 20:33:28 +05:00
Alexander Babikov
e587cda80d Translations: Remove a few unused strings 2024-03-20 20:33:21 +05:00
Alexander Babikov
23ba920bbf Clean up the plat and ui API
Remove functions no longer defined or used on any plat/UI
Remove the old non-multi-monitor-aware plat_resize() and rename
plat_resize_monitor() to plat_resize()
2024-03-19 14:30:24 +05:00
Cacodemon345
7f68245eae unix_netsocket.c: Fix comparison value 2024-03-13 17:46:36 +06:00
Cacodemon345
b2a4d7457e netsockets: Swap port number 2024-03-13 16:38:32 +06:00
Cacodemon345
324299a6f3 unix_netsocket.c: Unused variables cleanup 2024-03-12 21:01:46 +06:00
Cacodemon345
515a69b318 Deal with accidental includes 2024-03-12 19:49:17 +06:00
Cacodemon345
3e623c88f4 More type fixes 2024-03-12 19:43:11 +06:00
Cacodemon345
097c9b4169 Fix SDL2 builds 2024-03-12 19:41:34 +06:00
Cacodemon345
59466a74f4 More TCP/IP related changes 2024-03-12 16:01:00 +06:00
Cacodemon345
d51ba85814 TCP/IP support 2024-03-12 14:27:19 +06:00
Alexander Babikov
4335c3e085 Fix ACPI poweroffs disabling exit confirmations
Use confirm_exit_cmdl to skip the confirmation prompt without
saving it in the config
2024-03-01 22:24:30 +05:00
Miran Grča
9d78fb7474 Merge pull request #4199 from mystuffs/errno
unix_serial_passthrough.c: check errno for EWOULDBLOCK
2024-02-24 16:23:56 +01:00
AsciiWolf
52ffbe582f Fix AppStream metainfo file 2024-02-24 14:08:26 +01:00
rilysh
6b435088f9 unix_serial_passthrough.c: check errno for EWOULDBLOCK
plat_serpt_write_vcon(): write() returns how much data it has written
to the file descriptor, and in case an error, it returns -1. So the
EWOULDBLOCK never really triggers, as in the following condition we're
not checking the errno, but the return value of the write() function.
2024-02-24 13:59:14 +05:30
OBattler
5c1cdb3c45 Bump version to 4.1.1. 2024-02-23 07:13:02 +01:00
Alexander Babikov
307e15019e Remove a long-unused string 2024-02-13 21:41:01 +05:00
Alexander Babikov
224daa92d0 qt: Remove fullscreen status icons 2024-02-13 21:13:25 +05:00
OBattler
441b2422d9 Unix SDL and Win32: Remove excess parenthesis from the recent CD-ROM change, fixes compile. 2024-01-15 14:00:27 +01:00
OBattler
5c15da4a17 CD-ROM: Converted the wrong kind of trailing slash, fixes #4038. 2024-01-14 21:31:46 +01:00
RichardG867
23039a35b4 More thread name clean-ups 2024-01-10 10:27:11 -03:00
RichardG867
02a1a8ec1b More non-cppthreads build fixes 2024-01-09 20:28:10 -03:00
RichardG867
30043d7b00 Fix unix and win32 build without C++ threads 2024-01-09 20:20:18 -03:00
RichardG867
67c84f1ae6 Add automatically-generated names to threads 2024-01-09 20:14:21 -03:00
OBattler
13d582b56f Unix: Use proper parentheses to cast the result, not the flags, fixes #3994. 2024-01-05 13:01:17 +01:00
OBattler
e614103f04 Unix: Temporarily disable the use of f_readline, fixes #3949. 2023-12-28 11:38:34 +01:00
OBattler
46d01e30da Actually unpause it at the correct time. 2023-12-27 21:39:51 +01:00
OBattler
62917d5ef6 Unix SDL: Unpause the main window after initialization, fixes #3940. 2023-12-27 21:39:23 +01:00
OBattler
b239f4c102 Unix SDL: Actually honor the return value of pc_init(), fixes #3948. 2023-12-27 21:35:39 +01:00
OBattler
dd005d74ea Unix SDL: Fix plat_pause(). 2023-12-27 21:30:47 +01:00
OBattler
87f5d01fda Unix: Separate XDG_DATA_DIRS paths by colon instead of semicolon, fixes #3946. 2023-12-27 21:13:55 +01:00
Jasmine Iwanek
8e74ee2726 Fix most of the warnings in the macos builds 2023-12-17 18:30:16 -05:00
Jasmine Iwanek
4c87164692 Fix remaining warnings in windows and linux builds 2023-12-17 15:08:22 -05:00
OBattler
cf36889bd2 Unix SDL fixes, per suggestion by svenska. 2023-12-03 14:19:00 +01:00
OBattler
8e985de5d2 Merge remote-tracking branch 'origin/master' into version/4.1 2023-11-11 15:47:04 +01:00
Miran Grča
05ac665ee7 Merge branch 'master' into fullscreenstaticonqt 2023-11-08 07:08:51 +01:00
Jasmine Iwanek
b012ab75f4 Misc bits from master 2023-11-04 02:50:13 -04:00
RichardG867
bc522612c7 Merge branch 'master' of ssh://github.com/86Box/86Box into version/4.1
# Conflicts:
#	CMakeLists.txt
#	debian/changelog
#	src/include_make/86box/version.h
#	src/unix/assets/86Box.spec
#	src/unix/assets/net.86box.86Box.metainfo.xml
#	vcpkg.json
2023-10-23 15:42:06 -03:00
Jasmine Iwanek
e6e7ec9532 Fix *nix SDL builds 2023-10-16 18:51:19 -04:00
Jasmine Iwanek
1c01f1e2e2 Cleanups in src/unix 2023-10-16 18:51:19 -04:00
Jasmine Iwanek
98a5e6e873 Fix building on macos SDL 2023-10-16 18:51:19 -04:00
OBattler
becdd3d9f9 Bumped version to 4.0.2. 2023-10-16 20:25:42 +02:00
OBattler
e441b3a4fc ROM version. 2023-10-12 00:28:51 +02:00
OBattler
c65bae5be8 Merge remote-tracking branch 'origin/master' into version/4.1 2023-10-12 00:28:33 +02:00
OBattler
4978b8c189 ROM version. 2023-10-12 00:28:18 +02:00
OBattler
29e1f9e2bb Fixed src/unix/assets/86Box.spec. 2023-10-12 00:27:24 +02:00
OBattler
96e7381099 Conflict resolution. 2023-10-12 00:04:46 +02:00
OBattler
937edd6a74 Bumped the version to 4.0.1. 2023-10-12 00:01:43 +02:00
OBattler
f5190b1c6f Merge remote-tracking branch 'origin/master' into version/4.1 2023-09-24 19:01:22 +02:00