1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
a08546e964 Correctly update hero list on reordering via radial menu 2023-12-23 18:13:55 +02:00
3880ea58b9 Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
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
e05102192b heroes and more buttons 2023-10-17 21:13:08 +02:00
4528f42cdf fix segmentation fault; update townlist on adventuremap 2023-10-15 15:53:19 +02:00
3b853bff08 sort town feature 2023-10-15 14:31:33 +02:00
aabb26d210 Erase outdated path that was previously available 2023-09-13 22:25:33 +02:00
08cfbe79cf Added encapsulation for movement points access 2023-06-25 17:42:36 +03:00
bd4d2788ed Split pathfinder into multiple smaller files 2023-06-21 13:46:09 +03:00
243773b6ef Renamed some adventure map files & classes 2023-05-09 13:10:33 +03:00
bb08a0afc8 Moved selection logic to player state 2023-04-20 22:04:24 +03:00
dd227d24c3 Formatting and cleanup 2023-04-20 22:04:24 +03:00
365f552fa1 Added API for owned towns access 2023-04-20 22:04:24 +03:00
5cbd0f8fc8 API for wandering heroes access 2023-04-20 22:04:24 +03:00
3eac6f323e added API for sleeping heroes access 2023-04-20 22:04:24 +03:00
6a46138617 Moved current selection to local state class 2023-04-20 22:04:24 +03:00
f6d480cbb2 Moved player-specific heroes & towns information to new class 2023-04-20 22:04:24 +03:00