Commit Graph
482 Commits
Author SHA1 Message Date
Frederik “Freso” S. Olesen d061755e21 Remove references to LOOT's wiki.
We merged the LOOT wiki into the LOOT web site some time ago. We still
have a few references to the wiki lying around though. This is an effort
to get rid of those.

See also https://github.com/loot/loot.github.io/commit/d75378e4d941d9f766ecceaaad6acd2c1a4b3c59
2016-07-27 10:54:10 +02:00
Oliver Hamlet cbe2c6fbd3 Update GCC build instructions 2016-07-26 07:38:21 +01:00
Oliver Hamlet 863939c2c5 Updates for LOOT's Travis CI integration
* Build and use Boost 1.61.0
* Cache Node, Bower and Boost dependencies
* Always link to static Boost libraries
* Remove Travis's Boost ABI incompatibility hack
2016-07-22 19:39:12 +01:00
Oliver Hamlet c79a070dee Remove generation of PDF API documentation
The gain going from a single header file to a single PDF isn't worth the
complexity of the system required to make that conversion, especially
when it comes to CI systems.
2016-07-21 19:50:11 +01:00
Oliver Hamlet ab5bdd26f9 Source Bash Tag autocomplete suggestions from masterlist 2016-07-13 07:23:33 +01:00
Oliver Hamlet c293e83f19 Update dark theme implementation
To use CSS custom variables.
2016-07-12 21:52:19 +01:00
Oliver Hamlet ac642390a0 Revert "Removed theming support"
This reverts commit 4aa1f18ff7.
2016-07-12 21:52:17 +01:00
Oliver Hamlet e36113c555 Clarify behaviour of version condition function
When a plugin has no version, it's treated as if it has a version of
zero.
2016-07-12 17:53:16 +01:00
Oliver Hamlet dc24e10a47 Update 0.9.1 release date 2016-06-23 07:40:03 +01:00
Oliver Hamlet 5fff69504b Update 0.9.1 changelog 2016-06-22 05:43:13 +01:00
Oliver Hamlet 9fec349925 Add changelogs for 0.9.1 2016-06-21 18:54:57 +01:00
Oliver Hamlet 549020e54c Update to CEF 3.2704.1427.g95055fe
This CEF is based on Chromium 51, which drops support for Windows
Vista.

CEF now has builds hosted by Spotify that can be downloaded
automatically, so the build process has been updated to automate
downloading and building the CEF dependency. The version of CMake
in Ubuntu 12.04 doesn't support the URL_HASH parameter, so use a
more recent version from a PPA.

Unfortunately the minimal build's CMake config is broken
(https://bitbucket.org/chromiumembedded/cef/issues/1921) so for now
LOOT downloads the standard build (which is a much larger download).
2016-06-12 14:06:40 +01:00
Oliver Hamlet eb7bc503c2 Move the conflicts filter UI into the Filters sidebar tab
Instead of having a toggle button in each card's dropdown menu,
implement it as a dropdown menu in the Filters sidebar tab,
containing a list of plugin filenames, plus a "No plugin" option.
Closes #580.
2016-06-07 18:54:40 +01:00
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