summaryrefslogtreecommitdiff
path: root/public/index.html
AgeCommit message (Collapse)AuthorFilesLines
2013-05-30Remove file system messageFreeyorp1-1/+0
It was redundant, given the title of using your own datasets anyway.
2013-05-30Adjust loading screen layoutFreeyorp1-16/+24
This should make the distinction between loading own files and using the latest dataset clearer. The equal height psuedo-columns could be applicable to the chart columns too. Generic column layout based on: http://nicolasgallagher.com/multiple-backgrounds-and-borders-with-css2/demo/backgrounds.html
2013-05-27Disable controls until init has finishedFreeyorp1-2/+2
Before, if you were quick or your connection was slow, you could select the files before mv.init registers the callback. This left things stuck, either requiring another set of files to be selected, or a refresh of the page. This closes #18.
2013-05-26Implement remote resource loadingFreeyorp1-2/+5
mv.loader.use takes an array of URLs, which are fetched via d3.xhr. This also restructures mv.loader to refactor out some shared functionality between mv.loader.use and the file selector change events. mv.loader could still use some cleanup. http://css-tricks.com/examples/ButtonMaker/ makes a pretty neat css button. Hopefully, it's visually attractive enough so people in a hurry know where to go. :)
2013-05-25Allow loading of zip filesFreeyorp1-0/+1
.zip must be at the end of the file name. Progress bars are not fully descriptive in this mode yet This also alters the mv.loader interface. The onprogress callback now takes current and total. The each callback is now passed an after parameter, to be called when it's done.
2013-05-16Show the active filter, display reset in a nicer wayFreeyorp1-7/+8
2013-05-16Add axis labels and help textFreeyorp1-1/+15
2013-05-15Use a relative path for socket.ioFreeyorp1-1/+1
2013-05-15Add a note about possible UI lockupsFreeyorp1-0/+1
2013-05-14Remove debug spam, show visible warning on disconnectFreeyorp1-0/+1
2013-05-14Describe how and why records needs to be loadedFreeyorp1-0/+2
2013-05-14We have channels now, update docs and load pageFreeyorp1-4/+0
2013-05-14Add channelsFreeyorp1-1/+1
Active filters will only be applied from users in the same channel. This closes #14.
2013-05-14Separate connection status, hide while offlineFreeyorp1-1/+1
2013-05-14Simplify titles!Freeyorp1-8/+8
2013-05-14Hide KILLXP charts when not filtering for KILLXPFreeyorp1-16/+16
Also filter KILLXP by default. This closes #16.
2013-05-14Chart the number of attackersFreeyorp1-0/+3
2013-05-13Faint backgrounds for each columnFreeyorp1-17/+11
Also push vis-hide structure up to contain the columns, rather than each column having its own vis-hide div
2013-05-13Remove definedness chartFreeyorp1-3/+0
The new parsing system is robust enough to eliminate its persistent need
2013-05-13Remove pc chart, postprocess records, make blob download availableFreeyorp1-3/+0
The PC chart is removed, as records being linked to specific characters could never be released publically. The records are being postprocessed, as information about stats for unknown records could have been logged after the record (ie. STAT on LOGOUT) The processed records are available for download in JSON format. Currently, this is only accessible by calling parser.createBlobLink() from the console. The process can be quite resource intensive. The file should be saved with "scrubbed" appearing somewhere in the filename. The loader now properly informs its each method of the current file and the number of files. Files with "scrubbed" in the filename are interpreted as scrubbed logfiles and will be loaded in as JSON directly.
2013-05-13Update documentationFreeyorp1-2/+12
2013-05-13Move served files to a public/ directoryFreeyorp1-0/+96