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

7110 Commits

Author SHA1 Message Date
dc099b2a35 Implemented support for multi-spell casters 2023-03-25 00:48:14 +02:00
970981cfc9 Show information on potential kills in attack tooltip 2023-03-24 17:18:47 +02:00
31147ac83b refactoring: TDmgRange pair -> DamageRange struct 2023-03-23 17:49:33 +02:00
e40b9c849d vcmi: no open-code NO_APPROPRIATE_TARGET 2023-03-22 12:04:28 +03:00
19096f39f0 Backpack limit. Amount of fixes. 2023-03-21 22:11:42 +02:00
0ffc440b53 vcmi: fix target condition regression 2023-03-21 19:19:34 +03:00
44dc89bdcf Merge pull request #1736 from rilian-la-te/fix-target-conditions
vcmi: fix target condition regression
2023-03-21 17:35:20 +02:00
60b510617c vcmi: fix target condition regression 2023-03-21 17:56:15 +03:00
575fb29a22 Merge pull request #1534 from kambala-decapitator/pathfinder-fly
fix movement cost with Fly
2023-03-21 14:32:56 +02:00
f0f9eecf97 Backpack limit part5. End of battle. Other stuff 2023-03-21 12:14:33 +02:00
9f8aa25297 Backpack limit part4 (Using cheats, buying) 2023-03-21 12:14:33 +02:00
ca5c9910a4 Backpack limit part3 finishQuest 2023-03-21 12:14:33 +02:00
e23766280f Backpack limit part2 (Pick up, Dig up, Object rewards) 2023-03-21 12:14:33 +02:00
96e8a1f21c Backpack limit part1 (move, disassemble) 2023-03-21 12:14:33 +02:00
37edffd788 GameConstants upd 2023-03-21 12:14:33 +02:00
72122fb433 CArtifact, CArtifactInstance, CCombinedArtifactInstance reorganization 2023-03-21 12:14:33 +02:00
6ee4fd24f7 Merge pull request #1731 from rilian-la-te/fix-unicorns
CStack: make unicorns ability multiplicative
2023-03-20 23:34:05 +02:00
8c10f48fbd CStack: make unicorns ability multiplicative 2023-03-20 23:29:33 +03:00
9289646dab Merge pull request #1722 from rilian-la-te/fix-first-aid
vcmi: fix first aid regression
2023-03-20 21:49:53 +02:00
147633bd9d compute movement cost using PathNodeInfo layer info when possible 2023-03-20 11:35:20 +03:00
a0cd69e944 Slight refactoring of CGHeroInstance::movementPointsAfterEmbark() 2023-03-20 11:35:20 +03:00
3602645a30 improve iterating over EPathfindingLayer 2023-03-20 11:35:19 +03:00
c0c19557af fix method documentation 2023-03-20 11:35:19 +03:00
8f843d0bff fix typos 2023-03-20 11:35:19 +03:00
68f5c1de79 improve variable names in CPathfinderHelper::getNeighbours() 2023-03-20 11:35:19 +03:00
bfb0dc26d5 fix movement cost on roads 2023-03-20 11:35:19 +03:00
0c7b5ac793 fix movement cost on Favorable Winds 2023-03-20 11:35:19 +03:00
3fbdc3b198 improve code that checks last possible tile 2023-03-20 11:35:18 +03:00
23fa7c4a9b Merge pull request #1720 from vcmi/fix_small_lakes_clean
Don't place shipyard or boats at very small lakes
2023-03-19 19:52:22 +02:00
aede3da74e Merge pull request #1721 from vcmi/fix_rmg_infinite_loop
Fix rmg infinite loop
2023-03-19 19:46:28 +02:00
895572df02 vcmi: fix first aid regression 2023-03-19 19:20:08 +03:00
15047a4469 Merge pull request #1718 from vcmi/fix_shipyard_border
Fix shipyard border calculation for RMG
2023-03-19 16:05:24 +01:00
9e206dbbc7 Forgot this one 2023-03-19 09:51:37 +01:00
f52c465322 Allow zones to inherit properties recursively, in any order. 2023-03-19 09:27:05 +01:00
21463f1c0e fix movement cost with Fly 2023-03-19 11:26:55 +03:00
43e89523a9 Merge pull request #1716 from rilian-la-te/tw-fix
TotalValue: fix typo
2023-03-19 11:25:48 +03:00
dd3803b111 Don't place shipyard or boats at very small lakes
(cherry picked from commit 1d2913bea0)
2023-03-18 22:05:25 +01:00
e1ced317a1 Few tweaks for boat placement to keep distance between it and other objects, especially guards. 2023-03-18 21:59:23 +01:00
1dc96d6844 Fix shipyard border calculation for RMG 2023-03-18 20:12:36 +01:00
54b1b49f5a totalValue: fix overflow
Fixes #1715
2023-03-18 22:08:21 +03:00
23a5a32756 Add fallback for empty terrain types. Still it's a workaround and does not solve the root cause. 2023-03-18 17:00:50 +01:00
b07f4fb383 TotalValue: fix typo 2023-03-18 15:45:32 +03:00
eabcbfc25a Fix all stacks being capped at 10 units 2023-03-17 22:32:05 +01:00
f57c275603 Merge remote-tracking branch 'origin/develop' into object_placement_tweaks 2023-03-17 21:47:16 +01:00
f24ca6fbcf Merge pull request #1699 from rilian-la-te/fix-ignissa
Rewardable: always initialize numbers
2023-03-17 22:15:28 +02:00
95d56d3f2a Merge pull request #1705 from rilian-la-te/convert-scouting
HeroBonus: add scouting to converter
2023-03-17 22:14:54 +02:00
6de042657c fix Ignissa bug the old way 2023-03-17 20:09:18 +03:00
b4fe7908a4 HeroBonus: add scouting to converter 2023-03-17 18:50:57 +03:00
bbbbfe00f0 Modernize resourceSet 2023-03-17 02:26:54 +03:00
8a6c51a9e6 Fix uninitialized pointer dereference 2023-03-16 20:48:37 +02:00