Fen Dweller
1896167d95
Add more attribution. Add sourcemap for math.js
5 年前
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.
5 年前
Fen Dweller
5cb163a564
Add missing authors/sizes. Remove defaultSize argument for characters
5 年前
Fen Dweller
3537b2b78e
Allow for names to be toggled; add some padding to option rows
5 年前
Fen Dweller
8aaaffbb3d
Give size-less entities a default 'Normal' size
5 年前
Fen Dweller
d435591097
Revert "Make units other than meters product even grid lines (for small numbers)"
This reverts commit f99d7b48ff .
5 年前
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
5 年前
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.
5 年前
Fen Dweller
64dc156e20
Add Aevsivs. Fix some old characters going missing. Add warnings for
attribution-less characters
5 年前
Fen Dweller
43ad0c15cc
Add KIBIBYTE; ignore case when sorting names
5 年前
Fen Dweller
a625858c01
Fix name plates being too high up
5 年前
Fen Dweller
ef84fff44d
Add Danyel. Fix everyone being a bit too short.
5 年前
Fen Dweller
f0a6f432ef
Remove pointless canvas height check that was forcing reflows.
5 年前
Fen Dweller
e7eedcb0fc
Add Torvid. Allow for authors/owners to not have links.
5 年前
Fen Dweller
131bba255f
Allow AUs to be selected
5 年前
Fen Dweller
e3e0645efb
Make manual world fits preserve x-positions on the screen
Automatic fitting will still move stuff around horizontally.
5 年前
Fen Dweller
94b8398105
Smooth movement induced by scrolling
5 年前
Fen Dweller
0c55380f38
Make scrolling preserve apparent x-position as well (alt to disable)
5 年前
Fen Dweller
0ecdbca34a
Add a bunch of missing attribution info
5 年前
Fen Dweller
31e6fc3caf
Fix entities with extra height getting cut off when fitting the world
5 年前
Fen Dweller
82acd53e8c
Add Gunner Rotthbauer
5 年前
Fen Dweller
071bd2ff3c
Add more sizes for Amelia Rosie. Fix choosing a size not updating world height if needed
5 年前
Fen Dweller
849de4b77a
Switch sign on ordering so that it makes more sense
5 年前
Fen Dweller
b7b1d409ca
Allow for the ordering of entities to be overridden
5 年前
Fen Dweller
3016892ae2
Add some extra mass units
5 年前
Fen Dweller
7c64e659d0
Always show the entity scale slider. Fix clicks leaking out from those into the document
5 年前
Fen Dweller
4fb133a9ab
Update entity scale info properly when dragging
5 年前
Fen Dweller
f0c909718f
Add draggable sliders for world and entity scale
5 年前
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.
5 年前
Fen Dweller
5c3e7a93a7
Add Kuro-shi Uchū. Allow alt-dragging to go outside of the world bounds
5 年前
Fen Dweller
bfad0c435f
Include all the files I forgot...
5 年前
Fen Dweller
6d0c79f835
Center the author/owner/source lists
5 年前
Fen Dweller
b5509869a5
Smooth zooming and scaling a bit.
5 年前
Fen Dweller
246b10bd81
Add a permalink button
5 年前
Fen Dweller
791e6f2ec8
Add coins. Allow views to override names. Fix weights not working for objects
5 年前
Fen Dweller
492a80dc67
Check the 'scene' parameter for a base64 encoded scene to load
5 年前
Fen Dweller
3ed3e750db
Display owner information for characters when available
5 年前
Fen Dweller
a8ca7487ac
Properly link to the source for an image.
5 年前
Fen Dweller
99855a02c9
Start working on in-app attribution.
Attribution is provided for groups of files that share a common prefix.
Each group can have one or more authors. Each file has one source.
This information is displayed when an entity is selected.
5 年前
Fen Dweller
5248a4eccf
Fix shift/alt getting stuck
5 年前
Fen Dweller
cd4b98f3a0
Add preset scene selection
Includes a demo scene, some of the military-themed macros, and then selections
of entities of varying sizes
5 年前
Fen Dweller
d379f5b87e
Fix characters not visibly resizing when shift-scrolling
5 年前
Fen Dweller
d666b8d6d7
Improve scrolling performance
Mostly just avoiding things like the position of the entity holder over and over.
I should probably switch it so that it just reads, then writes. TODO!
5 年前
Fen Dweller
5581d2e784
Allow views and sizes to affect computed descriptions for an object
5 年前
Fen Dweller
086917084d
Reformat the source files
5 年前
Fen Dweller
d9994b8768
Restructure how entities are created
Each entity now has an info object, a views list, and a sizes list.
This will allow for more complex bio/description text
5 年前
Fen Dweller
12fcf9f300
Add a very basic help screen
5 年前
Fen Dweller
c6ac03f78c
Actually fix the aforementioned bug...
5 年前
Fen Dweller
7fcd778c03
Fix ALL keyboard events getting blocked
5 年前
Fen Dweller
3c92cd18c1
Fix the alt-scrolling being swapped with regular scrolling
5 年前