Mad-Soft
ff269bce99
Update es.po
...
Minor corrections based on Diablo 2 and grammar corrections
4 years ago
Gleb Mazovetskiy
0f924528ba
macOS/iOS: Add resources to the bundle
4 years ago
Gleb Mazovetskiy
bf1dc2a7ce
Remove mingw sdl2-config.cmake workaround
...
The issue was fixed in the latest SDL2 release
4 years ago
Gleb Mazovetskiy
28aa03ccf1
GitHub CI: Update OpenDingux toolchains
4 years ago
Gleb Mazovetskiy
93d450ab4e
GitHub CI: Automatically add files to the release
4 years ago
Anders Jenbo
d3a7c36d1d
Correct DPI on devices that apply extra scaling
4 years ago
obligaron
9f478a5851
Settingsmenu: Add list browsing
4 years ago
qndel
82a5b6315c
fix typo 'prefered' ( #3677 )
4 years ago
Anders Jenbo
157570a1f2
Handle screen orientation
4 years ago
Srandista
1bdfd6d2fa
Updated Czech translation
...
Updated Czech translation with story lines (used already existing translations from Adam Rambousek [Diablo 1] and René "Raptor" Spišák [Hellfire])
4 years ago
obligaron
d22dfc9554
Add VS configuration for building SDL1
4 years ago
obligaron
2e5a488d5f
Add OptionEntry for graphics
4 years ago
obligaron
eb7b9d7054
Introduce ResizeWindow()
4 years ago
obligaron
b5aab383d9
Introduce ReinitializeRenderer() and GetPreferedWindowSize()
4 years ago
Licaon_Kter
106f04a722
Fix typo for Romanian
4 years ago
Bubio
375ccdb2bd
Update Japanese Translations
4 years ago
Bubio
cef27299bf
Mark text for translation
4 years ago
Gleb Mazovetskiy
99fe83b0eb
android_defs.cmake: Cleanup
...
1. Organize and comment on various options that we set.
2. Disable all system dependencies explicitly instead of relying on
auto-detection for some of them.
4 years ago
Vladimir Olteanu
861fb99e9d
Quick cast
4 years ago
obligaron
8a235186f2
Settingsmenu: Clean up UI-Resources before switching options that require RecreateUI
4 years ago
Mathieu Maret
e22bdda1b9
Update french translation and fix a typo
4 years ago
staphen
da837c4d2e
[Android] Clear memory on exit with System.exit(0)
4 years ago
Oleksandr Kalko
3453f47a4f
UK TL: A lot of stuff
4 years ago
Gianluca Boiano
2c90462470
Update Italian localization
4 years ago
obligaron
db392c84b0
Add OptionEntry Shareware and remove specials from settingsmenu
4 years ago
obligaron
b5ab9758d0
Replace gbSpawned with gbIsSpawn
4 years ago
obligaron
88ffa9f98a
Options: Move Diablo/Hellfire option to StartUp and integrate in Settings Dialog
4 years ago
obligaron
20fbd46886
Add OptionEntryFlags::NeedDiabloMpq/NeedHellfireMpq
4 years ago
ephphatha
680281e76c
Add support for older versions of windows
4 years ago
ephphatha
68f3270086
Try load the translation in the users language on windows
4 years ago
Stephen C. Wills
b89ead0aec
Add QR code for 3DS remote install
4 years ago
staphen
5d14513f3b
Add 3dsx back to the 3DS build
4 years ago
Anders Jenbo
f0a7493ef3
Upgrade Android builds to SDK 31
4 years ago
Anders Jenbo
d3aab8376a
Complete migration to SDL 2.0.18
4 years ago
staphen
8548d05d2d
Update libsmackerdec
4 years ago
Gleb Mazovetskiy
4bb34bff96
Update android-project SDL Java code
...
From 2e9821423a
4 years ago
Gleb Mazovetskiy
6ff55387c2
Update vendored SDL2 to the latest main
4 years ago
Gleb Mazovetskiy
c066a3d56d
docs/building.md: Modernize cmake commands
...
Also mention `devilutionx-src.tar.xz`
4 years ago
Gleb Mazovetskiy
e3e6634c81
Remove the build directory from the repo
...
There is no beneit to having it anymore.
The minimum CMake version we require supports the `cmake -S. -Bbuild`
invocation which creates the directory. This is also the command we use
in the build instructions.
4 years ago
Gleb Mazovetskiy
ac152589f9
Android: Fix assets copying
...
Previously, only the translations were copied for Android at build time.
The other assets were copied only at configure time.
Replaces Android-specific handling with a general mechanism to override
the build-time assets directory.
4 years ago
Gleb Mazovetskiy
0b91203d74
CMake: Improve translation deps handling
...
Instead of using the `GETTEXT_PROCESS_PO_FILES` function, do it
ourselves in a cleaner way.
This fixes a number of issues:
1. Translations and assets are now built whenever the binary is built,
without causing the binary to be rebuilt.
2. Translations are only copied to `build/assets` (previously they were
also copied to `build/`).
3. This should now be compatible with the new XCode.
4 years ago
Gleb Mazovetskiy
afaf76468c
3rdParty/libsmackerdec: Bump version
...
The only new commit is 7925274357
4 years ago
Gleb Mazovetskiy
4808d568fa
3rdParty/libmpq: Bump version
...
The only new commit is 0f10bd1600
4 years ago
Gleb Mazovetskiy
e07c9eee03
Fix chat message overlap in CJK
4 years ago
Gleb Mazovetskiy
1b8939d70c
Safer chat message handling
4 years ago
Anders Jenbo
2c700c0c3d
[android] Move CMake define to common folder
4 years ago
obligaron
945ee04f62
Add OptionEntry Language
4 years ago
obligaron
b3740012b0
Add init_language_archives() to reinitalize lang_mpq
4 years ago
obligaron
0ac065dbaa
Make LanguageInitialize() reentry capable
4 years ago
obligaron
ae826d922f
Add OptionEntryFlags::RecreateUI
4 years ago