Browse Source

Follow GitHub standard for file naming (#403)

This will allow CONTRIBUTING.md and other documents to be detected by
github and appear in relevant places
pull/25/head
Anders Jenbo 8 years ago committed by Robin Eklind
parent
commit
249f211bb6
  1. 10
      README.md
  2. 0
      docs/CONTRIBUTING.md
  3. 0
      docs/INSTALL_linux.md
  4. 0
      docs/INSTALL_mac.md
  5. 0
      docs/INSTALL_windows.md
  6. 0
      docs/TODO.md
  7. 0
      docs/compatibility_matrix.md
  8. 0
      docs/debug.md
  9. 0
      docs/troubleshooting.md

10
README.md

@ -48,11 +48,11 @@ Make sure to enable these when installing (or modify your installation):
### Building with MinGW ### Building with MinGW
- Execute `make MINGW32=1` for **MinGW32** or `make` for **MinGW64**. Optionally add `debug` to build with debug features. - Execute `make MINGW32=1` for **MinGW32** or `make` for **MinGW64**. Optionally add `debug` to build with debug features.
To compile with MinGW64 on different platforms, refer to the respective documentation: [Linux](Support/INSTALL_linux.md) | [Windows](Support/INSTALL_windows.md) | [Mac](Support/INSTALL_mac.md). To compile with MinGW64 on different platforms, refer to the respective documentation: [Linux](docs/INSTALL_linux.md) | [Windows](docs/INSTALL_windows.md) | [Mac](docs/INSTALL_mac.md).
[Debug Build Features](Support/debug.md) [Debug Build Features](docs/debug.md)
| [Compatibility Matrix](Support/compatibility_matrix.md) | [Compatibility Matrix](docs/compatibility_matrix.md)
| [Troubleshooting](Support/troubleshooting.md) | [Troubleshooting](docs/troubleshooting.md)
# Installing # Installing
Once compiled, the Devilution binary will serve as a replacement for `Diablo.exe`. The following files from the original game patched to 1.09(b) need to be present: `DIABDAT.MPQ`, `DiabloUI.dll`, `SmackW32.dll`, `Standard.snp`, and `Storm.dll`. If `COPYPROT` was defined when compiling, the Diablo CD will also be required. Once compiled, the Devilution binary will serve as a replacement for `Diablo.exe`. The following files from the original game patched to 1.09(b) need to be present: `DIABDAT.MPQ`, `DiabloUI.dll`, `SmackW32.dll`, `Standard.snp`, and `Storm.dll`. If `COPYPROT` was defined when compiling, the Diablo CD will also be required.
@ -63,7 +63,7 @@ Additionally, Strange Bytes' [DirectDraw patch](http://www.strangebytes.com/inde
TODO TODO
# Contributing # Contributing
[Guidelines](Support/CONTRIBUTING.md) [Guidelines](docs/CONTRIBUTING.md)
# Modding # Modding
Here are some screenshots of a few things I tinkered around with, to demonstrate the relative ease of improving the game: Here are some screenshots of a few things I tinkered around with, to demonstrate the relative ease of improving the game:

0
Support/CONTRIBUTING.md → docs/CONTRIBUTING.md

0
Support/INSTALL_linux.md → docs/INSTALL_linux.md

0
Support/INSTALL_mac.md → docs/INSTALL_mac.md

0
Support/INSTALL_windows.md → docs/INSTALL_windows.md

0
Support/TODO.md → docs/TODO.md

0
Support/compatibility_matrix.md → docs/compatibility_matrix.md

0
Support/debug.md → docs/debug.md

0
Support/troubleshooting.md → docs/troubleshooting.md

Loading…
Cancel
Save