34 Commits
Author SHA1 Message Date
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
Oliver Hamlet a77a0634bb Fixed docs styling in Firefox.
Since it doesn't support the Shadow DOM, the /deep/ CSS selector was
confusing it.

Also, I found that Firefox will only load fonts from a relative
(file://) URL if it's a subdirectory, so it won't load the bundled
Roboto font. It doesn't make sense to move the docs or the font files
though, so I guess Firefox users will just have to put up with Arial.
2015-01-02 20:53:53 +00:00
Oliver Hamlet fbdd9354f2 Updated copyright dates for the new year. 2015-01-01 22:51:03 +00:00
Oliver Hamlet e4edddc576 Updated metadata syntax doc feature support table. 2014-12-30 20:42:36 +00:00
Oliver Hamlet dc85cef83e Docs styling update.
Use Roboto font, colours from LOOT's colour scheme. The docs no longer
depend on Polymer files, and if the font files are missing, the styling
degrades gracefully.
2014-12-30 14:06:32 +00:00
Oliver Hamlet cdc6882ed0 Docs content updates.
Bringing text and images up to date.
2014-12-30 13:23:05 +00:00
Oliver Hamlet 568b6b2dcc Minor markup changes to syntax doc.
<pre><code> seems to be the standard way to do code blocks, and I
removed some dead CSS and formatted the rest to be easier to read.
2014-11-11 23:21:01 +00:00
Oliver Hamlet f70acae890 Updated metadata syntax doc.
To reflect new support for merge keys and message string substitution.
2014-11-01 15:49:24 +00:00