1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib/mapping
Ivan Savenko 0ce78cae06
Merge pull request #3926 from IvanSavenko/optimize_map_list_load
[1.5.1] Improve performance of parsing of map headers for map list
2024-05-11 21:56:58 +03:00
..
CDrawRoadsOperation.cpp Removed most of non-const static fields in lib. Reduced header includes. 2024-01-19 13:55:22 +02:00
CDrawRoadsOperation.h Define each identifier in a dedicated statement 2024-01-10 00:22:23 +00:00
CMap.cpp Fix possible crash on nullptr dereference 2024-05-11 13:19:07 +00:00
CMap.h Reindex objects to show interactive objects on top 2024-04-03 14:48:04 +02:00
CMapDefines.h Added range checks to values read from h3m. 2024-02-05 21:27:55 +02:00
CMapEditManager.cpp Implemented configurable level of decorations for terrains 2023-12-22 17:41:30 +02:00
CMapEditManager.h Implemented configurable level of decorations for terrains 2023-12-22 17:41:30 +02:00
CMapHeader.cpp Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
CMapHeader.h Moved serialization of ModCompatibilityInfo from MapFormat 2024-04-23 17:15:59 +03:00
CMapInfo.cpp Refactoring of serialization versioning handling 2024-01-20 20:34:51 +02:00
CMapInfo.h Refactoring of serialization versioning handling 2024-01-20 20:34:51 +02:00
CMapOperation.cpp Reindex objects to show interactive objects on top 2024-04-03 14:48:04 +02:00
CMapOperation.h Define each identifier in a dedicated statement 2024-01-10 00:22:23 +00:00
CMapService.cpp Restrict reindexing to random maps 2024-04-03 20:05:35 +02:00
CMapService.h Moved serialization of ModCompatibilityInfo from MapFormat 2024-04-23 17:15:59 +03:00
MapEditUtils.cpp Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
MapEditUtils.h Define each identifier in a dedicated statement 2024-01-10 00:22:23 +00:00
MapFeaturesH3M.cpp Fix loading of maps with Grail or Diplomat Suit placed on map 2023-11-27 14:08:49 +02:00
MapFeaturesH3M.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
MapFormat.h Fix CI build 2023-05-31 23:18:39 +03:00
MapFormatH3M.cpp Improve performance of parsing of map headers for map list 2024-05-10 14:30:39 +00:00
MapFormatH3M.h Fixed loading of text strings for hota quests 2024-04-22 13:49:17 +03:00
MapFormatJson.cpp Moved serialization of ModCompatibilityInfo from MapFormat 2024-04-23 17:15:59 +03:00
MapFormatJson.h Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
MapIdentifiersH3M.cpp Renamed JsonNode::meta to more logical modScope. Member is now private 2024-02-26 12:55:49 +02:00
MapIdentifiersH3M.h Improvements to type safety of Identifier class 2023-10-04 18:05:23 +03:00
MapReaderH3M.cpp Added range checks to values read from h3m. 2024-02-05 21:27:55 +02:00
MapReaderH3M.h Added range checks to values read from h3m. 2024-02-05 21:27:55 +02:00
ObstacleProxy.cpp Actually, lava will only have 3 obstacle sets without mods 2024-04-13 20:56:05 +02:00
ObstacleProxy.h Allow filtering obstacles by faction aligmnment 2024-04-11 18:10:14 +02:00