Fen Dweller
|
30ae0efd14
|
Make more of the interface dark. Highlight NSFW entities and views
|
5 年前 |
Fen Dweller
|
b5514699a4
|
Allow multiverses to be selected as a unit
|
5 年前 |
Fen Dweller
|
a4d8f409cd
|
Add Layla; add multiverses as units
|
5 年前 |
Fen Dweller
|
a9ea549e57
|
Fix a bug with multiple toast messages causing errors
|
5 年前 |
Fen Dweller
|
630b363c7b
|
Update the help screen and reformat the html
|
5 年前 |
Fen Dweller
|
7bedcc4aea
|
Fix the help button staying highlighted
|
5 年前 |
Fen Dweller
|
82a321b1e1
|
Replace the help menu with a much nicer looking screen
|
5 年前 |
Fen Dweller
|
3f5d9b05fd
|
Add file upload; clean up old menu cruft
|
5 年前 |
Fen Dweller
|
f61a399553
|
Make custom entities have a consistent size when created
They'll always be 3/10ths as tall as the world is.
|
5 年前 |
Fen Dweller
|
ecbdf755a5
|
Allow the popout menu to overflow
This also gets rid of the groups, which were messing up the layout.
|
5 年前 |
Fen Dweller
|
f209e39a50
|
Improve formatting of the help page a bit and update it
|
5 年前 |
Fen Dweller
|
91a518a470
|
Add a button to download an image of the current scene
|
5 年前 |
Fen Dweller
|
fe160efc19
|
Respect z-order when rendering to the canvas
|
5 年前 |
Fen Dweller
|
6292758994
|
Add a watermark to screenshots
|
5 年前 |
Fen Dweller
|
4265737690
|
Add basic screenshot functionality
All of the entities are rendered to the canvas. It only renders images, so there are no
names, height bars, etc.
|
5 年前 |
Fen Dweller
|
3706bb1ed5
|
Allow for drag-and-drop
|
5 年前 |
Fen Dweller
|
8915ad49fb
|
Add basic custom entity support
You can paste an image into the window to get a temporary entity.
|
5 年前 |
Fen Dweller
|
27940dfaf0
|
Run the source through a formatter
|
5 年前 |
Fen Dweller
|
3b35f9a763
|
Fix using the completely wrong variable...
|
5 年前 |
Fen Dweller
|
16c1bc1521
|
Keep horizontal positioning consistent between window widths
|
5 年前 |
Fen Dweller
|
70c6664e7c
|
Add missing unit
|
5 年前 |
Fen Dweller
|
3ef2c1f325
|
Make the view zoom to keep up when using the grow/shrink buttons
|
5 年前 |
Fen Dweller
|
71143372b2
|
Remove pointless console.log statements
|
5 年前 |
Fen Dweller
|
a5b01100b4
|
Vertically align the menu text
|
5 年前 |
Fen Dweller
|
2ff248952b
|
Add import-from-clipboard button
|
5 年前 |
Fen Dweller
|
60ca86edd7
|
Get rid of the help icons, since they have labels now
|
5 年前 |
Fen Dweller
|
8a96da09e6
|
Put the spawners back in the menubar
|
5 年前 |
Fen Dweller
|
946eb0da65
|
Move the menubar buttons into a popout menu
|
5 年前 |
Fen Dweller
|
aad8c4e7f2
|
Preserve the world height when changing units, thus matching other inputs
|
5 年前 |
Fen Dweller
|
e94d220645
|
Switch the scroll buttons
They now move the camera left and right, rather than shoving everything
left or right
|
5 年前 |
Fen Dweller
|
eb56e76d48
|
Recalculuate the canvas size a few times in case icons load in late and reshape the menubar
|
5 年前 |
Fen Dweller
|
546e36aba3
|
Add a button to center the current entity; disable entity-specific buttons without a selection
|
5 年前 |
Fen Dweller
|
c85f63be5e
|
Fix the grow/shrink buttons not updating the sidebar
|
5 年前 |
Fen Dweller
|
e479ea6300
|
Fix wrong variable names, too...
|
5 年前 |
Fen Dweller
|
d3afbca6ed
|
Fix wrong function name
|
5 年前 |
Fen Dweller
|
4228cd4cfe
|
Prevent the buttons from getting stuck on mobile
|
5 年前 |
Fen Dweller
|
027709292e
|
Add zoom and entity scale buttons. Remove the old sliders
|
5 年前 |
Fen Dweller
|
41f3e5882d
|
Add touch listeners for the scrollers
|
5 年前 |
Fen Dweller
|
8eadee9262
|
Add scroll buttons on the sides of the world
|
5 年前 |
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
|
5 年前 |
Fen Dweller
|
963cd5b7e1
|
Move the spawner interface into the sidebar
|
5 年前 |
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.
|
5 年前 |
Fen Dweller
|
45cc25552b
|
Put the entity categories in order
|
5 年前 |
Fen Dweller
|
c7362189ef
|
Fix the arrows for very large entities not disappearing when the entity is deleted
|
5 年前 |
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
|
5 年前 |
Fen Dweller
|
6ec8211763
|
Fix remaining missing authors for characters
|
5 年前 |
Fen Dweller
|
d419c288eb
|
Add Synxes
|
5 年前 |
Fen Dweller
|
dd668ef0be
|
Add a button to delete the current entity; make the clear button more obvious
|
5 年前 |
Fen Dweller
|
91fd8dd780
|
Fix delete keypresses propagating from inputs and removing entities
Also makes the scale input behave like the rest - change, not input
|
5 年前 |
Fen Dweller
|
41f91c4dab
|
Add horizontal scrolling via buttons or the scroll wheel
|
5 年前 |