Commit graph

1367 commits

Author SHA1 Message Date
Nils Kneuper
2776c8d34b updated British English translation 2020-10-24 10:48:04 +02:00
Iris Morelle
858f55c7fd log: Fix precise timestamps missing a trailing space
Without this, log messages with --log-precise enabled tend to look just
a bit *off*:

  20201019 23:09:21.786752info general: attempting to generate locale by name 'en_US.UTF-8'
                          ^
2020-10-19 23:13:32 -03:00
Iris Morelle
f4815fae78 log/windows: Fix missing class member initializer
This had the confusing side-effect of making some code in wesnoth.cpp
believe it was safe to prompt the user to press Enter when NOT using
--wconsole on my system, because the flag ended up with a true value by
default.

This is why you don't leave integral-type variables uninitialized, ever.
2020-10-19 21:20:39 -03:00
Gunter Labes
f1a1317616
Typo fix 2020-10-19 16:34:39 +02:00
Gunter Labes
2b1885bce4
Typo fix 2020-10-19 14:04:32 +02:00
Nils Kneuper
a4a798cd04 updated Portuguese (Brazil) translation 2020-10-19 11:51:53 +02:00
doofus-01
bfa973e83a
Update changelog.md 2020-10-18 17:39:19 -07:00
doofus-01
4a52e2b035
Update changelog.md 2020-10-18 17:32:05 -07:00
Charles Dang
4355a9046c Fixed changelog indent 2020-10-19 09:35:46 +11:00
Steve Cotton
b38d272c4c During allies' turns, their units' orbs show the move status (#1424)
Instead of using the allied orb during their turn, the unmoved, moved and
partial orbs are shown. The player's own units will be shown with the moved orb
during the ally's turn, which matches the previous behavior. This is intended for
co-operative MP campaigns, where it will make it easier for players to discuss
possible moves. The UX is also visible in SP scenarios with allied sides, HttT's
first scenario is an easy place to see what it does.

If another status is added to the orb_status enum, this code is likely to
support it with no changes needed for the parts in this commit. For example,
issue #5155's proposed orb_status::disengaged has been tested with this.

Updated the documentation about orb colors. In these docs I've moved all of
the images to a single line above the bullet-pointed list, as otherwise the
layout looked bad once a line wrapped - the first line appeared
horizontally-aligned with the center of the image, the second started under the
image.

Added documentation about the delay in multiplayer games, as the purpose of this
orb-coloring feature is to assist discussion in multiplayer games.
2020-10-17 14:11:10 +02:00
Steve Cotton
15fb85f446 Add some section-headings to the changelog
Trying to reduce the merge-conflicts if PRs include their own
changelog updates.

[ci skip]
2020-10-17 06:57:17 +02:00
Pentarctagon
0cbf8ff7a8
Wesnoth 1.15.6+dev. 2020-10-16 23:41:32 -05:00
Pentarctagon
49a5899c4e
Wesnoth 1.15.6. 2020-10-16 23:40:02 -05:00
Iris Morelle
0e74a3b0dc Update changelog
[ci skip]
2020-10-15 12:38:15 -03:00
Iris Morelle
93d5264eec Nobody knows how to sort things alphabetically anymore
[ci skip]
2020-10-15 11:54:05 -03:00
Pentarctagon
5cab8f2780
Add boost version increment for wesnothd+database support builds. 2020-10-14 19:41:19 -05:00
Celtic Minstrel
1bae9d7aca
Update changelog.md 2020-10-12 15:40:51 -04:00
Elvish_Hunter
2d599170e3 Changelog entry 2020-10-12 21:06:01 +02:00
Steve Cotton
0936d6c21a Update changelog for #5202 2020-10-10 17:40:55 +02:00
Steve Cotton
01424cc853 Check which glyphs are in each font, instead of using a list hardcoded in WML
This is a "it's known to be broken, so let's rip it out and put in a minimal
replacement" change. Updated raw pointers to smart pointers just because,
updated the docs a bit, and ended up with a big change.

Fixes the most visible part of #5194, where Chinese needed DroidSansFallbackFull
to be loaded before DroidSansJapanese. The removed code in
`char_block_map::insert` and `char_block_map::compress` had a bug that
triggered when one font had a contiguous range of codepoints that was a
superset of several ranges in another font - this meant it treated the first
font containing U+4E00 as having the whole CJK Unified Ideographs block.

Remove the now-unused font codepoints WML. There is no schema change for this,
it seems the data/hardwired/fonts.cfg file isn't checked by the validation.

Optimise calling set_font_list with the same list (but possibly reordered), by
reusing the already-loaded fonts.
2020-10-10 17:36:10 +02:00
Pentarctagon
12f05a0387
Update changelog. 2020-10-09 00:46:29 -05:00
Nils Kneuper
2034e50fd5 updated Japanese translation 2020-10-09 01:00:44 +02:00
doofus-01
d8dc94a5cd
Update changelog.md 2020-10-03 17:42:51 -07:00
Nils Kneuper
028a470e07 updated Polish translation 2020-10-02 09:18:17 +02:00
Nils Kneuper
76870e45a5 updated French translation 2020-10-02 09:13:34 +02:00
Pentarctagon
444c0a4182
Typo fix [ci skip]. 2020-09-29 01:19:47 -05:00
Celtic Minstrel
c70c72a804 Update changelog 2020-09-27 20:31:27 -04:00
Celtic Minstrel
3d5d7eae11
Fix typos/formatting in changelog 2020-09-27 11:09:40 -04:00
Pentarctagon
e4eeee73bb
Changelog update. 2020-09-27 00:31:29 -05:00
Nils Kneuper
349d5df1f4 updated British English translation 2020-09-25 18:51:36 +02:00
Nils Kneuper
264e344d73 updated Czech translation 2020-09-22 19:01:51 +02:00
Nils Kneuper
30ee822cb7 updated Portuguese (Brazil) translation 2020-09-22 19:00:22 +02:00
doofus-01
98d4411fe2
Update changelog for #5039 2020-09-20 17:54:00 -07:00
Pentarctagon
f123fd4ee0
Wesnoth 1.15.5+dev. 2020-09-19 12:53:27 -05:00
Pentarctagon
f97d2f8250
Wesnoth 1.15.5. 2020-09-19 12:52:10 -05:00
Steve Cotton
ed6e9347aa Update changelog for UtBS PRs 2020-09-19 16:51:28 +02:00
Steve Cotton
e01c6fa800 Update changelog.md
I think it now covers all of changes since 1.15.4, except for the following:

* Lua GUI2 API
* 5be808f1ba add [advancement][filter]

[ci skip]
2020-09-19 12:58:58 +02:00
Steve Cotton
f74ff15792 Update changelog
[ci skip]
2020-09-13 16:21:40 +02:00
Steve Cotton
48279849d6 Update changelog for the loyal trait. 2020-09-11 06:21:54 +02:00
Steve Cotton
c227d42e74
Northern Rebirth: remove the evil campaign branch (#5138)
These 5 scenarios were never completed, so the option to play this branch was
always commented out. However the existence of them has caused extra work for
the translators, and would cause further extra work in tasks roadmapped
for 1.15.x (removal of the ^Uf mushrooms, removal of {MODIFY_UNIT}).

If it comes back then it will likely start as UMC.
2020-09-09 02:01:34 +02:00
Nils Kneuper
7715bc3d24 updated Hungarian translation 2020-09-07 20:13:05 +02:00
Nils Kneuper
d8492a7257 updated Catalan translation 2020-09-04 21:10:27 +02:00
Nils Kneuper
a71b0c963a updated French translation 2020-09-04 18:41:39 +02:00
Nils Kneuper
d9e2d866f8 updated Esperanto translation 2020-09-04 18:39:54 +02:00
Steve Cotton
fbfda841bb Changelog; update for #5110 and add some placeholder headings
The placeholders will hopefully avoid merge conflicts when changelog
entries are included in PRs.

[ci-skip]
2020-08-31 19:44:25 +02:00
Nils Kneuper
6958923609 updated Chinese (Simplified) translation 2020-08-30 13:37:55 +02:00
Nils Kneuper
75a30a10af updated Turkish translation 2020-08-30 13:34:52 +02:00
Nils Kneuper
f542b6653d updated Spanish translation 2020-08-30 13:30:01 +02:00
Nils Kneuper
e9a7d5f630 updated Portuguese (Brazil) translation 2020-08-30 13:22:54 +02:00
Nils Kneuper
f2371e2b23 updated British English translation 2020-08-30 13:20:35 +02:00