Ivan Savenko
|
c0572b061a
|
Fix compile on FreeBSD
|
2023-12-10 19:17:24 +02:00 |
|
Ivan Savenko
|
3b6d3dee69
|
Slayer spell should only affect creatures with KING bonus
|
2023-12-10 19:17:09 +02:00 |
|
Ivan Savenko
|
999db2ed78
|
Avoid boost::format that throws exception on invalid format string
|
2023-12-10 16:37:58 +02:00 |
|
Ivan Savenko
|
ee7bd87b8d
|
Fix crash on losing mission-critical hero in battle
|
2023-12-10 16:14:01 +02:00 |
|
Ivan Savenko
|
2de7a3939a
|
Fix text identifier for generic signs without custom text
|
2023-12-09 18:09:57 +02:00 |
|
Ivan Savenko
|
2261298d09
|
Revert U-turns block. Actually possible in H3 and has unintended side
effects
|
2023-12-09 18:09:38 +02:00 |
|
Ivan Savenko
|
df78c9c6f1
|
Added workaround for crashes with outdated mods
|
2023-12-09 18:08:22 +02:00 |
|
Ivan Savenko
|
c9de10ea74
|
Merge pull request #3259 from vcmi/fix_corpse
Fix corpse
|
2023-12-07 23:55:07 +02:00 |
|
Ivan Savenko
|
500f945222
|
Update lib/mapObjectConstructors/AObjectTypeHandler.cpp
|
2023-12-07 22:48:51 +02:00 |
|
Tomasz Zieliński
|
c316087950
|
Distribute objects among zones in random order
|
2023-12-07 17:41:41 +01:00 |
|
Tomasz Zieliński
|
7fa01a3497
|
Fix for randomly banning or exceeding limits of zone objects
|
2023-12-07 17:41:09 +01:00 |
|
Ivan Savenko
|
edbe25b33a
|
Updated layout and localizations
|
2023-12-07 16:36:44 +02:00 |
|
Tomasz Zieliński
|
f17d8babc5
|
Do not route road through the Corpse
|
2023-12-07 12:57:39 +01:00 |
|
Ivan Savenko
|
653304b004
|
Implemented accumulating timers, rename creature timer to unit timer
|
2023-12-07 13:57:16 +02:00 |
|
Tomasz Zieliński
|
5ad682048f
|
Fix
|
2023-12-06 21:47:20 +01:00 |
|
Tomasz Zieliński
|
69ff1734b0
|
Use reference
|
2023-12-06 21:05:27 +01:00 |
|
Tomasz Zieliński
|
6cd19b81dd
|
Working fir for Corpse issue:
- Do not place guard next to blockVis object, if possible
- Do not place two blockVis objects next to each other
|
2023-12-06 20:49:28 +01:00 |
|
Tomasz Zieliński
|
03fa75c51e
|
Some refactoring, commiting current state after tests
|
2023-12-06 09:49:41 +01:00 |
|
Ivan Savenko
|
cd5d6a8f77
|
Fix loading of artifact ID for "transport item" victory condition
|
2023-12-03 19:45:18 +02:00 |
|
Ivan Savenko
|
a1f4748bbc
|
Fix socket shutdown
|
2023-12-03 19:44:58 +02:00 |
|
Ivan Savenko
|
773071fee3
|
Fix AI movement through wandering monsters
|
2023-12-03 15:58:44 +02:00 |
|
Ivan Savenko
|
be9c7f2099
|
Merge pull request #3239 from IvanSavenko/pathfinder_fixes
Pathfinder fixes
|
2023-12-02 12:20:44 +02:00 |
|
Ivan Savenko
|
a7d6068bf6
|
Do not ignore block-visit objects when computing guardian locations
|
2023-11-28 19:32:03 +02:00 |
|
Ivan Savenko
|
37d81e916e
|
Fix creature appearance on hota maps
|
2023-11-28 19:31:38 +02:00 |
|
Ivan Savenko
|
0d6bd0c60a
|
Fix assertion failure in RMG
|
2023-11-28 16:37:21 +02:00 |
|
Ivan Savenko
|
9277761da5
|
Do not allow building boat if there is already boat with hero in it
|
2023-11-28 15:49:03 +02:00 |
|
Ivan Savenko
|
8cbc2c01ad
|
Do not allow moving through most of visitable objects
|
2023-11-28 12:32:24 +02:00 |
|
Ivan Savenko
|
faead7739a
|
Do not allow U-turns while flying. Works fine, but poor representation in
UI
|
2023-11-28 12:32:24 +02:00 |
|
Ivan Savenko
|
5d16f035d7
|
Workaround for crash on winning the game
|
2023-11-27 14:09:08 +02:00 |
|
Ivan Savenko
|
ee46fc806a
|
Add workaround to loading old map format
|
2023-11-27 14:09:08 +02:00 |
|
Ivan Savenko
|
f2e7791326
|
Fix crash on Earthquake cast
|
2023-11-27 14:09:08 +02:00 |
|
Ivan Savenko
|
0cf490e2c3
|
Remove custom move constructor. Fixes serialization of visitation status
|
2023-11-27 14:08:49 +02:00 |
|
Ivan Savenko
|
e00d871082
|
Fix few more warnings on game start
|
2023-11-27 14:08:49 +02:00 |
|
Ivan Savenko
|
68de34e508
|
Workaround for starting map with invalid witch huts
|
2023-11-27 14:08:49 +02:00 |
|
Ivan Savenko
|
560a1231a6
|
Fix loading of maps with Grail or Diplomat Suit placed on map
|
2023-11-27 14:08:49 +02:00 |
|
Ivan Savenko
|
2c8d0338ba
|
Fix error messages in log on map start
|
2023-11-27 14:08:49 +02:00 |
|
Ivan Savenko
|
6730ec64d5
|
Fix loading of preset artifacts and creatures on some custom maps
|
2023-11-26 00:41:49 +02:00 |
|
Ivan Savenko
|
3f60c1b0b3
|
Remove excessive logging
|
2023-11-26 00:41:15 +02:00 |
|
Ivan Savenko
|
364977ef40
|
More meaningful exception messages
|
2023-11-22 19:11:40 +02:00 |
|
Ivan Savenko
|
e979fb7056
|
Better fix for allowed heroes in h3m - allow all heroes from mods
|
2023-11-22 19:11:22 +02:00 |
|
Ivan Savenko
|
f643fff5eb
|
Merge pull request #3214 from IvanSavenko/bugfixing2
Bugfixing
|
2023-11-21 22:51:31 +02:00 |
|
Ivan Savenko
|
d3d5b67b22
|
Merge pull request #3207 from IvanSavenko/skill_selection_fix
Reworked and fixed selection of secondary skills on levelup
|
2023-11-21 21:35:06 +02:00 |
|
Ivan Savenko
|
9d298f42c3
|
Do not allow special spells such as Titan Bolt as a reward
|
2023-11-21 21:22:17 +02:00 |
|
Ivan Savenko
|
07e7d6cc14
|
Do not allow fleeing from cities without fort
|
2023-11-21 20:32:07 +02:00 |
|
Ivan Savenko
|
e96cde291a
|
Fix generation of additional monolith types for RMG
|
2023-11-21 18:32:07 +02:00 |
|
Ivan Savenko
|
d0e320723c
|
Remove no longer relevant assertion
|
2023-11-21 18:31:43 +02:00 |
|
Ivan Savenko
|
83ca09f483
|
Fix loading of allowed heroes from h3m maps
|
2023-11-21 17:23:46 +02:00 |
|
Ivan Savenko
|
d58ea6f28d
|
Fix keymaster visitation status tracking
|
2023-11-21 16:38:09 +02:00 |
|
Ivan Savenko
|
a4d5c4917b
|
Limit resources to 1000 000 000 to prevent overflow
|
2023-11-20 20:50:37 +02:00 |
|
Ivan Savenko
|
842d66afbc
|
Fix crash on battlefield deserialization
|
2023-11-20 19:57:07 +02:00 |
|