Fen Dweller
6ec8211763
Fix remaining missing authors for characters
6 роки тому
Fen Dweller
d419c288eb
Add Synxes
6 роки тому
Fen Dweller
dd668ef0be
Add a button to delete the current entity; make the clear button more obvious
6 роки тому
Fen Dweller
91fd8dd780
Fix delete keypresses propagating from inputs and removing entities
Also makes the scale input behave like the rest - change, not input
6 роки тому
Fen Dweller
41f91c4dab
Add horizontal scrolling via buttons or the scroll wheel
6 роки тому
Fen Dweller
b005952256
Make loading an autosave a manual action
Otherwise, you could load a giant scene, close the browser, and be stuck with
it forever!
6 роки тому
Fen Dweller
8b57813bca
Autosave the scene when closing and reopen it when loading
6 роки тому
Fen Dweller
6a008680a9
Revert "Make the sidebar move to the top in portrait mode"
This reverts commit 4c58eb9b94 .
6 роки тому
Fen Dweller
4c58eb9b94
Make the sidebar move to the top in portrait mode
Still very rough around the edges...
6 роки тому
Fen Dweller
a92979f9bd
Fix changing the units for a non-default view causing weird behavior
The defualt view was being referenced.
6 роки тому
Fen Dweller
ee8e46ac38
Make rounding more consistent on the numeric fields
6 роки тому
Fen Dweller
32bfc22095
Improve sidebar styling
6 роки тому
Fen Dweller
13551cdbf5
Adjust human unit height to 5.75 feet
6 роки тому
Fen Dweller
634fa3104d
Fix scrolling increasing and decreasing scale in slightly different increments
6 роки тому
Fen Dweller
48927b21f7
Add a dropdown box to select an entity
6 роки тому
Fen Dweller
d988460cee
Improve sidebar layout
6 роки тому
Fen Dweller
21ee315a30
Hide sidebar stuff when not needed
6 роки тому
Fen Dweller
397b5cd124
Remove the auto-sizing mode selector (it was not very useful)
6 роки тому
Fen Dweller
237e8c9625
Generate the menubar dynamically; update help; indicate when new help is added
6 роки тому
Fen Dweller
e5496d4b4e
Fix deselection only working when clicking outside of a bounding box
6 роки тому
Fen Dweller
b31965d338
Add Halos
6 роки тому
Fen Dweller
1a3ebcdd21
Update Vulpes's silhouettes and fix his attribution info
6 роки тому
Fen Dweller
001544c838
Add Typhek; add universes/galaxies as lengths
6 роки тому
Fen Dweller
a550570179
Fix egregious comment typo
6 роки тому
Fen Dweller
707d7eaa88
Significant mobile changes
The viewport attribute is now set, which should make mobile devices show it a bit
more correctly. I updated the bottom-names to be placed properly on mobile.
6 роки тому
Fen Dweller
22fedf9067
Add a bandaid fix for things snapping wrongly
6 роки тому
Fen Dweller
e89fa4919f
Allow the sidebar to be hidden
6 роки тому
Fen Dweller
01256dfd60
Allow the option checkboxes to be shown and hidden
6 роки тому
Fen Dweller
13486ed550
Add solar radii as a unit
6 роки тому
Fen Dweller
4a0948d905
Make the scale sliders bigger and fix them getting stuck
6 роки тому
Fen Dweller
ee16c4d07c
Add Klay and Marcus; fix alternate views getting scaled wrongly
The preset-size buttons were causing the values for
the default view of an entity to be shown, even if
another view was currently selected.
6 роки тому
Fen Dweller
05179efd46
Make the scale toggleable
6 роки тому
Fen Dweller
411a0786c5
Add an option to make the ground opaque
6 роки тому
Fen Dweller
4215d819a1
Add Lalim; adjust Shadow's weight; make sliders toggleable
6 роки тому
Fen Dweller
928b4d3088
Add an option to point out entities much larger than the viewport
Very large entities are confusing to add - they appear for a brief moment
and then grow off the screen. This shows an arrow if an entity is at least
ten times taller than the viewport.
6 роки тому
Fen Dweller
c9ef246b5b
Update Natasha's silhouette; add Bianca
6 роки тому
Fen Dweller
2888b0deda
Add Deja
6 роки тому
Fen Dweller
e43987a1c3
Switch to FontAwesome icons for the menubar
6 роки тому
Fen Dweller
d487245353
Add a fullscreen button
6 роки тому
Fen Dweller
94b7de40d8
Remove the hardcoded heights/widths for the world
6 роки тому
Fen Dweller
d97b2a89c0
Add humans as a unit of height
6 роки тому
Fen Dweller
d32c8c9b13
Fix permalinks not respecting the world height
6 роки тому
Fen Dweller
1e8eb4f88b
Revert scale drawing optimizations: caused slight distortion of the scale
6 роки тому
Fen Dweller
a6c78ed810
Make the default scene literally just my fursona
6 роки тому
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 роки тому
Fen Dweller
a0f35582b1
Add values to the height bars; make the dashes extend to touch the head
6 роки тому
Fen Dweller
50a173b669
Make glow toggleable
6 роки тому
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 роки тому
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 роки тому
Fen Dweller
85c2abe545
Make scale ticks snap to fractional values
6 роки тому