From a8fc4564778e4c92618d3c20087961b80b344097 Mon Sep 17 00:00:00 2001 From: "Frederik \"Freso\" S. Olesen" Date: Tue, 26 Aug 2014 16:41:18 +0200 Subject: [PATCH 1/2] Ignore temp. files generated by e.g. VIM. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 035a7bb1..0b2bd207 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,10 @@ *.sql *.sqlite +# Temporary files # +##################3 +*~ + # OS generated files # ###################### .DS_Store From a27b9432e179c3b3b9ae4d782e49cc4ed679a735 Mon Sep 17 00:00:00 2001 From: "Frederik \"Freso\" S. Olesen" Date: Tue, 26 Aug 2014 17:04:29 +0200 Subject: [PATCH 2/2] Fix mix of space vs. tab indentation. Most of the codebase seems to be using space indentation, so normalising towards that. --- .gitattributes | 10 +- docs/LOOT Readme.html | 4 +- docs/licenses/GNU GPL v2 (libgit2).txt | 22 +- src/backend/generators.h | 4 +- src/backend/helpers.cpp | 80 ++-- src/backend/helpers.h | 2 +- src/backend/metadata.cpp | 38 +- src/installer.nsi | 568 ++++++++++++------------- 8 files changed, 364 insertions(+), 364 deletions(-) diff --git a/.gitattributes b/.gitattributes index 412eeda7..0b6acf18 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,13 +10,13 @@ *.dbproj merge=union # Standard to msysgit -*.doc diff=astextplain -*.DOC diff=astextplain +*.doc diff=astextplain +*.DOC diff=astextplain *.docx diff=astextplain *.DOCX diff=astextplain *.dot diff=astextplain *.DOT diff=astextplain *.pdf diff=astextplain -*.PDF diff=astextplain -*.rtf diff=astextplain -*.RTF diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain diff --git a/docs/LOOT Readme.html b/docs/LOOT Readme.html index 6d6d54b2..483406c0 100644 --- a/docs/LOOT Readme.html +++ b/docs/LOOT Readme.html @@ -459,7 +459,7 @@ A copy of the license is included in the file named "GNU FDL v1.3.txt".Added: Command line parameter for selecting the game LOOT should run for.
  • Added: Finnish translation.
  • Removed: Support for Windows XP. -
  • Removed: Support for loading BOSS masterlists using the API. This was a leftover from when LOOT was BOSSv3 and backwards compatibility was an issue. +
  • Removed: Support for loading BOSS masterlists using the API. This was a leftover from when LOOT was BOSSv3 and backwards compatibility was an issue.
  • Removed: The ability to open reports in an external browser. This was necessitated by the changes to report generation.
  • Removed: The MSVC 2013 redistributable requirement.
  • Removed: The "None Specified" language option is no longer available: English is the new default. @@ -486,7 +486,7 @@ A copy of the license is included in the file named "GNU FDL v1.3.txt".0.5.0 - 31 March 2014
      -
    • Initial release. +
    • Initial release.