Gleb Mazovetskiy
68a0c3a786
Use LF for Markdown files instead of CRLF
...
Ensures the contents can be easily copy-pasted into the terminal from
most editors on all systems.
Otherwise, on Linux, you get 2 newlines for each newline in the source
when copying from VS Code.
6 years ago
Robin Eklind
16a31eaa90
readme: add list of known mods
6 years ago
Gleb Mazovetskiy
8d6494ac95
Amiga Dockerfile with default build command ( #618 )
...
This avoids having to run `prep.sh` every time after starting the container.
The container can be run without arguments to build DevilutionX in release mode.
6 years ago
Gleb Mazovetskiy
682654c0a1
Amiga build command fixes ( #599 )
...
1. Build in `build-amiga` to have a separate Amiga cmake cache.
2. Place downloaded/built dependcies into `build-amiga/deps` instead of the root directory.
3. Instructions for changing file permissions and stack size.
Co-Authored-By: Anders Jenbo <anders@jenbo.dk>
6 years ago
Anders Jenbo
2e6c763ba2
Add readme section for building Amiga port
6 years ago
Anders Jenbo
03067f0702
Test SetCursor_()
6 years ago
Anders Jenbo
a5222a2684
Add unit tests and codecoverage
6 years ago
danie1kr
3cf4325db6
update of main readme
6 years ago
Gleb Mazovetskiy
72cdd75a2e
Controls: Update all readmes/manuals
6 years ago
Gleb Mazovetskiy
309693b9ff
OpenDingux: GKD350h support
...
Start and Select are swapped in this version because Start + D-Pad controls backlight on the GKD350h.
There is nothing to map mouse emulation to in this version because of this but it isn't necessary to play the game.
This version looks uglier than on RG350 because it uses software scaling beacuse the IPU on the GKD350h doesn't work.
6 years ago
Anders Jenbo
0be2a089bb
Try to clearify install instructions
6 years ago
ɹɐɯsǝʎ
6cb87f1265
Update README.md
...
Co-Authored-By: Anders Jenbo <anders@jenbo.dk>
6 years ago
Ramsey Dow
e2585ad23d
Edited readme files in packaging subdirectories
6 years ago
Ramsey Dow
e1fe8c7716
Fix typos in README.md and tighten up language use
6 years ago
Anders Jenbo
12676bf84f
Update README.md
6 years ago
Anders Jenbo
297e98e848
Compile Windows binery as a GUI with icon
6 years ago
Anders Jenbo
b13d77f983
Fix spelling
6 years ago
Anders Jenbo
ef37f3de02
[controller] Map mouse right button
...
- Fix retrofw build error
- Map right and left mouse click for retrofw
- Fix opening inventory/char sheet on retrofw
6 years ago
Max Desiatov
dfaca949c0
Fix typo in README
...
Thanks to @LaKruz !
6 years ago
Anders Jenbo
0b175c22ee
[controller] Move healing/mana to L1/R1
...
This is more like the original PSX port, and maps better to devices with
only one set of triggers.
6 years ago
Max Desiatov
37b534e042
Clarify possible diabdat.mpq location for macOS
...
Resolves #473
6 years ago
galaxyhaxz
eab1de117f
Fix missing assert for FindGetItem
6 years ago
Anders Jenbo
080446ee9e
Make it more clear that nightly builds can be downloaded
6 years ago
Anders Jenbo
18521e9083
Update README.md
6 years ago
Anders Jenbo
473f283c7e
Update README.md
6 years ago
rsn8887
0285c0ff23
[Switch] Update readme
6 years ago
Gleb Mazovetskiy
7bb1e3de12
OpenDingux: Remove RS90 stuff
...
That device only has a 2-inch screen and doesn't have X/Y so I don't
think there is a point in porting to it.
6 years ago
xcom169
9a31b78d8e
Add note for X64 version ( #440 )
6 years ago
Anders Jenbo
2788c9e84d
Make Appveyor compile 64bit builds
6 years ago
Anders Jenbo
cb7b767570
Swap map and quest log
6 years ago
Anders Jenbo
c1a6244175
Make belt usage event based, also use heal scroll from belt
6 years ago
Gleb Mazovetskiy
b7d53bb5f8
Controller support: README docs
6 years ago
Bryan Steele
d830969898
Compiling instructions for OpenBSD
...
Pointed out by @AJenbo in #413 .
6 years ago
Anders Jenbo
26ff2c1e69
Disable UBSAN for Windows by default
6 years ago
Anders Jenbo
a093530980
MinGW instructions also work on Windows now
6 years ago
Gleb Mazovetskiy
56b77eb633
Packages for RG350 and GCW0
7 years ago
Guillaume Roche
e8393704ef
README: Add missing dependency for Fedora
7 years ago
miqlas
360543703e
Cleanup HAIKU compilation instructions ( #371 )
7 years ago
Gleb Mazovetskiy
2d8a778840
RetroFW / OpenDingux build configurations ( #264 )
7 years ago
Anders Jenbo
b3bef4c534
Update README.md
7 years ago
Anders Jenbo
ca05b2e32d
Promote FreeBSD to 64bit and default compiler
7 years ago
Anders Jenbo
ebe846d6ef
Get version from git ( #331 )
...
* Get version from git
For debug builds the textual version will be latest tag+short hash
* Configure nightly builds
7 years ago
Anders Jenbo
8196637c33
Update README.md
7 years ago
Anders Jenbo
21fb588e56
Correct MinGW instructions
7 years ago
Anders Jenbo
d2c4b461d4
Add option to compile shareware version
7 years ago
Marlon Beijer
3a267aa7f7
Add option to disable network support for builds
7 years ago
Anders Jenbo
b95f215390
Update README.md
7 years ago
Anders Jenbo
d26f4b0ad0
Build macOS package via CMake exclusively
7 years ago
Gleb Mazovetskiy
85295838a4
An option to use SDL1 instead of SDL2
...
Adds a USE_SDL1 build option to use SDL v1 instead of v2.
This is useful for porting Diablo on devices that don't support SDL2,
such as the RetroFW / OpenDingux devices (e.g. RG300 Retro Gaming Handheld)
Not yet supported:
* Fullscreen
* Upscaling
* Audio
7 years ago
Anders Jenbo
c52464d227
Promote 64bit builds to stable
7 years ago