21 Commits
Author SHA1 Message Date
Oliver Hamlet c731f4c7a3 Increment version to 0.10.1 2016-11-12 09:05:08 +00:00
Oliver Hamlet d3f7cf0ae8 Don't let the MSVC redist installer reboot
The MSVC redist installer defaults to data loss. Well done Microsoft.
2016-11-06 20:54:43 +00:00
Oliver Hamlet 50957faeaf Add support for Swedish translation 2016-10-15 13:27:25 +01:00
Oliver Hamlet f54698891b Update packaging scripts to use new HTML doc 2016-09-22 07:52:30 +01:00
Oliver Hamlet ca693de906 Increment version to 0.10.0 2016-09-18 13:32:03 +01:00
Oliver Hamlet 4948dd0a7c Rewrite metadata syntax documentation
Rewrite it as reStructuredText so that it can be hosted alongside the
API documentation on Read The Docs, which allows linking to WIP syntax
documentation.
2016-09-18 13:04:23 +01:00
Oliver Hamlet 88fe425fa3 Update the readme and installer for the MSVC runtime requirement
The readme now informs users that the MSVC 2015 x86 redistributable
is required, and the installer will download and install it if it
is not detected as being already installed.
2016-08-24 08:08:07 +01:00
Oliver Hamlet cbbe61964a Bump version to 0.9.2 2016-08-02 10:23:56 +01:00
Frederik “Freso” S. Olesen cdcce4bbc2 Update links to HTTPS for loot.github.io. 2016-07-27 11:56:14 +02:00
Oliver Hamlet ac642390a0 Revert "Removed theming support"
This reverts commit 4aa1f18ff7.
2016-07-12 21:52:17 +01:00
Oliver Hamlet d87847bd14 Always allow user to select installer target path
If the installer is run and LOOT is already installed, it will use the
existing directory by default. Before this commit, it would not give the
user the option to change this default, so if the drive no longer
existed an error would occur. Fixes #591.
2016-07-12 19:44:23 +01:00
Oliver Hamlet 9545dfb332 Bump version to 0.9.1 2016-06-21 18:52:16 +01:00
Oliver Hamlet c505c512ec Don't package wow_helper.exe
It was used for Vista x64 compatibility, but CEF no longer supports
Vista.
2016-06-14 21:02:14 +01:00
Oliver Hamlet d4fe7869ad Bump version to 0.9.0 2016-05-20 17:50:51 +01: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
Oliver Hamlet 4aff5a25dd Don't install settings file
The installer only installs a settings file so that it can set LOOT's
language to that chosen for the installer. However, as of
6307a3c194 LOOT can load partial settings
files, so the installer just needs to write out the language string to a
new settings file if one is not already present. This then means the
repository's settings.yaml can be removed.

Closes #527.
2016-01-12 18:03:49 +00:00
Oliver Hamlet 918b63527f Don't create folder for LOOT in Start menu
Microsoft's guidelines say to not add an uninstall shortcut to the Start
menu, and only create a folder there if multiple shortcuts are added.
2016-01-02 10:40:50 +00:00
Oliver Hamlet 6fa7f4c66e Update docs for Fallout 4 support 2015-11-26 20:40:17 +00:00
Oliver Hamlet eca039b536 Add support for split 32/64 bit build trees.
While also retaining support for a single architecture directly in the
`build` directory.
2015-09-30 19:15:56 +01:00
Oliver Hamlet b97f784952 Bumped version to v0.8.1. 2015-09-27 13:12:29 +01:00
Oliver Hamlet f466bc79c0 Move scripts into scripts/ folder.
Also updated the Travis config to use Google Test's new GitHub download
location.
2015-08-27 12:45:49 +01:00