Konstantin P
|
384ee99834
|
vcmi: configurable teleport v2
1. Redesign wall and teleport penalty using shortest path
This will avoid OH3 exploits with teleport inside walls
2. Teleport is now configurable
|
2023-04-13 11:24:19 +03:00 |
|
Konstantin
|
198df21ae3
|
vcmi: remove old landmine property
|
2023-04-13 11:24:19 +03:00 |
|
Nordsoft91
|
3951bbb395
|
Merge pull request #1108 from Nordsoft91/battle-dialog
[HDMod features] Quick combat
|
2023-04-11 21:18:04 +04:00 |
|
Ivan Savenko
|
dfa2e2a349
|
Merge beta into develop
|
2023-04-11 19:37:35 +03:00 |
|
nordsoft
|
bfc75ccd39
|
Merge remote-tracking branch 'upstream/develop' into battle-dialog
|
2023-04-11 02:22:42 +04:00 |
|
Konstantin
|
b82374c4a9
|
config: Orb of Vulnerability should block all resistances
Just set MAGIC_RESISTANCE and SPELL_RESISTANCE_AURA to 0
by INDEPENDENT_MIN, will work.
|
2023-04-10 22:07:22 +03:00 |
|
Ivan Savenko
|
e2d0cd37e4
|
Merge pull request #1910 from IvanSavenko/beta_fixes
Fixes for 1.2 branch
|
2023-04-09 20:09:03 +03:00 |
|
Ivan Savenko
|
a6ce99573c
|
Added fallback identifiers for reading older vcmi maps
|
2023-04-09 12:27:33 +03:00 |
|
krs
|
709a8a6eb3
|
movementHighlightOnHover is now saved with settings
|
2023-04-08 20:42:16 +03:00 |
|
krs
|
1644cab938
|
Added combat option Highlight Movement on Hover
|
2023-04-08 20:40:30 +03:00 |
|
Ivan Savenko
|
454168897e
|
Fix handling of invalid hotkeys in configurable UI
|
2023-04-08 19:53:13 +03:00 |
|
nordsoft
|
52b53ab307
|
Feature and setting implemented
|
2023-04-08 01:49:59 +04:00 |
|
nordsoft
|
ece8a2a41f
|
Merge branch 'battle-dialog' into battle-dialog2
# Conflicts:
# AI/BattleAI/BattleAI.h
# AI/StupidAI/StupidAI.h
# client/CPlayerInterface.cpp
# client/CPlayerInterface.h
# client/Client.cpp
# client/NetPacksClient.cpp
# client/battle/CBattleInterface.cpp
# client/battle/CBattleInterface.h
# client/battle/CBattleInterfaceClasses.cpp
# client/battle/CBattleInterfaceClasses.h
# config/schemas/settings.json
# lib/CGameInterface.h
# lib/IGameEventsReceiver.h
# lib/NetPacks.h
# lib/NetPacksLib.cpp
# lib/battle/BattleInfo.cpp
# server/CGameHandler.cpp
# server/CQuery.h
|
2023-04-06 19:53:52 +04:00 |
|
Ivan Savenko
|
307065a633
|
Merge beta into develop
|
2023-04-04 16:06:20 +03:00 |
|
Ivan Savenko
|
d6cb513374
|
Merge pull request #1858 from IvanSavenko/sliders_fix
Allow defining active areas for sliders.
|
2023-04-04 11:21:45 +03:00 |
|
Andrii Danylchenko
|
10bf9bc7a0
|
Merge pull request #1678 from vcmi/nkai-fix-build
NKAI: more fixes to defense and pandora
|
2023-04-03 22:39:11 +03:00 |
|
Ivan Savenko
|
191959ae05
|
Fixed moat identifiers requests - will now always request spells
|
2023-04-03 15:15:12 +03:00 |
|
Konstantin
|
76bddf97bd
|
gameConfig.json: add missing comma
|
2023-04-02 23:53:47 +03:00 |
|
Ivan Savenko
|
507d8bf7fd
|
Allow defining active areas for sliders. Fixes settings window.
|
2023-04-02 22:24:07 +03:00 |
|
Ivan Savenko
|
efbc5cf581
|
Merge pull request #1815 from IvanSavenko/beta_fixes
Beta fixes
|
2023-04-02 20:02:41 +03:00 |
|
Andrii Danylchenko
|
88fb532d90
|
NKAI: more fixes to defense and pandora
|
2023-04-02 10:02:33 +03:00 |
|
Ivan Savenko
|
cfe4cad8cb
|
Merge pull request #1818 from rilian-la-te/beta-fixes
config: CATAPULT_EXTRA_SHOTS should be hidden
|
2023-04-01 23:09:38 +03:00 |
|
Konstantin
|
766f599e41
|
config: CATAPULT_EXTRA_SHOTS should be hidden
|
2023-04-01 00:21:34 +03:00 |
|
Ivan Savenko
|
220f4531a1
|
Changed default mod repository path
|
2023-03-31 23:18:45 +03:00 |
|
Ivan Savenko
|
e3b1b0fbd6
|
Removed hardcoded texts
|
2023-03-31 23:18:45 +03:00 |
|
Konstantin
|
d8a237ba46
|
vcmi: add getTrigger method to obstacles
Fixes advanced remove obstacle spell
|
2023-03-31 01:01:26 +03:00 |
|
Konstantin
|
82a6d94fd0
|
moats: indentation
|
2023-03-31 01:01:26 +03:00 |
|
Konstantin
|
ecae600563
|
effects: Moat now includes battlefield bonus
This is an implementation which works exactly like in H3
|
2023-03-31 01:01:25 +03:00 |
|
Konstantin
|
f704a17e1a
|
vcmi: add a last hex setting
I consider this behaviour as H3 bug, but this is H3.
So, added a setting to disable this behaviour.
|
2023-03-31 01:01:25 +03:00 |
|
Konstantin
|
c4d5a7a2d6
|
vcmi:towns now can choose if moat render is needed
Using invalid points. Also removed unused variable.
|
2023-03-31 01:01:25 +03:00 |
|
Konstantin
|
a639bd2606
|
spells: rework isMagical()
Now it is a flag of a spell, and not a target condition.
This fixes resistance to bind effect
|
2023-03-31 01:01:25 +03:00 |
|
Konstantin
|
aab5b47038
|
vcmi: setup moats using MoatAbility
Setup moats using moat ability, need playtest for now.
-3 to defence not added for now.
|
2023-03-31 01:01:25 +03:00 |
|
Konstantin
|
50dab1f049
|
vcmi: convert fireWall and landMine
convert fireWall and landMine to new
trigger system. Now landmines correctly removed
after exploding
|
2023-03-31 01:01:25 +03:00 |
|
Ivan Savenko
|
4f703df4ac
|
Removed old bonuses data
|
2023-03-31 00:16:27 +03:00 |
|
Konstantin
|
57c35f39ca
|
WIP: Moat placer
|
2023-03-30 14:41:40 +03:00 |
|
Ivan Savenko
|
9e75568574
|
Fixed Roland's specialty to use Swordsmen instead of Griffins
|
2023-03-30 12:19:31 +03:00 |
|
Ivan Savenko
|
8a3e1b0230
|
Merge pull request #1789 from IvanSavenko/beta_fixes
Fixes for 1.2 release
|
2023-03-30 00:09:51 +03:00 |
|
Ivan Savenko
|
be52d46981
|
Fix Whirlpool sounds
|
2023-03-28 19:05:38 +03:00 |
|
Ivan Savenko
|
6d04c0b4db
|
Fix affinities of Dungeon heroes
|
2023-03-28 18:58:30 +03:00 |
|
Ivan Savenko
|
21ea50ca1e
|
Check obstacle image for existance in schema
|
2023-03-28 17:02:18 +03:00 |
|
Ivan Savenko
|
b3b2426b19
|
Updated mod.json schema
|
2023-03-27 22:33:36 +03:00 |
|
Ivan Savenko
|
b2f5042942
|
Merge pull request #1783 from vcmi/beta
Merge beta -> develop
|
2023-03-27 21:21:25 +03:00 |
|
Ivan Savenko
|
d1f6497bc8
|
Merge pull request #1768 from vcmi/default_ai
Make NKAI default AI
|
2023-03-27 21:20:01 +03:00 |
|
Ivan Savenko
|
b875da108b
|
Merge pull request #1717 from SoundSSGood/backpack-limit-size
Introducing backpack size limit functionality
|
2023-03-27 17:17:49 +03:00 |
|
Konstantin
|
a75ff91a50
|
vcmi: remove old string from config
|
2023-03-26 21:17:58 +03:00 |
|
Ivan Savenko
|
7fd0d0beb1
|
Made English first language so invalid values would reset to it
|
2023-03-25 23:54:51 +02:00 |
|
Ivan Savenko
|
a0bd46c9dd
|
Fix teleport animation speed
|
2023-03-25 23:54:51 +02:00 |
|
Tomasz Zieliński
|
ab57941f0a
|
Make NKAI default AI.
|
2023-03-25 12:17:35 +01:00 |
|
SoundSSGood
|
96e8a1f21c
|
Backpack limit part1 (move, disassemble)
|
2023-03-21 12:14:33 +02:00 |
|
Konstantin
|
895572df02
|
vcmi: fix first aid regression
|
2023-03-19 19:20:08 +03:00 |
|