1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-30 08:57:00 +02:00
vcmi/lib/rmg/modificators
2024-07-11 17:43:44 +00:00
..
ConnectionsPlacer.cpp Code cleanup 2024-03-27 08:03:19 +01:00
ConnectionsPlacer.h Protect every access to zone tiles with a mutex 2024-03-27 06:16:48 +01:00
MinePlacer.cpp Removed most of non-const static fields in lib. Reduced header includes. 2024-01-19 13:55:22 +02:00
MinePlacer.h
Modificator.cpp Protect every access to zone tiles with a mutex 2024-03-27 06:16:48 +01:00
Modificator.h Remove trailing semicolons from more macros 2024-01-16 19:46:21 +00:00
ObjectDistributor.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
ObjectDistributor.h
ObjectManager.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
ObjectManager.h Style fix 2023-12-18 14:25:07 +01:00
ObstaclePlacer.cpp Fixed some newly reported issues from SonarCloud 2024-05-10 13:40:24 +00:00
ObstaclePlacer.h
PrisonHeroPlacer.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
PrisonHeroPlacer.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
QuestArtifactPlacer.cpp Draw random artifact as an atomic operation 2024-06-24 20:06:50 +02:00
QuestArtifactPlacer.h Draw random artifact as an atomic operation 2024-06-24 20:06:50 +02:00
RiverPlacer.cpp lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
RiverPlacer.h
RoadPlacer.cpp Merge remote-tracking branch 'vcmi/master' into develop 2024-07-11 17:43:44 +00:00
RoadPlacer.h Satisfy SonarCloud 2024-05-10 21:14:15 +02:00
RockFiller.cpp First implementation that works 2024-05-01 09:16:10 +02:00
RockFiller.h
RockPlacer.cpp lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
RockPlacer.h Define each identifier in a dedicated statement 2024-01-10 00:22:23 +00:00
TerrainPainter.cpp lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
TerrainPainter.h
TownPlacer.cpp Merge branch 'vcmi/beta' into 'vcmi/develop' 2024-06-21 12:58:36 +00:00
TownPlacer.h Remove few more implicit conversions 2023-11-15 15:55:19 +02:00
TreasurePlacer.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
TreasurePlacer.h Fixed binding lambda to a reference to a temporary on stack 2024-01-19 16:17:59 +02:00
WaterAdopter.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
WaterAdopter.h Define each identifier in a dedicated statement 2024-01-10 00:22:23 +00:00
WaterProxy.cpp Protect lakes accessed from both zones with lock 2024-06-17 19:00:37 +02:00
WaterProxy.h
WaterRoutes.cpp Code cleanup 2024-03-27 08:03:19 +01:00
WaterRoutes.h