1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-17 20:58:07 +02:00
Vadim Markovtsev 2c1dddde33 Fix memory problems with BonusList
Bonus * -> std::shared_ptr<Bonus>

This cures the following problems:

1) Memory corruption at exit. Some Bonus-es were deleted twice (mods?).
2) Memory leaks. Some Bonuses were not deleted.
3) Reduce the number of "Orphaned child" messages.

Valgrind reports 0 leaked memory now and no invalid reads/writes.
2016-09-29 15:08:00 +02:00
2016-09-29 15:08:00 +02:00
2016-09-29 15:08:00 +02:00
2016-09-04 13:30:11 +02:00
2016-09-29 15:08:00 +02:00
2016-08-29 19:49:52 +03:00
2016-09-29 15:08:00 +02:00
2016-08-29 19:49:52 +03:00
2016-01-09 21:23:55 +01:00
2016-09-04 13:49:03 +03:00
2015-12-24 01:37:16 +03:00
2016-09-16 21:44:22 +02: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 109 MiB
Languages
C++ 66.8%
JSON-with-Comments 24.8%
Inno Setup 3.2%
Java 1.6%
C 1.5%
Other 1.8%