219 Commits
Author SHA1 Message Date
Oliver Hamlet 44a0d8505d Update dependency versions in changelog 2016-05-21 18:12:33 +01:00
Oliver Hamlet 78ea648c70 Set v0.9.0 release date to today 2016-05-21 18:12:32 +01:00
Frederik “Freso” S. Olesen 6306c0592e Add credit for Danish translation. 2016-05-20 21:59:03 +02:00
Oliver Hamlet 154b45cefc Update readme 2016-05-20 17:50:43 +01:00
Oliver Hamlet 6a21c88c03 Replace LOOT wiki links with website links
The wiki will be removed once v0.9.0 is released.
2016-04-12 21:37:00 +01:00
Oliver Hamlet 1031d9720f Update documentation 2016-04-12 21:37:00 +01:00
Oliver Hamlet ee2434c9b7 Fix readme typos 2016-03-28 09:58:49 +01:00
Oliver Hamlet b9bf9f2e86 Use CMake to resolve most dependencies
The CEF dependency is not resolved using CMake because it's only
available behind a CAPTCHA, and the Boost dependency is not resolved
using CMake because it is a relatively large dependency that is better
shared between LOOT and its dependencies that use it, instead of each
having to build a separate copy.

This is slower than the existing Travis script, because all targets in
the dependencies are now built, but it is more portable.
2016-03-22 14:34:48 +00:00
Oliver Hamlet bc8283c63c Updated the readme and its images 2016-03-10 17:49:42 +00:00
Oliver Hamlet 4aa1f18ff7 Removed theming support
It's not currently functional with Polymer 1.2's CSS Custom
Variables semi-polyfill.
2016-03-05 11:49:26 +00: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 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