1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00
Commit Graph

117 Commits

Author SHA1 Message Date
e4aa981925 Add more logging to mod downloading process 2023-09-12 21:15:14 +03:00
d6ff553cac Fix typo 2023-09-09 02:14:27 +02:00
e8453916cf Merge remote-tracking branch 'vcmi/beta' into develop 2023-09-08 18:49:06 +03:00
8c94d082c8 Merge remote-tracking branch 'upstream/develop' into launcher-size-support 2023-09-08 01:51:52 +02:00
40ea45498f Rename 2023-09-07 19:57:57 +02:00
b85a2f99c1 Quick fix to avoid freeze on Launcher startup / mod repo checkout 2023-09-06 01:11:18 +03:00
9af73c2212 Merge pull request #2723 from Nordsoft91/versions-fix
Launcher & lib versions unification
2023-09-02 19:42:46 +04:00
32ad463170 Rename 2023-09-02 14:15:37 +04:00
348b6b0f32 Update launcher/modManager/cmodlistview_moc.cpp
Co-authored-by: Ivan Savenko <saven.ivan@gmail.com>
2023-09-02 14:11:56 +04:00
4024a44b7e Unify internal units 2023-09-02 00:18:23 +04:00
3ee91ca9dc Support local and download mod size 2023-09-01 18:43:26 +04:00
5875dc6b8f Smarter double-click 2023-09-01 17:40:52 +04:00
ea7ab9d5ed Migrate launcher to vcmi versions 2023-09-01 04:12:41 +04:00
31956549e6 Double click behavior 2023-09-01 03:29:50 +04:00
21c45bd84f Added new settings to Launcher:
- UI Scaling selection
- Allied AI selection
- Separate main/secondary mod repo
2023-07-03 14:34:53 +03:00
814a4b9455 Partial fix for displaying download progress of mods 2023-07-03 14:34:53 +03:00
1f525c59c3 Remove no longer used code 2023-07-03 14:34:53 +03:00
0782ee7689 Strict weak ordering on the data 2023-05-28 00:12:03 +04:00
krs
fdfcab1210 CModListView, firstlaunch and lobby strings reviewed 2023-03-31 19:24:06 +03:00
b1fbc7a2fd Attempt to fix icons size on Mac OS 2023-03-27 22:33:36 +03:00
1d1d31c4e8 Added preset list of mod types for mod list 2023-03-27 22:33:36 +03:00
efed2991f2 Show human-readable mod names for list of dependencies 2023-03-27 22:33:36 +03:00
14f8348b9e Show list of supported languages in mod info 2023-03-27 22:33:36 +03:00
5357709b17 Correctly handle scenario of unavailable mod repository 2023-03-27 22:33:36 +03:00
369e925af8 Loading of translation mods is now skipped on language mismatch 2023-03-14 16:02:16 +02:00
a062e5e425 - Implemented proposition to install translation mod when necessary 2023-03-14 16:02:16 +02:00
1ff317058e Implemented install of mods via setup 2023-03-14 16:02:16 +02:00
c3d78ba761 Partially implemented Setup Window 2023-03-14 16:02:16 +02:00
8439477751 Added icons to mod action buttons 2023-01-29 22:04:01 +02:00
e87a157b32 Adjustments to Mods screen layout in Launcher 2023-01-29 22:04:01 +02:00
bafe0c42ce Merge pull request #1293 from IvanSavenko/translate_launcher
Translations support - Launcher
2023-01-17 23:05:14 +02:00
2cce15efbe Automatic mod conflict resolution 2023-01-16 20:58:19 +04:00
192e856797 merge with vcmi/develop 2023-01-11 16:47:53 +02:00
8010bff866 Formatting 2022-12-29 16:37:38 +02:00
cd6a894417 Call method from parent class after processing event 2022-12-28 17:58:39 +02:00
1696db8a3c Launcher translation upgrade, still WIP:
- launcher can be re-translated without restart
- mod info (name/description/etc) can have localized versions
2022-12-25 13:19:16 +02:00
facf77b3ae vstd::unique -> std::unique 2022-12-07 23:36:20 +02:00
665d6ebb78 Ios scroll by gesture 2022-11-22 03:36:50 +04:00
4527bd1a61 Disconnection on error 2022-11-16 23:53:54 +04:00
8b1a2a3ff3 Merge pull request #1039 from Nordsoft91/modinfo-from-json
Modinfo from json
2022-10-06 17:11:08 +03:00
9bf7106905 Add compatibility info 2022-09-29 18:21:29 +04:00
ae15807964 Collect mod info from remote mod.json 2022-09-29 17:38:03 +04:00
d06977ecbb handle enabling/disabling Extra Resolutions mod 2022-09-27 11:56:13 +03:00
205bb09880 Launcher fixes for mod filesystem (#860)
* Show submods as disabled if parent mod is disabled
* [845] disable button for local mods
Fixes for #812 #851 #852
2022-09-10 19:30:41 +03:00
1a6ee0d697 Launcher: Qt6 support. Qt 5.12 required (#746)
* Launcher: Qt6 support. Qt 5.12 required
2022-05-28 16:32:20 +03:00
ab62430785 Remove space after if 2019-07-30 11:00:44 +02:00
d58c7b2105 Persist mod table header (especially column widths). 2019-07-30 09:28:42 +02:00
7be9aa4868 Prevent shadowing of function arguments by local vars 2018-10-29 16:56:14 +01:00
40e6292ed2 Fix memory leaks in launcher. 2018-05-01 00:01:20 +03:00
9da3f48274 Code style: formatting and refactoring of launcher code 2018-04-13 15:23:35 +07:00