1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib/mapObjects
ArseniyShestakov 6c63041d1a Merge pull request #198 from vcmi/SpellsRefactoring8
No reason to not merge this now.
2016-09-24 05:29:55 +03:00
..
CArmedInstance.cpp Use JsonSerializeFormat for map objects 2016-02-22 02:37:19 +03:00
CArmedInstance.h Use JsonSerializeFormat for map objects 2016-02-22 02:37:19 +03:00
CBank.cpp Refactoring: only use RNGs explicitly to avoid bug prone code in future 2016-09-11 00:10:46 +03:00
CBank.h Refactoring: only use RNGs explicitly to avoid bug prone code in future 2016-09-11 00:10:46 +03:00
CGHeroInstance.cpp Merge branch 'develop' into SpellsRefactoring8 2016-09-22 16:40:32 +03:00
CGHeroInstance.h Spell cast logging refactored. 2016-09-17 23:04:23 +03:00
CGMarket.cpp Refactoring: only use RNGs explicitly to avoid bug prone code in future 2016-09-11 00:10:46 +03:00
CGMarket.h Refactoring: only use RNGs explicitly to avoid bug prone code in future 2016-09-11 00:10:46 +03:00
CGPandoraBox.cpp Improve pandora box secondary skill handling 2016-09-20 12:40:58 +02:00
CGPandoraBox.h Refactoring: only use RNGs explicitly to avoid bug prone code in future 2016-09-11 00:10:46 +03:00
CGTownInstance.cpp Replace more magic subIDs with readable enums 2016-09-18 00:53:37 +03:00
CGTownInstance.h Merge pull request #211 from Chocimier/iss2321 2016-09-14 00:37:17 +03:00
CObjectClassesHandler.cpp Use const for ObjectTemplate 2016-09-08 18:06:28 +03:00
CObjectClassesHandler.h Use const for ObjectTemplate 2016-09-08 18:06:28 +03:00
CObjectHandler.cpp Refactoring: only use RNGs explicitly to avoid bug prone code in future 2016-09-11 00:10:46 +03:00
CObjectHandler.h Refactoring: only use RNGs explicitly to avoid bug prone code in future 2016-09-11 00:10:46 +03:00
CommonConstructors.cpp Use const for ObjectTemplate 2016-09-08 18:06:28 +03:00
CommonConstructors.h Use const for ObjectTemplate 2016-09-08 18:06:28 +03:00
CQuest.cpp Only delete CQuest in CMap destructor and not with IQuestObject 2016-09-13 01:30:47 +03:00
CQuest.h Refactoring: only use RNGs explicitly to avoid bug prone code in future 2016-09-11 00:10:46 +03:00
CRewardableConstructor.cpp Use const for ObjectTemplate 2016-09-08 18:06:28 +03:00
CRewardableConstructor.h Use const for ObjectTemplate 2016-09-08 18:06:28 +03:00
CRewardableObject.cpp CRewardableObject::onHeroVisit: avoid crash on pickable objects 2016-09-23 11:47:07 +03:00
CRewardableObject.h Refactoring: only use RNGs explicitly to avoid bug prone code in future 2016-09-11 00:10:46 +03:00
JsonRandom.cpp Replace std::remove_if with vstd::erase_if 2016-01-26 10:19:58 +03:00
JsonRandom.h Fix mismatched-tags Clang warnings 2016-09-08 19:42:59 +03:00
MapObjects.h Cleanup: 2014-06-05 20:26:50 +03:00
MiscObjects.cpp Replace more magic subIDs with readable enums 2016-09-18 00:53:37 +03:00
MiscObjects.h Refactoring: only use RNGs explicitly to avoid bug prone code in future 2016-09-11 00:10:46 +03:00
ObjectTemplate.cpp Use const for ObjectTemplate 2016-09-08 18:06:28 +03:00
ObjectTemplate.h Added ObjectTemplate copy constructor and assignment operator 2016-09-08 17:02:59 +03:00