staphen
9413d0046b
Increase stack size on 3DS
4 years ago
Gleb Mazovetskiy
cba3ed13ff
Resegment Chinese and Japanese translations
4 years ago
Gleb Mazovetskiy
395dbb18f0
Segmenter: Use gettext to line-wrap po files
...
The line wrapping algorithm of gettext is somewhat complicated.
Rather than trying to approximate it, use `msgcat` from gettext
directly. This is also what poedit does.
4 years ago
Gleb Mazovetskiy
98abd17456
Segmenter: Do not split printf specifiers
4 years ago
Anders Jenbo
a981be74e8
Fix broken c-format
4 years ago
Anders Jenbo
64e0f65f38
Fix MonsterMHit check for petrified monsters
4 years ago
Anders Jenbo
2a600d8e55
Add additional emojis
4 years ago
Anders Jenbo
9ea6d9c9d1
Tweak Hangul font width
4 years ago
Anders Jenbo
827f724eee
Correct position of underscore
4 years ago
Bubio
8491aa73cb
Merge pull request #3536 from bubio/master
...
Update Japanese Translation
4 years ago
Anders Jenbo
a097d61916
Remove incorrec line break
4 years ago
Anders Jenbo
a6f17fe072
Adjust width of CJK and Hangul fonts
4 years ago
Gleb Mazovetskiy
fa90679416
game_assets.* -> assets.*
4 years ago
Gleb Mazovetskiy
720d210d95
utils/mpq* -> mpq/*
4 years ago
Gleb Mazovetskiy
1a66a9e4f9
Segmenter Japanese translation
...
tools/segmenter/segment_ja.py --input_path Translations/ja.po
4 years ago
Gleb Mazovetskiy
75b059c2ac
ja.po: Fix invalid escape sequence (`\\n`)
4 years ago
Gleb Mazovetskiy
d077d920a0
Resegment Chinese translations
4 years ago
Gleb Mazovetskiy
a18f64ddd9
Add a Japanese segmenter
4 years ago
Gleb Mazovetskiy
213abdda71
debug.cpp Fix `-Wswitch`
4 years ago
nsm53project
4cb0bda35a
Update Korean Translation
...
Fix missing punctuation in Help screen
4 years ago
Anders Jenbo
5e97bfa1e8
Adjust to new CJK font width
4 years ago
NikoVP
7f0a3a16d7
Update Bg translation ( #3524 )
4 years ago
Oleksandr Kalko
90d7d2cf13
UK TL: Credits ( #3521 )
...
* UK TL: Credits screen
Changed "Скасувати" to "" since it's shorter
Help screen punctuation fixes
* UK TL: Add dmg text
4 years ago
Oleksandr Kalko
11e2cc181d
Fix missing punctuation in Help screen ( #3520 )
4 years ago
staphen
08e4e8c254
Implement virtual gamepad activation/deactivation
4 years ago
staphen
40cc894630
Force VIRTUAL_GAMEPAD=OFF when USE_SDL1=ON
4 years ago
Anders Jenbo
6adad515be
Create privacy.md ( #3517 )
4 years ago
qndel
4072bd351f
fix debug display in town
4 years ago
Stephen C. Wills
53df211881
Add support fro 3DS C-stick
4 years ago
ephphatha
87651aa2f5
Check the item at the target position before searching all items
4 years ago
Oleksandr Kalko
21c4e546a4
UK TL: Status bar, CMD options, Help screen
4 years ago
Bubio
c32117c3ca
Update Japanese translations
...
Adjust translation wording.
(Mainly Farmer, Little Girl, Complete Nut, Defiler)
Changed command line options back to English.
(I think you can still understand it in English)
Fixed minor mistranslations.
4 years ago
Gleb Mazovetskiy
3aa8149d3e
`PrintMonstHistory`: Fix string manipulation
...
The code previously assumed that there is an ASCII separator after each
resistance type.
Different languages may use something else entirely. Relaxes the
assumption to any single code point to avoid producing malformed
UTF-8.
4 years ago
Anders Jenbo
5644e158cd
[Android] Define file to back up
...
Google allows for a max of 25MB so leave out all the MPQ files
4 years ago
Anders Jenbo
f981d74cfc
Correct string formatting in French translation
...
Fixes #3511
4 years ago
Bubio
cd4ccefbc8
Update Japanese translations
...
100% translated!
Translated a sentence from Hellfire.
The wording for the credits has been changed back to English.
(Because it looks better that way!)
Fixed minor mistranslations.
4 years ago
Tytannial
366b596910
Update zhCN translations
...
Fix missing store npc name.
Fix npc name Adria -> "艾德莉亚"
Fix some item prefix and unique item name.(base on newest D2R)
4 years ago
Anders Jenbo
cc3133dd2a
Enable building the Japanese translation
4 years ago
Bubio
d97233b37c
Create ja.po
...
added translation to Japanese!
4 years ago
Oleksandr Kalko
69d8f3f266
Update Appveyor to VS2022
4 years ago
Thomas Christlieb
b16aa93f27
do not allow quickload when talking to towner ( #3479 )
4 years ago
staphen
dd901e3c2c
Do not disable backlight on o2DS
4 years ago
qndel
1110927057
make berserked monsters fight each other
4 years ago
Stephen C. Wills
c15123688a
Improve 3DS documentation ( #3462 )
4 years ago
qndel
6dbe9109b2
make durability int again ( #3467 )
4 years ago
qndel
18c0b1858f
use DUR_INDESTRUCTIBLE ( #3468 )
4 years ago
staphen
110bba64a1
[3DS] Fix dependencies for romfs build targets
4 years ago
Oleksandr Kalko
c570e557a7
Ukrainian: TL support strings and some status bar msg
4 years ago
Gleb Mazovetskiy
eda8dde248
Re-segment Chinese translations
4 years ago
Gleb Mazovetskiy
bc6bd228b8
A tool to segment Chinese .po files with ZWSP
...
This tool can insert ZWSP between words in Chinese .po files using this
model: https://tfhub.dev/google/zh_segmentation/1
We will use this tool to be able to word wrap Chinese translations at runtime
without bundling a segmenter.
Doing this offline also allows us to use a segmenter that would
otherwise be too slow for runtime.
4 years ago