a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
...
Mixed line endings cause problems when exporting patches with
git-format-patch and then trying to "git am" a patch with mixed and
non-matching line endings. In such a situation git will fail to apply
the patch.
This commit runs the dos2unix tools on the remaining files with CRLF
(\r\n) line endings to convert them to line-feeds (\n) only.
Files that are Windows specific like *.vcxproj and *.props files were
not converted.
Closes : #3073
2023-10-19 16:23:21 +02:00
bd0f9bb280
preparation
2023-08-26 19:53:36 +02:00
61750d30c2
Implemented dragging map via left mouse click (off by default)
2023-07-16 12:00:40 +03:00
ca889a5c2a
Replaced clickLeft with clickPressed clickReleased methods
2023-07-08 14:33:04 +03:00
4e7412faa6
Split mouseDragged event from mouseMoved
2023-06-22 22:11:48 +03:00
06437cbde6
Renamed gesture-related methods, remove unused code
2023-06-20 19:58:05 +03:00
d4aa778547
Replaced clickRight event with showPopupWindow/closePopupWindow
2023-06-20 19:58:05 +03:00
0f2a339ab5
Implemented pinch gesture to scale adventure map
2023-06-05 19:20:08 +03:00
b20109c830
Test version of swipe gesture for in-combat attacks
2023-06-05 19:20:08 +03:00
360bf48031
Implemented panning/swiping gesture for sliders
2023-06-05 19:09:56 +03:00
dc8e9cd048
wheelScrolled event now accepts distance instead of bool
2023-06-05 19:00:57 +03:00
48859e186e
Added panning gesture, activated by mouse wheel press
2023-06-05 19:00:56 +03:00
9e3bc87a6b
Allow zooming with mouse wheel
2023-05-17 00:49:24 +03:00
8af76947cb
Do not cache hovered tile and always update state
2023-03-22 19:49:57 +02:00
b7025125d5
Added map swipe option
2023-03-05 23:53:06 +02:00
58aa5c0427
Formatting
2023-03-05 18:02:59 +02:00
225ae2ed46
Renamed directory
2023-03-05 18:02:59 +02:00