Fen Dweller
54a57b6239
Move popout menu over if it is too wide
pirms 3 gadiem
Fen Dweller
c3530a60cf
Split the menu; add captions to buttons
pirms 3 gadiem
Fen Dweller
b313f08cc1
Deduplicate popout menu code; adjust styling
pirms 3 gadiem
Fen Dweller
b2dbc1c8a1
Spawn entities on the ground if snap is on
Previously, entities always appeared in the middle of the screen
with an unlocked y-axis. Now, they will appear on the ground
if snapping is enabled and the ground is in sight.
pirms 3 gadiem
Fen Dweller
3947caaf75
Put entities with a priority < 0 behind the ground
pirms 3 gadiem
Fen Dweller
1cba489046
Fix selection of flipped entities
pirms 3 gadiem
Fen Dweller
9d14d89e92
Fix daltons and solarradii not having plural forms
pirms 3 gadiem
Fen Dweller
1f63dfe6d6
Add more units, plus unit aliases
This means you should be able to type the singular
or the plural form for most units now.
pirms 3 gadiem
Fen Dweller
cd5da954f0
Pull most of the code from the DOMContentLoaded event and put it into functions
pirms 3 gadiem
Fen Dweller
084020b197
Improve the look of custom attributes
This also adds an option to enable editing *any* attribute
pirms 3 gadiem
Fen Dweller
d3c6657766
Allow for editing of attributes; save and load custom attributes
pirms 3 gadiem
Fen Dweller
b950864cba
Implement a custom attribute system
pirms 3 gadiem
Fen Dweller
0e2f1d37b3
Add a function to decide what type a unit is
Custom attributes will take string input and then decide if it is an acceptable
type of unit.
pirms 3 gadiem
Fen Dweller
c2b77b5625
Remove some dead code and add a few #regions
pirms 3 gadiem
Fen Dweller
61eeaab4a8
Fix auto swallow size being backwards
pirms 3 gadiem
Fen Dweller
49ad9bf890
Make flipping work together with rotation; save flipped state
This also consolidates some stuff related to updating CSS properties
into a single function.
pirms 3 gadiem
Fen Dweller
0a613d8ae2
Revert "Fix Fen sometimes not being the largest character"
This reverts commit 8b1f7ef612 .
pirms 4 gadiem
Fen Dweller
e9a28d70d2
Revert "Fix bug: Beherit was not a bug"
This reverts commit af3991d5f2 .
pirms 4 gadiem
Fen Dweller
af3991d5f2
Fix bug: Beherit was not a bug
pirms 4 gadiem
Fen Dweller
8b1f7ef612
Fix Fen sometimes not being the largest character
pirms 4 gadiem
Fen Dweller
eba84eed3b
Fix same-size swallow estimation
pirms 4 gadiem
Fen Dweller
45243b8a37
Update Maya
pirms 4 gadiem
Fen Dweller
9d397088fa
Add Nima
Also allow views without a form to show up on
every form.
pirms 4 gadiem
Fen Dweller
e3b0b4629b
Add Otreus
Also fixes a bug with default form sizes
pirms 4 gadiem
Fen Dweller
9b8f52e2f4
Update Synxes
Also corrects a bug with the rendering of flipped entities
pirms 4 gadiem
Fen Dweller
c60b3374ec
Update Rory
Also fix a bug where allForms-tagged sizes would have their
default flag ignored
pirms 4 gadiem
Fen Dweller
31fb817aa8
Allow a size to apply to every form of an entity
This reduces duplication for characters that have many equally-sized macro sizes for
their various forms.
pirms 4 gadiem
Fen Dweller
a3722cc7a2
Allow attributes to have a default unit
This sets the unit that the attribute will be shown with. It
uses the same mechanism that's used to remember what units
you had selected.
pirms 4 gadiem
Fen Dweller
dcfd494355
Fix rulers causing errors when their entity is deleted
pirms 4 gadiem
Fen Dweller
76636b8c40
Add some ring sizes
pirms 4 gadiem
Fen Dweller
9b41fb3a14
Add US women's shoe sizes, for some reason
pirms 4 gadiem
Fen Dweller
bd2ee11f8d
Add EU and UK shoe sizes
pirms 4 gadiem
Fen Dweller
59920cc288
Fix pressing backspace in the search box deleting an entity
pirms 4 gadiem
Fen Dweller
a91be8eb9d
Adjust default settings
The ground now defaults to very-low, not bottom.
Zoom-on-add defaults to off.
pirms 4 gadiem
Fen Dweller
29a1f62c4d
Move filters into their own menu. Add an info menu
This allows for multiple filters to be applied simultaneously. This commit
also moves some misc stuff, like the help and donate buttons, into a new
info menu. This also fixes touches outside of a popout menu not causing
the menu to close.
pirms 4 gadiem
Fen Dweller
897b81bc28
Format the main JS file with Prettier
pirms 4 gadiem
Fen Dweller
867494457a
Add US men's shoe size as a unit
pirms 4 gadiem
Fen Dweller
f9af086ee1
Add U (server rack height) as a length unit
pirms 4 gadiem
Fen Dweller
77b0cd64af
Fix citations not getting cleared correctly
pirms 4 gadiem
Fen Dweller
6a8dc8de47
Add sugar cubes
Also update the scripts to support tagging entities
with masses and volumes.
pirms 4 gadiem
Fen Dweller
24754621b0
Show ratios between extra attributes and height
pirms 4 gadiem
Fen Dweller
cd7570bc03
Show weight ratios
pirms 4 gadiem
Fen Dweller
d7e57200a0
Mention Safari screenshot problems in the toast
pirms 4 gadiem
Fen Dweller
ee1bddd8c9
Log a console error when a screenshot fails
pirms 4 gadiem
Fen Dweller
3c2ef5ac42
Fix ruler drawing on high-DPI displays
They were being drawn too large when taking a screenshot
pirms 4 gadiem
Fen Dweller
cb58ecc5a4
Adjust scaling on energy intake
Kleiber's Law dictates that metabolic rate scales
with the 3/4ths power of mass, rather than linearly.
pirms 4 gadiem
Fen Dweller
cb7fa4172d
Show selections via color by default
Outlines are expensive to render, since they require a blur of
a drop shadow. They're still available, but the default is
now to just brighten them and turn them sepia
pirms 4 gadiem
Fen Dweller
cecc68fb0f
Fix shift-scrolling on Macs
This turns into horizontal scroll input, so we just
use deltaX when shift is held.
pirms 4 gadiem
Fen Dweller
f330b1dbe6
Allow the backspace key to delete stuff
pirms 4 gadiem
Fen Dweller
ac3b8a70b5
Add a check for a Safari bug
Drawing an SVGImageElement to a canvas goes haywire. This checks for
that behavior and warns about it, and turns off the fine-grained
selection logic.
pirms 4 gadiem