<li>Filesystem now supports zip archives. They can be loaded similarly to other archives in filesystem.json. Mods can use Content.zip instead of Content/ directory.</li>
<li>fixed "get txt" console command</li>
<li>command "extract" to extract file by name</li>
<li>command "def2bmp" to convert def into set of frames.</li>
<li>fixed crash related to cammander's SPELL_AFTER_ATTACK spell id not initialized properly (text id was resolved on copy of bonus)</li>
<li>fixed duels, added no-GUI mode for automatic AI testing</li>
<li>Sir Mullich is available at the start of the game</li>
<li>Upgrade cost will never be negative.</li>
<li>support for Chinese fonts (GBK 2-byte encoding)</li>
</ul>
<b>ADVENTURE MAP</b>
<ul>
<li>if Quick Combat option is turned on, battles will be resolved by AI</li>
<li>first hero is awakened on new turn</li>
<li>fixed 3000 gems reward in shipwreck</li>
</ul>
<b>BATTLES</b>
<ul>
<li>autofight implemented</li>
<li>most of the animations is time-based</li>
<li>simplified postioning of units in battle, should fix remaining issues with unit positioning</li>
<li>synchronized attack/defence animation</li>
<li>spell animation speed uses game settings</li>
<li>fixed disrupting ray duration</li>
<li>added logging domain for battle animations</li>
<li>Fixed crashes on Land Mines / Fire Wall casting.</li>
<li>UI will be correctly greyed-out during opponent turn</li>
<li>fixed remaining issues with blit order</li>
<li>Catapult attacks should be identical to H3. Catapult may miss and attack another part of wall instead (this is how it works in H3)</li>
<li>Fixed Remove Obstacle.</li>
<li>defeating hero will yield 500 XP</li>
<li>Added lots of missing spell immunities from Strategija</li>
<li>Added stone gaze immunity for Troglodytes (did you know about it?)</li>
<li>damage done by turrets is properly increased by built buldings</li>
<li>Wyverns will cast Poison instead of Stone Gaze.</li>
</ul>
<b>TOWN</b>
<ul>
<li>Fixed issue that allowed to build multiple boats in town.</li>
<li>Support for SoD-only installations, WoG becomes optional addition</li>
<li>New logging framework</li>
<li>Negative luck support, disabled by default</li>
<li>Several new icons for creature abilities (Fire Shield, Non-living, Magic Mirror, Spell-like Attack)</li>
<li>Fixed stack artifact (and related buttons) not displaying in creature window.</li>
<li>Fixed crash at month of double population.</li>
</ul>
<b>MODS</b>
<ul>
<li>See http://wiki.vcmi.eu/index.php?title=Modding_changelog#0.92_-.3E_0.93 for compatibility info.</li>
<li>Improved json validation. Now it support most of features from latest json schema draft.</li>
<li>Icons use path to icon instead of image indexes.</li>
<li>It is possible to edit data of another mod or H3 data via mods.</li>
<li>Mods can access only ID's from dependenies, virtual "core" mod and itself (optional for some mods compatibility)</li>
<li>Removed no longer needed field "projectile spins"</li>
<li>Heroes: split heroes.json in manner similar to creatures\factions; string ID's for H3 heroes; h3 hero classes and artifacts can be modified via json.</li>
</ul>
<b>BATTLES</b>
<ul>
<li>Fixed Death Stare of Commanders</li>
<li>Projectile blitting should be closer to original H3. But still not perfect.</li>
<li>Fixed missing Mirth effects</li>
<li>Stack affected by Berserk should not try to attack itself</li>
<li>Fixed several cases of incorrect positioning of creatures in battles</li>
<li>Fixed abilities of Efreet.</li>
<li>Fixed broken again palette in some battle backgrounds</li>
</ul>
<b>TOWN</b>
<ul>
<li>VCMI will not crash if building selection area is smaller than def</li>
<li>Detection of transparency on selection area is closer to H3</li>
<li>Improved handling buildings with mode "auto":
<ul>
<li>they will be properly processed (new creatures will be added if dwelling, spells learned if mage guild, and so on)</li>
<li>transitive dependencies are handled (A makes B build, and B makes C and D)</li>