David Given
|
cd19fcdadd
|
The CSV report now writes records for every sector in the output map, even the
missing ones.
|
2020-03-31 00:14:23 +02:00 |
|
David Given
|
d8172154c3
|
Output images now get geometry specs to indicate what kind of file to write.
|
2019-08-07 23:23:07 +02:00 |
|
David Given
|
76e22995b7
|
Fix memory corruption issue when replacing sectors.
|
2019-06-27 22:10:35 +02:00 |
|
David Given
|
b158692a3a
|
Radically simplify RawRecord and Sector. It all works, and the results are
better, but I've disabled a bunch of decoders for now.
|
2019-04-18 21:47:34 +02:00 |
|
David Given
|
6384b92bed
|
Stop using inline constructor initialiser list things for tuples, as
it's a recent feature and old compilers don't support them.
|
2019-02-15 13:44:44 +01:00 |
|
David Given
|
9b610a9527
|
Factor Sector out into its own header. Sketch out Geometry.
|
2018-12-29 01:59:09 +01:00 |
|
David Given
|
490e649942
|
Added the SectorSet class for holding collections of Sector objects --- much
easier to deal with than ad-hoc maps.
|
2018-12-28 00:43:47 +01:00 |
|