Skip to content

Commit

Permalink
[WeiDU] Updated to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Argent77 committed Nov 28, 2017
1 parent 518bd4c commit 8dbfc45
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tileconv/WeiDU/a7_tools.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Note: Requires WeiDU v239 or later! *
* *
* Author: Argent77 *
* Version: 1.1 *
* Version: 1.2 *
*******************************************************************************************************/

/*
Expand Down Expand Up @@ -107,6 +107,9 @@
*
*
* Changelog:
* v1.2:
* - Fixed a bug that could fail HANDLE_TILECONV and HANDLE_TILE2EE with large output files.
*
* v1.1:
* - Added support for converting single input file in HANDLE_TILECONV and HANDLE_TILE2EE.
* - Removed action function REMOVE_DIRECTORY. WeiDU's DELETE action offers the same functionality (since v239).
Expand Down Expand Up @@ -388,7 +391,7 @@ BEGIN
END
ACTION_IF (FILE_EXISTS ~%bc_file%~) BEGIN
OUTER_SET num_converted = num_converted + 1
COPY ~%bc_file%~ ~%output_path%~
COPY_LARGE ~%bc_file%~ ~%output_path%~
DELETE + ~%bc_file%~
END
DELETE + ~%bc_folder%~
Expand Down Expand Up @@ -423,7 +426,7 @@ BEGIN
END
ACTION_IF (FILE_EXISTS ~%bc_file%~) BEGIN
OUTER_SET num_converted = num_converted + 1
COPY ~%bc_file%~ ~%output_path%~
COPY_LARGE ~%bc_file%~ ~%output_path%~
DELETE + ~%bc_file%~
END
DELETE + ~%bc_folder%~
Expand Down

0 comments on commit 8dbfc45

Please sign in to comment.