1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-02 00:10:22 +02:00

Sparkle release notes for 0.93

This commit is contained in:
stopiccot 2013-06-08 14:23:45 +00:00
parent 8bfc6a1116
commit 94e247b514

View File

@ -1,5 +1,61 @@
<html>
<body>
<h2>0.93</h2>
<b>GENERAL</b>
<ul>
<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>
</ul>
</li>
</ul>
<b>SOUND</b>
<ul>
<li>Added missing WoG creature sounds (from Kuririn).</li>
<li>The Windows package comes with DLLs needed to play .ogg files</li>
<li>(linux) convertMP3 option for vcmibuilder for systems where SDL_Mixer can't play mp3's</li>
<li>some missing sounds for battle effects</li>
</ul>
<b>ARTIFACTS</b>
<ul>
<li>Several fixes to combined artifacts added via mods.</li>
<li>Fixed Spellbinder's Hat giving level 1 spells instead of 5.</li>
<li>Fixed incorrect components of Cornucopia.</li>
<li>Cheat code with grant all artifacts, including the ones added by mods</li>
</ul>
<br>
<h2>0.92</h2>
<b>GENERAL</b>
<ul>