41 Commits
Author SHA1 Message Date
Frederik “Freso” S. Olesen c2f2d4af28 Update links to gnu.org (ie., licenses) to HTTPS. 2016-07-27 11:25:04 +02:00
Oliver Hamlet ab5bdd26f9 Source Bash Tag autocomplete suggestions from masterlist 2016-07-13 07:23:33 +01:00
Oliver Hamlet e36113c555 Clarify behaviour of version condition function
When a plugin has no version, it's treated as if it has a version of
zero.
2016-07-12 17:53:16 +01:00
Frederik “Freso” S. Olesen 07c6485b85 Clarify that LOOT is using CRC-32.
There are a bunch of different CRC standards/variations out there[1], so
this is intended to clarify in our documentation which one LOOT is
actually employing.

[1] https://en.wikipedia.org/wiki/Cyclic_redundancy_check#Standards_and_common_use
2016-02-26 15:40:25 +01:00
Oliver Hamlet 10936ca351 Updated copyright year 2016-01-29 18:53:04 +00:00
Oliver Hamlet 935398041d Update docs for UI resources path change
The "report" folder got renamed to "ui" a while ago.
2016-01-16 15:16:51 +00:00
Oliver Hamlet 6fa7f4c66e Update docs for Fallout 4 support 2015-11-26 20:40:17 +00:00
Oliver Hamlet a08e26ac8f Documentation updates.
Set v0.8.0 release date to the 22nd.
2015-07-19 17:58:13 +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 45f7dc260f Updated metadata syntax doc.
Some minor layout changes, defined data structure equality criteria, and
updated plugin data structure definition to reflect that after, req,
inc, tag, url and dirty keys have values that are sets, not lists.
2015-07-16 15:39:02 +01:00
Oliver Hamlet 474558d1f4 Throw on non-unique exact plugin metadata.
Also fix some outdated information in the metadata syntax doc relating
to how metadata is merged.
2015-07-16 12:37:11 +01:00
Oliver Hamlet 4f72b58631 Compare message English strings.
As the first strings in the vectors may not be for the same language.
2015-07-16 12:20:49 +01:00
Oliver Hamlet d7693ebfd3 Replaced the metadata syntax feature support table.
With an easier-to-read version history list.
2015-07-15 18:12:14 +01:00
Oliver Hamlet f03e96688e Merge branch 'relaxed-regex-plugins' into dev
Conflicts:
	docs/LOOT Metadata Syntax.html
2015-07-15 17:39:23 +01:00
Oliver Hamlet a5f23c27b9 Merge branch 'many-condition-function' into dev
Conflicts:
	docs/LOOT Metadata Syntax.html
2015-07-15 17:38:50 +01:00
Oliver Hamlet f4c988697c Relax regex plugin detection.
This allows for regexes that match both .esp and .esm files, ie.
`\.es(p|m)`.
2015-07-14 20:23:48 +01:00
Oliver Hamlet b27d43b939 Add support for many() metadata condition function.
Closes #456.
2015-07-14 20:09:34 +01:00
Oliver Hamlet 0dcf2e99fd Removed location ver key, added name key.
Closes #457.
2015-07-14 19:28:09 +01:00
Oliver Hamlet 5a8c8a10cd Updated syntax feature support table. 2015-06-19 13:24:27 +01:00
Oliver Hamlet 6ac0704c08 Mark location ver keys as deprecated.
As discussed in loot/loot.github.io#38.
2015-06-19 13:23:42 +01:00
Oliver Hamlet 6f661ce05e Updated Marked library version referenced in docs.
Don't specify the patch version, as the Bower config allows that to
vary.
2015-02-01 00:37:25 +00:00
Oliver Hamlet b54ce02196 Fixed docs' table widths. 2015-02-01 00:36:22 +00:00
SteamB23 9cd9f3f226 Language Codes Correction 2015-01-08 11:10:10 +09:00
Oliver Hamlet 87b46adb5d Finished implementing Korean support. 2015-01-06 19:50:01 +00:00
Oliver Hamlet b466c712d9 Change syntax requirements for regex plugins.
Make it so that their entries can't contain dirty metadata, as it's not
clear (to a reader) to which plugin the metadata applies. Also minor
typo fix.
2015-01-04 17:09:10 +00:00