Commit Graph

14 Commits

Author SHA1 Message Date
Eugene Sandulenko d60e665c5b Plug in new SCI compression tool and add progress indicator
svn-id: r48884
2010-05-01 19:56:11 +00:00
Jordi Vilalta Prat eae07f9e8a TOOLS: Whitespace cleanup
svn-id: r46751
2009-12-30 15:34:00 +00:00
Eugene Sandulenko f214ffafc9 Plug in extract_cruise_pc
svn-id: r46683
2009-12-28 20:14:07 +00:00
Eugene Sandulenko d591db1720 Skip encode_dxa when libpng is not present
svn-id: r46682
2009-12-28 20:11:15 +00:00
Max Horn 10cd53d45b Restructured tools file hierarchy
svn-id: r46582
2009-12-26 13:37:48 +00:00
Max Horn a003aa6309 TOOLS: Move class File into namespace Common
svn-id: r46452
2009-12-20 23:02:50 +00:00
Eugene Sandulenko 6a74e8a5a8 Fix svn keywords
svn-id: r46433
2009-12-20 14:52:29 +00:00
Max Horn 695c756f7b cleanup
svn-id: r46203
2009-11-29 21:22:25 +00:00
Hampus Nilsson e43ee787d8 *Improved input recognition with information from the mailing list.
*A tool can now either match input perfectly, possibly or awful. So less options are displayed to the user (meaning the ChooseTool page can now be skipped most of the time).
*Improved layout.
*The Line Label at the bottom now show the name of the tool that's 'running'.

svn-id: r43031
2009-08-03 19:14:30 +00:00
Hampus Nilsson 54b0eb4073 *Converted extract_cine, extract_t7g_mac, which were previously forgotten.
*Fixes to many tools having to do with confusion between read/readN.
*Some other small fixes...

svn-id: r43015
2009-08-02 22:48:06 +00:00
Hampus Nilsson 510596e102 *Compiling fix.
svn-id: r42872
2009-07-29 00:12:32 +00:00
Hampus Nilsson 47b1147a93 *You can now use --help compress_agos instead of --tool compress_agos --help to get help about a specific tool.
*Avoided some nasty use of char ** by converting old parse functions to accept std::vector<std::string> instead. Avoided crash from ugly typecasts as well.

svn-id: r42853
2009-07-27 23:28:06 +00:00
Hampus Nilsson 727d1aa533 *Moved more functionality from ToolGUI to Tool
*ToolsGUI now inherits Tools, so you only need to list all supported tools in one place.

svn-id: r42687
2009-07-24 07:53:05 +00:00
Hampus Nilsson 168e91e076 *Started on CLI interface, already works but there are many edges to sort out.
*Added a common 'Tools' class to be used by both the CLI and the GUI, right now it's NOT in use by the GUI, so there is some code clutter.
*Rename gui/tools.h to gui/tools.cpp
*Tools now know their own type.
*Some other small changes.

svn-id: r42670
2009-07-23 01:41:14 +00:00