1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00
Go to file
Ivan Savenko f82122d9be second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported
- BOOST_FOREACH -> for
- replaced several boost classes with std (e.g. unordered)
- removed gcc-4.5 workarounds
- ran clang c++11 migration tool to detect some cases:
- - pointer initialized with "0" to nullptr
- - replace for with iterators with range-based for
- - use auto in some situations (type name specified twice, avoid long iterators type names)
2013-06-29 13:05:48 +00:00
2013-01-30 20:46:09 +00:00
2013-05-31 23:11:50 +00:00
2013-06-08 14:39:23 +00:00
2012-10-01 07:05:12 +00:00
2013-06-26 11:18:27 +00:00
2013-06-26 11:18:27 +00:00
2013-06-01 14:11:28 +00:00
2009-05-17 15:48:13 +00:00
2009-01-09 18:38:08 +00:00
2009-02-14 14:37:13 +00:00
2013-06-09 10:09:28 +00:00
2013-01-21 18:27:00 +00:00

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

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 (included in the license.txt)
    of the License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
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%