Juho Hiltunen
4d70ceceb5
Remove LOPT_IT_DOUBLING and delete unused functionality.
Code checked for both langopt LOPT_IT_DOUBLING and attribe $double.
LOPT_IT_DOUBLING is redundant. $double already has a test in
dictionary.test
Code had a check for tr->langopts.param[LOPT_IT_DOUBLING] & 2 but that bit value is
not used in any language. That logic was removed.
2 years ago
Juho Hiltunen
3b2557cfdd
et: fi: move configuration from code to language file
2 years ago
Juho Hiltunen
644f02c26a
fixup case V_TUNES
previous changing of variable names caused an error in the program logic.
2 years ago
Juho Hiltunen
78c9b55c5f
fixup language options status and maintainer.
2 years ago
Juho Hiltunen
b4c223a256
fixup: move some language option keywords to the correct MNEM_TAB.
Caused when creating LoadLanguageOptions().
2 years ago
Juho Hiltunen
7115e46879
fi: uncomment number configuration.
Accidentally commented out in ac82698f
.
2 years ago
Juho Hiltunen
a19e4b8df2
resize and initialize a two-dimensional array to pass sanitizer
2 years ago
Juho Hiltunen
eae4595dc9
cleanup: move shared enums and MNEM_TABs to header file
2 years ago
Juho Hiltunen
78c6873427
cleanup: call CheckTranslator at start of LoadLangugeOptions
2 years ago
Juho Hiltunen
3182dee147
code cleanup: move CheckTranslator() to langopts.c
2 years ago
Juho Hiltunen
159ab0ee76
cleanup: move langopts.params handling to LoadLanguageOptions()
These have no tests and should be refactore to be similar to other
langopts.
2 years ago
Juho Hiltunen
b820b68182
cleanup: move words to LoadLanguageOptions()
2 years ago
Juho Hiltunen
ac82698f99
cleanup: move numbers to LoadLanguageOptions()
Note: This feature has no tests.
2 years ago
Juho Hiltunen
bdf18eafb1
cleanup: moved dictmin to LoadLanguageOptions()
Note: This feature has no tests. It doesn't look very useful and I think
could be removed.
2 years ago
Juho Hiltunen
e1d936dc52
cleanup: moved dictrules to LoadLanguageOptions()
2 years ago
Juho Hiltunen
f28841162f
moved tunes to LoadLanguageOptions()
2 years ago
Juho Hiltunen
c92180f918
cleanup: move n_tunes and tunes to where they are used
2 years ago
Juho Hiltunen
ec897eff32
fixup, add langopts.h to version control
2 years ago
Juho Hiltunen
e38142acd1
cleanup: moved intonation to LoadLanguageOptions()
2 years ago
Juho Hiltunen
8e3399bb98
cleanup: move stressRule to LoadLanguageOptions()
2 years ago
Juho Hiltunen
9caada3b31
cleanup: move stressOpt to LoadLanguageOptions()
2 years ago
Juho Hiltunen
46bc25e173
cleanup: move stressAmp to LoadLanguageOptions()
2 years ago
Juho Hiltunen
2a462e4afe
cleanup: move stressAdd to LoadLanguageOptions()
2 years ago
Juho Hiltunen
db57230320
fixup error message for Bad Voice attribute.
We currently have two switch statements. Every key should go to only one
of them.
2 years ago
Juho Hiltunen
77282aca34
cleanup: move stressLength to LoadLanguageOptions()
2 years ago
Juho Hiltunen
4a2890250b
code cleanup: new file langopts.c for handling language options.
The switch case in LoadVoice() currently mixes voice and language
options. This change will start separating them into two functions.
CheckTranslator will be moved to langopts.c. In the future there should
be no need to use it in voices.c. There will be other temporary
solutions also.
2 years ago
kirill-jjj
d126f67fee
Russian: Set max_digits to 18
2 years ago
Cameron Wong
45f25b5564
Fix dictionary_skipwords bug. It should be injected when re-structing method TranslateWord3.
2 years ago
Cameron Wong
8e6a21fdeb
Fix issue of word item in cmn_listx not taking effect.
2 years ago
Alexander Epaneshnikov
52fa8a597d
Windows: add mto
2 years ago
kirill-jjj
563db55147
Russian: improve numbers
2 years ago
Juho Hiltunen
545f38a46b
code cleanup: remove unused #defines
Note: Strange that FLAG_ALT7 is used but ALT4-ALT6 are not. Same with
R6p.
2 years ago
Juho Hiltunen
4a9f0e21be
code cleanup: move Is*() helper functions to common.c
2 years ago
Juho Hiltunen
57c7285ff9
code cleanup: move ApplySpecialAttribute2()
2 years ago
Juho Hiltunen
741bea9510
code cleanup: make LookupFlags() static
2 years ago
Juho Hiltunen
597cb2f440
code cleanup: move Unpronouncable() and Unpronouncable2()
2 years ago
Juho Hiltunen
9d03b09537
code cleanup: move ChangeWordStress()
2 years ago
Juho Hiltunen
c5db9220bf
code cleanup: move Read4Bytes()
2 years ago
Juho Hiltunen
14ede3e372
code cleanup: move is_str_totally_null()
2 years ago
Juho Hiltunen
64f12fec87
code cleanup: move towlower2()
2 years ago
Juho Hiltunen
ac3b9f6199
code cleanup: move utf8_* functions.
utf8_nbytes() is only used in dictionary.c. Others are moved to common.c
2 years ago
Samuel Thibault
4acc295477
Read8Numbers: enforce that we have 8 integers as data
2 years ago
Yury Popov
22ef8b260d
Read8Numbers: Fix zeroing data
2 years ago
Alexander Epaneshnikov
389b1a9761
Windows: fix compilation
fb06936c
b52d1f3afd
and c4d8976fbc
broke it.
2 years ago
kirill-jjj
571c9af09b
Russian: Try to fix regressive voicing assimilation.
2 years ago
Yury Popov
de3cbaa358
Fix changelog file case (make macOS happy with missed file)
2 years ago
Samuel Thibault
6f8aeb4ebc
Typo
2 years ago
Yury Popov
cd0dd0900f
Do not create audio out if not required
2 years ago
Juho Hiltunen
b52d1f3afd
code cleanup: move strncpy0 to common.c
2 years ago
Juho Hiltunen
c4d8976fbc
code cleanup: Add new source file common.h for misc functions.
2 years ago