Fen Dweller 
							
						 
						
							
							
							
								
							
								1cdc43756e 
								
							
								 
							
						 
						
							
							
								
								Fix the menubar on mobile; only one category appears at a time  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								4040826db4 
								
							
								 
							
						 
						
							
							
								
								Make spawner options bigger. Sort characters by name.  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								b3ba6cdbab 
								
							
								 
							
						 
						
							
							
								
								Add Shingo. Add default sizes for characters  
							
							These let a character have micro/normal/macro heights 
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								e0c698fe37 
								
							
								 
							
						 
						
							
							
								
								Add a few more units  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								be2bd3c2e4 
								
							
								 
							
						 
						
							
							
								
								Disable deleting entities with backspace  
							
							This was causing things to vanish when editing numbers 
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								70515a0047 
								
							
								 
							
						 
						
							
							
								
								Fix scrolling putting the world height in meters into the world height box  
							
							It should put the height in the currently chosen unit into the input box 
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								458939cf7d 
								
							
								 
							
						 
						
							
							
								
								Keep entity sizes constant when changing units  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								e3647804ca 
								
							
								 
							
						 
						
							
							
								
								Add soda cans  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								6996bd5ef1 
								
							
								 
							
						 
						
							
							
								
								Add buses  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								8830ad3f14 
								
							
								 
							
						 
						
							
							
								
								Actually skip the rest of the selection logic on Firefox  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								bd0b61c745 
								
							
								 
							
						 
						
							
							
								
								Fix selection not working on Firefox  
							
							For whatever reason, I cannot seem to draw an SVG to a canvas.
Therefore, the selection test function does not work.
The current solution is to just skip the logic in Firefox and
use the standard bounding-box selection. 
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								8221d29040 
								
							
								 
							
						 
						
							
							
								
								Allow deselection of an entity by clicking within its bounding box  
							
							Clicks that hit the bounding box of any entity were unable to deselect, since
the canvas was not listening for mousedown events. It now is. 
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								9219fef30a 
								
							
								 
							
						 
						
							
							
								
								Speed up selection of very large entities  
							
							The clicked entity is rendered to a canvas and tested for opacity at that point.
Very large entities caused a very large canvas to be created.
Now, the canvas is limited to 4000x4000 in size 
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								a54c374c86 
								
							
								 
							
						 
						
							
							
								
								Allow characters to extend below the 0 meter line.  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								babcbdcd73 
								
							
								 
							
						 
						
							
							
								
								Make the delete and backspace keys remove the currently selected entity  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								1e83dcd6fa 
								
							
								 
							
						 
						
							
							
								
								Add an option to automatically set the world height  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								9caca6eaf0 
								
							
								 
							
						 
						
							
							
								
								Improve menubar. Add button to fit world to current entities  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								18b0a1ce29 
								
							
								 
							
						 
						
							
							
								
								Fix horizontal limits.  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								b9ff268133 
								
							
								 
							
						 
						
							
							
								
								Add a button to order entities by height  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								0be141f8c8 
								
							
								 
							
						 
						
							
							
								
								Fix selection and menu not turning red when hovering with touch controls  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								80977195c4 
								
							
								 
							
						 
						
							
							
								
								Add Sofia. Add clear-all button  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								fa108e30dc 
								
							
								 
							
						 
						
							
							
								
								Construct a new entity each time, instead of using the same one repeatedly  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								33eda1c94a 
								
							
								 
							
						 
						
							
							
								
								Allow spawning of entities  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								47b6e7fc56 
								
							
								 
							
						 
						
							
							
								
								Drag entities up top to delete them  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								3e1c704328 
								
							
								 
							
						 
						
							
							
								
								Add some buildings. Increase default view size  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								6535cef446 
								
							
								 
							
						 
						
							
							
								
								Move characters into their own file. Add default views. Remove info up  
							
							top 
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								f4e263247e 
								
							
								 
							
						 
						
							
							
								
								Allow scrolling to adjust the world scale  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								e333dc20b6 
								
							
								 
							
						 
						
							
							
								
								Add a building and organize the media  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								d546583d50 
								
							
								 
							
						 
						
							
							
								
								Allow feet/miles. Make entity creation more generic  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								5fb453272a 
								
							
								 
							
						 
						
							
							
								
								Avoid changing an option that was just set  
							
							Option fields were getting updated right after a value was entered, preventing more numbers
from being typed. Fields are now skipped if their change was what prompted an update. 
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								dfba32e5aa 
								
							
								 
							
						 
						
							
							
								
								Fix width of inputs. Make view inputs numeric  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								63ad1594ed 
								
							
								 
							
						 
						
							
							
								
								Fix positioning of bottom name tags  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								6ee89ad272 
								
							
								 
							
						 
						
							
							
								
								Allow entity selection by clicking the bottom name  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								dc8b6dd391 
								
							
								 
							
						 
						
							
							
								
								Add names below each entity  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								e4bfb74265 
								
							
								 
							
						 
						
							
							
								
								Update view info when switching viwes  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								f251f25ea6 
								
							
								 
							
						 
						
							
							
								
								Update options automatically. Add cool Fen silhouette.  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								a54cdc1182 
								
							
								 
							
						 
						
							
							
								
								Avoid scrolling when touch-dragging  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								2b05948617 
								
							
								 
							
						 
						
							
							
								
								Add (some sort of) support for touch events  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								16866f4c19 
								
							
								 
							
						 
						
							
							
								
								Improve name plate positioning  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								460c4e738b 
								
							
								 
							
						 
						
							
							
								
								Allow for views to be switched between. Hello peppers!  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								c8a41857b5 
								
							
								 
							
						 
						
							
							
								
								Add weight attribute  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								ca43b2894b 
								
							
								 
							
						 
						
							
							
								
								Allow for attributes of a view to be reconfigured  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								8ffd86c0c4 
								
							
								 
							
						 
						
							
							
								
								Set up system for a variety of attributes for each view  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								8c4c6a18e6 
								
							
								 
							
						 
						
							
							
								
								Fix test canvas causing the layout to get messed up  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								929fe80e9e 
								
							
								 
							
						 
						
							
							
								
								Put the images in a div so that a nametag can be added  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								fe12131393 
								
							
								 
							
						 
						
							
							
								
								Wait 200ms before dragging, not 100ms  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								0629b86f82 
								
							
								 
							
						 
						
							
							
								
								Select w/ transparency. Switch to generic man image (goodbye pepper)  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								436939ad85 
								
							
								 
							
						 
						
							
							
								
								Allow the scale of an entity to be edited  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								322bed6920 
								
							
								 
							
						 
						
							
							
								
								Switch to Coda font  
							
							
								
							
							
						 
						před 5 roky  
				
					
						
							
							
								
								Fen Dweller 
							
						 
						
							
							
							
								
							
								72b310a9c6 
								
							
								 
							
						 
						
							
							
								
								Give entities multiple views. Allow height to be changed.  
							
							
								
							
							
						 
						před 5 roky