Commit History

Author SHA1 Message Date
  kevinkofler fbbf279021 Don't patch on-computer file size when --outputbin-main-only is given either. 17 years ago
  kevinkofler b9b35b344c Don't patch on-computer file size when --outputbin is given. 17 years ago
  kevinkofler a6aed16d3e Complete pucrunch support: fix sizes and checksum, actually call the compression function. 17 years ago
  kevinkofler 924f2418ab Change pucrunch interface to take an EXP_FILE * so the checksum is computed. 17 years ago
  kevinkofler 11cdc34926 Remove excess blank lines. 17 years ago
  kevinkofler 73467f8bb0 Remove unused memStart and useless verbose output for it. 17 years ago
  kevinkofler 472dfe06c3 Use Error and Warning instead of fprintf(stderr for error reporting. 17 years ago
  kevinkofler 7be4369e5a Use (void) instead of () for 'InitValueLen' and 'InitRleLen' functions without parameters. 17 years ago
  kevinkofler 36049c7b96 Remove unused endAddr. 17 years ago
  kevinkofler 1e6861b581 Remove unused parameters and unused variable 'memEnd'. 17 years ago
  kevinkofler f853602c2a Fix non-ASCII character in verbose output. 17 years ago
  kevinkofler d784180a11 Change remaining printf calls to fprintf(VERBOSE_OUT,...). 17 years ago
  kevinkofler 185574c2c0 Remove type, FIXF_MACHMASK, FIXF_WRAP. 17 years ago
  kevinkofler 16226d5adc Direct F_VERBOSE and F_STATS output to VERBOSE_OUT instead of stderr, default VERBOSE_OUT to stdout. 17 years ago
  kevinkofler 62403466a5 Create pucrunch.h. Remove argument parsing and file input handling from pucrunch.c, take flags, input buffer and output FILE * instead. 17 years ago
  kevinkofler cf42086999 Fix accidentally-introduced mixed declarations and code. 17 years ago
  kevinkofler 6691cd48dc Remove F_NORLE (-fnorle), F_NOOPT (-n), -r, -m, -e, -p, F_AUTO, F_AUTOEX, FIXF_DLZ. 17 years ago
  kevinkofler 3cbbecd739 Remove F_TEXTINPUT and F_TEXTOUTPUT. 17 years ago
  kevinkofler 0862ea735d Remove delta-LZ code (not supported by pstarter, so pointless to support here). 17 years ago
  kevinkofler 6205002793 Import ttpack.c from the TIGCC Tools Suite as export/pucrunch.c. 17 years ago