File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11TILECONV
22~~~~~~~~
33
4- Version: 0.4
4+ Version: 0.5
55Author: Argent77
66
77This tool allows you to compress or decompress TIS and MOS files provided by
@@ -123,3 +123,8 @@ v0.4 (2014-09-09)
123123 * Added output folder support
124124 * Added option "-T" to treat unrecognized files as headerless TIS
125125 * Added quality levels for encoding process
126+
127+ v0.5 (2014-09-18)
128+ * Added TIZ/MOZ decompression support
129+ * Option -T is recognized by option -I
130+ * Incomplete output files are deleted on error
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020THE SOFTWARE.
2121*/
2222int vers_major = 0 ;
23- int vers_minor = 4 ;
23+ int vers_minor = 5 ;
2424char prog_name[] = " tileconv" ;
2525char author[] = " Argent77" ;
You can’t perform that action at this time.
0 commit comments