Commit graph

638 commits

Author SHA1 Message Date
Nils Kneuper
e2ef02474a updated Scottish Gaelic translation 2018-03-29 22:53:39 +02:00
Iris Morelle
34e25fd458 UtBS: Hide technical terrains in the Help browser
[ci skip]
2018-03-27 19:07:13 -03:00
Iris Morelle
77a50a5583 Update changelog
[ci skip]
2018-03-27 18:58:11 -03:00
Nils Kneuper
87dd14479c updated Chinese (Simplified) translation 2018-03-27 22:00:21 +02:00
Iris Morelle
a510a21a05 Merge both entries for the synced commands changelog entry
Since the entry was entirely missing in master, I just added it to 1.14
without reading the Miscellaneous section. Probably best to keep it
hidden there anyway.

[ci skip]
2018-03-27 05:00:41 -03:00
Iris Morelle
dd167542a0 Update changelog for the synced debug command UX changes
[ci skip]
2018-03-27 04:53:49 -03:00
Iris Morelle
b3b0f6ee6a Update changelog for issue #2732 and issue #2709
[ci skip]
2018-03-26 03:27:57 -03:00
Charles Dang
b81c53cde8 Updated changelog
[ci skip]
2018-03-26 03:49:04 +11:00
Charles Dang
44d9554361 Updated DejaVu Sans font files to version 2.37 (from 2.35)
[ci skip]

Source: https://dejavu-fonts.github.io/Download.html
I haven't done any codepoint list updates in data/hardwired/fonts.cfg. Unlikely
to cause issues, though, I think. The legacy TTF rendering system that uses it
is mostly just used for the Help browser here on the 1.14 branch (on master it's
completely unused and will be removed).
2018-03-25 09:18:09 +11:00
Charles Dang
d73302240b Updated Oldania font files to version 1.007 (FFEdit)
[ci skip]

Source: http://arkandis.tuxfamily.org/adffonts.html. Previous version was 1.006 (FFEdit).
Also includes the italic and bold variants we didn't have before.

Thanks to @sevu for finding this updated version. :)
2018-03-25 09:03:29 +11:00
Charles Dang
58ef84216f Mentioned EI fixes in changelog
[ci skip]
2018-03-25 06:30:55 +11:00
Celtic Minstrel
6b7ff398dd Update changelog 2018-03-24 13:52:43 -04:00
Nils Kneuper
3f4d003f13 updated Spanish translation 2018-03-23 22:33:34 +01:00
Iris Morelle
96032f978c Update the changelog
[ci skip]
2018-03-23 02:37:50 -03:00
Jyrki Vesterinen
5fa0581bc0 Fix #2681: minimap buttons don't do anything
Regression from commit ecc0dca665.
2018-03-18 16:46:47 +02:00
Charles Dang
22ec9d055a Post-release version bump
This is the first commit on the 1.14 stable series branch. 1.13.12 is 1.14 RC 1,
so we're just bumping to 1.13.12+dev/1.13.13 here. If the next release is 1.14.0,
we'll set the versions accordingly.
2018-03-18 18:47:52 +11:00
Charles Dang
28d35f4d8c Pre-release version bump for the rest of the things 2018-03-18 17:23:40 +11:00
Charles Dang
5c86dc81be Temporarily re-enabled display of all languages, regardless of completeness 2018-03-18 17:19:08 +11:00
Charles Dang
3760b2a356 Few changelog fixups
[ci skip]
2018-03-18 17:13:07 +11:00
Celtic Minstrel
7fcc813438 One more dunefolk tweak
Revert the change to Marauder blade resistance and instead raise Raider blade resistance
2018-03-17 18:52:31 -04:00
Celtic Minstrel
15c32923b7 Expand on dunefolk balancing changes in greater detail and mirror to players_changelog 2018-03-17 18:32:00 -04:00
Celtic Minstrel
9d81146919 Update changelog 2018-03-17 17:16:22 -04:00
Jyrki Vesterinen
107fed1dc7 Add ability to save screenshots as JPEG to changelog 2018-03-17 21:16:22 +02:00
Jyrki Vesterinen
9609281711 Remove outdated changelog entry
I changed the default screenshot format back to PNG in commit 267510ea07.
2018-03-17 21:09:34 +02:00
gfgtdf
214e46c895
Update changelog.md 2018-03-17 20:05:27 +01:00
gfgtdf
8acb78b609
Update changelog.md 2018-03-17 20:02:42 +01:00
loonycyborg
45311b2b0e Updated Czech translation 2018-03-17 21:28:35 +03:00
Jyrki Vesterinen
19ac9c9560 Changelog entry for commit c5e972b8b4 2018-03-17 14:11:14 +02:00
Celtic Minstrel
82fd82d534 Accept [and] and [or] in [filter_wml] 2018-03-16 17:10:59 +11:00
Charles Dang
a023c7989e New Elvish Sylph baseframe by Jetrel (@rkettering)
[ci skip]
2018-03-15 12:16:38 +11:00
Charles Dang
686aca2667 Save screenshots as JPGs when building with SDL_Image 2.0.2 or newer
This functionality was added in that release. Since it's only 4 months old, it's
too early to make minimum; it won't be available on some Linux distros yet.

There's currently no way to choose between JPG or PNG files. That can (and should)
be added later. For now, it defaults to JPG files if SDL_Image is of the appropriate
version.

I've also left the BMP fallback path, but that should never be reached now, since
PNG saving is always available

Closes #1448.
2018-03-15 04:31:30 +11:00
Charles Dang
e59bd59cf4 Updated changelog
[ci skip]
2018-03-14 16:11:01 +11:00
Charles Dang
d3bfd295cf Changelog entry for 31a0a19
[ci skip]
2018-03-14 12:21:30 +11:00
Charles Dang
b7418a32e5 Fixed PNG images with an embedded palette displaying incorrectly. 2018-03-13 21:43:54 +11:00
Iris Morelle
66e82ffc4a Convert the rest of the changelog to Markdown
Sort of.

The only things that are converted here are the version headings and the
category sub-headings, up to and including version 1.1.9. Versions older
than that have mixed root items and categories, and converting those to
Markdown that renders correctly on GitHub without mixing up extraneous
root items with the categories' own entries requires some non-trivial
hand-fixing that I'm not going to do (at least not right now).

[ci skip]
2018-03-12 18:26:33 -03:00
Charles Dang
8a0d697eec Changelog entry for 443339d
[ci skip]
2018-03-13 07:11:07 +11:00
Charles Dang
47359c8c65 Reformatted 1.13 changelog entry headers for Markdown
[ci skip]

Only the 1.13 section was touched. One line was merged in order to have it function properly
as a header without half its text being split onto a new line.
2018-03-13 04:56:20 +11:00
Charles Dang
4f2073ae2e Made the changelog a Markdown file
[ci skip]

Reformatting to come
2018-03-13 04:46:56 +11:00
Renamed from changelog (Browse further)