@@MODULE(head.txt)@@ @@MODULE(content.txt)@@ ******************************************************************************* ******* HISTORY v3.* ******* ******************************************************************************* wit v3.00a r7387 - 2017-08-13 - At the beginning of Wiimms-SZS-Tools I extraced the universal usable source code from Wiimms-ISO-Tools and created an independent C source code library called »dcLib«. I use this dcLib also for some other projects like mkw-ana, Wiimmfi, XDump and some more private projects. Now I inserted the expanded and more functional dcLib back into Wiimms-ISO-Tools and removed old WIT specific functions and members with same name or functionality. The great advantage is the easier management of the shared sources. The adapted code works fine with at least one issue: The error codes (numbers, not names) changed. If you used »wit error« to translate numbers to messages, you'll not have any problems. - New options: --color[=mode], --256-colors, --no-colors: Define the color mode of the tools. If a command is prefixed by 'C-', then --color=ON is used implicitly as default. By default, the color support is only enabled for terminals. However, commands have to be recoded to support colors. - List of commands with color support: - HELP (complete help system) - wit ID6 + ID8 (highlight unusal IDs) - wwt SPACE - Bug fix: When extracting GameCube images, »fst.bin« was 4 times too large. - Some minor fixes. - Windows only: Cygwin update to v2.8.1, 2017-07-03. - Apple Mac is no longer supported because I no longer have access to a Mac. wit v3.01a r7464 - 2017-12-03 - New option: --dsync: The option enables the usage of flag O_DSYNC when opening a partition at a hard drive. With activated flag, writing an image is some percent slower, but the progress counters are exact again. wit v3.02a r7679 - 2018-11-23 - Windows version only: Update to Cygwin 2.11.1. - Options --wiimmfi & --domain: Domain 'sake.gamespy.com' is replaced too, but only if the new domain is not longer than 11 characters. This is a special support for 'Super Smash Bros. Brawl'. - Option --dsync[=MODE] changed: --dsync accepts an optional parameter MODE now. If set, it one of OFF (disable), ON (enable) or AUTO (default). With AUTO, DSYNC is enabled if the progress counters are active. This option has only impact, if compiler and operation system support the flag O_DSYNC. Linux does. - Option --progress (-P) changed: Print progress counter. If --verbose is set at least twice, printing is enabled too. If progress is enabled, the default of --dsync is changed. - Some minor bug fixes. wit v3.03a r8245 - 2020-08-03 - Windows version only: Update to Cygwin DLL 3.0.7 / 2019-04-30. - wit COPY accepts patch options now. - Option --domain=DOMAIN: Bug fixed if DOMAIN contains exactly 16 characters. - Bug fix: Gamecube games are accessible again. - Bug fix for command wit CERT: Correct algorithm to verify signatures of type 'Elliptic Curve'. wit v3.04a r8427 - 2021-04-18 - Windows only: 32 bit and 64 bit versions of Cygwin are supported now. The 64 bit version is recommended. - 32 bit version: Cygwin DLL 3.0.7 / 2019-04-30 - 64 bit version: Cygwin DLL 3.1.7 / 2020-08-22 - wit CERT: Management of certificates improved. - Patching domains: Added special string replacements for different game variants of "Call of Duty" and "Band Hero". - Mac support improved. Universal binaries for x86_64 and arm64. - Patch option --wiimmfi supports the new patches required since March. @@MODULE(last-history.txt)@@ ~ ~Road map (for some point in the future): ~ ~ I have already stopped the development in favor of my SZS tools. But there ~ are some already planned extensions: ~ ~ - GameCube support is still incomplete. ~ - Creation of GameCube disc is not possible. ~ ~ - There are already code fragments implemented to trim discs in three levels: ~ - Move partitions as whole to eliminate disc holes. ~ - Move partition sectors to reduce partition size (alternative for ~ partition scrubbing). Fake signing is necessary. ~ - Move files of partitons to optimize the step above a little. ~ For all trimming levels alignment factors may be set and it should be ~ possible to set special alignments for GameCube sound files. ~ ~ - On the fly patching: Create a new image as combination of 2 or more sources. ~ Therefor trimming (sector or file level) is needed. ~ ******************************************************************************* ******* END ******* *******************************************************************************