1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-19 00:17:56 +02:00
Commit Graph

9319 Commits

Author SHA1 Message Date
f3f1fb8033 Improve treasure placement logic (#775)
Improve treasure placement logic (#775)
2022-08-29 08:53:36 +03:00
ae63e0c30e Fix problem with empty areas (#772)
* Fixes for obstacles and treasures
2022-08-29 08:53:36 +03:00
9ec0ca332c Fix for sealed-off treasures (#771)
Fix for sealer-off treasures
2022-08-29 08:53:36 +03:00
c0db4f1d96 Random map generator refactoring (#762)
random map generator refactoring and improvements
2022-08-29 08:53:36 +03:00
4eb3982172 Fix typo 2022-08-29 08:53:35 +03:00
a454edacea Fix getting battlefield crash 2022-08-29 08:53:35 +03:00
ac2bd4f79c battlefields in VLC and custom bonuses for terrain patches 2022-08-29 08:53:35 +03:00
2228a6f9bf allow configurable battleground graphics 2022-08-29 08:53:35 +03:00
9241cd1e62 New battlegrounds (#758) 2022-08-29 08:53:35 +03:00
5151da59a7 New terrain support - part 1 (#755)
Initial support of new terrains
2022-08-29 08:53:35 +03:00
d8822eaaaa Initial commit for new map editor 2022-08-29 01:28:36 +04:00
1b60405487 Update config/schemas/obstacle.json
Co-authored-by: Andrii Danylchenko <doctordoom88@hotmail.com>
2022-08-28 21:01:18 +04:00
b664f9a128 Fix for #3218 (#777) 2022-08-28 12:55:37 +03:00
e547b468b6 Update only historical builds 2022-08-28 12:41:36 +04:00
1bbb2f420c Fix linker problem 2022-08-28 12:23:45 +04:00
4c8a2685f5 update cmakelists 2022-08-28 07:23:36 +04:00
c8a23e0572 Fix tests 2022-08-28 06:31:51 +04:00
108470471e Minor fixes 2022-08-28 06:31:45 +04:00
c3276f2276 Obstacles works fine without regression 2022-08-28 06:31:39 +04:00
9bb8f2a971 Game runs without crash 2022-08-28 06:31:33 +04:00
756793992f First compilable commit for obstacles 2022-08-28 06:31:26 +04:00
b8243b3858 Merge remote-tracking branch 'origin/check-for-updates' into mod-from-github
# Conflicts:
#	config/schemas/settings.json
2022-08-28 04:16:43 +04:00
b0526ca51b Refactoring 2022-08-27 21:25:24 +04:00
e5c49f7980 Fix default path to mods repo 2022-08-27 20:45:39 +04:00
559d3f5daf Final changes 2022-08-27 20:15:48 +04:00
7412432111 Fix folder naming from github 2022-08-27 20:02:50 +04:00
03e7b5d39f Support redirecting downloads 2022-08-27 19:59:50 +04:00
035857c190 Fix problems with water zone 2022-08-27 03:21:27 +04:00
e4ac496c07 Try to fix compilation 2022-08-26 22:58:46 +04:00
bb3c1879b7 Final fixeds 2022-08-26 22:26:56 +04:00
5cb1097053 Code review 2022-08-26 03:11:35 +04:00
fd25c76664 Code review fixes 2022-08-26 03:07:07 +04:00
79f0dd7d22 Update headings and fix typo 2022-08-25 07:34:23 +04:00
79fc8d60fb Message for network error 2022-08-25 07:30:50 +04:00
fffab5dcd5 code cleanup 2022-08-25 07:21:03 +04:00
1c94f73e78 Do not show dialog if version is up to date 2022-08-25 06:45:31 +04:00
f434c4d112 Autoscale for the dialog 2022-08-25 06:18:55 +04:00
4f93929c43 All necessary functionality work 2022-08-25 05:34:36 +04:00
744afdbde2 Implemented auto-update 2022-08-25 05:09:20 +04:00
28063cfcf3 update on startup 2022-08-25 03:43:58 +04:00
9eeab608f3 Make new dialog for checking updates 2022-08-25 03:14:12 +04:00
92dc902748 Fix for #3228 and #3042 2022-08-24 14:58:56 +03:00
4458cdf6c9 Fix RMG bug with incorrect town placement (#779)
* Fix RMG bug with incorrect town placement
* Readability tweak
2022-08-22 14:32:54 +03:00
d79d788e6f Improve treasure placement logic (#775)
Improve treasure placement logic (#775)
2022-08-20 13:17:27 +03:00
ff00747ecf Fixed 3206 Bugged 'Start Walking' animation 2022-08-15 09:23:35 +03:00
3fa22ebcb0 Fix problem with empty areas (#772)
* Fixes for obstacles and treasures
2022-08-11 14:29:39 +03:00
457def94ae Fix for sealed-off treasures (#771)
Fix for sealer-off treasures
2022-08-09 15:12:58 +03:00
6da7c9ccb5 Random map generator refactoring (#762)
random map generator refactoring and improvements
2022-08-09 08:54:32 +03:00
c0825149cf fix error C2338 when building Client on Windows
Windows headers require the default packing option. Changing this can lead to memory corruption. This diagnostic can be disabled by building with WINDOWS_IGNORE_PACKING_MISMATCH defined.
2022-08-06 11:47:09 +03:00
7150ee565a [macOS] text input handling must be done on main thread
Xcode's Main Thread Checker warns about that
2022-08-03 12:09:49 +03:00