Fen Dweller
71143372b2
Remove pointless console.log statements
6年前
Fen Dweller
a5b01100b4
Vertically align the menu text
6年前
Fen Dweller
2ff248952b
Add import-from-clipboard button
6年前
Fen Dweller
60ca86edd7
Get rid of the help icons, since they have labels now
6年前
Fen Dweller
8a96da09e6
Put the spawners back in the menubar
6年前
Fen Dweller
946eb0da65
Move the menubar buttons into a popout menu
6年前
Fen Dweller
aad8c4e7f2
Preserve the world height when changing units, thus matching other inputs
6年前
Fen Dweller
e94d220645
Switch the scroll buttons
They now move the camera left and right, rather than shoving everything
left or right
6年前
Fen Dweller
eb56e76d48
Recalculuate the canvas size a few times in case icons load in late and reshape the menubar
6年前
Fen Dweller
546e36aba3
Add a button to center the current entity; disable entity-specific buttons without a selection
6年前
Fen Dweller
c85f63be5e
Fix the grow/shrink buttons not updating the sidebar
6年前
Fen Dweller
e479ea6300
Fix wrong variable names, too...
6年前
Fen Dweller
d3afbca6ed
Fix wrong function name
6年前
Fen Dweller
4228cd4cfe
Prevent the buttons from getting stuck on mobile
6年前
Fen Dweller
027709292e
Add zoom and entity scale buttons. Remove the old sliders
6年前
Fen Dweller
41f3e5882d
Add touch listeners for the scrollers
6年前
Fen Dweller
8eadee9262
Add scroll buttons on the sides of the world
6年前
Fen Dweller
3ec9ebf971
Fix attribution info showing up wrongly when loading a scene
One entity was having its info shown, even though it was not selected
6年前
Fen Dweller
963cd5b7e1
Move the spawner interface into the sidebar
6年前
Fen Dweller
1b55b5a50f
Start moving towards move useful constructor objects; consolidate unit definitions
Entities now have their templates cloned (by serializing and parsing) to allow for
a single object to be passed in repeatedly.
6年前
Fen Dweller
45cc25552b
Put the entity categories in order
6年前
Fen Dweller
c7362189ef
Fix the arrows for very large entities not disappearing when the entity is deleted
6年前
Fen Dweller
eeba0bd961
Fix more attribution; make loading scenes much faster
displayEntity() now only triggers a refresh of the world if asked, and
the scale is only redrawn if the world's size has changed
6年前
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年前