Commit Graph

306 Commits

Author SHA1 Message Date
Rob McMullen
6a924a5970 Removed wxpython specific get_file_dialog_wildcard out of atrcopy & added more descriptive class attribute names for segment saver info 2016-04-19 16:01:05 -07:00
Rob McMullen
74bbc5c67f Fixed style mask for user defined bits 2016-04-18 15:44:09 -07:00
Rob McMullen
02ba76f358 Changed to labeled bit mask constants rather than hard-coded bit values
* changed to one user bit mask value rather than separate bits
2016-04-18 11:54:29 -07:00
Rob McMullen
e9640269f9 Added exception when base index out of range in a normal (non-indexed) segment
* matches what happens in indexed segments
2016-04-18 10:34:40 -07:00
Rob McMullen
2edfc1786c Added user style bits 2016-04-15 15:53:54 -07:00
Rob McMullen
7cb1c13703 Added some convenience functions: reverse index mapping, valid index check, and sorted comments list 2016-04-13 16:12:23 -07:00
Rob McMullen
d246b7ca70 fixed bug in get_raw_index that wasn't returning int when there was no base array 2016-04-13 15:46:46 -07:00
Rob McMullen
19b90e9305 set _search_copy in segment so restoring using __setstate__ will have that attribute 2016-04-12 19:57:28 -07:00
Rob McMullen
b3e5005b56 bug fix release 2.6.1 2016-04-12 17:53:49 -07:00
Rob McMullen
15742653aa Fix for reconstruct_raw on old data that doesn't have _order_list 2016-04-12 17:53:12 -07:00
Rob McMullen
97394e0e89 Added some logging, version number to 2.6.0 2016-04-12 17:13:33 -07:00
Rob McMullen
a33e5aa6b2 Added segment parsing of DOS files within ATR images
* removed IndexedByteSegment; moved segment order info into SegmentData and OrderWrapper
2016-04-12 17:04:21 -07:00
Rob McMullen
1ab03e2612 Fixed typo in Atari DOS vtoc parsing 2016-04-12 11:47:27 -07:00
Rob McMullen
ae9a3e7f92 Updated version to 2.5.1 2016-04-11 15:03:05 -07:00
Rob McMullen
76b656ad88 Added get_first_comment convenience method 2016-04-11 14:44:20 -07:00
Rob McMullen
5266c5837d Added clear_comment utility method 2016-04-11 11:36:55 -07:00
Rob McMullen
218cfeafe8 Changed get_comment to return empty string instead of None 2016-04-09 16:34:08 -07:00
Rob McMullen
9835c0521f Added text comments 2016-04-05 22:55:08 -07:00
Rob McMullen
d8236e4edd Added pseudo-serialization for segments, and unit test 2016-04-05 15:48:24 -07:00
Rob McMullen
5465edcfdf Added error checking for valid VTOC 2016-03-28 15:48:46 -07:00
Rob McMullen
66e7c14ddb Changed permissions to 644 2016-03-25 16:09:29 -07:00
Rob McMullen
c8ccd73779 Added SegmentData class and updated to version 2.5.0 in preparation for adding comments 2016-03-25 16:08:50 -07:00
Rob McMullen
3c2f6df828 Added clear_style_ranges 2016-03-10 10:34:12 -08:00
Rob McMullen
31085bd83e Update version to 2.4.0 2016-03-06 22:27:05 -08:00
Rob McMullen
44341691f0 Added bool_to_ranges to convert numpy boolean result to list of ranges 2016-03-06 21:38:59 -08:00
Rob McMullen
7549140abe Added a 'data' style that acts as a flag to the disassmebler to not disassemble this region 2016-03-05 20:58:30 -08:00
Rob McMullen
06aa3bfa9b Added verbose info for segments using dirents 2016-03-05 20:53:08 -08:00
Rob McMullen
d6fec961b8 Added verbose_info property for segments allowing more descriptive text 2016-03-04 23:52:05 -08:00
Rob McMullen
f2f36f11c5 Fixed mistake in EmptySegment constructor 2016-03-04 13:02:59 -08:00
Rob McMullen
18b53b8fcb Updated version number to 2.3.3 2016-03-02 14:30:29 -08:00
Rob McMullen
8918ebf3c6 Added boot segment parsing for raw boot disks (no assumptions about valid DOS flags in the boot sector) 2016-03-02 14:25:12 -08:00
Rob McMullen
320c5af153 Fixed check for boot disk image: doesn't work to assume initialization address at 4-5 is valid or JMP address at 6-8 are valid 2016-03-02 14:05:32 -08:00
Rob McMullen
fdfb1b85c5 Updated to 2.3.2 to publish fix for IndexByteSegment 2016-02-18 11:47:28 -08:00
Rob McMullen
18a12c0225 Changed IndexedByteSegment to use numpy array as order so fancy indexing works in __getitem__ 2016-02-18 10:17:21 -08:00
Rob McMullen
cfaca75052 Include scripts in MANIFEST.in; new version 2.3.1 2016-02-15 22:00:55 -08:00
Rob McMullen
671b55b981 Fixed style operations on IndexedByteSegment 2016-02-13 11:34:45 -08:00
Rob McMullen
2846da9334 Fixed bitmap sector size 2016-02-13 11:34:23 -08:00
Rob McMullen
42d2a977cc Added function to return ranges of selected styles 2016-02-12 22:53:58 -08:00
Rob McMullen
c30aaa451a Fixed single density boot sector indexing for double density disks 2016-02-12 22:01:39 -08:00
Rob McMullen
9f88cd22d2 Fixed some imports 2016-02-12 21:36:08 -08:00
Rob McMullen
3f40a914ea Split monolithic atrcopy.py into multiple files in the atrcopy package
* fixed setup.py to work with package format
2016-02-12 20:36:33 -08:00
Rob McMullen
47c45d9032 Added windows batch script 2016-02-11 23:40:38 -08:00
Rob McMullen
61a855a062 Added SpartaDOS file support
* added timestamp printing
* added -d debug option
2016-02-11 23:23:31 -08:00
Rob McMullen
690cc0aaca Changed binary test data so the file contents repeat on 8 character boundaries making differences easier to spot in Omnivore's char view
* added ranges for file specification
2016-02-11 22:29:51 -08:00
Rob McMullen
c36aebd593 Added SpartaDOS sector map parsing and initial directory support 2016-02-11 19:18:09 -08:00
Rob McMullen
ce36ea9ee6 Initial SpartaDOS support
* updated version number to 2.2.0 impending release of SpartaDOS format
2016-02-11 18:56:26 -08:00
Rob McMullen
7110a056b6 Added error checking for empty files and files with bad sector maps
* added new class of exceptions: InvalidFile
2016-02-11 14:33:47 -08:00
Rob McMullen
c02b983d06 Added conversion from rectangles to ranges 2016-02-11 13:27:52 -08:00
Rob McMullen
20c5b35d9c Added rectangular selection calculations 2016-02-10 13:58:47 -08:00
Rob McMullen
b033afc31c Updated version to 2.1.1 2016-02-10 11:30:39 -08:00