7c6dd463bd 
					 
					
						
						
							
							fix issues  
						
						 
						
						... 
						
						
						
						- fix nullptr name assignment error on CKObject.
- remove slot check for CKTexture::GetFileName in BMap. return nullptr, not throw error when no slot to get file name. 
						
						
					 
					
						2023-11-15 23:05:21 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d8b7ace53d 
					 
					
						
						
							
							expose lit mode interface in CKMesh.  
						
						 
						
						... 
						
						
						
						- provide lit mode and wrap mode getter and setter in CKMesh.
- add lost flags setter in CKMesh.
- show lit mode and wrap mode data in Unvirt.
- add interface for lit mode in BMap, because some old Ballance map use lit mode to light objects.
- expose a raw c callback when creating bmap to allow user decide how the log output by themselves.
- change python bindings for BMap interface changes. 
						
						
					 
					
						2023-11-15 21:47:58 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d6411fd907 
					 
					
						
						
							
							fix fatal error about bmap. continue writing py bmap binding  
						
						 
						
						
						
						
					 
					
						2023-11-05 17:38:08 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fcd1fa81db 
					 
					
						
						
							
							rename BM3dEntity to BM3dObject in BMap. continue writing python bmao binding. fix doc  
						
						 
						
						
						
						
					 
					
						2023-11-05 10:44:11 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						99383779b3 
					 
					
						
						
							
							add first work of BMap binding  
						
						 
						
						
						
						
					 
					
						2023-10-31 10:49:18 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1d9bd09224 
					 
					
						
						
							
							change bmap interface. update bmfile safe guard  
						
						 
						
						
						
						
					 
					
						2023-10-30 10:25:31 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b402e8db8e 
					 
					
						
						
							
							add transparent column fixer code and finish bmap load/save  
						
						 
						
						
						
						
					 
					
						2023-10-29 10:27:35 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d003b28b2e 
					 
					
						
						
							
							add material interface functions  
						
						 
						
						
						
						
					 
					
						2023-10-08 21:09:28 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2bd0c980b5 
					 
					
						
						
							
							add mesh interface functions  
						
						 
						
						
						
						
					 
					
						2023-10-08 20:56:29 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0d114974ff 
					 
					
						
						
							
							add CKTexture interface functions  
						
						 
						
						
						
						
					 
					
						2023-10-08 15:28:00 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						79516d7963 
					 
					
						
						
							
							use new way to define interface funcs in BMap  
						
						 
						
						
						
						
					 
					
						2023-10-08 15:03:44 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						754a281655 
					 
					
						
						
							
							add LoadImage wrapper in CKTexture  
						
						 
						
						
						
						
					 
					
						2023-10-08 10:42:07 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						812f32bfca 
					 
					
						
						
							
							update BMap code. finish CK3dEntity interface  
						
						 
						
						
						
						
					 
					
						2023-10-07 22:33:55 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b03806e3c9 
					 
					
						
						
							
							update BMap.  
						
						 
						
						... 
						
						
						
						- BMMeshConverter now use CK_ID as CKMaterial references.
- Add CKObject, CKGroup visitor. 
						
						
					 
					
						2023-10-05 21:08:58 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9cb57adf6e 
					 
					
						
						
							
							update BMap design, use more safe design  
						
						 
						
						
						
						
					 
					
						2023-10-03 21:33:00 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4c8500e444 
					 
					
						
						
							
							fix qualified name error in CKFileOthers. add some stupid wrapper for BMap  
						
						 
						
						
						
						
					 
					
						2023-10-02 20:54:31 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b217da8fb8 
					 
					
						
						
							
							fix some issue  
						
						 
						
						... 
						
						
						
						- remove unnecessary macro in BMap, Unvirt and IronPad.
- add mtl slots display for mesh.
- fix potential nullptr issue in CKStateChunk buffer reader. 
						
						
					 
					
						2023-09-26 20:51:16 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0a168ac5cc 
					 
					
						
						
							
							fix cmake build issue. fix build type checker. rm IronPad windows header including under linux  
						
						 
						
						
						
						
					 
					
						2023-09-25 21:45:53 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a17b9deb4c 
					 
					
						
						
							
							write garbage  
						
						 
						
						... 
						
						
						
						- fix PathManager nullptr assign issue
- fix Context set encoding unexpected copy issue
- write some export function for BMap. 
						
						
					 
					
						2023-09-23 16:25:26 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						94dadbfb1f 
					 
					
						
						
							
							write garbage for BMap dll  
						
						 
						
						
						
						
					 
					
						2023-09-23 15:55:57 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5671d7d7e6 
					 
					
						
						
							
							create BMap project and copy-paste previous mesh convertion code  
						
						 
						
						
						
						
					 
					
						2023-09-21 13:47:30 +08:00