1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-12 10:03:53 +02:00
vcmi/lib/rmg
Ivan Savenko 5d6470e527
Merge pull request #4025 from IvanSavenko/shared_ptr_lib
[1.6] Use shared_ptr for library entities
2024-05-30 19:14:06 +03:00
..
modificators Merge pull request #4025 from IvanSavenko/shared_ptr_lib 2024-05-30 19:14:06 +03:00
threadpool lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
CMapGenerator.cpp lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
CMapGenerator.h
CMapGenOptions.cpp
CMapGenOptions.h Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
CRmgTemplate.cpp lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
CRmgTemplate.h
CRmgTemplateStorage.cpp
CRmgTemplateStorage.h
CZonePlacer.cpp lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
CZonePlacer.h
float3.h
Functions.cpp Protect every access to zone tiles with a mutex 2024-03-27 06:16:48 +01:00
Functions.h
PenroseTiling.cpp Clean up excessive operations and logs 2024-05-08 15:51:42 +02: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 Route roads away from zone borders 2024-05-10 15:35:33 +02:00
RmgMap.cpp lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
RmgMap.h Clean up duplicated code 2024-03-24 18:04:33 +01:00
RmgObject.cpp Final fixes and tweaks 2024-05-01 13:58:24 +02:00
RmgObject.h Do not hide roads behind objects 2024-05-01 12:15:07 +02:00
RmgPath.cpp
RmgPath.h
TileInfo.cpp
TileInfo.h
Zone.cpp Code cleanup 2024-03-27 08:03:19 +01:00
Zone.h Another attempt to fix build 2024-03-27 07:18:25 +01:00