1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-21 00:19:29 +02:00
Commit Graph

18822 Commits

Author SHA1 Message Date
4aed816b05 resource and playername translation 2025-01-04 16:26:57 +01:00
3e44dd6a88 move translation out of constructor 2025-01-04 16:26:57 +01:00
bdf778a80a mapeditor new translatable strings 2025-01-04 16:26:57 +01:00
83b9a8d750 Fixes for regressions 2025-01-04 15:09:50 +00:00
dfe8a95f8c Fix build 2025-01-04 15:09:50 +00:00
78fc6d0e41 Remove unused code 2025-01-04 15:09:50 +00:00
ea368c5176 Inlined methods commonly used by pathfinder for better optimization 2025-01-04 15:09:50 +00:00
dea1eba20b Rework and optimize turnInfo used by pathfinder 2025-01-04 15:09:50 +00:00
579b64cd39 Fix build 2025-01-04 15:09:50 +00:00
39d2f27589 Remove remaining usages of CCheckProxy class 2025-01-04 15:09:50 +00:00
919588f7ff Added cache for common hero-based bonuses 2025-01-04 15:09:50 +00:00
157d6d30c8 Move rest of commonly-accessed UnitState queries to bonus cache 2025-01-04 15:09:50 +00:00
05397e2aaf Caching of bonuses that are requested with different durations 2025-01-04 15:09:50 +00:00
16cfb51f3e Initial version of new bonus caching system 2025-01-04 15:09:50 +00:00
873d916a41 Merge pull request #5190 from IvanSavenko/release_162
Release 1.6.2
2025-01-04 16:16:47 +02:00
08a5c44901 Update changelog 2025-01-04 14:03:28 +00:00
9f4e92b5f6 Fix computation of spell value when attacker can't reach enemies behind
walls in siege combat
2025-01-04 14:01:40 +00:00
c4623aad0f Backported fix for BattleAI not casting spells that would kill entire
unit
2025-01-04 12:23:36 +00:00
c7963cf62f fix TeleporterPopup out of screen 2025-01-04 02:01:44 +01:00
0f745d5f1b fix long texts in popup 2025-01-04 01:23:26 +01:00
3de73c7a46 Change bonus icon for limited shooting range 2025-01-03 19:38:44 +01:00
4ccd860b2f Fix possible crash on loading save with invalid buildings, e.g. Mage
Guild 4 in towns without one
2025-01-03 15:41:26 +00:00
f02a61e546 optimize for touch input 2025-01-03 14:49:35 +01:00
076af53733 add scrollbar for hero overview 2025-01-03 14:34:52 +01:00
da8cca2ea5 Add 1.6.2 download counter 2025-01-02 20:46:29 +00:00
108a61933a Updated changelog 2025-01-02 20:46:06 +00:00
dc406ae906 remove json campaign override 2025-01-02 21:42:32 +01:00
e57cf147ed Updated Ukrainian translation 2025-01-02 20:31:23 +00:00
d6bea9cba4 Regenerated translations 2025-01-02 20:23:23 +00:00
4a8560c2f9 Update swedish.json (#5157)
Updated the Swedish translation with newly added strings that I found in the latest Czech translation.
2025-01-02 20:15:48 +00:00
833f122ab3 Merge pull request #5154 from kambala-decapitator/strings-improvement
[launcher] improve a few user-visible strings
2025-01-02 22:14:36 +02:00
56a30d32af Merge pull request #5179 from godric3/map-editor-fix-copying-monster
map editor: fix crash when copying monster
2025-01-02 22:12:48 +02:00
aeeb4ea533 Merge pull request #5181 from Laserlicht/android_right_mouse_fix
[1.6.2] Option to fix right mouse button on some android devices
2025-01-02 21:59:29 +02:00
dc7e5283c0 Merge pull request #5185 from vcmi/fix_blocked_paths
Fix blocked paths
2025-01-02 21:48:06 +02:00
220cb47edb Merge pull request #5183 from GeorgeK1ng/czech_update
Updated Czech translation
2025-01-02 21:38:36 +02:00
3ce1c377d2 Merge pull request #5182 from IvanSavenko/crashfixes
[1.6.2] Crashfixes for bugs discovered via Google Play
2025-01-02 21:38:25 +02:00
a3b02d1795 Merge pull request #5184 from IvanSavenko/ai_building_fix
Do not add non-existing buildings to H3 towns
2025-01-02 21:35:50 +02:00
685403c588 Cleanup 2025-01-02 18:12:59 +01:00
a88a994d75 Proper fix for the issue 2025-01-02 18:12:40 +01:00
ce003af4b9 Heavier penalty for routing roads behind monoliths 2025-01-02 17:41:01 +01:00
0e38882694 Fix blocked paths to objects at the bottom of the zone 2025-01-02 17:18:06 +01:00
bc624ab654 Do not add non-existing buildings to H3 towns
Such as Mages Guild 4-5 to Fortress, or all 4 special buildings to towns
without them
2025-01-02 13:46:49 +00:00
fe8abd61f9 Updated Czech translation 2025-01-02 09:53:54 +01:00
46442fbcca Correctly remove unsupported (e.g. era) mods from active preset 2025-01-01 21:01:46 +00:00
ea0c553148 Fix crash on attempt to update mod that depends on unknown mod 2025-01-01 21:01:23 +00:00
698d43e195 Fix crash on attempt to flip empty image 2025-01-01 21:00:43 +00:00
51ceb068a7 Try to handle crash on map selection screen 2025-01-01 21:00:25 +00:00
69ee1a9098 Fix crash on reordering towns from town interface 2025-01-01 20:59:59 +00:00
485361939a Added information on mod loading failure to inform player on broken mods 2025-01-01 20:59:32 +00:00
657b97202b Clarified ifdef magic in crash handling 2025-01-01 20:58:30 +00:00