mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	- ZipArchive namespace for operations with zip archives, located in CZipLoader.h/cpp.
- new fields in mod format, for use with mod manager (check config/shemas/mod.json for details) - removed some 0.92 compatibility from mods loading - several compile fixes
This commit is contained in:
		| @@ -156,10 +156,6 @@ bool CIdentifierStorage::resolveIdentifier(const ObjectCallback & request) | ||||
| 		{ | ||||
| 			logGlobal->errorStream() << "\tID is available in mod " << it->second.scope; | ||||
| 		} | ||||
|  | ||||
| 		// temporary code to smooth 0.92->0.93 transition | ||||
| 		request.callback(entries.first->second.id); | ||||
| 		return true; | ||||
| 	} | ||||
| 	logGlobal->errorStream() << "Unknown identifier " << request.type << "." << request.name << " from mod " << request.localScope; | ||||
| 	return false; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user