1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-08 22:26:51 +02:00
Commit Graph

18372 Commits

Author SHA1 Message Date
822b6a00e7 Update only actually changed mod on enabling / disabling 2024-11-26 13:55:46 +00:00
4aaa6c1eb4 Fix enabling and disabling of mods 2024-11-26 13:55:46 +00:00
34a59d049b Implement remaining todo's, fix handling of mods with invalid
dependencies
2024-11-26 13:55:46 +00:00
fef19f4846 Fix installation of multiple mods at once 2024-11-26 13:55:46 +00:00
00f97fb8cd Allow mod operations such as install when possible 2024-11-26 13:55:46 +00:00
879eb2184f Implement some TODO's, fix sonar warnings 2024-11-26 13:55:46 +00:00
5ca65f14bd Fix visibility of translation mods, fix heading for mod version field 2024-11-26 13:55:46 +00:00
1f8dc49669 Remove no longer used translation strings 2024-11-26 13:55:46 +00:00
6ced6c96b6 Don't auto-enable mods on update 2024-11-26 13:55:46 +00:00
09606952a2 Mark remaining todo's 2024-11-26 13:55:46 +00:00
85ffb449ca Fixes mod install / uninstall / updates 2024-11-26 13:55:46 +00:00
30ed066cea Restored mod uninstall functionality, restored translatable mod fields,
added more fields to translatable list
2024-11-26 13:55:46 +00:00
2fcda48c65 Implemented enabling and disabling of mods with dependencies resolving 2024-11-26 13:55:46 +00:00
37e975036c Restored display of enabled and disabled mods in Launcher 2024-11-26 13:55:46 +00:00
ac3aecba81 Reimplemented computation of installed mod size for Launcher 2024-11-26 13:55:46 +00:00
f72fb53117 Implemented missing mod description fields 2024-11-26 13:55:46 +00:00
75a1a0938f Do not show empty or irrelevant information in mod details tab 2024-11-26 13:55:46 +00:00
065a8d5fcf Restored mod filter functionality in Launcher 2024-11-26 13:55:46 +00:00
41466238fc Cleanup code 2024-11-26 13:55:46 +00:00
494d70cbf0 Reduce excessive logging 2024-11-26 13:55:46 +00:00
87a665fb7f Restored all disabled mod functinality that was used by client 2024-11-26 13:55:46 +00:00
67fdd14dca Cleanup 2024-11-26 13:55:46 +00:00
06ce71087e Restored mod list display functionality in launcher 2024-11-26 13:55:46 +00:00
f8724b9558 Reworked mod handling in Launcher in order to unify code with lib 2024-11-26 13:55:46 +00:00
4945370fe3 Implemented validation of preset - removal of non-existing mods,
addition of newly installed mods
2024-11-26 13:55:46 +00:00
ba9e3dca9d Mod management rework, part 1
- Replaced CModInfo class with constant ModDescription class
- Simplified mod loading logic
- Extracted some functionality from ModHandler into separate classes for
future reuse by Launcher
2024-11-26 13:55:46 +00:00
c22471fd91 Display name of parent mod next to the name of submods in dependencies 2024-11-26 13:55:46 +00:00
1120f16d33 Add separate on/off icons for submods with disabled parent mod 2024-11-26 13:55:46 +00:00
9742f3a110 Initialize submods / mods settings on new mod install 2024-11-26 13:55:46 +00:00
915bd0bd35 Import mod preset from 1.5 data if no preset exists 2024-11-26 13:55:46 +00:00
c57120f0dd Initial support for mod presets system 2024-11-26 13:55:46 +00:00
b750937588 Merge remote-tracking branch 'upstream/develop' into develop 2024-11-25 18:49:45 +01:00
14a3c6ad14 Fix freeze on closing server before starting the game
Fixes possible freeze that seems to be caused by client shutting down
socket before sending its final LobbyClientDisconnected packet, leading
to server not processing disconnection of host correctly, which in turn
causes client to wait server shutdown forever.

Looks like regression from #4722

- Fixes #4912 and its duplicates
2024-11-25 17:31:20 +00:00
993a4dc73d crash fix: dismiss hero when pick artifact 2024-11-26 01:11:09 +08:00
b3b525d282 Better docs 2024-11-25 17:34:13 +01:00
7fdddee503 Merge pull request #4978 from IvanSavenko/swap_h3_icons
Fix h3 bug: icons of View Earth and View Air are swapped
2024-11-25 15:29:39 +02:00
a58d48e03d Merge pull request #4980 from IvanSavenko/hero_randomization_fix
Fix Orrin as starting hero on some maps
2024-11-25 14:28:55 +02:00
c26db41097 Merge pull request #4979 from kambala-decapitator/ios-docs-image
[docs] add referenced image to the repo
2024-11-25 14:00:58 +02:00
eb14eff13c Merge pull request #4975 from Laserlicht/third_upgr_8th_dwelling
third upgrade for 8th dwelling
2024-11-25 13:46:36 +02:00
ebf0437f09 Merge pull request #4968 from Laserlicht/fix_window
fix hero window outside of screen
2024-11-25 13:45:45 +02:00
5aa0a0d5b8 Merge pull request #4966 from vcmi/speciall_secondary_skill
Add "special" property for secondary skills
2024-11-25 13:44:59 +02:00
2d18ba6408 Merge pull request #4963 from Laserlicht/randommap_button
fix misaligned button in randommap
2024-11-25 13:42:20 +02:00
72fcf4473a Merge pull request #4962 from Laserlicht/prism_breath_fix
prism attack fix
2024-11-25 13:41:57 +02:00
7ac9eb4ba6 Merge pull request #4959 from XCOM-HUB/patch-8
Update swedish.ts
2024-11-25 13:41:20 +02:00
98430a67f4 Merge pull request #4957 from IvanSavenko/hd_assets
Added existing HD assets for vcmi mod
2024-11-25 13:40:55 +02:00
d94da01535 Merge pull request #4955 from Laserlicht/popup_fix
fix tavern popup
2024-11-25 13:40:37 +02:00
7d8b753971 Merge pull request #4951 from IvanSavenko/sonar_fix
Fix several new issues detected by SonarCloud
2024-11-25 13:39:56 +02:00
6544f6d6a6 Merge pull request #4944 from IvanSavenko/market_fix
Fixes for configurable markets support
2024-11-25 13:39:20 +02:00
a4db80671a call getPlayerLimit 2024-11-24 19:50:47 -08:00
9cef823330 Revert "max player count update"
This reverts commit f842b5ad91.

Trying another approach
2024-11-24 18:55:35 -08:00