1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-08 22:26:51 +02:00
Commit Graph

18636 Commits

Author SHA1 Message Date
2fae7de99c texts 2024-12-02 00:09:14 +01:00
afdc555aed adjust texts 2024-12-02 00:00:30 +01:00
6e29633ccb finished hashing error 2024-12-01 23:46:03 +01:00
4103bb9e55 hash checks 2024-12-01 23:18:52 +01:00
de7bb264ed Merge remote-tracking branch 'upstream/develop' into develop 2024-12-01 23:06:17 +01:00
2df9861076 Update DefenceBehavior.cpp
Stop iterating over tasks when the curent hero has been found in one.
2024-12-01 23:05:56 +01:00
1d79946825 Fix for AI not defending in some cases
Instead of skipping the defense of other towns entirely when hiring a hero was considered as a way of defending, now only hiring the same hero twice will be avoided.
2024-12-01 23:00:35 +01:00
01dd1858e4 Add option to recalculate hitmap on tile reveal 2024-12-01 21:50:28 +00:00
0b7b695d8f get hashes for files 2024-12-01 22:31:34 +01:00
d9f82c22f4 Recalculate tile owners on hitmap update 2024-12-01 21:30:44 +00:00
54e2dc4bf8 Fix json in examples 2024-12-01 19:12:07 +00:00
5e57582c47 Replace js -> json5 code blocks 2024-12-01 19:06:50 +00:00
81328e2588 fixme & seconds in time (more usual) 2024-12-01 19:00:24 +01:00
6af8b62dfd more strings; camelcase 2024-12-01 18:48:09 +01:00
78e933a968 add broadcast to translation 2024-12-01 18:29:07 +01:00
d0c5333a2b Merge pull request #4986 from kdmcser/chinese
update Chinese translation
2024-12-01 18:15:51 +02:00
21f6815187 Fix loading of 1.5 and older 1.6 saves 2024-12-01 16:00:09 +00:00
3f9986c88e fix wrong translation 2024-12-01 23:47:49 +08:00
22e820b599 Merge pull request #4988 from GeorgeK1ng/develop
Updated Czech translation
2024-12-01 16:13:32 +02:00
4c42f225bb Update ChangeLog.md 2024-12-01 14:17:23 +01:00
7b682f9010 Always use json5 for syntax highlighting. 2024-12-01 12:18:06 +00:00
1960d66971 fix INVINCIBLE 2024-12-01 12:25:27 +01:00
36fe8462c5 Address code review, fix few more issues with formatting 2024-12-01 11:15:13 +00:00
74a4a10f48 Added markdownlint to Github CI
- Markdown will now be validated as part of Github CI
- Applied auto-fix to most common issues (mostly whitespace related)
- Fixed manually some of more complex cases

Some valid markdownlint rules are currently disabled, to avoid failing
CI, can be enabled in future
2024-11-30 20:20:15 +00:00
e6cd3630e0 fix warning 2024-11-30 17:20:39 +01:00
28fd6c50c4 search box scroll fix 2024-11-30 16:55:45 +01:00
1fb5301750 remove test 2024-11-30 15:52:39 +01:00
6795c9afb6 animations working 2024-11-30 15:44:09 +01:00
3967c70bf2 fix image creation 2024-11-30 15:03:58 +01:00
9c0aef6ca2 write json 2024-11-30 13:53:50 +01:00
1c715e39ba fix image generation 2024-11-30 13:01:33 +01:00
443bcf6d50 fix 2024-11-30 03:46:45 +01:00
bda4efa8b5 gen sprites 2024-11-30 03:45:31 +01:00
4c7e3644bb gen sprites 2024-11-30 03:45:15 +01:00
bb2f016f49 text fixes 2024-11-30 00:41:09 +01:00
543185a530 prescale support for video 2024-11-29 23:33:28 +01:00
8808c9538c use video player for spellbook animation 2024-11-29 21:58:20 +01:00
ccb42deba4 Fix deserialization of int64 values 2024-11-29 16:55:30 +00:00
d4b2ec5b0b Merge pull request #4995 from IvanSavenko/local_state_fix
Fix serialization of selected spellbook page
2024-11-29 15:38:22 +02:00
8b3244cba5 Merge pull request #4997 from IvanSavenko/fix_view_earth
Fix View Earth also revealing other objects such as heroes and towns
2024-11-29 15:38:12 +02:00
5138412255 Merge pull request #4998 from IvanSavenko/ai_difficulty
Allow per-difficulty parameters for NKAI
2024-11-29 13:22:11 +02:00
7574842e93 Replace defines with constexpr 2024-11-28 15:08:15 +00:00
40aa49acff Fix typo: Absoolute -> Absolute 2024-11-28 14:44:12 +00:00
90536a5fbe Remove hardcoded morale chance constant 2024-11-28 12:11:32 +00:00
be2327d000 Removed no longer used or redundant constants 2024-11-28 12:11:13 +00:00
b25702f15e expose safeAttackRatio to AI config 2024-11-28 11:53:51 +00:00
00492a60a7 Moved retreat decision-making constants to config 2024-11-28 11:39:36 +00:00
f41873fe72 Fix View Earth also revealing other objects such as heroes and towns 2024-11-27 21:26:54 +00:00
71d9664295 Allow per-difficulty parameters for NKAI 2024-11-27 21:26:06 +00:00
57097f4ae6 Fix serialization of selected spellbook page
On game start, player interface attempts to load local state from empty
json, resetting all values to 0. However we want to show spellbook at
"all spells" page as default, not as top-most page with air spells
2024-11-27 20:50:12 +00:00