Ivan Savenko
|
0be9aff99f
|
Fix battle queue stack highlighting
|
2023-06-20 19:58:05 +03:00 |
|
Ivan Savenko
|
108688389e
|
Fix accessing potentially non-existing UI element
|
2023-06-20 19:58:05 +03:00 |
|
Ivan Savenko
|
e5df7656a2
|
Added debug option to test touchscreen input on desktop systems
|
2023-06-20 19:58:05 +03:00 |
|
Ivan Savenko
|
ffdac314e9
|
Added selection of long touch duration
|
2023-06-20 19:58:05 +03:00 |
|
Ivan Savenko
|
06437cbde6
|
Renamed gesture-related methods, remove unused code
|
2023-06-20 19:58:05 +03:00 |
|
Ivan Savenko
|
563d7dd41f
|
Renamed RCLICK -> SHOW_POPUP
|
2023-06-20 19:58:05 +03:00 |
|
Ivan Savenko
|
8ad577255f
|
Replaced isMouseButtonPressed with isMouseLeftButtonPressed
|
2023-06-20 19:58:05 +03:00 |
|
Ivan Savenko
|
82288996a2
|
Fix cursor visibility on closing popup
|
2023-06-20 19:58:05 +03:00 |
|
Ivan Savenko
|
85a11c090e
|
Enter popup await mode only if there is an active popup
|
2023-06-20 19:58:05 +03:00 |
|
Ivan Savenko
|
e9788e2904
|
Cleaned up EventDispatcher code
|
2023-06-20 19:58:05 +03:00 |
|
Ivan Savenko
|
d4aa778547
|
Replaced clickRight event with showPopupWindow/closePopupWindow
|
2023-06-20 19:58:05 +03:00 |
|
Ivan Savenko
|
7c62146cd6
|
Update localization
|
2023-06-20 19:37:28 +03:00 |
|
Ivan Savenko
|
d1917898a9
|
Update validation schemas
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
80f67337d8
|
Do not send mouseMoved to elements that have just unsubscribed
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
f0a154037c
|
Attempt to improve def palette detection
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
c4772ae59d
|
Load new hota quests as empty quests, to avoid unexpected behavior
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
6564502a0e
|
Implemented mapping of hero portraits
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
3913b8e98c
|
Heroes placed on water in map will be automatically given boat
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
738ace99cb
|
Fix animations in editor which use copy-pasted code from client
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
9b5e81929f
|
Fix build
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
d4728f78ce
|
Support for hota victory conditions
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
a84666edf6
|
MetaString can be serialized in json
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
d51fe62804
|
Win/loss condition texts use MetaString
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
56d69e790b
|
Renamed MetaString methods to more logical names
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
2636a0dcc3
|
Moved MetaString to a new file
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
f35b3a0dc3
|
Replace MetaString operator << with member function
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
c43783db58
|
Use string ID's instead of raw strings for win/loss conditions
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
8dde8018d0
|
Implemented support for fixed monster def's from hota
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
6f743916db
|
Moved CGCreature to a new file
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
7c88bb7e4f
|
Detect mirror maps
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
636b2ea856
|
Removed no longer used code - moved to hota mod
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
6ed0fbe579
|
Fix excessive warning - neutral town with Portal is perfectly legal
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
d742b6b809
|
Fix mapping of map objects linked to game entities
|
2023-06-20 19:37:27 +03:00 |
|
Ivan Savenko
|
f86133705e
|
Fix loading of allowed artifacts from hota h3m
|
2023-06-20 19:37:27 +03:00 |
|
Tomasz Zieliński
|
25707b6d5e
|
Place zones in order given by template. Yields better results in a number of cases.
|
2023-06-18 20:23:25 +02:00 |
|
Tomasz Zieliński
|
8510af487e
|
Place objects away from wide connection
|
2023-06-18 19:20:12 +02:00 |
|
Tomasz Zieliński
|
47726625c2
|
Do not generate passable connections for virtual connections.
|
2023-06-18 12:03:41 +02:00 |
|
Tomasz Zieliński
|
acc141d626
|
Fix unused variable
|
2023-06-17 19:31:16 +02:00 |
|
Tomasz Zieliński
|
9cee751026
|
Add wide connections to some OH3 templates that had them
|
2023-06-17 19:10:11 +02:00 |
|
Tomasz Zieliński
|
65d10cf9f2
|
+ Handle Wide Connections
+ Possibly hide fictive and repulsive connections, needs testing
|
2023-06-17 19:09:38 +02:00 |
|
DjWarmonger
|
02ea798c97
|
Merge pull request #2229 from vcmi/zone_placement_improvements
Zone placement improvements
|
2023-06-17 08:53:08 +02:00 |
|
Ivan Savenko
|
2e2938303a
|
Merge pull request #2209 from IvanSavenko/map_object_configuration
Support for json configuration of some map objects
|
2023-06-16 19:32:05 +03:00 |
|
Ivan Savenko
|
ece9982ca0
|
Fix build
|
2023-06-16 18:11:45 +03:00 |
|
Ivan Savenko
|
5118a642bc
|
Fix duplicated randomResource object
|
2023-06-16 18:00:19 +03:00 |
|
Ivan Savenko
|
58661fc8ec
|
Moved DwellingInstanceConstructor to a new file
|
2023-06-16 17:59:50 +03:00 |
|
Ivan Savenko
|
77b58bc66d
|
Cleaned up object constructors to reduce duplicated code
|
2023-06-16 17:59:50 +03:00 |
|
Ivan Savenko
|
4d947be287
|
Adventure map shipyard nwo has configurable boat type
|
2023-06-16 17:59:50 +03:00 |
|
Ivan Savenko
|
487f441f47
|
Implemented boat selection for town shipyards
|
2023-06-16 17:59:49 +03:00 |
|
Ivan Savenko
|
6aedb99117
|
Cleaned up IShipyard interface
|
2023-06-16 17:59:10 +03:00 |
|
Ivan Savenko
|
a94b68e6aa
|
Hill fort upgrade costs are now loaded from json
|
2023-06-16 17:59:10 +03:00 |
|