Historique des commits

Auteur SHA1 Message Date
  kevinkofler 5181b0125e Don't patch on-computer file size when --outputbin is given. il y a 17 ans
  kevinkofler e63354fa0b Regenerate .cdtproject with the latest Eclipse. il y a 17 ans
  kevinkofler 10410dc6d3 Fix emission of calculator builtins when using pucrunch compression. il y a 17 ans
  kevinkofler a091273289 Complete pucrunch support: fix sizes and checksum, actually call the compression function. il y a 17 ans
  kevinkofler a7870c9b19 Change pucrunch interface to take an EXP_FILE * so the checksum is computed. il y a 17 ans
  kevinkofler e670151683 Start implementing ExportPackedTIOSFile. il y a 17 ans
  kevinkofler 27e38bfa90 When --pack is given, make main file a ppg file and rename data variable (if it exists) to *-data.??y. il y a 17 ans
  kevinkofler 740805f51f Error out on an attempt to enable pucrunch for TARGET_EMBEDDED. il y a 17 ans
  kevinkofler 626c2ebb9a Remove excess blank lines. il y a 17 ans
  kevinkofler 831553d2ce Add --pack switch (currently does nothing). il y a 17 ans
  kevinkofler 6ed968fee7 Remove unused memStart and useless verbose output for it. il y a 17 ans
  kevinkofler 7392ee71dd Use Error and Warning instead of fprintf(stderr for error reporting. il y a 17 ans
  kevinkofler df39dc06e2 Use (void) instead of () for 'InitValueLen' and 'InitRleLen' functions without parameters. il y a 17 ans
  kevinkofler a9a50454fd Remove unused endAddr. il y a 17 ans
  kevinkofler bc1a9a7188 Remove unused parameters and unused variable 'memEnd'. il y a 17 ans
  kevinkofler c9e1e6bcd4 Fix non-ASCII character in verbose output. il y a 17 ans
  kevinkofler 60c1a0b7b1 Change remaining printf calls to fprintf(VERBOSE_OUT,...). il y a 17 ans
  kevinkofler bc972f08b1 Remove type, FIXF_MACHMASK, FIXF_WRAP. il y a 17 ans
  kevinkofler 4033af1f15 Direct F_VERBOSE and F_STATS output to VERBOSE_OUT instead of stderr, default VERBOSE_OUT to stdout. il y a 17 ans
  kevinkofler ee52b1a9b4 Create pucrunch.h. Remove argument parsing and file input handling from pucrunch.c, take flags, input buffer and output FILE * instead. il y a 17 ans
  kevinkofler d4d047bd6d Fix accidentally-introduced mixed declarations and code. il y a 17 ans
  kevinkofler 68033a91cb Remove F_NORLE (-fnorle), F_NOOPT (-n), -r, -m, -e, -p, F_AUTO, F_AUTOEX, FIXF_DLZ. il y a 17 ans
  kevinkofler 7ac0a7125c Remove F_TEXTINPUT and F_TEXTOUTPUT. il y a 17 ans
  kevinkofler 317a0c0166 Remove delta-LZ code (not supported by pstarter, so pointless to support here). il y a 17 ans
  kevinkofler 0680cba65f Import ttpack.c from the TIGCC Tools Suite as export/pucrunch.c. il y a 17 ans
  kevinkofler 5a32a52e6a Import packhead.h from the TIGCC Tools Suite. il y a 17 ans
  kevinkofler 81c7abe20c Fix pointer sign warnings. il y a 17 ans
  kevinkofler c33a98b079 Delete pointless boilerplate comments from uic3. il y a 17 ans
  kevinkofler f57420f854 Call setGuiItem with a KStandardGuiItem in the code for the KPushButtons which used to have stdItem set. il y a 17 ans
  kevinkofler fe8d84adc1 Get rid of remaining init() and destroy() slots/methods, use constructors and destructors directly throughout. il y a 17 ans