krs
|
afe0146021
|
Renamed settings option to reflect that same option is used for both ranges.
|
2023-06-23 19:50:39 +03:00 |
|
krs
|
b6ab1e1505
|
Removed #regions
|
2023-06-23 19:13:39 +03:00 |
|
krs
|
1cba41a3c3
|
IsHexInRangeLimit() is now a common function
Plus some minor rearranging of code.
|
2023-06-23 19:13:39 +03:00 |
|
krs
|
1ba9a2a42a
|
calculateRangeLimitAndHighlightImages() is now separate function
|
2023-06-23 19:13:39 +03:00 |
|
krs
|
756dd398c2
|
Added constant for BATTLE_SHOOTING_RANGE_DISTANCE
|
2023-06-23 19:13:39 +03:00 |
|
krs
|
e668ea3a03
|
A common function is used for getting hexes in a certain range
getRangeHexes()
|
2023-06-23 19:13:39 +03:00 |
|
krs
|
192f82152d
|
A common function is used to get range limit hexes
getRangeLimitHexes()
|
2023-06-23 19:13:39 +03:00 |
|
krs
|
e938152c1d
|
Fix for showing penalty limit in red for unlimited ranged archers
|
2023-06-23 19:13:39 +03:00 |
|
krs
|
33bbbefdeb
|
First working prototype that mimics rangedFullDamageLimit code
Next step is to create more generic functions that can be shared between the 2.
|
2023-06-23 19:13:39 +03:00 |
|
Ivan Savenko
|
1c135456f4
|
Merge pull request #2243 from IvanSavenko/fix_ship_shipyard
Cleanup & fix shipyard / boat creation code
|
2023-06-23 15:09:11 +03:00 |
|
Ivan Savenko
|
ce3e150d59
|
Minor formatting
|
2023-06-23 13:55:52 +03:00 |
|
Ivan Savenko
|
1fb2b60999
|
Remove no longer relevant check
|
2023-06-23 13:42:09 +03:00 |
|
Ivan Savenko
|
44261ecc21
|
Fix boat positioning
|
2023-06-23 13:42:09 +03:00 |
|
Ivan Savenko
|
caccd58eb0
|
boat offsets for shipyards are counted from visitable position
|
2023-06-23 13:42:09 +03:00 |
|
Ivan Savenko
|
6a08a96d0c
|
Added createObject call as wrapper around NewObject netpack
|
2023-06-23 13:42:08 +03:00 |
|
Ivan Savenko
|
d8879f1e53
|
NewObject pack now receives visitable position instead of h3m position
|
2023-06-23 13:34:51 +03:00 |
|
Ivan Savenko
|
56680e102d
|
Merge pull request #2245 from IvanSavenko/platform_settings
Allow defining default values of settings per platform
|
2023-06-23 13:32:30 +03:00 |
|
Ivan Savenko
|
69dc95c3c8
|
Merge pull request #2235 from IvanSavenko/hota_h3m_support
Hota h3m support
|
2023-06-23 13:32:10 +03:00 |
|
Ivan Savenko
|
a4ecec0a10
|
Fix swapped localizations
|
2023-06-23 12:19:26 +03:00 |
|
Ivan Savenko
|
0cd19b0a9f
|
Merge pull request #2249 from mikeiit/settings
Updated settings.json
|
2023-06-22 14:27:26 +03:00 |
|
Mike
|
fe535ec470
|
Updated settings.json
Corrected comma related formatting errors
|
2023-06-21 16:05:29 -07:00 |
|
Ivan Savenko
|
ccc85ff4eb
|
Merge pull request #2246 from IvanSavenko/pathfinding_reorganization
Pathfinding code reorganization
|
2023-06-21 18:22:44 +03:00 |
|
Ivan Savenko
|
849ce1124d
|
Merge pull request #2222 from IvanSavenko/fix_long_touch_gesture
Improvements for long tap (right-click) handling
|
2023-06-21 17:19:10 +03:00 |
|
Michael
|
73fb9ed714
|
Android Launcher: Remove unused settings + add scaling (#2239)
* Remove Resolution Config
* Remove swipe option
* Add scaling as a setting
|
2023-06-21 17:18:28 +03:00 |
|
Ivan Savenko
|
ebc7a82c2e
|
Converted pathfinder enum's to enum class
|
2023-06-21 15:38:57 +03:00 |
|
Ivan Savenko
|
f78470a301
|
Fix build
|
2023-06-21 14:55:25 +03:00 |
|
Ivan Savenko
|
bd4d2788ed
|
Split pathfinder into multiple smaller files
|
2023-06-21 13:46:09 +03:00 |
|
Ivan Savenko
|
87fcfa4add
|
Removed excessive pathfinder includes
|
2023-06-21 12:00:44 +03:00 |
|
Ivan Savenko
|
8f602b2ef6
|
Allow defining default values of settings per platform
|
2023-06-21 10:55:30 +03:00 |
|
Ivan Savenko
|
2885694eff
|
Update translation
|
2023-06-20 20:15:04 +03:00 |
|
Ivan Savenko
|
967dc95867
|
Rename panning->gesturing for consistency
|
2023-06-20 19:58:05 +03:00 |
|
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 |
|