1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-30 04:30:42 +02:00
AlexVinS fb7ff8c7fa Do not use std::atexit. Modified patch from PR #204 by @krnowak.
std::atexit generally does not play nice with static objects in other
translation units/libraries - there are no guarantees about the order
of destruction of static objects and atexit functions coming from
different translation units/libraries. Removing calls to atexit fixes
crashes when quitting the game. The crash happened during the dispose
function somewhere inside boost's locale library that is used
indirectly by the logger - some locale function tried to lock a static
mutex that was already destroyed.
2016-08-30 01:26:05 +03:00
2016-08-29 23:07:52 +03:00
2016-08-29 19:49:52 +03:00
2016-08-30 01:13:07 +03:00
2016-08-29 19:49:52 +03:00
2016-01-09 21:23:55 +01:00
2015-12-24 01:37:16 +03:00
2016-08-13 16:57:16 +03:00
2009-01-09 18:38:08 +00:00
2016-04-27 14:32:43 +02:00
2015-02-14 19:15:34 +03:00
2013-09-02 17:26:52 +00:00
2016-08-21 05:10:03 +03:00

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.

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/

VCMI Project source code is licensed under GPL version 2 or later. VCMI Project assets are licensed under CC-BY-SA 4.0. Assets sources and information about contributors are available under following link: [https://github.com/vcmi/vcmi-assets]

Copyright (C) 2007-2015 VCMI Team (check AUTHORS file for the contributors list)

Description
Open-source engine for Heroes of Might and Magic III
Readme 125 MiB
Languages
C++ 69.9%
JSON-with-Comments 24.7%
Java 1.7%
C 1.6%
CMake 1.5%
Other 0.5%