1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
vcmi/lib/rmg
Ivan Savenko 3134d8383c
Merge pull request #4207 from Laserlicht/map_format_additional
[1.6] Map format additional infos
2024-07-16 12:15:58 +03:00
..
modificators Merge remote-tracking branch 'vcmi/master' into develop 2024-07-11 17:43:44 +00:00
threadpool lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
CMapGenerator.cpp set values for map editor and rmg 2024-06-29 14:01:25 +02:00
CMapGenerator.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
CMapGenOptions.cpp Fix rmg generation if player list is not continuous 2024-06-17 13:35:58 +00:00
CMapGenOptions.h Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
CRmgTemplate.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
CRmgTemplate.h Add random map description and display it in RMG menu 2024-02-03 16:23:56 +01:00
CRmgTemplateStorage.cpp
CRmgTemplateStorage.h Remove more redundant virtual specifiers 2024-02-13 15:21:30 +01:00
CZonePlacer.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
CZonePlacer.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
float3.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
Functions.cpp Protect every access to zone tiles with a mutex 2024-03-27 06:16:48 +01:00
Functions.h Replace throws() with nothrow 2024-02-14 12:07:07 +02:00
PenroseTiling.cpp Fixes for various minor issues detected by Sonar Cloud 2024-06-01 11:48:30 +00:00
PenroseTiling.h Clean up excessive operations and logs 2024-05-08 15:51:42 +02:00
RmgArea.cpp Route roads away from zone borders 2024-05-10 15:35:33 +02:00
RmgArea.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
RmgMap.cpp Merge branch 'vcmi/beta' into 'vcmi/develop' 2024-06-21 12:58:36 +00:00
RmgMap.h Clean up duplicated code 2024-03-24 18:04:33 +01:00
RmgObject.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
RmgObject.h Do not hide roads behind objects 2024-05-01 12:15:07 +02:00
RmgPath.cpp
RmgPath.h
TileInfo.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
TileInfo.h
Zone.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
Zone.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00