23 Commits
Author SHA1 Message Date
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
Oliver Hamlet dd78e2c129 Added Danish translation to packaging scripts.
It was missing from the archive script, and partially missing from the
installer (as was German translation uninstallation). Also updated the
metadata syntax doc.
2014-09-22 18:35:41 +01:00
WrinklyNinja 2d3efe66ea Regex matches now get merged into exact matches.
Also updated syntax doc to describe merging. Fixes #276.
2014-09-01 15:22:52 +01:00
WrinklyNinja d9c2e25218 Updated metadata syntax doc for upcoming changes. 2014-08-15 22:05:35 +01:00
lpradel e7723fdf08 Added German language code in Metadata readme. 2014-07-05 17:31:51 +02:00
WrinklyNinja 91d74a203f Various C++11-related changes.
* Switched to standard libraries for regex, unordered_map and
unordered_set.
* Switched to using the C++ syntax for C header includes (eg. `cstdint`
rather than `stdint.h`).
* Replaced IntToString with STL's to_string.
2014-06-21 21:06:28 +01:00
WrinklyNinja 1ae367ac41 Fixed language codes in Metadata Syntax doc. 2014-06-09 11:14:13 +01:00
WrinklyNinja 31922e8ddc Fixed en dash HTML, added more load order info. 2014-03-09 09:09:03 +00:00
WrinklyNinja f35113096f Implemented global priority switch. 2014-03-07 00:05:18 +00:00
WrinklyNinja 0444fca3f8 Fixed copyright date and renamed readmes. 2014-03-06 20:50:55 +00:00