Commit Graph

208 Commits

Author SHA1 Message Date
waltje
fe75e1e49a Fix for lame MinGW 'windres.exe' code. 2018-06-16 18:49:09 -04:00
waltje
162afde8b8 More cleanups.
Added more languages.
Updated SCAT machines (for the Asian demo machines.)
Fixed VC project files.
Started integrating building of language DLL's into mainline.
Added the Award 8088 XT Clone machine.
2018-06-16 18:40:48 -04:00
Fred N. van Kempen
eb5a5d6b71 Merge pull request #33 from darkstar/msvc
MSVC: Update project files
2018-06-16 15:15:49 -04:00
Fred N. van Kempen
e73f294895 Merge pull request #37 from Arbars/Kazakh
Reworked Kazakh localization file
2018-06-14 13:47:11 -04:00
Arbars
3d835f17fc Updating Kazakh with fixing grammar
A total rework of localization.
2018-06-14 16:17:17 +06:00
waltje
2f0300eec8 Updated Italian to the correct file.
Added Belarussian and Lithuanian languages.
2018-06-13 15:07:30 -04:00
Arbars
6a1b77bbed Adding kazakh localization file 2018-06-12 12:11:07 +06:00
darkstar
c68299ce31 MSVC: add missing library and fix project files 2018-06-10 00:58:42 +02:00
darkstar
d188e95b81 Fix uninitialized variable 2018-06-10 00:50:50 +02:00
darkstar
59e2350728 MSVC: Update project files 2018-06-10 00:24:18 +02:00
waltje
1a3148e9c7 More fixed and updates. No new code or features. 2018-06-08 19:44:33 -04:00
David Hrdlička
04af6d5f1e Added Czech localization 2018-06-08 18:11:08 +02:00
waltje
d3039192e7 Adding multi-language support.
Cleanups.
2018-06-04 16:49:29 -04:00
waltje
ffe6ac9475 Fixed ZIP drive bus numbering. 2018-05-16 15:57:23 -04:00
waltje
d136e28136 More cleanups.
Changes to make the FDC work with single-sided drives.
Changes to show user 160/180 and 320/360K drives are the same.
More changes that deal with VNC (new VNC lib in progress)
Fixed bugs in New Image code.
Fixed screenshots not working.
2018-05-14 17:53:16 -04:00
waltje
cfda8ef931 Some minor changes, mostly for some leftover EuroPC things.
Version bumped to 0.1.6.0 - finalizing for release.
2018-05-12 23:53:43 -04:00
waltje
d393e95f8f Fixed bug in XTA driver.
Fixed string-loading issue.
Fixes for handling file dialog, filters, etc.
Changed the return value of dlg_file so we can use its RO flag.
Removed the additional _WP statusbar menu items (no longer needed with new RO handling.)
2018-05-11 21:31:52 -04:00
waltje
ef2772b629 Added SDL renderer for Windows. Still some issues, but mostly works. 2018-05-11 17:23:28 -04:00
waltje
14ea28dc3e Fix for XTA driver, showed up in HD20. 2018-05-11 17:22:22 -04:00
waltje
baea3fe037 More changes and cleanups. 2018-05-11 04:09:50 -04:00
waltje
f018b3bc33 Changes needed to allow for SDL (and maybe others) that need a fullscreen window. 2018-05-10 22:58:34 -04:00
waltje
bf676a9213 More warnings fixed (in cpu/ and mem.c)
More vidapi cleanups, synced with UNIX version now.
More fine-tuning of UI code here and there.
2018-05-10 03:58:47 -04:00
waltje
4d076d37e0 Re-did the VIDAPI stuff and moved to the common code. 2018-05-09 18:11:20 -04:00
waltje
1ace617077 Forgot to remove some debug stuff. 2018-05-09 04:38:11 -04:00
waltje
6bc2044b73 Fixed the floppy-error bug on VC builds (was uninited variable in fdd_img.c)
Made the CD=ROM ioctl support code conditional, as per OBattler's concerns over that code.
2018-05-09 01:48:48 -04:00
waltje
8ea3d62640 More changes for Travis (and updated code.) 2018-05-08 19:10:03 -04:00
waltje
6f9f26951c Updated travis (again..) and some code changes. 2018-05-08 18:57:25 -04:00
waltje
04790cb7ce Updated README.md with build status info.
Fixed bugger driver internal pathnames.
Updated Makefile.MinGW.
2018-05-08 03:35:22 -04:00
waltje
c5b29c2a09 Cleaned up the VIDAPI interface - renderers now export only one symbol.
DirectDraw and Direct3D modules re-integrated as one single driver.
VNC is now enabled by default, it will be runtime-disabled if the DLL is not found.
The BUGGER device moved to devices/ ; will be an external device (DLL) soon.
2018-05-08 03:12:42 -04:00
darkstar
c07d0fa988 MSVC: Update project files 2018-05-08 01:03:53 +02:00
darkstar
258c784989 Fix some relative include paths 2018-05-08 01:00:14 +02:00
Fred N. van Kempen
1efb84388e Merge pull request #31 from darkstar/msvc
MSVC: Update Project files and set subsystem version to 5.01 to make XP happy
2018-05-06 23:39:41 -04:00
waltje
393480c2f6 Final move of files into the new structure. 2018-05-06 22:51:54 -04:00
darkstar
6d84a69b1b Update MSVC project files 2018-05-07 00:11:55 +02:00
darkstar
6dafbc3051 MSVC: Set linker version to 5.01 to make XP happy 2018-05-07 00:01:28 +02:00
waltje
1d6dcdee7b More cleanups (mostly in cpu) and consting the CPU opcode tables.
Removed the crcspeed/ folder entirely - was no longer used.
2018-05-06 16:18:53 -04:00
waltje
12bbba12e6 More warning cleanups (shadowed variables.) 2018-05-05 15:47:17 -04:00
waltje
57fc9ff122 Some fixes. 2018-05-04 00:22:11 -04:00
waltje
df05f2775c Updated VC14 files.
Small fixes (while testing with Code::Blocks)
2018-05-03 21:28:19 -04:00
darkstar
7228d89b6c MSVC: Update project files.
Some files were moved again, and one option was set that should not
have been set from the beginning.
2018-05-04 00:09:12 +02:00
darkstar
87421947fd Fix compilation for MSVC
This function breaks when none of the three #defines are defined. Just
declare the variable unconditionally and rely on the compiler to
optimize it out when it's not needed
2018-05-04 00:08:03 +02:00
waltje
de1818e661 Revamped the UI setup layer, which also fixes the VC builds. 2018-05-03 17:25:28 -04:00
waltje
83605c00a5 More UI changes (new Display menu.)
Re-integrated IDS value definitions into ui_resource.h.
Several small fixes.
2018-04-30 20:01:45 -04:00
waltje
8718221088 Fixing some more UI bugs.
Fixed the "wrong CD-ROM bus string" bug.
2018-04-30 18:19:59 -04:00
waltje
2eb86d639b More UI cleanups and fixes. 95% of the UI code is now common.
Added missing "invert_display" config item.
Added some more local logging functions.
2018-04-30 17:44:11 -04:00
waltje
f4fb5ca1b9 Also updated the MSVC Makefile.VC 2018-04-29 19:45:22 -04:00
waltje
9f04d73b62 Major change to split UI functions into common and front-and parts.
Cleaned up more warnings.
2018-04-29 19:39:16 -04:00
waltje
edcb2110de NVR fix for calculating wrong day-of-week. 2018-04-28 18:48:17 -04:00
waltje
f7e37414d1 Fixed oopsie in NVR, wrong way of adding 1 to a BCD. 2018-04-28 18:22:51 -04:00
darkstar
182e0dfd1e MSVC: Update project files 2018-04-27 21:15:28 +02:00