mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	* Made most Handlers derived from CHandlerBase and moved service API there. * Declared existing Entity APIs. * Added basic script context caching * Started Lua script module * Started Lua spell effect API * Started script state persistence * Started battle info callback binding * CommitPackage removed * Extracted spells::Caster to own header; Expanded Spell API. * implemented !!MC:S, !!FU:E, !!FU:P, !!MA, !!VR:H, !!VR:C * !!BU:C, !!BU:E, !!BU:G, !!BU:M implemented * Allow use of "MC:S@varName@" to declare normal variable (technically v-variable with string key) * Re-enabled VERM macros. * !?GM0 added * !?TM implemented * Added !!MF:N * Started !?OB, !!BM, !!HE, !!OW, !!UN * Added basic support of w-variables * Added support for ERM indirect variables * Made !?FU regular trigger * !!re (ERA loop receiver) implemented * Fixed ERM receivers with zero args.
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 | |
| <CodeBlocks_workspace_file>
 | |
| 	<Workspace title="vcmi">
 | |
| 		<Project filename="lib/minizip/minizip.cbp" />
 | |
| 		<Project filename="lib/VCMI_lib.cbp">
 | |
| 			<Depends filename="lib/minizip/minizip.cbp" />
 | |
| 		</Project>
 | |
| 		<Project filename="client/VCMI_client.cbp">
 | |
| 			<Depends filename="lib/VCMI_lib.cbp" />
 | |
| 			<Depends filename="server/VCMI_server.cbp" />
 | |
| 		</Project>
 | |
| 		<Project filename="server/VCMI_server.cbp">
 | |
| 			<Depends filename="lib/VCMI_lib.cbp" />
 | |
| 		</Project>
 | |
| 		<Project filename="AI/FuzzyLite.cbp" />
 | |
| 		<Project filename="AI/EmptyAI/EmptyAI.cbp">
 | |
| 			<Depends filename="lib/VCMI_lib.cbp" />
 | |
| 		</Project>
 | |
| 		<Project filename="AI/VCAI/VCAI.cbp">
 | |
| 			<Depends filename="AI/FuzzyLite.cbp" />
 | |
| 			<Depends filename="lib/VCMI_lib.cbp" />
 | |
| 		</Project>
 | |
| 		<Project filename="AI/StupidAI/StupidAI.cbp">
 | |
| 			<Depends filename="lib/VCMI_lib.cbp" />
 | |
| 		</Project>
 | |
| 		<Project filename="AI/BattleAI/BattleAI.cbp">
 | |
| 			<Depends filename="lib/VCMI_lib.cbp" />
 | |
| 		</Project>
 | |
| 		<Project filename="scripting/erm/ERM.cbp">
 | |
| 			<Depends filename="lib/VCMI_lib.cbp" />
 | |
| 		</Project>
 | |
| 		<Project filename="scripting/lua/Lua.cbp" />
 | |
| 		<Project filename="test/Test.cbp">
 | |
| 			<Depends filename="AI/EmptyAI/EmptyAI.cbp" />
 | |
| 			<Depends filename="AI/StupidAI/StupidAI.cbp" />
 | |
| 			<Depends filename="AI/BattleAI/BattleAI.cbp" />
 | |
| 			<Depends filename="lib/VCMI_lib.cbp" />
 | |
| 			<Depends filename="client/VCMI_client.cbp" />
 | |
| 			<Depends filename="server/VCMI_server.cbp" />
 | |
| 		</Project>
 | |
| 	</Workspace>
 | |
| </CodeBlocks_workspace_file>
 |