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

18658 Commits

Author SHA1 Message Date
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
fad91acd3a Merge pull request #4993 from IvanSavenko/mod_preset_fixes
Mod preset fixes
2024-11-27 16:42:25 +02:00
e2512eaa7a Merge pull request #4992 from IvanSavenko/dungeon_heroes_fix
Fix swapped Overlord and Warlock models on adventure map
2024-11-27 16:42:14 +02:00
a2f7b6b335 Merge pull request #4990 from godric3/map-editor-fix-random-dwelling-crash
Map editor: Initialize random dwelling added to map
2024-11-27 16:42:07 +02:00
99da0a15bb Merge pull request #4989 from IvanSavenko/ai_fix
Fixes for unfinished items from AI pull request review
2024-11-27 16:41:53 +02:00
c3494b4a73 Merge pull request #4982 from kdmcser/fix_dismiss_crash
crash fix: dismiss hero when pick artifact
2024-11-27 16:41:44 +02:00
fe2f765322 Merge pull request #4981 from mikeiit/random_map_player_count
Random map gen com only player count fix
2024-11-27 16:41:18 +02:00
b47d4ce8e7 Merge pull request #4969 from kdmcser/joystick_fix
fix joystick cursor position in xbrz
2024-11-27 16:41:07 +02:00
3fccd85500 Use mod ID instead of translated mod name for console output 2024-11-27 14:04:03 +00:00
a80f65439b Do not inform of mod update if remote version is older than local 2024-11-26 21:05:18 +00:00
8a0d327ac2 Fix uncaught exception if newly updated mod has removed a submod 2024-11-26 21:04:56 +00:00
f8a7d58b2e Fix swapped Overlord and Warlock models on adventure map 2024-11-26 20:55:08 +00:00
fcf3679377 Initialize random dwelling added to map 2024-11-26 20:42:12 +01:00
2f98943469 Fix json config 2024-11-26 19:28:41 +00:00
5332ad59a4 Remove copy-pasted code 2024-11-26 19:13:10 +00:00
18f5d5bc70 Move pathfinder bucket parameters to nkai-settings 2024-11-26 18:58:34 +00:00
f74cd32147 Moved weekly income bonus for AI to game settings 2024-11-26 18:43:25 +00:00
087de6637c Revert temporary change 2024-11-26 18:42:50 +00:00
da59a08f60 Updated Map Editior translation 2024-11-26 19:06:11 +01:00
8306125195 Updated Launcher translation 2024-11-26 19:05:34 +01:00
bfd7fe0371 Updated main VCMI translation 2024-11-26 19:04:34 +01:00
5b65fae8a3 Revert submodule change 2024-11-26 16:39:27 +00:00
4180ea9523 Merge pull request #4274 from Xilmi/develop
Rule based AI
2024-11-26 18:32:58 +02:00
d0e33a2cf8 Update client/eventsSDL/InputSourceGameController.cpp
Co-authored-by: Ivan Savenko <saven.ivan@gmail.com>
2024-11-27 00:24:33 +08:00
3fb26a9775 Merge pull request #4983 from IvanSavenko/fix_freeze_on_cancel
Fix freeze on closing server before starting the game
2024-11-26 18:11:45 +02:00
f09d41df57 update Chinese translation 2024-11-27 00:10:56 +08:00
c6806cedfb Merge pull request #4787 from IvanSavenko/mod_presets
Support for mod presets (part 1)
2024-11-26 17:12:23 +02:00
84571f1ae8 Update PriorityEvaluator.cpp
Just killing stuff even if there is no apparent reason now also is considered for the mere purpose of gaining XP.
This also helps the non-cheating AI to keep attacking enemies when they can't see anything worth exploring behind them.
2024-11-26 15:39:35 +01:00
cd65e69c91 Update GatherArmyBehavior.cpp
Fixed an issue that made AI consider unpurchased troops as reinforcements for their armies which caused AI to visit cities over and over without actually doing anything there.
Buying units is handled by BuyArmyBehavior.
2024-11-26 15:15:08 +01:00