poikilos
							
						 
						
							
							
							
								
							
								5d186651fc 
								
							
								 
							
						 
						
							
							
								
								make flag color for bgcolor  
							
							 
							
							 
							
							
								
 
							
							
							010000 can be detected as "empty" from now on 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								320331eeb6 
								
							
								 
							
						 
						
							
							
								
								fixed bgcolor param value  
							
							 
							
							 
							
							
								
 
							
							
							must have single quotes around hex color since pound sign is read as
comment delimiter otherwise 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								e7249e9e8f 
								
							
								 
							
						 
						
							
							
								
								fix linux install differences  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								43aa5c29f6 
								
							
								 
							
						 
						
							
							
								
								working on decachunk folders  
							
							 
							
							 
							
							
								
 
							
							
							decachunk folders will later be compiled into single jpg superchunk
images for more efficient web page (but original 16x16 png generation is
kept so that chunk presence detection is possible) 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								1b58df8520 
								
							
								 
							
						 
						
							
							
								
								reducing variables to improve pathfinding  
							
							 
							
							 
							
							
								
 
							
							
							assume included dependencies and colors.txt are in same directly as
python __file__ to work better in unknown environments 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								30bb08aec5 
								
							
								 
							
						 
						
							
							
								
								now has machine-specific config file  
							
							 
							
							 
							
							
								
 
							
							
							after determining defaults, allows confirming or typing a different
value 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								97421bc141 
								
							
								 
							
						 
						
							
							
								
								testing so using blacklist  
							
							 
							
							 
							
							
								
 
							
							
							plan to create config program later 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								f409c35a5a 
								
							
								 
							
						 
						
							
							
								
								fixed first run issues  
							
							 
							
							 
							
							
								
 
							
							
							fixed issues that would occur when generated.yml did not exist yet 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								a9b11375b5 
								
							
								 
							
						 
						
							
							
								
								improved  
							
							 
							
							 
							
							
								
 
							
							
							and reduced difference between minetest master minetestmapper.py and
forked minetestmapper-expertmm.py 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								dd7dc31823 
								
							
								 
							
						 
						
							
							
								
								improved script detection  
							
							 
							
							 
							
							
								
 
							
							
							by putting everything in same folder 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								6e64dabef2 
								
							
								 
							
						 
						
							
							
								
								improved is_empty status change check  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								d5b935cf96 
								
							
								 
							
						 
						
							
							
								
								debugging use of new chunk object  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								c412709cb8 
								
							
								 
							
						 
						
							
							
								
								fixed genresult display bug  
							
							 
							
							 
							
							
								
 
							
							
							print was indented under indent is None 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								38df455418 
								
							
								 
							
						 
						
							
							
								
								improved comparison of map data to saved  
							
							 
							
							 
							
							
								
 
							
							
							changed all map metadata to dict 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								cc73e19661 
								
							
								 
							
						 
						
							
							
								
								now detects custom minetestmapper correctly  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								4fa1895eb2 
								
							
								 
							
						 
						
							
							
								
								fix typo  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								1cdf8abf63 
								
							
								 
							
						 
						
							
							
								
								fixed issue where is_empty was true wrongly  
							
							 
							
							 
							
							
								
 
							
							
							is_chunk_yaml_marked_empty now uses standard loader to avoid issues with
conversion from str to bool 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								9bf4d1de0d 
								
							
								 
							
						 
						
							
							
								
								working on genresult error handling  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								1ae8bf3c66 
								
							
								 
							
						 
						
							
							
								
								working on genresult error handling  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								c122a88f64 
								
							
								 
							
						 
						
							
							
								
								error handling for showing genresult  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								4b7faba065 
								
							
								 
							
						 
						
							
							
								
								fix print_file scope problem  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								9e2d4dd71b 
								
							
								 
							
						 
						
							
							
								
								show traceback if exception moving temp  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								4398ac6d9f 
								
							
								 
							
						 
						
							
							
								
								fixed syntax  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								2993c19355 
								
							
								 
							
						 
						
							
							
								
								show output if no image from traversed chunk  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								bccd51dbd6 
								
							
								 
							
						 
						
							
							
								
								working on html  
							
							 
							
							 
							
							
								
 
							
							
							make ID to prepare for making it load images then vanish 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								dc7c9ff9b3 
								
							
								 
							
						 
						
							
							
								
								working on IE support  
							
							 
							
							 
							
							
								
 
							
							
							table cellspacing and cellpadding to 0 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								44eb1d690e 
								
							
								 
							
						 
						
							
							
								
								reduced rerender of empty chunks  
							
							 
							
							 
							
							
								
 
							
							
							and changed is_player_present symbols to is_traversed to be more
accurately named 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								73ce1e2dad 
								
							
								 
							
						 
						
							
							
								
								removed unecessary pauses  
							
							 
							
							 
							
							
								
 
							
							
							but check check chunkymap-signals.txt 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								6f94598375 
								
							
								 
							
						 
						
							
							
								
								fixed use of the forked minetestmapper  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								30fb1a7e85 
								
							
								 
							
						 
						
							
							
								
								better detection of correct py script  
							
							 
							
							 
							
							
								
 
							
							
							by checking world.mt for backend
and working on reducing chunk rerender and reducing generated.yml resave 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								26eedd7bb3 
								
							
								 
							
						 
						
							
							
								
								working on windows detection  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								5a9ec468d8 
								
							
								 
							
						 
						
							
							
								
								iterates without delay when appropriate  
							
							 
							
							 
							
							
								
 
							
							
							see README.md for details 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								51f96e2330 
								
							
								 
							
						 
						
							
							
								
								removed some comments for easier merging  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								68fd4ccff3 
								
							
								 
							
						 
						
							
							
								
								working on branching  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								2d536f3c8d 
								
							
								 
							
						 
						
							
							
								
								turned smart recursion back on  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								63cb46ebe7 
								
							
								 
							
						 
						
							
							
								
								fixed indentation  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								30a18e2da6 
								
							
								 
							
						 
						
							
							
								
								check for missing image  
							
							 
							
							 
							
							
								
 
							
							
							and fix bug where players_didntmove_count not incremented if not
verbose_enable 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								6839163352 
								
							
								 
							
						 
						
							
							
								
								fixing bounds for geometry param  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								0656365dea 
								
							
								 
							
						 
						
							
							
								
								fixed variable name  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								2c1e285f8a 
								
							
								 
							
						 
						
							
							
								
								working on call to forked minetestmapper  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								6e75cc4d54 
								
							
								 
							
						 
						
							
							
								
								fixed branch algorithm not resaving bounds  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								b580a9f8c1 
								
							
								 
							
						 
						
							
							
								
								improved post-install message  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								70bede795b 
								
							
								 
							
						 
						
							
							
								
								reduced unecessary installer cannot stat warnings  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								85b2d062c4 
								
							
								 
							
						 
						
							
							
								
								working on reducing rerender  
							
							 
							
							 
							
							
								
 
							
							
							changed is_marked_empty to is_empty to avoid confusion (and fixed
related bug) 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								e41d6d013a 
								
							
								 
							
						 
						
							
							
								
								working on reducing rerenders  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								32f74c7613 
								
							
								 
							
						 
						
							
							
								
								working on reducing rerenders  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								6fcdac92fc 
								
							
								 
							
						 
						
							
							
								
								new signal verbose_enable  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								b4246fff2e 
								
							
								 
							
						 
						
							
							
								
								detect user profile folder  
							
							 
							
							 
							
							
								
 
							
							
							and improve finding of colors.txt 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								2655cafe3d 
								
							
								 
							
						 
						
							
							
								
								fixing syntax  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								poikilos
							
						 
						
							
							
							
								
							
								9226a48861 
								
							
								 
							
						 
						
							
							
								
								corrected type conversion  
							
							 
							
							 
							
							
								
 
							
							
							and fixed unecessary cannot stat warning in installer 
							
						 
						10 years ago