Conversation
- Enable ANSI virtual terminal on Windows for proper color support - Replace UTF-8 symbols (✓, ✗, •, ═, →) with ASCII equivalents (=>, X, >, =, ->) - Add batch progress indicators for folder processing - Show [N/M] progress counter and per-file status - Update help text to clarify auto-fix behavior - Improve error handling in batch mode (continue on file errors) Drag-and-drop folders now work seamlessly with colored output on Windows.
- Rebuild .fantome/.zip archives with fixed WAD files - Create .fixed.fantome output with all non-WAD files preserved - Add 'Press any key to continue' prompt before exit (except JSON mode) - Track fixed WAD paths and replace them in the archive - Preserve original compression methods and file permissions Fantome files are now properly modified with fix timestamp updated.
- Add filter_bin_fixes() to exclude WAD-level operations from BIN pipeline - Prevents 'Fix rule not found' errors for bnk_remover, anm_remover, dds_to_tex - WAD-level fixes: bnk_remover, anm_remover, dds_to_tex (file operations) - BIN-level fixes: all others (property tree modifications) Fixes error spam when processing files with all fixes enabled.
- Normal mode: clean output (INFO only), no debug spam - Verbose mode (-v verbose): show DEBUG logs with timestamps - Trace mode (-v trace): show TRACE logs for deep debugging - Quiet mode (-v quiet): errors only Changes: - Remove timestamps in normal mode for cleaner output - Demote chatty logs to DEBUG level (hash loading, file processing steps) - Only show important INFO logs: 'Saved: <file>' messages - Update help text to clarify verbosity levels Before: 50+ lines of debug spam After: ~10 lines of clean, colored output
- Update README with new features and CLI flags - Add check mode, animation remover, shader fallback, entry validation - Update test count to 84 passing tests - Improve feature list with Windows CMD optimization and batch processing - Update CLI reference with all new flags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.