Anders Jenbo
8192434bea
[ios] Set up build process
4 years ago
Stephen C. Wills
b89ead0aec
Add QR code for 3DS remote install
4 years ago
Gleb Mazovetskiy
c066a3d56d
docs/building.md: Modernize cmake commands
...
Also mention `devilutionx-src.tar.xz`
4 years ago
Anders Jenbo
1b0909a87f
Update CHANGELOG.md
4 years ago
qndel
68b8aea49e
fix duplicated 'around' in 1.3.0 changelog ( #3632 )
4 years ago
Anders Jenbo
6adad515be
Create privacy.md ( #3517 )
4 years ago
Stephen C. Wills
53df211881
Add support fro 3DS C-stick
4 years ago
Stephen C. Wills
c15123688a
Improve 3DS documentation ( #3462 )
4 years ago
staphen
9fa99ea800
Update platform manual for 3DS
4 years ago
Stephen C. Wills
08792e0b49
Remove 3dsx from docs and builds ( #3458 )
4 years ago
ephphatha
38de1359a7
Add VS configuration for building in WSL using GCC
...
This is mainly to help me test code builds under GCC faster than pushing to the remote and letting the build server do it. If someone without WSL installed selects the build target they'll get an error in their IDE, but no harmful impact other than that. The variables should be populated for any WSL2 installation. No idea about WSL1.
The whitespace in this file is showing significant changes because visual studio regenerates the whole file when a change is made, I didn't think it was worth reverting since it'll happen again next time someone makes a change (seems it defaults to spaces...). Added an entry to .editorconfig documenting the format used.
4 years ago
Gleb Mazovetskiy
3d308983a8
Migrate to libmpq
...
libmpq is a much simpler alternative to StormLib for reading MPQ archives.
We use our own fork of libmpq: https://github.com/diasurgical/libmpq
Impact:
* DevilutionX is now a lot more portable. Unlike StormLib, libmpq only
needs platform-specific code for Windows.
* Locks around file access **removed** (instead we duplicate the file descriptor for streamed audio only).
* RAM usage is **300 KiB** lower than StormLib.
* Stripped release linux_x86_64 binary is **32 KiB** smaller.
* Amiga build now hangs instead of crashing.
4 years ago
Anders Jenbo
ff69272eb2
Update 3ds download link
4 years ago
frrsth
11dae845a9
remove ttf references
4 years ago
frrsth
779c17a688
remove ttf references
4 years ago
staphen
cb0ca9712d
Tweak 3DS installation instructions for 1.3.0
4 years ago
staphen
a117963305
Tweak 3DS installation instructions for 1.3.0
4 years ago
Anders Jenbo
afb52ac41d
Add version 1.3.0 to the changelog
4 years ago
Anders Jenbo
41f9f3bc43
Link to GoG from the installation guide
4 years ago
Anders Jenbo
a712c30867
Remove reference to outdated PPA
4 years ago
Anders Jenbo
8a6b76a31a
Correct typos in the install instructions
4 years ago
Anders Jenbo
81dea1fa22
[android] Fix typo in install instructions
4 years ago
Anders Jenbo
b84845c4de
Improve Android install instructions ( #3332 )
...
Also update devilutionx.mpq, and mention fonts.mpq and pl.mpq
4 years ago
Anja Elzinger
9e9e71d46d
fix typos in documentation ( #3097 )
4 years ago
obligaron
9833445421
Make smpq optional for building under windows
5 years ago
staphen
6c847233bf
Update link for editing system's PATH environment variable on Windows 10
5 years ago
Bernd Stellwag
020eaadfe1
replace dead links to release files to point to the latest version they were included in
5 years ago
Bernd Stellwag
07c5c0972d
replace dead links with their snapshot from the wayback machine
5 years ago
Bernd Stellwag
0e8ca7121f
change http links to https where possible
5 years ago
staphen
b4864307e7
Fix broken link in the installation instructions
5 years ago
Thomas Christlieb
1f61e8c57b
url to the vcpkg quickstart guide for windows has (slightly) changed
5 years ago
Licaon_Kter
668741a8cf
Fix typo in .mpq
5 years ago
ThomasChr
d47b24e362
add poedit and smpq to build instructions
5 years ago
Anders Jenbo
aa9cf21796
Delete most remaning references to SDL_ttf
5 years ago
staphen
66e1e38161
Add instructions for installing smpq on Windows
5 years ago
Anders Jenbo
4dd8b121ec
Replace TTF with PCX font
5 years ago
Kruhol
4f43c391ec
Add missing dependecies for VS in build.md
5 years ago
staphen
a3effd5e82
Add vcpkg.json to the project
5 years ago
Yuri Pourre
6dbe434045
Fix Fedora build command
5 years ago
qndel
0569dba547
fix typos
5 years ago
obligaron
d0a67f382c
Rework debug.md and mention new debug commands
5 years ago
staphen
60492ef954
Add proper graphics for gamepad
5 years ago
Sam James
c64bcfd24e
docs/building.md: mention optional pkgconfig dep for libsodium
...
Bug: https://github.com/diasurgical/devilutionX/issues/2615
Signed-off-by: Sam James <sam@gentoo.org>
5 years ago
Oleksandr Kalko
a6219bcfd3
Remove SDL_mixer dependency metions
...
It's no longer needed as project has switched SDL_audiolib
5 years ago
Oleksandr Kalko
43df134450
Update path for copying MPQs on Android
...
This is needed because of #2453
5 years ago
staphen
9b5117d807
Fix Discord links in platform manuals.
5 years ago
FreeCap23
e1f2fbcb9b
Fixed typo
...
Changed verion to version
5 years ago
staphen
470a012e2b
Update 3DS build instructions
5 years ago
Oleksandr Kalko
aae61b0c05
Android building and installation instructions ( #2172 )
5 years ago
Gleb Mazovetskiy
1fa24aa59c
📝 Heap profiling guide on Linux
5 years ago