Oliver Hamlet
6b58f92a5d
Set 0.9.2 release date
0.9.2
2016-08-03 07:26:19 +01:00
Frederik “Freso” S. Olesen
32d3124c3b
Fix changelog entry in Readme about HTTPS and URLs.
...
Not all sites we point to throughout the source support HTTPS (yet?), so
we're obviously not pointing those to HTTPS, as that would break those
links. ;) So far most URLs, yes, but not all.
2016-08-02 13:18:54 +02:00
Oliver Hamlet
cbbe61964a
Bump version to 0.9.2
2016-08-02 10:23:56 +01:00
Oliver Hamlet
30f2cdc3f5
Update readme and API changelog
2016-08-02 10:13:10 +01:00
Oliver Hamlet
6ca40a57d9
Fix incorrect "not sorted" message display
...
The "not sorted" message shouldn't be displayed if a sort is cancelled
and the load order has been sorted at least once before in the same
session. Fixes #621 .
2016-08-01 16:22:24 +01:00
Oliver Hamlet
47366efe7d
Update libespm to v2.5.5
...
This fixes #625 .
2016-08-01 14:27:01 +01:00
Oliver Hamlet
3a1c7a402b
Disable CEF sandbox
...
May fix #575 , as I experienced the same issue after updating CEF, and
this fixed it.
2016-08-01 14:27:01 +01:00
Oliver Hamlet
9bb519ad55
Update CEF to 3.2743.1442.ge29124d
...
Based on Chromium 52.
2016-08-01 14:27:01 +01:00
Oliver Hamlet and GitHub
0dfe7b8ef5
Merge pull request #627 from loot/cpasmoi-patch-1
...
Update loot.po
2016-07-31 14:27:45 +01:00
cpasmoi and GitHub
f26dec96f1
Update loot.po
2016-07-31 15:04:28 +02:00
Frederik “Freso” S. Olesen
2972478184
Update Danish translation.
...
PR: https://github.com/loot/loot/pull/623
2016-07-28 17:13:26 +02:00
Frederik “Freso” S. Olesen
a9d52de857
Danish translation: update more strings.
2016-07-28 17:11:48 +02:00
Frederik “Freso” S. Olesen
f8bf2393ff
Update Danish .po per .pot + a couple of strings.
2016-07-28 16:44:23 +02:00
Frederik “Freso” S. Olesen
9f59413d5f
Refresh template.pot.
...
Using commands:
* `xgettext -k"translate:1,1t" -k"translate:1c,2,t" --add-location=full --from-code=utf-8 --package-name=LOOT --package-version=0.9.2 --copyright-holder="WrinklyNinja" --msgid-bugs-address="https://github.com/loot/loot/issues " -o resources/l10n/template.pot src/{gui,backend}/**.*`
* `sed -i 's|charset=CHARSET|charset=UTF-8|' resources/l10n/template.pot`
2016-07-28 16:31:57 +02:00
Oliver Hamlet
1ef0af0bd6
Fix docs deployment's new trailing line
...
Also add the source repo and commit to the commit message.
2016-07-28 08:18:38 +01:00
Oliver Hamlet
8e13efe4db
Fix AppVeyor env var value conditions
...
I assumed that the documented values of `true` and `false` were
booleans, not strings.
2016-07-27 23:34:53 +01:00
Oliver Hamlet
c92769e5f4
Simplify game settings branch upgrade handling
2016-07-27 23:01:40 +01:00
Oliver Hamlet
bcdf5afdf5
Automate documentation deployment
...
To the loot.github.io repo/site. This script has been tested locally,
aside from the final git push command.
2016-07-27 22:34:21 +01:00
Frederik “Freso” S. Olesen
be383cfe51
HTTPSify the World!
...
In the quest to encrypt all web traffic, let us go ahead and become a
bit better netizens by actually pointing people to HTTPS resources when
they're available, instead of their HTTP counterparts.
The commits were done partially "by hand" (with the help of `git grep`!)
and partially using `sed` commands (esp. for the GNU and loot.github.io
commits).
PR: https://github.com/loot/loot/pull/619
2016-07-27 12:40:59 +02:00
Frederik “Freso” S. Olesen
6a4819fea5
Download Boost from SourceForge via HTTPS.
2016-07-27 12:00:21 +02:00
Frederik “Freso” S. Olesen
cb0f169605
Update remaining HTTPSifiable URLs.
2016-07-27 11:56:29 +02:00
Frederik “Freso” S. Olesen
cdcce4bbc2
Update links to HTTPS for loot.github.io.
2016-07-27 11:56:14 +02:00
Frederik “Freso” S. Olesen
c2f2d4af28
Update links to gnu.org (ie., licenses) to HTTPS.
2016-07-27 11:25:04 +02:00
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