summaryrefslogtreecommitdiff
path: root/public/js/mv/heap.js
AgeCommit message (Collapse)AuthorFilesLines
2013-06-04Fix typoFreeyorp1-1/+1
Second range parameter is exclusive
2013-06-04Show all defined recordsFreeyorp1-1/+1
Rarely, 24 hour blocks will still contain undefined records. These are infrequent enough to not impede overall analysis (you can use mv.heap.def.filterAll(); dc.redrawAll() to confirm), but when loading in multiple datasets, can have a substantial number of records occurring before them. This should become a non-issue again when the scrubber keeps track of state outside of the logs being collated.
2013-05-14Chart the number of attackersFreeyorp1-0/+1
2013-05-13"use strict";Freeyorp1-0/+1
2013-05-13Remove pc chart, postprocess records, make blob download availableFreeyorp1-1/+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-13Move served files to a public/ directoryFreeyorp1-0/+63