Trihedraf
ff3baad41e
MinGW Ubuntu 22.04 -> 24.04 for GitHub Actions and build instructions ( #8003 )
10 months ago
Anders Jenbo
aa174a01bc
Update building.md
1 year ago
Stephen C. Wills
f793d33e80
Update MinGW build instructions
1 year ago
Didi Kohen
6a27f61e95
flatpak MPQ location ( #7614 )
1 year ago
staphen
60c99f76ee
Fix building instructions for Nintendo 3DS
1 year ago
Gleb Mazovetskiy
c47ff28156
macOS Tiger platform and instructions
1 year ago
Anders Jenbo
c17a16728f
Fix link in installing.md
1 year ago
Emmanuel Ferdman
8b74bd5ed3
Update building references
...
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
1 year ago
Gleb Mazovetskiy
4c53e0b8af
benchmarking.md: Explain how to compare benchmarks
2 years ago
Gleb Mazovetskiy
356d3aaad4
CPU profiling with gperf
...
Documentation and scripts for profiling with gperf
2 years ago
qndel
24f108f193
fix many typos ( #7322 )
2 years ago
Gleb Mazovetskiy
4aa9d37f0f
Add google-benchmark
2 years ago
qndel
9879be0d31
fix typos ( #6995 )
...
[skip ci]
2 years ago
staphen
b433b7e045
Streamline the Android installation instructions
2 years ago
DakkJaniels
f0ae7065d8
Update installing.md - add note about long press to android instructions
2 years ago
Anders Jenbo
38e98fb5e3
Statically link BZIP2 and libsodium on AArch64 ( #6955 )
2 years ago
Anders Jenbo
9db561df0c
Add 1.5.2 release info ( #6933 )
2 years ago
Vaibhav
f70d15f214
Corrected Typos ( #6753 )
2 years ago
DakkJaniels
7d5f725d82
Fix incorrect word from typo fix PR
...
pretty sure it was supposed to be "charges" when referring to staves, not "changes"
2 years ago
Vaibhav
0841d552da
Update CHANGELOG.md
2 years ago
Vivek Kumar
287189525e
Update github-codespaces.md
2 years ago
Anders Jenbo
c4d2518741
Update links to assets to always point to the latest version
3 years ago
Anders Jenbo
b6d1dff737
Update link in 3ds.md
3 years ago
Anders Jenbo
f03b535f22
Update links in installing.md
3 years ago
Gleb Mazovetskiy
37375a74a0
github-codespaces.md: Explain codespace reuse
3 years ago
Gleb Mazovetskiy
2e8b036ab6
github-codespaces.md: Improve documentation
3 years ago
Gleb Mazovetskiy
1156b46714
Set up default settings for a GitHub Codespace
3 years ago
Anders Jenbo
1616318bb1
Bump version to 1.5.1
3 years ago
Anders Jenbo
52b806c6a0
Update CHANGELOG.md
3 years ago
Anders Jenbo
24b3455738
Update CHANGELOG.md ( #6531 )
3 years ago
Oleksandr Kalko
3411bd08b3
Fix typo in changelog
3 years ago
Slava "nerfur" Voronzoff
eadfb85bc1
Update building.md
...
Updating OpenBSD related command for installing dependencies with proper packages to build
libpng -> png
googletest -> gtest
3 years ago
Ivan Epifanov
45f7c2084c
Update vita readme
3 years ago
Anders Jenbo
cb40f28d54
Update Vita MP support status
3 years ago
Bubio
2633f7828b
Updated Japanese translation. ( #6375 )
3 years ago
Anders Jenbo
535a84b688
Update CHANGELOG.md
3 years ago
Anders Jenbo
ea59d46fb5
Update CHANGELOG.md
3 years ago
Anders Jenbo
93616b10a2
Update CHANGELOG.md
3 years ago
Anders Jenbo
1c0556ab71
Update CHANGELOG.md with unreleased changes ( #6367 )
3 years ago
Anders Jenbo
866f140efa
Update CHANGELOG.md
3 years ago
Anders Jenbo
1e98f4b7e6
Update CHANGELOG.md with 1.5.0 changes
3 years ago
Anders Jenbo
d5b6066664
Update discord link
3 years ago
DakkJaniels
2624625431
modifying installing.md - add note about GoG installation on Windows
...
indicate that moving mpq's is not required with a gog installation under windows.
3 years ago
Anders Jenbo
191427de50
Update installing.md
3 years ago
Gleb Mazovetskiy
6bcab3b648
rg99: update docs
3 years ago
Anders Jenbo
b5c01385f7
Correct spelling of "desync"
3 years ago
Anders Jenbo
2e3d767c1c
Add 1.4.1 changes
3 years ago
Anders Jenbo
5c033f1f77
Add 1.4.0 release notes
3 years ago
Anders Jenbo
3b70ce5539
Correct 1.3.0 notes
3 years ago
Gleb Mazovetskiy
8896a34a13
Overhaul version handling
...
Stop using git for the version tag.
The new process is as follows:
1. The `VERSION` file contains the version.
For release, it should contain "1.5.0".
Immediately after the release, it should be changed to "1.6.0-dev".
2. The build type is included in the version string unless it is
"Release". The commit hash is now included into the version string
whenever the `VERSION` file has a suffix (i.e. 1.5.0-dev rather than
just 1.5.0). The full version string for development builds now
looks like this: `1.5.0-dev-Debug-b102dccf8`.
This means we longer need git or `-DVERSION_NUM` to get a sensible version number.
The in-development versions are now always clearly indicated with the
`-dev` suffix no matter how DevilutionX was built.
3 years ago