1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00
Go to file
Soar Qin c87df8e704 Fix warnings/errors on MSVC (#753)
* Fix warnings/errors on MSVC
1. update googletest to tag release-1.11.0 to make googletest and
   googlemock compile on MSVC2022.
2. set gtest_force_shared_crt to ON in test cmake project to make tests
   compile on MSVC.
3. add /wd4251 and /wd4275 to MSVC compile flags to ignore DLL related
   warnings for class exports.
4. fix some other warnings and errors while compiling on MSVC2022.
2022-06-11 18:45:34 +03:00
2022-06-11 18:45:34 +03:00
2022-05-26 08:55:20 +03:00
2022-06-07 15:00:39 +03:00
2022-05-26 08:55:20 +03:00
2022-06-11 18:40:24 +03:00
2021-02-20 04:57:50 +03:00
2022-06-11 18:45:34 +03:00
2022-05-26 08:55:20 +03:00
2020-05-05 18:44:42 +10:00
2022-05-26 08:55:20 +03:00
2022-06-11 18:45:34 +03:00
2022-05-26 08:55:20 +03:00
2022-06-11 18:40:24 +03:00
2022-06-11 18:40:24 +03:00
2022-05-28 14:32:54 +03:00
2021-07-13 14:56:35 +01:00
2022-04-28 10:54:52 +03:00
2018-10-29 16:30:50 +01:00

GitHub AppVeyor Build status Coverity Scan Build Status

VCMI Project

VCMI is work-in-progress attempt to recreate engine for Heroes III, giving it new and extended possibilities.

Installation guides

To use VCMI you need to own original data files.

Building from source

Platform support is constantly tested by continuous integration and CMake configuration adjusted to generate nice looking projects for all major IDE. Following guides will help you to setup build environment with no effort:

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-2022 VCMI Team (check AUTHORS file for the contributors list)

Description
Open-source engine for Heroes of Might and Magic III
Readme 142 MiB
Languages
C++ 67.1%
JSON-with-Comments 24.5%
Inno Setup 3.4%
Java 1.5%
CMake 1.4%
Other 1.8%