You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
					
						
							652 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							652 B
						
					
					
				Changelog
The format is based on Keep a Changelog,
[git] - 2019-03-19
Added
- skin uploading via webapp (chooses Bucket_Game, or ENLIVEN if present)
 - choosing existing (non-player 
skin_*.png) files npm install multer- mv is no longer needed--had switched from fs.rename to mv due to rename not working across filesystems (tmp is commonly on a different volume), but then switched from formidable to multer since multer has built-in functionality to cancel upload if too large, but formidable crashes (see https://stackoverflow.com/a/27067596/4541104), so mv is no longer needed)