1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-26 08:41:13 +02:00
vcmi/lib/mapping
DjWarmonger 7ba271edf1
Rotation rebase2 (#912)
* Instead of [x][y][z] coordinates, map will be stored as [z][x][y].
* Nullkiller AI can get it too.
* Use boost::multi_array instead of nested vectors
* In MapHandler too
* Rotate foreach algorithms, too
* VCAI gets rotated, too
2022-09-18 17:39:10 +03:00
..
CCampaignHandler.cpp New terrain support - part 1 (#755) 2022-09-11 11:31:26 +03:00
CCampaignHandler.h Switch ObjectTemplate to shared_ptr<const> (#870) 2022-09-11 16:13:53 +03:00
CDrawRoadsOperation.cpp Rotation rebase2 (#912) 2022-09-18 17:39:10 +03:00
CDrawRoadsOperation.h Random map generator refactoring (#762) 2022-09-11 11:31:27 +03:00
CMap.cpp Rotation rebase2 (#912) 2022-09-18 17:39:10 +03:00
CMap.h Rotation rebase2 (#912) 2022-09-18 17:39:10 +03:00
CMapDefines.h Rotation rebase2 (#912) 2022-09-18 17:39:10 +03:00
CMapEditManager.cpp Editor prerequisites [part 2] (#889) 2022-09-17 14:04:01 +03:00
CMapEditManager.h Editor prerequisites [part 2] (#889) 2022-09-17 14:04:01 +03:00
CMapInfo.cpp Full rework of pre-game interface and networking 2018-04-04 14:24:26 +07:00
CMapInfo.h Full rework of pre-game interface and networking 2018-04-04 14:24:26 +07:00
CMapOperation.cpp Editor prerequisites [part 2] (#889) 2022-09-17 14:04:01 +03:00
CMapOperation.h Editor prerequisites [part 2] (#889) 2022-09-17 14:04:01 +03:00
CMapService.cpp Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
CMapService.h Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
MapEditUtils.cpp Editor prerequisites [part 2] (#889) 2022-09-17 14:04:01 +03:00
MapEditUtils.h Editor prerequisites [part 2] (#889) 2022-09-17 14:04:01 +03:00
MapFormatH3M.cpp Rotation rebase2 (#912) 2022-09-18 17:39:10 +03:00
MapFormatH3M.h Switch ObjectTemplate to shared_ptr<const> (#870) 2022-09-11 16:13:53 +03:00
MapFormatJson.cpp Switch ObjectTemplate to shared_ptr<const> (#870) 2022-09-11 16:13:53 +03:00
MapFormatJson.h Improved map format tests 2017-08-03 13:50:54 +03:00