File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11TILECONV
22~~~~~~~~
33
4- Version: 0.3
4+ Version: 0.4
55Author: Argent77
66
77This tool allows you to compress or decompress TIS and MOS files provided by
@@ -113,3 +113,9 @@ v0.3 (2014-09-06)
113113 * Better parameter handling
114114 * Added option -I for displaying file stats
115115 * Many fixes and improvements under the hood
116+
117+ v0.4 (2014-09-09)
118+ * Improved visual feedback
119+ * Added output folder support
120+ * Added option "-T" to treat unrecognized files as headerless TIS
121+ * Added quality levels for encoding process
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 = 3 ;
23+ int vers_minor = 4 ;
2424char prog_name[] = " tileconv" ;
2525char author[] = " Argent77" ;
You can’t perform that action at this time.
0 commit comments