- Dec 17, 2014
-
-
Edie Pasek authored
-
- Apr 22, 2014
-
-
Edie Pasek authored
Adding Mods for v2014.4.16
-
- Apr 21, 2014
-
-
Edie Pasek authored
Mob fixes
-
- Apr 17, 2014
-
-
Edie Pasek authored
-
- Feb 07, 2014
-
-
Free Yorp authored
Added UndeadWitch, UndeadTroll and Troll to Mob data
-
Edie Pasek authored
-
- Dec 27, 2013
-
-
Freeyorp authored
-
- Oct 02, 2013
- Sep 28, 2013
-
-
Freeyorp authored
-
- Jun 29, 2013
-
-
Freeyorp authored
-
- Jun 17, 2013
-
-
Freeyorp authored
This update triggered cascading map ID changes. This system needs rewriting to handle automatic adjustment of map IDs. Perhaps the logging format should be changed to log the stable ID?
-
Freeyorp authored
This handles funky newlines and trims trailing junk, albeit in a not particularly elegant way.
-
- Jun 04, 2013
-
-
Freeyorp authored
Second range parameter is exclusive
-
- Jun 03, 2013
-
-
Freeyorp authored
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.
-
Freeyorp authored
-
- May 30, 2013
-
-
Freeyorp authored
-
Freeyorp authored
It was redundant, given the title of using your own datasets anyway.
-
Freeyorp authored
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
-
- May 28, 2013
-
-
Freeyorp authored
This also adjusts the method for comparing filters, allowing a chart to define a "filterCompare" method that will be used to compare filters if available. This finally removes the date chart special case for setting filters. Array instance checking will now use foo instanceof Array instead of typeof(foo) == "array", which was unreliable (sometimes it's "object"). Trellis chart brush containers will now redraw the brush when set externally. renderBrush no longer takes brushG as a parameter. I'm not sure what I was thinking when I made it so. The deselected area will not yet fade. The trellis chart still requires substantial refactoring and consistency fixes; I'm not sure that the parameter specifications are currently correct.
-
Freeyorp authored
-
Freeyorp authored
No broadcasting functionality yet.
-
- May 27, 2013
- May 26, 2013
-
-
Freeyorp authored
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.
-
Freeyorp authored
-
Freeyorp authored
-
Freeyorp authored
-
Freeyorp authored
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. :)
-
Freeyorp authored
Upstream merge on exposing xhr.responseType pending.
-
Freeyorp authored
-
Freeyorp authored
Based off bootstrap
-
Freeyorp authored
The inner loader closure was redundant. Apparently I really like closures during late night coding. main.js should no longer have to deal with raw loading events; only UI specific callbacks.
-
Freeyorp authored
Also remove a stray curly brace
-
- May 25, 2013
-
-
Freeyorp authored
.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.
-
- May 16, 2013