mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Version 0.90c
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
GENERAL:
|
GENERAL:
|
||||||
* VCMI build on OS X is now supported
|
* VCMI build on OS X is now supported
|
||||||
* Completely removed autotools
|
* Completely removed autotools
|
||||||
|
* Added RMG interace and ability to generate simplest working maps
|
||||||
|
* Added loading screen
|
||||||
|
|
||||||
MODS:
|
MODS:
|
||||||
- Simplified mod structure. Mods from 0.9 will not be compatible.
|
- Simplified mod structure. Mods from 0.9 will not be compatible.
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
namespace GameConstants
|
namespace GameConstants
|
||||||
{
|
{
|
||||||
const std::string VCMI_VERSION = "VCMI 0.90b";
|
const std::string VCMI_VERSION = "VCMI 0.90c";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* DATA_DIR contains the game data (Data/, MP3/, ...).
|
* DATA_DIR contains the game data (Data/, MP3/, ...).
|
||||||
|
Reference in New Issue
Block a user