Fen Dweller
c9ce3b6c9a
Add an option to estimate caloric value for a creature
4 years ago
Fen Dweller
5fdea8abd4
Make entities resize when changing forms
The entity resizes itself to the default size for its form
4 years ago
Fen Dweller
5b88a84639
Update Sini's views
Also fix a bug with wrong sizing for multiple forms.
The last default size encountered was being used, rather than
using the one that matched the default form.
4 years ago
Fen Dweller
c40c9bb482
Add nautical miles, fathoms, and yards
4 years ago
Fen Dweller
72263a1714
Add timezones as a unit of length
4 years ago
Fen Dweller
8bfedd97f3
Add EVERY STATE
Also make some performance improvements: naturals
are sorted by name, instead of being constructed
to be sorted by size. This significantly speeds up
loading, because those objects were expensive to make.
4 years ago
Fen Dweller
754ef142ae
Add race lengths and olympic records as altitude options
4 years ago
Fen Dweller
d3470b5b3e
Add entity forms. Add Alex Xuria
Forms allow for one entity to have multiple distinct sets of
views and sizes.
4 years ago
Fen Dweller
ff5221e22d
Add shipping containers as a relative unit of volume
4 years ago
Fen Dweller
02e1cdddac
Sort objects by name, not size
Also switches to using localeCompare
4 years ago
Fen Dweller
0ae8360f76
Add US airspace levels, for some reason
4 years ago
Fen Dweller
f0b81a88d1
Fix screenshots coming out wrong on mobile
The device pixel ratio wasn't being respected
4 years ago
Fen Dweller
6d96b4ed32
Add more options for ground elevation and change their offsets
4 years ago
Fen Dweller
5773a9b8b4
Fix the scale lines looking uneven
Some lines were being drawn at non-integral positions.
The x and y coordinates are now floored before use.
4 years ago
Fen Dweller
f6f601282a
Fix the watermark going missing
4 years ago
Fen Dweller
fa9d80ec46
Remove some logging
4 years ago
Fen Dweller
0131dd085a
Remove some logging
4 years ago
Fen Dweller
5b0712db63
Fix the click-test canvas being way too large
4 years ago
Fen Dweller
162ebae34d
Remove unwanted logging
4 years ago
Fen Dweller
84fb4d38a2
Push the popout menus to the left side on narrow screens
4 years ago
Fen Dweller
2ab9ce7d27
Add rotation
Entities can now be rotated. This does not affect
their height. For now, they can only be rotated by
45 degrees at a time. I will work out something nicer
later on.
4 years ago
Fen Dweller
ff2d6c14b2
Use fragments instead of query params
Permalinks now just stick the base64 string into the
fragment portion of the URL, rather than using a
query parameter. This should reduce spam in the server
logs, and also keep scenes more private.
4 years ago
Fen Dweller
f7e49e9d60
Add a background-brightness option
4 years ago
Fen Dweller
974016a7e5
Add a search box
4 years ago
Fen Dweller
24a8eddcde
Remove a spurious log statement
4 years ago
Fen Dweller
455441ea7f
Add an option to adjust the density of scale lines
4 years ago
Fen Dweller
9dbc465589
Improve look of settings menu; rearrange some entries
4 years ago
Fen Dweller
b5a58d7331
Add an option to adjust the ground's position
4 years ago
Fen Dweller
d2c0330a66
Actually fix that unit
The definition needed a number.
4 years ago
Fen Dweller
aa72e09ced
Fix typo'd unit name
4 years ago
Fen Dweller
432d6589aa
Account for extra height when resizing an entity
This only applies for the grow/shrink buttons on the sides
4 years ago
Fen Dweller
18f4ad6e30
Add an option to automatically pick units when resizing the world
4 years ago
Fen Dweller
a1958bf55b
Make links open in a new tab
4 years ago
Fen Dweller
2a72a0a486
Make some improvements to the CSS
Buttons/inputs/selects use the Coda font, and inputs
are more evenly sized
4 years ago
Fen Dweller
9349f4de29
Add Hammer units
4 years ago
Fen Dweller
b17e7366c6
Allow expression input
This affects the world height, the entity scale, and all view numeric inputs.
The fields are no longer of type 'number' so that text can be entered.
4 years ago
Fen Dweller
b9e3baa31a
Add step=any to numeric inputs
This stops Firefox from complaining that the values
are not integers.
4 years ago
Fen Dweller
724ea4912e
Store the ratio-info area instead of searching for it constantly
4 years ago
Fen Dweller
5cfb51b313
Add Houses (just one). Add Boots (Also 1)
4 years ago
Fen Dweller
29f1d21289
Add an option to disable smoothing
This can improve performance on less-powerful computers.
4 years ago
Fen Dweller
ddc800f0bb
Fix the background being too small during export when zoomed out
4 years ago
Fen Dweller
696e957bc2
Compensate for the device pixel ratio when drawing to canvases
This should improve blurriness on high-DPI monitors
4 years ago
Fen Dweller
2e4e19a664
Add an option to show the ratio between two entities
4 years ago
Fen Dweller
c7c9e3640f
Add a system for citations (in addition to authors/owners and source)
4 years ago
Fen Dweller
b6159f398f
Add some code for panning around automatically (not used yet)
4 years ago
Fen Dweller
470a04ce32
Add buses and marathons as units
4 years ago
Fen Dweller
06e6d58166
Move humans to the species category; add hands and feet
4 years ago
Fen Dweller
460a2b5fe9
Sort species
4 years ago
Fen Dweller
feaed5a5e9
Add points as a quirky unit of length
5 years ago
Fen Dweller
74fc7a0113
Fix a Firefox rendering bug
Firefox would revert to the default size for an element
if its height went past 17895698px. This fix just sets
height to zero when exceeding that value.
5 years ago