1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib/mapObjects
Ivan Savenko a4dd510735
Merge pull request #4358 from IvanSavenko/integer_divide
Add helper functions for integer division rounding
2024-08-06 18:10:03 +03:00
..
CArmedInstance.cpp Split CTownHandler into smaller chunks 2024-07-21 18:21:48 +00:00
CArmedInstance.h Refactoring of serialization versioning handling 2024-01-20 20:34:51 +02:00
CBank.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
CBank.h Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
CGCreature.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
CGCreature.h Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
CGDwelling.cpp Merge branch 'vcmi/master' into 'vcmi/develop' 2024-08-05 10:36:10 +00:00
CGDwelling.h Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
CGHeroInstance.cpp Merge branch 'vcmi/master' into 'vcmi/develop' 2024-08-05 10:36:10 +00:00
CGHeroInstance.h New objects are now created and initialized on server and sent to client 2024-07-16 13:13:39 +00:00
CGMarket.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
CGMarket.h Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
CGObjectInstance.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
CGObjectInstance.h Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
CGPandoraBox.cpp Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
CGPandoraBox.h Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
CGTownBuilding.cpp Split CTownHandler into smaller chunks 2024-07-21 18:21:48 +00:00
CGTownBuilding.h Rewardable object randomization is now always server-sided 2024-07-16 13:13:39 +00:00
CGTownInstance.cpp Add helper functions for integer division rounding 2024-08-03 13:52:14 +00:00
CGTownInstance.h code review 2024-07-29 22:54:42 +02:00
CObjectHandler.cpp Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
CObjectHandler.h Remove no longer used serialization methods 2023-11-08 21:27:05 +02:00
CQuest.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
CQuest.h Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
CRewardableObject.cpp Merge branch 'vcmi/master' into 'vcmi/develop' 2024-08-05 10:36:10 +00:00
CRewardableObject.h Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
IMarket.cpp fix typo 2024-05-30 21:57:58 +02:00
IMarket.h Remove custom casts 2024-02-14 12:56:37 +02:00
IObjectInterface.cpp Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
IObjectInterface.h Rewardable object randomization is now always server-sided 2024-07-16 13:13:39 +00:00
MapObjects.h Initial implementation for rewardable town building 2023-05-01 00:14:53 +04:00
MiscObjects.cpp Add helper functions for integer division rounding 2024-08-03 13:52:14 +00:00
MiscObjects.h calculate income 2024-07-25 02:51:00 +02:00
ObjectTemplate.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
ObjectTemplate.h Code formatting and cleanup 2024-05-17 17:10:29 +00:00
ObstacleSetHandler.cpp Merge pull request #4025 from IvanSavenko/shared_ptr_lib 2024-05-30 19:14:06 +03:00
ObstacleSetHandler.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00