Gleb Mazovetskiy
262c2c289f
OSX: Fix base/pref/config paths on Tiger
1 year ago
Gleb Mazovetskiy
b684a0e9de
OSX Tiger: Fix icon
...
Finder on OSX Tiger can only handle `icns` files with up to 128x128 icons.
Adds a file with 128x128, 48x48, 32x32, and 16x16 icons.
1 year ago
Gleb Mazovetskiy
7dff4cd694
macOS Tiger platform and instructions
1 year ago
Andrew James
a60a3875aa
account for held items in ResetInvCursorPosition
1 year ago
Andrew James
6a77953b8d
improve movement to body slots
1 year ago
Andrew James
426742424b
allow moving from stash to inv from left side of wide items
1 year ago
Andrew James
f14b723054
dedupe code for moving from inv to stash
...
also reorganising belt to stash checks to match
1 year ago
Sophie Alberti
af8bb44210
improve gamepad stash control, fix #7019
1 year ago
Andrew James
44377bb92e
bump workflows to macos13 on 1.5
1 year ago
Eric Robinson
f92ef8e48f
Move Game Mode to own category
1 year ago
staphen
e0b8ec740a
Check missile source type to determine death reason
1 year ago
staphen
51f5082489
Compute monster toHit on the fly
1 year ago
Eric Robinson
3c08fc5935
Move Lazarus spawn code
1 year ago
Eric Robinson
55eba38be6
Clean up PlaceUniqueMonster() position logic
1 year ago
Anders Jenbo
0e2c5ce0bb
Move Android NDK from RC to LTS
1 year ago
Gleb Mazovetskiy
9866b94410
PS4 workflow: Use pacman-package-manager
...
Switches from `pacbrew-pacman` to vanilla pacman that is now an Ubuntu package (`pacman-package-manager`) starting from Ubuntu 24.04.
pacbrew-pacman from https://github.com/PacBrew/pacbrew-pacman/releases is 2 years old and has the repo URL that no longer works.
With the vanilla pacman, we simply add pacbrew as a repo source with the correct URL.
Refs https://github.com/PacBrew/pacbrew-packages/issues/6#issuecomment-2499831033
1 year ago
Oleksandr Kalko
9add391ec8
Upgrade some Android stuff
1 year ago
Oleksandr Kalko
d27c33e9e4
Android major upgrades ( #7524 )
1 year ago
Oleksandr Kalko
caa13bbe76
Upgrade SDL to 2.30.7
1 year ago
staphen
aea993d6b5
Hide Upscale option in Settings menu
1 year ago
Eric Robinson
5c2d1ea111
Fix divide-by-zero crash in `getAnimationProgress()` ( #7532 )
1 year ago
Gleb Mazovetskiy
165e37bad6
Avoid `strnlen`
...
`strnlen` is not available on some platforms, such as macOS 10.4.
1 year ago
Gleb Mazovetskiy
a1bff110ca
Only set CMAKE_OSX_DEPLOYMENT_TARGET on new macOS
...
We set `CMAKE_OSX_DEPLOYMENT_TARGET` to make the package compatible with
older macOS than the one we're building on.
However, we should not do this when building on an even older system,
e.g. macOS 10.4
1 year ago
Gleb Mazovetskiy
40cd585cef
macOS 10.4: Guard non-existing APIs
...
Based on @AJenbo's patch.
1 year ago
Gleb Mazovetskiy
e010591f0d
`LoggedFstream`: Fix `OpenFile` error check
...
Fixes #6626
1 year ago
staphen
cce04b55ac
Clear unique item flags in LoadGameLevel()
1 year ago
Stephen C. Wills
78ce9169a6
[1.5] Tweak logic to wake up the whole pack of Gargoyles when disturbed ( #7503 )
1 year ago
staphen
7edd88457e
Wake up the whole pack of Gargoyles when disturbed
1 year ago
qndel
d8fd03d11f
fix being able to repair equipped items for free
2 years ago
michaelneverwins
d75a468c59
Add "$@" to devilutionx.sh to pass command-line arguments to devilutionx executable
2 years ago
Gleb Mazovetskiy
bb29aeefbc
.github/workflows/iOS.yml: 1.5-specific cache key
2 years ago
Anders Jenbo
c23c5860be
Update iOS toolchain
2 years ago
staphen
d56ebc5bf5
Update CI to macos-12
2 years ago
Gleb Mazovetskiy
0f934f997a
Xbox One: Install gettext to build translations
2 years ago
Daniel Thamdrup
71af79ba89
CircleCI to GHA ( #6947 )
2 years ago
Gleb Mazovetskiy
154ca9c688
miyoo_mini/setup_toolchain.sh: Install smpq
...
Looks like the 1.5.3 release build failed because smpq was missing (https://github.com/diasurgical/devilutionX/actions/runs/10645902045 )
2 years ago
Gleb Mazovetskiy
864a41c291
Load font variant for Turkish
2 years ago
Gleb Mazovetskiy
70b757c778
Add Turkish-specific graphics for "i"
2 years ago
Gleb Mazovetskiy
46e8a66e32
Support language-specific font variants
...
Refs #3538
2 years ago
Anders Jenbo
ba5a9d698f
Update flathub meta info
2 years ago
Anders Jenbo
c299b2267f
Bump version to 1.5.3
2 years ago
staphen
d38b506c3a
Update ASIO to fix error messages on Windows
2 years ago
qndel
211f3c4fa1
fix repair and recharge ( #7360 )
2 years ago
Anders Jenbo
2b3ddb0452
Update to latest Android SDK
2 years ago
Gleb Mazovetskiy
46e729ed15
values-tr/strings.xml: Escape single quote
2 years ago
Byrgius
73588a4791
Turkish Translation ( #7197 )
2 years ago
Oleksandr Kalko
cd1cab759d
Android build system upgrades
...
* Upgrade Gradle plugin to 8.2.0
* Upgrade Gradle to 8.5
* Upgrade NDK to 26.1
* Move `buildFeatures` to Gradle build file, since using flag in
`gradle.properties` is deprecated
2 years ago
staphen
b2168be96f
Add confirmation popup for overwrite
2 years ago
staphen
cd19f17578
Add info popup to the Import Data activity
2 years ago
Gleb Mazovetskiy
a84596a956
Update NDK to v26
...
This version of NDK finally comes with updated libc++.
The last update to libc++ in NDK was in early 2020.
This update brings lots of improvements and bugfixes from upstream
libc++.
NDK 26 only support SDK 21+, so we bump `minSdkVersion` as well.
2 years ago