Commit Graph
482 Commits
Author SHA1 Message Date
Oliver Hamlet 672e10f01c Updated changelogs
They are now up-to-date for b1999822b1.
2016-01-29 18:48:37 +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 68f01ae349 BSA -> Archive
Replace BSA with Archive everywhere apart from where BSAs are used to
refer to a specific game that uses actual BSAs for its archives.
2015-12-11 17:27:30 +00:00
Oliver Hamlet c48dc7c1da Reimplement CMake Git revision extraction
The third-party module solution used didn't require Git to be installed,
but it was broken when the repository layout changed. Since Git is very
likely to be installed, just use CMake's built-in FindGit module and
call Git to extract the HEAD short revision ID.
2015-11-28 13:05:08 +00:00
Oliver Hamlet e5162c32d7 Reword "Loads BSA" -> "Loads Archive"
As Fallout 4 uses archive files with a `.ba2` extension instead of
`.bsa`.
2015-11-28 12:35:20 +00:00
Oliver Hamlet 6fa7f4c66e Update docs for Fallout 4 support 2015-11-26 20:40:17 +00:00
Oliver Hamlet d874fbb52c Fix building LOOT as a native Linux application.
Not all Windows-specific code has equivalent Linux code, file path to
URL conversion is hacky, and only that LOOT launches correctly with no
game detected has been tested.
2015-10-29 18:20:14 +00:00
Oliver Hamlet bee7e788a2 Move API header into include directory.
It's a more standard location. Also add a note in the API docs about
masterlist versioning.
2015-10-26 07:50:34 +00:00
Oliver Hamlet b97f784952 Bumped version to v0.8.1. 2015-09-27 13:12:29 +01:00
Oliver Hamlet 3dfac89ef2 Update CEF, libgit2, improve build docs.
CEF is now 3.2454.1320.g807de3c, libgit2 is now 0.23.2.
2015-09-06 12:08:03 +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 7b4e91d3b3 Final changelog update before release. 2015-07-22 12:22:13 +01: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 a85b131f7b Added changelog for v0.8.0. 2015-07-15 18:45:13 +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