Fen Dweller
e43987a1c3
Switch to FontAwesome icons for the menubar
6 vuotta sitten
Fen Dweller
d487245353
Add a fullscreen button
6 vuotta sitten
Fen Dweller
94b7de40d8
Remove the hardcoded heights/widths for the world
6 vuotta sitten
Fen Dweller
d97b2a89c0
Add humans as a unit of height
6 vuotta sitten
Fen Dweller
d32c8c9b13
Fix permalinks not respecting the world height
6 vuotta sitten
Fen Dweller
1e8eb4f88b
Revert scale drawing optimizations: caused slight distortion of the scale
6 vuotta sitten
Fen Dweller
a6c78ed810
Make the default scene literally just my fursona
6 vuotta sitten
Fen Dweller
8c9d2d7807
Make height bars go behind entities. Fix bars not appearing for freshly-added entities
This also probably fixes bugs with wrong z-indexing for fresh entities
6 vuotta sitten
Fen Dweller
a0f35582b1
Add values to the height bars; make the dashes extend to touch the head
6 vuotta sitten
Fen Dweller
50a173b669
Make glow toggleable
6 vuotta sitten
Fen Dweller
f356b4aa0f
Further optimize the loading of large scenes
Entities are only selected after creation if requested - this was
taking a lot of time, and was pointless. The tick-drawing function
doesn't read calculated styles as much now, but it still forces
a reflow when setting the font, weirdly.
6 vuotta sitten
Fen Dweller
f43a1a8b07
Make the Everyone view show a grid. Optimize entity updates to avoid pointless updates
Previously, every call to updateSizes() would update every entity. Now, entities
can be marked as dirty, and updateSizes can be called such that it only affects
dirty entities. I changed a few calls to updateSizes to take advantage of this,
but others can probably be optimized too
6 vuotta sitten
Fen Dweller
85c2abe545
Make scale ticks snap to fractional values
6 vuotta sitten
Fen Dweller
8b9dae7221
Create food category
6 vuotta sitten
Fen Dweller
2ce5c535bb
Add toggleable height bars for each entity
6 vuotta sitten
Fen Dweller
1896167d95
Add more attribution. Add sourcemap for math.js
6 vuotta sitten
Fen Dweller
f3a58d3cab
Implicitly increase size to compensate for moving an entity below the y=0 line
This was, previously, explicitly handled with a factor of (1 / (1 - x)).
I just regex'd away these factors, so there are probably a few errors.
6 vuotta sitten
Fen Dweller
5cb163a564
Add missing authors/sizes. Remove defaultSize argument for characters
6 vuotta sitten
Fen Dweller
3537b2b78e
Allow for names to be toggled; add some padding to option rows
6 vuotta sitten
Fen Dweller
8aaaffbb3d
Give size-less entities a default 'Normal' size
6 vuotta sitten
Fen Dweller
d435591097
Revert "Make units other than meters product even grid lines (for small numbers)"
This reverts commit f99d7b48ff .
6 vuotta sitten
Fen Dweller
f99d7b48ff
Make units other than meters product even grid lines (for small numbers)
Still need to make the divisions more reasonable for larger/smaller values
6 vuotta sitten
Fen Dweller
fae1230f92
Add Fleur. Make Fid's scene contain every view; allow specification of world-fitting padding
By default, the world was set to be 1.1 times as tall as the max height
(or the mean). Now, it can be set to an arbitrary factor.
6 vuotta sitten
Fen Dweller
64dc156e20
Add Aevsivs. Fix some old characters going missing. Add warnings for
attribution-less characters
6 vuotta sitten
Fen Dweller
43ad0c15cc
Add KIBIBYTE; ignore case when sorting names
6 vuotta sitten
Fen Dweller
a625858c01
Fix name plates being too high up
6 vuotta sitten
Fen Dweller
ef84fff44d
Add Danyel. Fix everyone being a bit too short.
6 vuotta sitten
Fen Dweller
f0a6f432ef
Remove pointless canvas height check that was forcing reflows.
6 vuotta sitten
Fen Dweller
e7eedcb0fc
Add Torvid. Allow for authors/owners to not have links.
6 vuotta sitten
Fen Dweller
131bba255f
Allow AUs to be selected
6 vuotta sitten
Fen Dweller
e3e0645efb
Make manual world fits preserve x-positions on the screen
Automatic fitting will still move stuff around horizontally.
6 vuotta sitten
Fen Dweller
94b8398105
Smooth movement induced by scrolling
6 vuotta sitten
Fen Dweller
0c55380f38
Make scrolling preserve apparent x-position as well (alt to disable)
6 vuotta sitten
Fen Dweller
0ecdbca34a
Add a bunch of missing attribution info
6 vuotta sitten
Fen Dweller
31e6fc3caf
Fix entities with extra height getting cut off when fitting the world
6 vuotta sitten
Fen Dweller
82acd53e8c
Add Gunner Rotthbauer
6 vuotta sitten
Fen Dweller
071bd2ff3c
Add more sizes for Amelia Rosie. Fix choosing a size not updating world height if needed
6 vuotta sitten
Fen Dweller
849de4b77a
Switch sign on ordering so that it makes more sense
6 vuotta sitten
Fen Dweller
b7b1d409ca
Allow for the ordering of entities to be overridden
6 vuotta sitten
Fen Dweller
3016892ae2
Add some extra mass units
6 vuotta sitten
Fen Dweller
7c64e659d0
Always show the entity scale slider. Fix clicks leaking out from those into the document
6 vuotta sitten
Fen Dweller
4fb133a9ab
Update entity scale info properly when dragging
6 vuotta sitten
Fen Dweller
f0c909718f
Add draggable sliders for world and entity scale
6 vuotta sitten
Fen Dweller
a730dece58
Add Katherine. Fix switching views having a delay
Having every single property affected by the css transition
meant that switching sources waited for the transition to
complete, and also required for the grabbed class (which
disabled transitions entirely while moving entities). Now,
only height and max-height are affected by the transitions.
6 vuotta sitten
Fen Dweller
5c3e7a93a7
Add Kuro-shi Uchū. Allow alt-dragging to go outside of the world bounds
6 vuotta sitten
Fen Dweller
bfad0c435f
Include all the files I forgot...
6 vuotta sitten
Fen Dweller
6d0c79f835
Center the author/owner/source lists
6 vuotta sitten
Fen Dweller
b5509869a5
Smooth zooming and scaling a bit.
6 vuotta sitten
Fen Dweller
246b10bd81
Add a permalink button
6 vuotta sitten
Fen Dweller
791e6f2ec8
Add coins. Allow views to override names. Fix weights not working for objects
6 vuotta sitten