This website requires JavaScript.
Explore
Help
Register
Sign In
games
/
vcmi
Watch
1
Star
0
Fork
0
You've already forked vcmi
mirror of
https://github.com/vcmi/vcmi.git
synced
2025-11-29 23:07:48 +02:00
Code
Issues
Releases
Activity
Files
3358a8efec050c9951150c924f288e91feb65b1f
vcmi
/
lib
/
mapping
History
beegee1
3358a8efec
- Added terrain & object selection classes - Added CComposedOperation - Refactored clear terrain, it is now an operation - Added rough support for updating terrain type if required
2013-04-29 15:51:39 +00:00
..
CCampaignHandler.cpp
- Integrated the logging API into the client and the lib - Remove some more comments and switched to /// style - Fixed recursive locks - Added Global.h to CMakeLists(now visible in qt-creator) - Removed usage of shared_mutex - Added unique_ptr to CLogger targets
2013-04-09 14:31:36 +00:00
CCampaignHandler.h
…
CMap.cpp
- fixed uninitialized access into modHander
2013-04-28 15:06:14 +00:00
CMap.h
- Replaced exceptions with assert for internal-API code
2013-04-22 16:04:17 +00:00
CMapEditManager.cpp
- Added terrain & object selection classes - Added CComposedOperation - Refactored clear terrain, it is now an operation - Added rough support for updating terrain type if required
2013-04-29 15:51:39 +00:00
CMapEditManager.h
- Added terrain & object selection classes - Added CComposedOperation - Refactored clear terrain, it is now an operation - Added rough support for updating terrain type if required
2013-04-29 15:51:39 +00:00
CMapInfo.cpp
…
CMapInfo.h
…
CMapService.cpp
…
CMapService.h
…
MapFormatH3M.cpp
- Refactored CMapEditManager(added structure for undo functionality) - Refactored CMap(terrain pointer is private, safe access via getTile)
2013-04-19 11:43:11 +00:00
MapFormatH3M.h
…