Age | Commit message (Collapse) | Author | Files | Lines |
|
It was redundant, given the title of using your own datasets anyway.
|
|
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
|
|
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.
|
|
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. :)
|
|
.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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Active filters will only be applied from users in the same channel.
This closes #14.
|
|
|
|
|
|
Also filter KILLXP by default.
This closes #16.
|
|
|
|
Also push vis-hide structure up to contain the columns, rather than each
column having its own vis-hide div
|
|
The new parsing system is robust enough to eliminate its persistent need
|
|
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.
|
|
|
|
|