1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-02 00:10:22 +02:00
vcmi/lib/rmg
2023-05-20 17:29:07 +02:00
..
CMapGenerator.cpp Changing other enums to enum classes and adding comments with reasons for why some enums stay as enum-in-namespace. 2023-05-20 13:29:55 +02:00
CMapGenerator.h vcmi: modernize headers 2023-04-30 13:35:54 +03:00
CMapGenOptions.cpp Changing other enums to enum classes and adding comments with reasons for why some enums stay as enum-in-namespace. 2023-05-20 13:29:55 +02:00
CMapGenOptions.h Changing other enums to enum classes and adding comments with reasons for why some enums stay as enum-in-namespace. 2023-05-20 13:29:55 +02:00
ConnectionsPlacer.cpp Use product instead of distance sum for Subterranean Gate placement. 2023-04-12 09:31:09 +02:00
ConnectionsPlacer.h vcmi: modernize headers 2023-04-30 13:35:54 +03:00
CRmgTemplate.cpp Merge branch 'rmg-split-enum-monster-strength' into rmg-no-monster-zone 2023-05-20 17:29:07 +02:00
CRmgTemplate.h Merge branch 'rmg-split-enum-monster-strength' into rmg-no-monster-zone 2023-05-20 17:29:07 +02:00
CRmgTemplateStorage.cpp
CRmgTemplateStorage.h
CZonePlacer.cpp Simplify logs 2023-04-20 16:26:06 +02:00
CZonePlacer.h vcmi: modernize headers 2023-04-30 13:35:54 +03:00
float3.h
Functions.cpp
Functions.h
MinePlacer.cpp Merge master -> develop 2023-04-14 16:51:35 +03:00
MinePlacer.h
ObjectDistributor.cpp vcmi: use std::optional 2023-04-17 00:43:13 +03:00
ObjectDistributor.h
ObjectManager.cpp Merge branch 'rmg-refactor-enums' into rmg-no-monster-zone 2023-05-20 17:28:25 +02:00
ObjectManager.h vcmi: modernize headers 2023-04-30 13:35:54 +03:00
ObstaclePlacer.cpp
ObstaclePlacer.h vcmi: modernize headers 2023-04-30 13:35:54 +03:00
RiverPlacer.cpp
RiverPlacer.h
RmgArea.cpp
RmgArea.h
RmgMap.cpp
RmgMap.h vcmi: modernize headers 2023-04-30 13:35:54 +03:00
RmgObject.cpp
RmgObject.h
RmgPath.cpp
RmgPath.h
RoadPlacer.cpp
RoadPlacer.h vcmi: modernize headers 2023-04-30 13:35:54 +03:00
RockPlacer.cpp
RockPlacer.h
TerrainPainter.cpp
TerrainPainter.h
TileInfo.cpp
TileInfo.h
TownPlacer.cpp
TownPlacer.h vcmi: modernize headers 2023-04-30 13:35:54 +03:00
TreasurePlacer.cpp Split enum EMonsterStrength into EMonsterStrength and EZoneMonsterStrength. 2023-05-04 21:43:31 +02:00
TreasurePlacer.h vcmi: modernize headers 2023-04-30 13:35:54 +03:00
WaterAdopter.cpp
WaterAdopter.h vcmi: modernize headers 2023-04-30 13:35:54 +03:00
WaterProxy.cpp Converted attributes to use c++17 functionality 2023-04-12 01:03:14 +03:00
WaterProxy.h vcmi: modernize headers 2023-04-30 13:35:54 +03:00
WaterRoutes.cpp
WaterRoutes.h
Zone.cpp
Zone.h