Commit Graph

38 Commits

Author SHA1 Message Date
Jasmine Iwanek
f643391975 Serial Passthrough 2023-02-14 20:53:59 -05:00
Jasmine Iwanek
537fbad564 More bits of missed formatting 2022-12-20 19:33:42 -05:00
Jasmine Iwanek
bd75bc141a Header cleanups
Tabs to spaces
Consistency
2022-11-13 21:15:47 -05:00
Alexander Babikov
c82b9a379c Remove the crashdump generation stuff and the associated parameter
It's Windows-exclusive and has never really worked
2022-04-14 07:10:19 +05:00
David Hrdlička
ec7c2643e0 Make sure to enable the RtMidi support on Win32 too 2022-03-11 21:20:03 +01:00
David Hrdlička
4f759dd8c8 build: Fix a link 2022-02-11 11:35:52 +01:00
David Hrdlička
3305063f55 Add options to discover munt and slirp locally 2022-02-07 20:30:33 +01:00
ts-korhonen
d4408ca36e Merge branch 'master' of https://github.com/86Box/86Box into qt 2022-01-13 08:12:32 +02:00
David Hrdlička
929ee51234 Add a toolbar to the Windows GUI 2022-01-09 18:38:18 +01:00
Cacodemon345
62a4a025b1 Port Win32 Discord integration to Linux and macOS 2022-01-09 01:04:59 +06:00
David Hrdlička
2a61133a9e Fix manifest inclusion on CMake <3.22 2021-12-23 22:01:26 +01:00
David Hrdlička
52486e121e Convert CMake files to 4 spaces indentation 2021-12-20 15:08:23 +01:00
David Hrdlička
043ab9ce77 MSVC workarounds should apply to all non-MinGW builds 2021-12-20 15:07:33 +01:00
David Hrdlička
7df9e2a454 Add a compile option to choose between thread implementations 2021-12-17 06:59:53 +01:00
OBattler
707acadd36 Replaced the Win32 threads with the proven to be better performing C++11 threads. 2021-12-17 03:49:54 +01:00
OBattler
3eaa6153b5 Switched MIDI to RtMidi. 2021-12-03 20:12:44 +01:00
OBattler
295f750884 Moved the OpenGL 3.3 renderer and Discord integration out of the Dev branch. 2021-11-29 15:42:50 +01:00
David Hrdlička
a1df1c23ed Rename Program Settings to Preferences 2021-11-20 23:34:23 +01:00
Laci bá
03a7247630 Apply requested changes
- Remove icon functions from plat.h.
- Fix some indentation problems.
- Remove unused parameter from win_stbar.c
- Rename win_lang.c to win_progsett.c
- Remove stub functions from unix.c
- Move win_load_icon_set() to ui_init()
- Replace the translated texts to English, and let the translators translate them
- Fix the control IDs in dialogs.rc.
- Use the requested solution in win_icon.c for setting the array variables.
2021-11-17 19:02:19 +01:00
Laci bá
a16e39bb62 Initial commit for changeable icon set 2021-11-14 19:50:05 +01:00
Laci bá
b4f5ff7ad1 Separate language dialog, and minor language fixes 2021-11-12 22:41:01 +01:00
David Hrdlička
73cac00119 Remove pthreads on Win32 from build files 2021-09-23 23:03:33 +02:00
David Hrdlička
719d155393 cmake: fix pthread linking on Windows 2021-09-15 12:50:33 +02:00
OBattler
3c2ac29c68 Switched threads to pthread for all platforms (on Windows, you can compile with Win32 threads using PTHREAD=n). 2021-09-14 21:58:15 +02:00
David Hrdlička
88295f807c cmake: fix pure clang/win32 build 2021-08-29 07:23:33 +02:00
Alexander Babikov
9d1b2af59e Fix OpenGL shaders not working when built with CMake 2021-04-26 04:16:50 +05:00
Alexander Babikov
b4a16437d3 Add a separate build option for the OpenGL renderer 2021-04-26 02:45:20 +05:00
ts-korhonen
b07a6023d0 Fix compiling 86Box.rc in CMake. 2021-04-21 12:28:38 +03:00
Miran Grča
d555e9f52c Merge pull request #1385 from richardg867/master
Fix build for MSVC
2021-04-18 08:20:37 +02:00
RichardG867
dfdfc7fd8e Compile win_opendir on MSVC 2021-04-17 21:04:31 -03:00
ts-korhonen
7a83b463c2 win_opengl: Split shader loading to it's own file. 2021-04-16 19:44:31 +03:00
ts-korhonen
fc00dfd417 Merge branch 'master' into opengl 2021-04-12 23:47:06 +03:00
Daniel Gurney
e91a938f07 Fix cmake 2021-04-12 23:32:25 +03:00
OBattler
2c12f47bd7 Updated win/CMakeLists.txt. 2021-04-12 04:57:16 +02:00
ts-korhonen
f315145c7d OpenGL rendering component. First iteration, WiP. 2021-04-10 18:15:26 +03:00
Sean Ramey
ce4a97967f Fix Cmake build because of renamed file. 2021-03-25 03:13:33 -05:00
David Hrdlička
96eb8d806e Add copyright headers 2021-01-12 18:26:18 +01:00
David Hrdlička
11b6604196 Add CMake build files 2021-01-12 18:22:40 +01:00