1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-17 01:32:21 +02:00
Commit Graph

16149 Commits

Author SHA1 Message Date
af54342792 Merge pull request #4194 from kdmcser/beta
update Chinese translation
2024-07-09 17:01:53 +03:00
e42285c2f1 Merge pull request #4240 from IvanSavenko/bugfixing
[1.5.4] Bugfixing
2024-07-09 14:32:24 +03:00
7ec702bac3 Merge pull request #4241 from vcmi/fix_damage_estimation
Limit predicted damage / loses to actual stack health
2024-07-09 14:28:28 +03:00
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
7acb93867e Merge pull request #4239 from Laserlicht/sign
changed to signature based file validation (gog installer)
2024-07-09 14:27:48 +03:00
5eabadd7db Use vstd 2024-07-09 06:50:00 +02:00
bfa93be765 Limit predicted damage / loses to actual stack health 2024-07-09 06:39:41 +02:00
6300473ff8 Block AI from acting at the same time as guest-human during simturns 2024-07-08 20:57:47 +00:00
a19b3b61ad Fixed missing addInfo when owner updater is used 2024-07-08 20:57:14 +00:00
c64e7ee14c Fix possible crash on Faerie Dragon killing themselves with Frost Ring 2024-07-08 20:56:43 +00:00
c357fdb80d Reveal terrain whenever hero receives a secondary skill 2024-07-08 20:56:17 +00:00
81aa831237 Clarified bonus types documentation to better match actual logic 2024-07-08 20:55:41 +00:00
575d15c425 Fix centering on selected map object on loading save 2024-07-08 20:52:37 +00:00
7445e950ba Replace uint64_t with signed type to prevent overflow on substraction 2024-07-08 20:52:11 +00:00
ae689625e4 Merge pull request #4219 from smanolloff/add-tbb-dependency
Add TBB in conanfile and CMakeLists
2024-07-08 19:34:08 +03:00
c2e02297e1 code review 2024-07-08 18:00:30 +02:00
ce46f43eca changed to signature based file validation 2024-07-08 17:27:02 +02:00
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
601840eb5f address code review comments 2024-07-08 00:02:01 +03:00
a15a191557 Merge pull request #4228 from IvanSavenko/version_bump_154
Version bump to 1.5.4
2024-07-06 19:35:59 +03:00
0de7e431f0 Version bump to 1.5.4 2024-07-05 13:48:24 +00:00
11a3da3f4f Merge pull request #4220 from IvanSavenko/ai_optimize
[1.5.4] AI optimizations
2024-07-05 15:45:49 +03:00
5f3394176c Merge pull request #4223 from vcmi/more_diagonal_roads
Route roads even further away from zone boundary
2024-07-05 15:45:28 +03:00
6835c18c86 Merge pull request #4224 from IvanSavenko/android_sdk_bump
Bump Android target SDK to Android 14 (34)
2024-07-05 15:34:49 +03:00
4695c88705 Merge pull request #4221 from IvanSavenko/bugfixing
[1.5.4] Bugfixing
2024-07-05 15:34:15 +03:00
b5c36958a9 Workaround for very slow boat summon tests 2024-07-04 19:56:01 +00:00
ad972eb7e2 Optimize BonusList::totalValue 2024-07-04 19:55:09 +00:00
b2b3dafe10 Bump Android target SDK to Android 14 (34) 2024-07-04 14:44:25 +00:00
5b99974d31 Route roads even further away from zone boundary 2024-07-04 14:22:22 +02:00
4e0d752c3c Merge pull request #4201 from Gigas002/beta
Embed translations and icons for mapeditor
2024-07-04 11:59:27 +03:00
1f8fa3cd01 Bump version code for Android 2024-07-04 08:46:39 +00:00
38bcc1e475 Restored logic of up/down key in town interface 2024-07-04 08:46:39 +00:00
2584432b92 Fix crash on clicking on map when player is not making turn in MP 2024-07-04 08:46:39 +00:00
5ccf6750ab Fix assertion failure 2024-07-04 08:46:39 +00:00
41ed7e2e10 Added TODO's for potential optimizations that I've discovered 2024-07-04 07:59:50 +00:00
075582910a Less CPU intensive version of ExplorationHelper::scanMap method 2024-07-04 07:53:25 +00:00
b0ff97675e Remove mutex from access to constant value 2024-07-03 21:16:25 +00:00
73fdd12581 Use optimized container without dynamic memory allocations 2024-07-03 21:15:40 +00:00
1468abb8a0 Remove excessive copies of large objects 2024-07-03 21:14:22 +00:00
95d8e447b2 Remove access to text translation system from AI 2024-07-03 21:13:55 +00:00
40f17d654d Use containers with pre-allocations to improve pathfinding speed 2024-07-03 18:06:56 +00:00
24b77b0972 Remove access to hero name translation 2024-07-03 17:01:38 +00:00
b328a423a4 Update mapeditor/CMakeLists.txt
Co-authored-by: Ivan Savenko <saven.ivan@gmail.com>
2024-07-03 14:46:15 +00:00
41a19bcdf3 Add TBB in conanfile and CMakeLists 2024-07-03 14:17:11 +03:00
17841b8f2a Merge pull request #4171 from Laserlicht/tutorial_reset
reset tutorial button
2024-07-03 13:45:48 +03:00
70af104839 Merge pull request #4208 from Laserlicht/patch-3
[1.5.4] fix text lenght
2024-07-03 13:31:29 +03:00
005c8e9e4d Merge pull request #4197 from IvanSavenko/json_bonus_validation
Better validation of bonus json
2024-07-03 13:28:38 +03:00
feb8b4c676 Merge pull request #4196 from IvanSavenko/bugfixing
[1.5.4] Bugfixing
2024-07-03 13:28:06 +03:00
e142776957 highscore text len 2024-06-29 14:44:29 +02:00
6e3ff219ec fix text lenght 2024-06-29 14:32:03 +02:00