Commit történet

Szerző SHA1 Üzenet Dátum
  kevinkofler c0635ede86 Fix extra newline incorrectly added each time a file is saved. 17 éve
  kevinkofler 927d8c8118 Fix moving files across file systems after compilation not working. 18 éve
  kevinkofler 61f8e487a8 Implement ttpack compression. 18 éve
  kevinkofler f81c07e71b Convert settings.data_var and settings.pack_name from/to calculator charset. 18 éve
  kevinkofler 4963fc462b Finish implementing compileFile. 18 éve
  kevinkofler 0e50e3c77a All source files now have their LineStartList. 18 éve
  kevinkofler d495161439 Implement source file splitting and debugging #line directives (code not used yet, will be used for temp files during compilation). 18 éve
  kevinkofler e42dddb74b Fix tpr.h and preferences.h not to rely on any other header having been included first (use forward declaration where possible, include the header otherwise). 18 éve
  kevinkofler 52056e26d3 Better error message for non-existing files ("not found" instead of the vague "is not a regular file"). 18 éve
  kevinkofler da09872b22 Update/add copyright notices. 18 éve
  joeyadams 964eb33c00 Added and implemented function newSettings so that when you create a new project, the project options for the previous project won't linger. 18 éve
  kevinkofler c200d88691 Stop abusing Kate's document/view interface and create one document/view pair for each file. 18 éve
  joeyadams cd9d7d988a Worked on the syntax highlighting preferences to XML function by creating a few functions that will be used later on for adding lists as well as hardcoding the symbol table within the SynToXML function. 18 éve
  kevinkofler 846ba33e9a Bring getPathType back (without the redundant fopen check) and error on attempts to open/add folders or special files. 18 éve
  kevinkofler fcf8a0f15a Remove redundant file existence checks (move file reading code up where needed) and delete unneeded getPathType function. 18 éve
  joeyadams 795cf45502 Added 'Add Files...' support. 18 éve
  kevinkofler c24e685163 Add missing MLink reloc type (was already in tprbuilder 1.0.15, Joey ported an old version). 18 éve
  kevinkofler 6e17dfa7df New function copyFile. Use it in fileSave_saveAs to copy binary files. 18 éve
  kevinkofler bb55ae670f Use correct default formats (RT_AMS for relocs, RT_DIRECT for ROM_CALLs) instead of RT_NONE. 18 éve
  joeyadams 59fad2c1c2 Cleaned up the reloc type mess. Now there's RT_NONE, RT_DIRECT, and RT_AMS, along with their corresponding handlers in parse_file and save_tpr. 18 éve
  joeyadams b0a41f43f4 Broke up extractFileTreeInfo by creating a separate routine that lists all the file paths in every category of the project. The routine is extractAllFileNames. 18 éve
  joeyadams f4e87a5b10 Fixed issues with absolute paths and relative paths: made it so in the TPR, relative paths are used only if the file is within the project directory. 18 éve
  joeyadams 56cf975fca Save As now supports creating new directories when you save again. 18 éve
  joeyadams 248e61ad26 Added Save As support. However, it still needs to make new files when you do save as. 18 éve
  joeyadams a8394de8d2 Added fileSave_loadList and wrote code into MainForm::fileSave . 18 éve
  kevinkofler 9dbd3a4611 Add support for "Open File=" (sadly, this uses an absolute path so it will only work for KTIGCC-created projects). 18 éve
  kevinkofler 7d06d8d0f8 Set proper default options. Fix handling of line number (count starts at 0 because read_line immediately increments it, consistently return l, not 1). 18 éve
  kevinkofler 36530f7da4 Remove unused settings. Move prj_name to the top level. Add constructor for the settings and libopts. 18 éve
  kevinkofler a2d7c06b47 Display error messages if something goes wrong during TPR loading. 18 éve
  kevinkofler 79af88063d Check if Quill and A68k are available when loading a project needing them. 18 éve