Skip to content

Commit e166b9d

Browse files
authored
VX Ace Translator v2.24.12.12
[Minor] -Significantly improved translator output format, using correct coloring and line overwriting techniques to report detailed info about progress. -Now the compiler will skip files that doesn't have a decompiled source available, rather than crashing.
1 parent b6ac44b commit e166b9d

3 files changed

Lines changed: 107 additions & 41 deletions

File tree

ChangeLog.txt

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
1-
VX Ace Translator v2.22.12.12:-
1+
VX Ace Translator v2.24.12.12:-
22

33
[Minor]
4-
-Added indexless mode for event commands that enables to directly compile them, creating a new set of event commands
5-
rather than patching existing ones, it will be enabled by default.
4+
-Significantly improved translator output format, using correct coloring and line overwriting techniques to
5+
report detailed info about progress.
66

7-
-Now the compiler will remove ex related rvdata2 files by default, as the engine uses them in place of the patched ones.
8-
-Added support for the rest of event commands (505 Unnamed and 205 SetMoveRoute), with infinite depth recursion.
9-
-Added error handlers for event pages/commands with indexes that are outside bounds.
10-
-Added parameter serialization for manual added event commands in indexing mode.
11-
-Added error handlers for wrong indentation in event commands
12-
13-
[Tweaks]
14-
-Now serialized objects in event commands, have an extra space to correctly separate attributes.
15-
-Now event handlers will not stop the compiler from progression.
16-
-Now error messages will output to stderr, gaining the normal red color.
17-
-reduced clutter in compiler/decompiler output.
18-
19-
[Bug Fixes]
20-
-Fixed a critical bug where page number reader in maps could catch wrong lines.
21-
-Fixed a critical bug where page number reader in troops could catch wrong lines.
7+
-Now the compiler will skip files that doesn't have a decompiled source available, rather than crashing.

0 commit comments

Comments
 (0)