staphen
692217d1fe
Add CMake option to use system SDL_image
4 years ago
staphen
b5d96665c9
Enable SDL1 build option for Windows
4 years ago
Gleb Mazovetskiy
2551e3d0a0
CMake: Only link against libpng when needed
...
When using the system `SDL(2)_image`, we do not need to link against
libpng.
4 years ago
staphen
41ff03e94c
Add CMake option to use system SDL_image
4 years ago
Oleksandr Kalko
fcaf21d051
Initial commit
...
Add Ukrainian to CMakeLists
Add empty uk.po
4 years ago
staphen
17bc8a54d4
[3DS] Fix romfs dependencies
4 years ago
staphen
6a573dfba3
Fix package target for Mac OS X builds
4 years ago
Licaon_Kter
554594691e
Add Romanian translation
4 years ago
staphen
ffbbcc6d62
Support unencrypted multiplayer games with no password
4 years ago
Gleb Mazovetskiy
5e675dcd6a
Handle translations like other assets
...
Load translations from the MPQ or the assets directory, same as we do
with other DevilutionX assets.
4 years ago
Gleb Mazovetskiy
2c8d5c62a5
CMake: Move mpq generation to the build phase
...
This ensures that devilutionx.mpq is never out-of-date.
It will be rebuilt whenever the assets change.
This will also allow us to move translations into the mpq in a follow-up
commit.
4 years ago
Gleb Mazovetskiy
0d7072dae4
OpenDingux: Add "lepus" platform
...
The "lepus" platform is the OpenDingux Beta for the same devices that
run RetroFW (e.g. RG300).
4 years ago
Anders Jenbo
2d3574db70
Add basic emojis based on Twemoji
4 years ago
obligaron
1d0f4cb13d
Add new Extras menu with the possibility to switch game
4 years ago
obligaron
95b7380ae9
Startup game (diablo or hellfire) can be selected.
4 years ago
Anders Jenbo
e701009d4a
Enable ADPCM and Huffman compression
...
This allows for huge savings in the size of dubbing packs, from 397MB to
down to just 134MB
4 years ago
Ivan Epifanov
8e6f511d6c
Add vita tcp network support
4 years ago
Anders Jenbo
6baf2bca14
Generate Czech and Polish translations
4 years ago
Andrew James
949206424e
Enable clang-tidy in Visual Studio projects ( #3101 )
5 years ago
Ivan Epifanov
465c1f09fc
Vita: pack raw assets if smpq isn't available
5 years ago
staphen
f8860233d8
Enable ZeroTier on Android
5 years ago
obligaron
46b2a00f50
If SMPQ isn't available copy assets folder to output
5 years ago
Gleb Mazovetskiy
0c694edaba
WordWrapString: Wrap on punctuation
...
Useful for Chinese and Japanese, which do not have spaces between words,
nor whitespace after punctuation.
5 years ago
Anders Jenbo
4dd8b121ec
Replace TTF with PCX font
5 years ago
Anders Jenbo
6321ddb721
Generate devilutionx.mpq
5 years ago
staphen
a3effd5e82
Add vcpkg.json to the project
5 years ago
Anders Jenbo
7771a08d03
Translatable mainpanel
5 years ago
Gleb Mazovetskiy
4e1ad7ab65
LoadFile: Avoid opening the file twice
...
Previously we were passing the path to `GetFileSize`, which resulted in
opening and closing the file twice.
5 years ago
staphen
60492ef954
Add proper graphics for gamepad
5 years ago
staphen
3df85b70ce
Add virtual gamepad event handlers and implement touch controls
5 years ago
staphen
599b29d825
Add renderer for displaying virtual gamepad on screen
5 years ago
staphen
fb4f1ed8fd
Add structs for virtual gamepad
5 years ago
staphen
b29141048a
Move existing touch control logic to Vita platform
5 years ago
Gleb Mazovetskiy
5a5c56c99b
Update libsmacker to 1.2.0r43
5 years ago
Anders Jenbo
7169882b1f
✨ Implement new font rendering
5 years ago
qndel
a737d72dd9
Dynamic char panel
5 years ago
Cong
6091c3f3c2
Add GOG installation paths to game data search paths ( fixes #2709 ) ( #2748 )
5 years ago
staphen
1d50db0246
Nintendo Switch: Remove link to rdimon library to fix file truncation
5 years ago
Gleb Mazovetskiy
1d48dd095d
Scale hardware cursor bilinearly
...
Make the hardware cursor blurry like the rest of the screen.
5 years ago
obligaron
77f9bded9e
Introduce demo namespace
5 years ago
obligaron
e3a2142941
Move picosha2.h to 3rdParty
5 years ago
staphen
703e5a3f14
3DS: Detect system language and select the appropriate translation
5 years ago
Epifanov Ivan
63d8e38de1
Auto-detect locale on PSVita. ( #2546 )
5 years ago
Anders Jenbo
fb279465e9
[android] Build and include translations
5 years ago
Anders Jenbo
815f30c75c
Fix regex encoding
5 years ago
Anders Jenbo
cde36db17c
Always build translations if package is avalible
5 years ago
staphen
eedd75a925
3DS: Add translations to romfs
5 years ago
Ivan Epifanov
d9aac78d28
Vita: pack translations into VPK
5 years ago
staphen
82d82fb7a3
Update build process for 3DS banner to avoid modifying files in the source folder during build
5 years ago
staphen
764dfdb1b6
Fix 3DS build failures when running builds anywhere besides the build directory
5 years ago