1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

For 0.84d build.

This commit is contained in:
Michał W. Urbańczyk 2011-05-30 01:03:16 +00:00
parent 2d61fab7e9
commit 96d6d34bc3
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
0.84 -> 0.85
0.84 -> 0.85 (Jun 01 2011)
GENERAL:
* Support for stack experience
* Implemented original campaign selection screens
@ -14,7 +14,7 @@ TOWNS:
BATTLES:
* Neutral monsters will be split into multiple stacks
* Hero can surrender battle to keep army
* Support for Death Stare, Support for Poison, Age, Disease, Acid Breath
* Support for Death Stare, Support for Poison, Age, Disease, Acid Breath, Fire / Water / Earth / Air immunities and Receptiveness
* Partial support for Stone Gaze, Paralyze, Mana drain

View File

@ -34,7 +34,7 @@ typedef si32 TBonusSubtype;
#define THC
#endif
#define NAME_VER ("VCMI 0.84c")
#define NAME_VER ("VCMI 0.84d")
extern std::string NAME; //full name
extern std::string NAME_AFFIX; //client / server
#define CONSOLE_LOGGING_LEVEL 5