Fixes Adela specialty that was apparently broken back in #1518 and replaced with logic that was clearly not tested - it was neither functional, nor it was following H3 behavior. - `HAS_ANOTHER_BONUS_LIMITER` now accepts `null` in place of bonus type, for cases when limiting is needed by bonus source or bonus subtype. This allows Adela Bless specialty to always work, irregardless of which bonuses are provided by Bless. - Implemented `DIVIDE_STACK_LEVEL` updater that functions same as `TIMES_STACK_LEVEL`, but it divides bonus value, instead of multiplying it (to make Adela specialty weaker for high-tier units, as in H3) - Implemented `TIMES_HERO_LEVEL_DIVIDE_STACK_LEVEL` updater that combines two existing updaters, to implement `val * heroLevel / unitLevel` formula needed for Adela specialty - Removed deprecated `ARMY_MOVEMENT` updater. Its functionality has already been removed in 1.6.X releases, and it was remaining only as a placeholder - Updated modding documentation to account for these changes & to remove some TODO's Fixed regression from #777 that could led to either duplicated bonuses or to multiple application of updaters. It introduced double-recursion - node parents were gathered recursively, and then bonuses were also collected recursively within each parent. This created situation where updater could be applied different number of times. For example, hero bonus that is propagated to unit in combat could be selected directly, or via hero->combat unit chain, or via hero->garrison unit->combat unit chains, leading to different calls to updaters if updater handles garrison unit node type
VCMI Project
VCMI is an open-source recreation of Heroes of Might & Magic III engine, giving it new and extended possibilities.
Links
- Homepage: https://vcmi.eu/
- Forums: https://forum.vcmi.eu/
- Bugtracker: https://github.com/vcmi/vcmi/issues
- Discord: https://discord.gg/chBT42V
- GPT Store: https://chat.openai.com/g/g-1kNhX0mlO-vcmi-assistant
Latest release
Latest release can be found in Github Releases page. As of right now we plan to have major releases around 3 times per year. Daily builds are still available at builds.vcmi.download but they are not guaranteed to be stable. So we encourage everybody to use them and report found bugs so that we can fix them. Loading saves made with different major version of VCMI is usually not supported, so you may want to finish your ongoing games before updating. Please see corresponding installation guide articles for details for your platform.
Installation guides
See also installation guide for Heroes Chronicles.
Documentation and guidelines for players
- Frequently asked questions (external link)
- Game mechanics
- Bug reporting guidelines
- Cheat codes
- Privacy Policy
Documentation and guidelines for translators
Documentation and guidelines for game modders
Documentation and guidelines for developers
Development environment setup instructions:
- Building VCMI for Android
- Building VCMI for iOS
- Building VCMI for Linux
- Building VCMI for macOS
- Building VCMI for Windows
- Conan
Engine documentation: (NOTE: may be outdated)
- Development with Qt Creator
- Coding Guidelines
- Bonus System
- Code Structure
- Logging API
- Lua Scripting System
- Serialization
Documentation and guidelines for maintainers
Copyright and license
VCMI Project source code is licensed under GPL version 2 or later. VCMI Project assets are licensed under CC-BY-SA 4.0. Assets sources and information about contributors are available under following link: https://github.com/vcmi/vcmi-assets
Copyright (C) 2007-2024 VCMI Team (check AUTHORS file for the contributors list)