David Given
|
b9a53e0d1c
|
First draft of the visualiser.
|
2019-08-27 01:07:57 +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
|
5366a5c9be
|
Attempt to improve compatibility with old compilers.
|
2019-02-15 11:14:17 +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 |
|