summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-14Do not sleep before starting next file loadFreeyorp1-2/+2
File loading is an asynchronous operation anyway, this is unnecessary.
2013-04-14Do not show loading bars at loading module initFreeyorp1-2/+0
They should now only display after files are selected and the loading starts, where there is something to display.
2013-04-13Refactor mv.js into distinct modulesFreeyorp8-345/+361
There are five modules, as follows: load.js handles initialisation and management of files parse.js handles initialisation and management of records heap.js handles initialisation and management of dimensions chart.js handles initialisation and management of charts main.js manages the other modules and status Status and file loading have been decoupled; file loading no longer directly updates the status of the progress bars. This makes the limitations of the current status system more apparent, and should make the system also easier to maintain, as progress bars are now updated at more logical times. The parser remains mostly unchanged. It will need to be altered into a full stateful parser, but this can happen later. Dimension management is now simplified, due to the addition of monoGroup. Most dimension/groups consisted of a single dimension and a group reduced by count. This convenience function combines these and unifies their access, beyond mere naming convention. Charting management is also greatly simplified, adding in chain helpers to categorise types of charts, by aspects such as being wide, being thin, being short, as well as helpers to establish common properties for bar and pie charts. There is now also a helper to take advantage of the unified monoGroup accessors.
2013-04-13Add map-logs to .gitignoreFreeyorp1-0/+1
2013-04-13Rearrange charts by needed widthFreeyorp3-18/+18
2013-04-13Replace chart-root's with vis-hide containerFreeyorp3-24/+28
This gets rid of a lot of repetition.
2013-04-13Initial combat target parsingFreeyorp2-4/+82
Combat data is stateful. The parser will require rewriting to complete.
2013-04-01Fix map chart clear linkFreeyorp1-1/+1
2013-03-31Map name mappings. Label map names on map chart.Freeyorp4-5/+135
This closes #003.
2013-03-29Update dc pointerFreeyorp1-0/+0
2013-03-29Compute and chart character base levelFreeyorp3-7/+184
2013-03-29Replace git:// with https:// for .gitmodulesFreeyorp1-3/+3
2013-03-29Parse STAT and chart STAT definedness of recordsFreeyorp2-17/+77
2013-03-29Set map chart colour domain correctlyFreeyorp1-0/+2
This fixes #001.
2013-03-29Add initial simple charting for GAINXP recordsFreeyorp3-25/+137
2013-03-29Point dc.js submodule at Freeyorp's repositoryFreeyorp2-1/+1
2013-03-29Load files, parse GAINXP recordsFreeyorp4-0/+241
2013-03-29Add libraries - d3, crossfilter, dcFreeyorp5-0/+54
2013-03-29Initial commitFreeyorp3-0/+684