Commit History

Author SHA1 Message Date
  kevinkofler e670151683 Start implementing ExportPackedTIOSFile. 17 years ago
  kevinkofler 27e38bfa90 When --pack is given, make main file a ppg file and rename data variable (if it exists) to *-data.??y. 17 years ago
  kevinkofler 740805f51f Error out on an attempt to enable pucrunch for TARGET_EMBEDDED. 17 years ago
  kevinkofler 626c2ebb9a Remove excess blank lines. 17 years ago
  kevinkofler 831553d2ce Add --pack switch (currently does nothing). 17 years ago
  kevinkofler 6ed968fee7 Remove unused memStart and useless verbose output for it. 17 years ago
  kevinkofler 7392ee71dd Use Error and Warning instead of fprintf(stderr for error reporting. 17 years ago
  kevinkofler df39dc06e2 Use (void) instead of () for 'InitValueLen' and 'InitRleLen' functions without parameters. 17 years ago
  kevinkofler a9a50454fd Remove unused endAddr. 17 years ago
  kevinkofler bc1a9a7188 Remove unused parameters and unused variable 'memEnd'. 17 years ago
  kevinkofler c9e1e6bcd4 Fix non-ASCII character in verbose output. 17 years ago
  kevinkofler 60c1a0b7b1 Change remaining printf calls to fprintf(VERBOSE_OUT,...). 17 years ago
  kevinkofler bc972f08b1 Remove type, FIXF_MACHMASK, FIXF_WRAP. 17 years ago
  kevinkofler 4033af1f15 Direct F_VERBOSE and F_STATS output to VERBOSE_OUT instead of stderr, default VERBOSE_OUT to stdout. 17 years ago
  kevinkofler ee52b1a9b4 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 d4d047bd6d Fix accidentally-introduced mixed declarations and code. 17 years ago
  kevinkofler 68033a91cb Remove F_NORLE (-fnorle), F_NOOPT (-n), -r, -m, -e, -p, F_AUTO, F_AUTOEX, FIXF_DLZ. 17 years ago
  kevinkofler 7ac0a7125c Remove F_TEXTINPUT and F_TEXTOUTPUT. 17 years ago
  kevinkofler 317a0c0166 Remove delta-LZ code (not supported by pstarter, so pointless to support here). 17 years ago
  kevinkofler 0680cba65f Import ttpack.c from the TIGCC Tools Suite as export/pucrunch.c. 17 years ago
  kevinkofler 5a32a52e6a Import packhead.h from the TIGCC Tools Suite. 17 years ago
  kevinkofler 81c7abe20c Fix pointer sign warnings. 17 years ago
  kevinkofler c33a98b079 Delete pointless boilerplate comments from uic3. 17 years ago
  kevinkofler f57420f854 Call setGuiItem with a KStandardGuiItem in the code for the KPushButtons which used to have stdItem set. 17 years ago
  kevinkofler fe8d84adc1 Get rid of remaining init() and destroy() slots/methods, use constructors and destructors directly throughout. 17 years ago
  kevinkofler 0da2361535 Revert change of selectionMode from NoSelection to Q3ListBox::Single (set to Q3ListBox::NoSelection) in newsdlg.ui. 17 years ago
  kevinkofler d69585e5b0 Remove no longer supported stdItem properties from .ui files, this has to be set in the code now. 17 years ago
  kevinkofler 6e3cd0e65d Add missing default case. 17 years ago
  kevinkofler e8a4e6a8f4 Change list of completion entries from a QLinkedList to a QList. 17 years ago
  kevinkofler 586cdfb6bf Revert __get_HS_pushEmptyFIFONode poisoning (completely breaks UNOFFICIAL_OS_SUPPORT because poisoning is checked before, not after macro expansion). 17 years ago