mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
bece1e5b1f102a0c4ec3cbb49a9f9a59cbe0204a
* Fixed a switch() statement in InfoBoxHeroData::getValueText that could result in nullptr dereference. If 'type' was HERO_MANA and 'hero' was nullptr, a fallthrough would occur to HERO_EXPERIENCE, where 'hero' would we be dereferenced. * Fixed line endings.
# VCMI Project VCMI is work-in-progress attempt to recreate engine for Heroes III, giving it new and extended possibilities. To use VCMI you need to own original data files. ## Links * Homepage: http://vcmi.eu/ * Wiki: http://wiki.vcmi.eu/ * Forums: http://forum.vcmi.eu/ * Bugtracker: http://bugs.vcmi.eu/ ## Installation For installation of latest release see release announcement on http://vcmi.eu/ For building from source see project wiki at http://wiki.vcmi.eu/ ## Copyright and license VCMI Project is released under GPL version 2 or later Copyright (C) 2007-2014 VCMI Team (check AUTHORS file for the contributors list)
Languages
C++
68.5%
JSON-with-Comments
25.6%
Inno Setup
3.5%
CMake
1.4%
Lua
0.3%
Other
0.4%