Commit Graph

487 Commits

Author SHA1 Message Date
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
Fred N. van Kempen
2b1c583e57 Merge pull request #34 from dhrdlicka/dhrdlicka-patch-1
Added Czech localization
2018-06-08 16:26:04 -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
b817e058ac Forgot to disable the libz update. 2018-05-14 18:13:26 -04:00
waltje
bafe90ec0c Switched back to Trusty as a temp for for Travis. Goodbye, Travis! 2018-05-14 18:09:47 -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
89b379d785 Test 2018-05-08 20:12:40 -04:00
waltje
249a5443ed Test 2018-05-08 19:54:18 -04:00
waltje
f93d5923d5 Fixed the sleep amount. 2018-05-08 19:41:52 -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
73d96853b0 Test 2018-05-08 18:39:09 -04:00
waltje
6ca345e386 Test 2018-05-08 18:31:48 -04:00
waltje
12327684fc Merge branch 'master' of https://github.com/VARCem/VARCem 2018-05-08 18:30:10 -04:00
waltje
5e7ee0c511 Test 2018-05-08 18:17:58 -04:00
c48922e232 Update .travis.yml
Downgrade ubuntu version for travis as recommended by their bug issue about downloading packages.
2018-05-08 23:17:04 +01:00
waltje
606bf59463 Test 2018-05-08 18:00:15 -04:00
waltje
a24dd5258a Test 2018-05-08 17:44:41 -04:00
waltje
c91c2fc70e Another try. 2018-05-08 17:03:07 -04:00
waltje
a38f126049 Trying explicit installs. 2018-05-08 16:50:37 -04:00
waltje
6724ff6223 Still cannot find zlib.h ... 2018-05-08 16:44:32 -04:00
waltje
cca3302804 Updated Travis to use Xenial instead of Trusty. 2018-05-08 16:18:00 -04:00
waltje
1ffe8aea32 Another way to do this. 2018-05-08 16:13:57 -04:00
waltje
a6efd7996e It still is. 2018-05-08 15:48:46 -04:00
waltje
37f352bd9c Revert "Ubuntu is a nightmare."
This reverts commit 8d311a7ec4.
2018-05-08 15:47:54 -04:00
waltje
8d311a7ec4 Ubuntu is a nightmware. 2018-05-08 15:43:18 -04:00
waltje
c56c6026c5 Seriously. 2018-05-08 15:28:20 -04:00
waltje
bdaeab7d7a Maybe this will work for installing Zlib ? 2018-05-08 15:24:55 -04:00
waltje
d8f8c0ec80 Updated Travis to also preload the ZLIB package for MinGW. 2018-05-08 04:01:12 -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
Fred N. van Kempen
b93b520a83 Merge pull request #32 from darkstar/msvc
Update MSVC project files and fix a few include paths along the way
2018-05-08 03:01:27 -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