20 Commits
Author SHA1 Message Date
Oliver Hamlet 95980860e5 Remove all Git-related functionality
LOOT no longer uses Git to keep its copies of the masterlists up to
date, so this functionality is no longer needed. The removed API items
are:

- UpdateFile()
- GetFileRevision()
- IsLatestFile()
- libgit2_category()
- GitStateError
2022-01-23 20:41:54 +00:00
Oliver Hamlet 5bb20daa82 Rename "LOOT API" to "libloot"
To avoid confusion when talking about the library vs. its API. The GitHub
repository has not yet been renamed, so all references to it are
unchanged.
2018-11-17 18:43:07 +00:00
Oliver Hamlet 5dceba1788 Rename WrinklyNinja to Ortham in GitHub links
Also fix the AppVeyor CI link.
2018-11-07 17:07:55 +00:00
Oliver Hamlet 6e5b17ccf0 Fix outdated third-party license info 2018-11-07 17:05:55 +00:00
Oliver Hamlet cf67649049 Remove all GUI files and references to the GUI
As the NodeJS dependency no longer exists, the archive script has
been replaced with a CPack implementation, and the
set_version_number script turned into a Python script.
2017-02-10 23:11:13 +00:00
Oliver Hamlet a10a078f01 Rewrite the main LOOT readme in reST 2016-09-21 21:24:09 +01:00
Oliver Hamlet c28d771cde Add Jed's license file
Jed switched to the MIT license for v1.1.1.
2016-08-24 07:48:32 +01:00
Oliver Hamlet c978357153 Inline all JavaScript when Vulcanizing.
Removes RequireJS dependency, and means no JS files need to be shipped.
2015-08-27 12:45:44 +01:00
Oliver Hamlet 1a45c948bb Outsource version comparison algorithm.
The version comparison algorithm has been split into its own library,
Pseudosem.
2015-08-24 16:56:04 +01:00
Oliver Hamlet e859c4006f Implement new version comparison algorithm.
This removes the Alphanum dependency too. Closes #469.
2015-07-19 14:09:11 +01:00
Oliver Hamlet a5beda4f7a Added Polymer and Jed Gettext Parser licenses.
Removed entry for Font Awesome from licenses file.
2014-11-11 22:20:59 +00:00
Frederik "Freso" S. Olesen a27b9432e1 Fix mix of space vs. tab indentation.
Most of the codebase seems to be using space indentation, so normalising
towards that.
2014-08-26 17:04:29 +02:00
WrinklyNinja 8f068a85a1 Added Marked JS library for parsing markdown.
Also updated copyright licenses info.
2014-07-16 10:22:01 +01:00
WrinklyNinja fb30752600 Updated license info to account for RequireJS. 2014-05-09 09:27:28 +01:00
WrinklyNinja 78071fd444 BOSS -> LOOT for docs.
Mostly just search/replace, will need to be read over later to make sure
I didn't miss anything.
2014-03-06 19:13:21 +00:00
WrinklyNinja 5778649349 Update Licenses.txt
Removed graphvis and svgweb license info.
2014-01-29 10:44:15 +00:00
WrinklyNinja b86364fe41 Removed Subversion support (issue #63). 2013-09-19 23:44:59 +01:00
WrinklyNinja 8043cbd3a2 Updated docs with svgweb info. 2013-08-13 14:19:36 +01:00
WrinklyNinja e06a8923ab Updated copyrigh info, corrected dates and copy/paste errors. 2013-08-09 22:09:27 +01:00
WrinklyNinja 6e84ffbb88 Software licenses separated and moved to new subdirectory. Also included some licenses that were previously missing. 2013-08-09 20:55:13 +01:00