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
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