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

19137 Commits

Author SHA1 Message Date
5396ced0a6 don't showing 3 buttons for sharpsh. upgr. (gelu) 2024-12-27 17:26:47 +01:00
aabd92451c Merge branch master into develop 2024-12-27 13:29:44 +00:00
b91be7769c Merge pull request #5161 from vcmi/beta
Merge beta -> master
1.6.1
2024-12-26 16:36:12 +02:00
3beb78104e fix margin (hd texture) 2024-12-26 15:05:30 +01:00
808a643856 Merge pull request #5152 from IvanSavenko/release_161
Release 1.6.1 + changelog
2024-12-26 15:52:42 +02:00
60435a70e2 Update changelog 2024-12-26 13:50:25 +00:00
ae6db0e4de Add download counter for 1.6.1 2024-12-26 13:50:25 +00:00
eb319fc15e show building names with ALT 2024-12-26 14:22:12 +01:00
f6192a1cbe Update Translations.md 2024-12-25 22:34:51 +01:00
d14ac2cda9 Update Translations.md 2024-12-25 22:08:05 +01:00
76d47ca1e7 Update Translations.md 2024-12-25 22:06:29 +01:00
3aecc34e52 Update Translations.md 2024-12-25 21:44:17 +01:00
36a3fd08cf Update Translations.md
Minor fix
2024-12-25 21:30:24 +01:00
7cc71c3d99 Update Translations.md
Minor fix
2024-12-25 21:26:42 +01:00
f3ba9d66e9 Update Translations.md
Added Installer translation info
2024-12-25 21:01:22 +01:00
5f2028a35c Merge pull request #5156 from IvanSavenko/dwelling_fix
Simplified building ID logic
2024-12-25 22:01:00 +02:00
b2cf37735d Merge pull request #5153 from IvanSavenko/first_launch_fix
Fix issues with first launch tab in offline
2024-12-25 22:00:49 +02:00
65fc50d33b Simplified building ID logic
- Replaced overcomplicated and broken math on dwelling ID's with fixed
enum
- Fixed broken 2nd upgrades and 8th dwelling
- Removed no longer used enumeration values from building ID's
2024-12-25 19:16:21 +00:00
519eb96cd1 Copy H3 files only when checkbox is checked 2024-12-25 20:00:07 +01:00
92c07980e8 Copy H3 files only when checkbox is checked 2024-12-25 19:58:47 +01:00
b2407d2002 [launcher] improve a few user-visible strings 2024-12-25 20:57:52 +03:00
a345517776 h3c converter implementation 2024-12-25 18:40:40 +01:00
d640e5d8fc Update github.yml 2024-12-25 18:33:45 +01:00
4f60db097a Various improvements
1) Code cleanup and improvements
2) Added checkbox for automatical Heroes 3 file copy when installed instead 
3) Rearanged checkbox groups
4) Added vcmp assisiotion together with vmap
5) Added popup warning when unchecking firewall rule creation
6) Regenerated translations
2024-12-25 18:17:41 +01:00
9ee327c723 Fix issues with first launch tab in offline
- Do not attempt to install mod if it is not available in (known) repo
- Go immediately to start game tab if there are no mods to install
instead of showing empty tab
2024-12-25 15:08:07 +00:00
4e4135cd6d Merge pull request #5151 from IvanSavenko/cherrypicks
Cherrypick of translations from develop branch
2024-12-25 16:09:33 +02:00
da2df13eaa Fixed typo: many -> may 2024-12-25 13:42:57 +00:00
800f1f60f4 Merge pull request #5150 from GeorgeK1ng/czech_update
Updated Czech translation
2024-12-25 15:25:26 +02:00
0de1e11fe8 Regenerated Qt translations 2024-12-25 13:23:13 +00:00
5d581e01b7 Cherry-picked #5078 2024-12-25 13:20:07 +00:00
f9e9b275a7 Merge pull request #5078 from XCOM-HUB/patch-8
Update swedish.ts
2024-12-25 15:15:03 +02:00
27f8c85584 Update github.yml
Added CMD, ISS and ISL
2024-12-25 13:32:42 +01:00
6ad627be9f Add files via upload 2024-12-25 13:09:35 +01:00
9853cc3766 Update Portuguese translation 2024-12-25 12:08:30 +00:00
21effc41e6 Update portuguese.json 2024-12-25 12:08:25 +00:00
ac4309832b Update portuguese.ts 2024-12-25 12:08:16 +00:00
725ca87091 Update portuguese.json 2024-12-25 12:07:38 +00:00
3743c636f3 Update swedish.json
I added some new code lines I found in the latest Czech translation and translated those into Swedish. I also made other smaller changes.
2024-12-25 12:07:30 +00:00
75e2339cec Merge branch 'develop' into patch-8 2024-12-25 13:58:08 +02:00
4e5d44bc9c Merge pull request #5149 from vcmi/fix_visitablePos_calls
Fix visitable pos calls
2024-12-25 13:45:51 +02:00
8402602e35 Merge pull request #5145 from IvanSavenko/spell_school_descr
Better spell school translation in bonuses
2024-12-25 13:44:48 +02:00
28790900a5 Merge pull request #5131 from MichalZr6/update_russian_translation
Update Russian translation for .ts files
2024-12-25 13:43:30 +02:00
8cde4f1434 Merge pull request #5143 from IvanSavenko/junkman_fix
Remove MetaString method that can't be used with modded objects
2024-12-25 13:42:44 +02:00
d5e8226939 Merge pull request #5144 from IvanSavenko/selection_fix
Fix crash on attempting to install mod when nothing is selected
2024-12-25 13:42:28 +02:00
8c4738c7b9 Better spell school translation in bonuses
Changed per-school bonus descriptions to be translateable for non-
English languages
2024-12-25 11:41:16 +00:00
d631e3f604 Do not call visitablePos for non-visitable objects 2024-12-25 08:23:45 +01:00
0620161287 Merge pull request #5127 from IvanSavenko/hotfix
[1.6.1] Fixes for 1.6.0 issues reported on Discord
2024-12-25 00:12:55 +02:00
cd67ced178 Merge pull request #5110 from IvanSavenko/ai_optimize
[1.6.1] AI optimization
2024-12-25 00:12:38 +02:00
1b8cca4e11 Fixed CR LF -> LF 2024-12-24 22:42:03 +01:00
24e11bd75b Added Inno Setup Installer files
Added all needed files for future building new custom installer using Inno Setup
2024-12-24 22:00:21 +01:00