Ivan Savenko
75c727afaa
Fix typo
2024-08-17 19:46:32 +00:00
Ivan Savenko
d6059b044d
Implement selection of upscaling filter in launcher
2024-08-17 15:25:26 +00:00
Ivan Savenko
b7391f49f6
Merge branch 'vcmi/master' into 'vcmi/develop'
2024-08-05 10:36:10 +00:00
Ivan Savenko
16b28c28e4
Version bump to 1.5.6
2024-08-02 15:00:16 +00:00
Ivan Savenko
4533271692
Merge pull request #4312 from IvanSavenko/texthandler_split
...
Split CGeneralTextHandler file into 1 file per class form
2024-07-21 13:49:14 +03:00
Ivan Savenko
1aa391fdf8
Split CGeneralTextHandler file into 1 file per class form
...
All text processing code is now located in lib/texts.
No changes other than code being moved around and adjustment of includes
Moved without changes:
Languages.h -> texts/Languages.h
MetaString.* -> texts/MetaString.*
TextOperations.* -> texts/TextOperations.*
Split into parts:
CGeneralTextHandler.* -> texts/CGeneralTextHandler.*
-> texts/CLegacyConfigParser.*
-> texts/TextLocalizationContainer.*
-> texts/TextIdentifier.h
2024-07-20 12:55:17 +00:00
Ivan Savenko
58c7afefd8
Merge pull request #4298 from Alexander-Wilms/vcmilauncher-forward-stdout-stderr
...
startExecutable(): Forward executable's output, so vcmiclient's stdou…
2024-07-20 12:51:32 +03:00
Ivan Savenko
e2af6c0f92
Merge pull request #4295 from Alexander-Wilms/translation-error-messages
...
Less noise when switching languages in launcher
2024-07-19 15:44:54 +03:00
Alexander Wilms
70e309c4f9
CModListView::loadScreenshots(): Check isValid() instead of row() and column()
...
Co-authored-by: Andrey Filipenkov <kambaladecapitator@gmail.com>
2024-07-19 12:38:42 +02:00
Alexander Wilms
6687d3b684
startExecutable(): Forward executable's output, so vcmiclient's stdout and stderr aren't hidden
2024-07-18 23:54:33 +02:00
Alexander Wilms
4f06aed631
CModListView::loadScreenshots(): Ensure a mod is selected in allModsView
...
Fixes #989
Fixes #3811
2024-07-18 22:33:48 +02:00
Alexander Wilms
187b7b0517
Show debug message instead of warning if no .qm file for selected language exists
2024-07-18 20:44:24 +02:00
Alexander Wilms
6599db4461
Less noise when switching languages in launcher
...
* Check if .qm file exists
* Don't call installTranslator() for English
Fixes #4277
2024-07-18 20:44:24 +02:00
Ivan Savenko
d02251f6a8
Merge pull request #4263 from Alexander-Wilms/json-error
...
JsonParser::parse(): Print file name if there were errors while parsing
2024-07-18 21:28:44 +03:00
Ivan Savenko
662254155a
Merge branch 'vcmi/master' into 'vcmi/develop'
2024-07-17 13:57:36 +00:00
Alexander Wilms
434371195d
JsonNode constructors: Take fileName as argument
...
* Don't print JSON in JsonParser::parse() in case of errors
2024-07-17 13:50:59 +02:00
Alexander Wilms
f2a1b47229
CModListView::CModListView(): Set background color of QSplitter to window color for seamless appearance
2024-07-17 10:50:39 +02:00
Ivan Savenko
0e57862f94
Set release date to July, 17th
2024-07-16 13:08:15 +00:00
Ivan Savenko
4ad81dcaf8
Version bump to 1.5.5
2024-07-16 13:08:15 +00:00
kdmcser
cbf094db68
update Chinese translation
2024-07-16 20:53:41 +08:00
Ivan Savenko
fd04320815
Merge pull request #4267 from IvanSavenko/sonar_fix
...
Fixed new issues detected by SonarCloud
2024-07-16 12:23:08 +03:00
Ivan Savenko
c00a1e1b0c
Fixed new issues detected by SonarCloud
2024-07-15 07:46:40 +00:00
Alexander Wilms
f9de3b2ffd
startExecutable(): Restore error handling
2024-07-14 21:04:36 +02:00
Alexander Wilms
875a8cc11a
startExecutable(): Use QProcess::start() instead of QProcess::startDetached() to fix the missing prompt after quitting vcmiclient or vcmieditor
...
vcmilauncher is now hidden while the child process is running, since it doesn't get repainted.
Fixes #2574
2024-07-14 21:04:36 +02:00
altiereslima
39516b275e
Update Portuguese Translation
2024-07-11 19:11:54 -03:00
Ivan Savenko
6b8f94e6e7
Merge remote-tracking branch 'vcmi/master' into develop
2024-07-11 17:43:44 +00:00
Ivan Savenko
006fadb82c
Merge pull request #4247 from IvanSavenko/release_154
...
Preparations for release 1.5.4
2024-07-11 11:45:27 +03:00
Andrey Filipenkov
98cda246a2
[launcher] call Install From File button handler asynchronously
2024-07-10 21:41:26 +03:00
Ivan Savenko
bd10f2d939
Updated Ukrainian translation
2024-07-10 14:36:24 +00:00
Ivan Savenko
ccef09db91
Merge pull request #4243 from Laserlicht/patch-3
...
extend file open error text
2024-07-10 17:14:37 +03:00
Ivan Savenko
9ce1d3eb34
Merge pull request #4244 from dydzio0614/polish-translations-update-2
...
Update polish translation for launcher and map editor
2024-07-10 17:14:20 +03:00
Ivan Savenko
ee14c0ab16
Merge pull request #4245 from Laserlicht/ger
...
Update german translation
2024-07-10 17:14:11 +03:00
Laserlicht
16f1d8d3ce
remove slack
2024-07-10 12:49:53 +02:00
Laserlicht
2179caeb25
update german
2024-07-09 22:23:20 +02:00
Dydzio
0ce96269f2
Update polish translation for launcher and map editor
2024-07-09 21:53:55 +02:00
Laserlicht
0695502e89
Update firstlaunch_moc.cpp
2024-07-09 21:50:06 +02:00
Ivan Savenko
a98787be43
Regenerated translations
2024-07-09 14:03:50 +00:00
Ivan Savenko
b1a902809e
Merge pull request #4232 from cewbdex/cz-work
...
Translate cz
2024-07-09 17:02:05 +03:00
Ivan Savenko
af54342792
Merge pull request #4194 from kdmcser/beta
...
update Chinese translation
2024-07-09 17:01:53 +03:00
Ivan Savenko
7775b31182
Merge pull request #4238 from kambala-decapitator/android-install-from-file
...
treat manually selected/dropped file as a file path instead of URL
2024-07-09 14:28:06 +03:00
Laserlicht
c2e02297e1
code review
2024-07-08 18:00:30 +02:00
Laserlicht
ce46f43eca
changed to signature based file validation
2024-07-08 17:27:02 +02:00
Andrey Filipenkov
5d9c1f986f
[launcher] treat manually selected/dropped file as a file path instead of URL
...
fixes file installation on Android
2024-07-08 16:10:44 +03:00
Kryštof Černý
67f81c1b91
Translate launcher
2024-07-06 15:57:36 +02:00
Ivan Savenko
0de7e431f0
Version bump to 1.5.4
2024-07-05 13:48:24 +00:00
Ivan Savenko
17841b8f2a
Merge pull request #4171 from Laserlicht/tutorial_reset
...
reset tutorial button
2024-07-03 13:45:48 +03:00
Ivan Savenko
207a4ecaa1
Use correct key for controller settings
2024-06-27 09:58:53 +00:00
Ivan Savenko
5bc103f50e
Show message to player instead of crashing silently on extraction error
2024-06-27 09:58:53 +00:00
kdmcser
7cb6194462
update Chinese translation
2024-06-26 22:26:37 +08:00
Alexander Wilms
02e429e973
Fix typos using https://github.com/crate-ci/typos
...
Changes were reviewed manually
2024-06-24 03:47:19 +02:00