Commit Graph

11728 Commits

Author SHA1 Message Date
rderooy
7a481e51ec Move shaders to contrib/shaders
And update references. I hope this does not break the windows build.
2020-09-09 11:12:30 +02:00
rderooy
f88dd7d2d0 Move mappings to contrib/mappings 2020-09-09 10:09:19 +02:00
rderooy
497acea834 Move macOS specific files to contrib/macos
And update any references to them. I did not compile test this,
so cannot guarantee not to have broken anything along the way.
2020-09-09 09:34:35 +02:00
rderooy
f2c0acbe8a Move src/cfggui.ico pause.ico and mapper.ico to contrib/icons 2020-09-09 09:18:34 +02:00
rderooy
982a363630 Move src/dosbox.ico to contrib/icons/dosbox-x.ixo
This could break the windows build, which I did not test!
2020-09-09 09:14:11 +02:00
rderooy
8c5772b54c Move src/dosbox.png to contrib/icons/dosbox-x.png 2020-09-09 08:51:21 +02:00
rderooy
6c315cda62 Move font to contrib/fonts 2020-09-08 17:58:18 +02:00
rderooy
662e2a64b9 Switch linux to SVG icon
I found that the icon used by DOSBox-X comes from
https://www.vogons.org/viewtopic.php?p=79575#p79575

Which apart from Windows and Mac icons also included a SVG icon
which is preferred on Linux, and looks nicer. So add the SVG icon
and update 'make install' and make-rpm.sh to use it.
The SVG icon is placed in contrib/icons

p.s. I found that the tar operation in make-rpm.sh blindly assumes
the directory containing the tree to be named "dosbox-x", instead
of just the current directory, it effectively will tar
../dosbox-x even if your in, say, dosbox-x.clone to keep different
trees apart... I did not change this for now, but it is something
to watch out for.
2020-09-08 16:09:42 +02:00
rderooy
c63e3e6232 Necessary changes for contrib dir support 2020-09-08 14:03:19 +02:00
rderooy
78e7cfec87 Move Linux packaging files to contrib/linux
The general idea is to clean up the root directory of the tree
a bit, and to possibly prepare to support flatpak in the future
without adding more files to the root.

Both "make install" and make-rpm.sh worked after these changes.

My idea was also to move src/dosbox.png to contrib/icons/dosbox-x.png
And to move any Windows and macOS specific packaging files to
contrib/windows and contrib/macos respectively, but I will not do the
latter two myself as I cannot test it.

This is also similar to how dosbox-staging has it's tree layout.

If there is no objection, I will however move src/dosbox.png and
update any references to it to point to the new location.
2020-09-08 13:32:30 +02:00
Wengier
4569aae033 Update README.md 2020-09-08 01:24:31 -04:00
Wengier
1fdc54a6b0 Update README.source-code-description 2020-09-08 01:12:26 -04:00
Wengier
ed84f76912 Update README.source-code-description 2020-09-08 01:03:49 -04:00
Wengier
9e62ec3d44 Update README.source-code-description 2020-09-08 00:54:42 -04:00
Wengier
c17699ba62 Update CREDITS.md 2020-09-08 00:40:44 -04:00
Wengier
a38f395aad Update README.md 2020-09-08 00:36:45 -04:00
Wengier
4baa0cd71c Merge branch 'master' of https://github.com/joncampbell123/dosbox-x 2020-09-07 22:23:52 -04:00
Wengier
c86d38db17 redirect video config options from [dosbox] to [video] section 2020-09-07 22:23:43 -04:00
Wengier
39ef11f7de Update INSTALL.md 2020-09-07 19:19:15 -04:00
Wengier
9b41ca2ed6 Update INSTALL.md 2020-09-07 17:30:47 -04:00
Wengier
b95bc25318 Merge branch 'master' of https://github.com/joncampbell123/dosbox-x 2020-09-07 11:48:56 -04:00
Wengier
2eda30d333 fix issue #1828 2020-09-07 11:48:48 -04:00
Wengier
c568bd7982 Merge pull request #1829 from rderooy/master
Fix two XML errors in appdata
2020-09-07 10:58:01 -04:00
Robert
f0314238bc Fix two XML errors in appdata 2020-09-07 15:43:46 +02:00
Wengier
93dbaca2c4 Update INSTALL.md 2020-09-07 00:38:31 -04:00
Wengier
88ed5e0564 Update INSTALL.md 2020-09-06 23:57:31 -04:00
Wengier
5c4864ebd0 Update INSTALL.md 2020-09-06 23:44:08 -04:00
Wengier
68e390a09f Update INSTALL.md 2020-09-06 23:40:30 -04:00
Wengier
afb8d99365 more 2020-09-06 22:40:06 -04:00
Wengier
53cd986e61 more 2020-09-06 22:24:13 -04:00
Wengier
ade8e402c8 Merge branch 'master' of https://github.com/joncampbell123/dosbox-x 2020-09-06 21:48:02 -04:00
Wengier
3317e54b47 improve help message for MOUNT 2020-09-06 21:47:52 -04:00
Wengier
9bc1d505a2 Update INSTALL.md 2020-09-06 18:08:51 -04:00
Wengier
bf4cb5dde9 fix freeze when rebooting in certain cases 2020-09-06 16:38:17 -04:00
Wengier
aedf269c99 add options to hide files from Z: 2020-09-06 12:11:31 -04:00
Wengier
a37624c7bd more 2020-09-05 22:53:13 -04:00
Wengier
a3d0de7a10 Add menu to change EMS memory at runtime 2020-09-05 18:09:43 -04:00
Wengier
9e8987c504 update installer doc 2020-09-05 16:03:32 -04:00
Wengier
7d10cb835a fixes 2020-09-05 15:40:44 -04:00
Wengier
7876c3a89e support add your own programs to the Z drive 2020-09-05 14:56:03 -04:00
Wengier
86cc67c648 Update README.md 2020-09-03 16:28:19 -04:00
Wengier
0ac1979f18 Update CHANGELOG 2020-09-03 16:21:22 -04:00
Wengier
b1508244b0 Update CREDITS.md 2020-09-03 15:48:15 -04:00
Wengier
75d938ec31 Update INSTALL.md 2020-09-03 15:19:19 -04:00
Wengier
5b909831b5 Update INSTALL.md 2020-09-03 15:17:15 -04:00
Wengier
e91fdf190d Update README.md 2020-09-03 14:53:23 -04:00
Wengier
c2d3439901 Update README.md 2020-09-03 14:49:45 -04:00
Wengier
56dc2489d8 Update INSTALL.md 2020-09-03 00:04:49 -04:00
Wengier
83891b7b9f Update INSTALL.md 2020-09-02 23:27:01 -04:00
Jonathan Campbell
084a3e8e31 Begin next version 2020-09-01 13:28:01 -07:00