Commit graph

1357 commits

Author SHA1 Message Date
Charles Dang
74d5891ad0 MP Create Game: cap custom game names at 50 characters
[ci skip]

(cherry-picked from commit d9e3983e97)
2018-10-07 03:20:19 +00:00
Charles Dang
181cba88a5 GUI2/Size Lock: ensure formula sizes are recalculated as necessary.
This is similar to the change made for spacers in da5f00c2b6.
It also fixes an issue with the MP Lobby chat box (and other such widgets that use formulas
for their fixed dimensions) where it would stay too small after a window resize (the chat
box formulas in all three dialogs it appears in are a percentage of window height).

(cherry-picked from commit 18afe08a7b)
2018-10-07 03:20:19 +00:00
Iris Morelle
71f2c37b25 Fixed some issues with desynced changelogs and incorrect capitalization/order
[ci skip]

(cherry-picked from commit 3259ef75b9)
2018-10-07 03:20:18 +00:00
Iris Morelle
bd8176dc42 mp: Improve display of wesnothd client errors in general
Besides replacing the "End of file" error when getting disconnected from
the server under unexpected circumstances (e.g. because the server died)
with a translatable and more intuitive message, this also makes it so
other network error messages ("Connection refused", "Host not found",
etcetera) are displayed in the UI in a slightly clearer fashion, and in
an error dialog that must be dismissed with a click on a button, instead
of a transient message that can be easily missed due to an accidental
misclick.

Closes #3005.

(cherry-picked from commit c503c2ce35)
2018-10-07 03:20:18 +00:00
ln-zookeeper
8575d8939b EI S11: Fixed units incorrectly costing upkeep after leveling up
(cherry-picked from commit d217dfc13c)
2018-10-07 03:20:17 +00:00
Charles Dang
b0b150cb5a MP Lobby: improved low-resolution layout
[ci skip]

* Removed unnecessary spacer line.
* Increased chat area height by 10% .

(cherry-picked from commit 195eb0ce73)
2018-10-07 03:20:17 +00:00
Charles Dang
00b908c368 MP Lobby: highlight the titles of MP games with vacant slots
(cherry-picked from commit 3e27ccaf18)
2018-10-07 03:20:16 +00:00
Charles Dang
577fa7c0dd MP Lobby: removed individual Join/Observe buttons for each game
(cherry-picked from commit ffe71c5157)
2018-10-07 03:20:15 +00:00
Iris Morelle
bd75565c7e Fix wesnoth(6) claiming the default log level is error
It's been warning since version 1.9.0.

[ci skip]

(cherry-picked from commit 006bd4d099)
2018-10-07 03:20:12 +00:00
Jyrki Vesterinen
d8fa1b945c Changelog entry for commit 93f956ed4c
(cherry-picked from commit f074f812ca)
2018-10-07 03:20:08 +00:00
Charles Dang
066894c188 Changelog entry for the misleading tooltip text fix
[ci skip]

(cherry-picked from commit f33111e86b)
2018-10-07 03:20:07 +00:00
Iris Morelle
450092033a gui2/log_settings: Permit disabling logdomains (log level -1)
(cherry-picked from commit ae5ab22b1a)
2018-10-07 03:19:55 +00:00
Charles Dang
5cac72b91f More changelog updates
[ci skip]

(cherry-picked from commit f3a77bf310)
2018-10-07 03:19:52 +00:00
Charles Dang
e2cbd13a32 Changelog entry for the Dark Forecast fix
[ci skip]

(cherry-picked from commit 4219e13ac5)
2018-10-07 03:19:52 +00:00
Charles Dang
3cca6e5dc8 Various changelog updates
[ci skip]

(cherry-picked from commit a85b14cfb7)
2018-10-07 03:19:45 +00:00
Nils Kneuper
bc641501a9 updated Japanese translation
(cherry-picked from commit b0f76a7d4d)
2018-10-07 03:19:42 +00:00
Iris Morelle
2d7f6cd4c7 Replace a few instances of "mermen" with "merfolk" in core descriptions
These are only the ones were it's sufficiently unambiguous that the
description is referring to the merfolk race at whole. There are a few
instances I didn't touch were it's possible that the text refers
exclusively to mermen fighters (e.g. "the mermen armies").

See issue #2940.

[ci skip]

(cherry-picked from commit 14ec9954f1)
2018-10-07 03:19:39 +00:00
Iris Morelle
60c356112c Change the plural race name for merfolk to Merfolk
See issue #2940.

[ci skip]

(cherry-picked from commit 296894c515)
2018-10-07 03:19:38 +00:00
Charles Dang
0b0dbe24ec changelog entry for the UtBS portraits
[ci skip]

(cherry-picked from commit 6b359268f0)
2018-10-07 03:19:33 +00:00
Charles Dang
31e6c40653 Removed OpenMP-related code
After some discussion, we concluded that this code was unmaintained, not even used in
some places (display.cpp, units/frame.cpp), leaving the only area that really used it
at all the image surface cache. Considering there was never really a conclusive benchmark
of its benefits and because said surface cache will be used a lot less going forward,
we're just removing it and simplifying everything for everyone.

Closes #1260 since it's now irrelevant.

(cherry-picked from commit 3792612fb7)
2018-10-07 03:19:30 +00:00
pentarctagon
96f8b51383 Re-add boost-thread to INSTALL and changelog.
(cherry-picked from commit f4db76fe0f)
2018-10-07 03:19:30 +00:00
Nils Kneuper
08f493213d updated German translation
(cherry-picked from commit 5bb1089abc)
2018-10-07 03:19:29 +00:00
Iris Morelle
ce675dd1db gui2/title_screen: Make Version label formatted and translatable
Closes #2914.

This doesn't break the string freeze since it reuses a format string
from the same textdomain required by gui2/game_version for the exact
same purpose.

(cherry-picked from commit fa15142150)
2018-10-07 03:19:29 +00:00
Nils Kneuper
2d8bdac955 updated Slovak translation
(cherry-picked from commit ef7c0a7b64)
2018-10-07 03:19:28 +00:00
Jyrki Vesterinen
872d1a9003 Changelog entry for commit a02100a0f1
(cherry-picked from commit fc3ca7a783)
2018-10-07 03:19:26 +00:00
Charles Dang
6092803222 Revert "Utilized 2x xBRZ scaling for portraitless units in game dialog"
This reverts commit 601c67d970 and 98ed802290.

(cherry-picked from commit 28b1ab2861)
2018-10-07 03:19:25 +00:00
Charles Dang
723a8bf0a9 Changelog entry for 30257af
[ci skip]

(cherry-picked from commit 54cacf815d)
2018-10-07 03:19:22 +00:00
Charles Dang
ef4d9f570d Utilized 2x xBRZ scaling for portraitless units in game dialog
(cherry-picked from commit 601c67d970)
2018-10-07 03:19:22 +00:00
Celtic Minstrel
48123469bc Support location_id in [recall] and [unstore_unit]
(cherry-picked from commit ecc8785edb)
2018-10-07 03:19:20 +00:00
Celtic Minstrel
d6052862df Fix two of the dialog functions not accepting translatable strings
(cherry-picked from commit 0327085d99)
2018-10-07 03:19:18 +00:00
Iris Morelle
c165f005b1 Changelog entry for MP lobby message fixes
[ci skip]

(cherry-picked from commit 529e551d9e)
2018-10-07 03:19:18 +00:00
Charles Dang
04837d9100 Better changelog entry for the MP password fix
[ci skip]

(cherry-picked from commit 03d80a0b2b)
2018-10-07 03:19:17 +00:00
ln-zookeeper
2c2b4da600 Updated changelog
[ci skip]

(cherry-picked from commit 33e924dc35)
2018-10-07 03:19:16 +00:00
Celtic Minstrel
dde49f05ea Editor: Refresh named locations list when map context changes (fixes #1023)
This solution is a bit of a hack, but odds are this code will be
majorly refactored in 1.15 anyway. The important thing is that
this works.

(cherry-picked from commit 8e4de9db67)
2018-10-07 03:19:15 +00:00
Charles Dang
c815fa1d25 Changelog entry for ab54b62
[ci skip]

(cherry-picked from commit 227c8ba20c)
2018-10-07 03:19:15 +00:00
Nils Kneuper
87bf4e3fd6 updated Italian translation
(cherry-picked from commit 6034cc50d1)
2018-10-07 03:19:11 +00:00
Jyrki Vesterinen
00dff3f1d3 Changelog entry for commit 82e04ab761
(cherry-picked from commit c5802cdcda)
2018-10-07 03:19:11 +00:00
Charles Dang
32da54b059 Removed Boost Thread as a built-time dependency
We use std::thread now.

(cherry-picked from commit 9de7aff904)
2018-10-07 03:19:10 +00:00
Charles Dang
1dd00c3441 Game Load: added a convenient button in Load Game to open your saves folder
(cherry-picked from commit 802bbe8cdc)
2018-10-07 03:19:09 +00:00
Jyrki Vesterinen
cb3ddc368b Hotkey manager: drop duplicate commands
We use both SDL_KEYDOWN and SDL_TEXTINPUT events for hotkeys. It's possible
for both events (caused by the same keypress) to trigger the hotkey command
and we don't want that. Hence, let's drop duplicate commands.

Fixes #1736.

(cherry-picked from commit 8667e5bbdd)
2018-10-07 03:19:08 +00:00
Iris Morelle
368e5cb7a7 Update changelog
[ci skip]

(cherry-picked from commit cfd5d5289d)
2018-10-07 03:19:07 +00:00
Celtic Minstrel
9c626fc4f7 Update changelog.md
(cherry-picked from commit 191c23c194)
2018-10-07 03:19:07 +00:00
Celtic Minstrel
c5b5bdda70 Allow [move_unit]dir= to perform relative movements
(cherry-picked from commit 68b33cf6bd)
2018-10-07 03:19:06 +00:00
ln-zookeeper
f46c4e9048 TRoW: New set of story art by LordBob
In scenarios 06 and 14 I turned the opening narrator message into story text instead. The image for 03 isn't used yet as there's no text to accompany it.

(cherry-picked from commit eaf186e021)
2018-10-07 03:19:05 +00:00
Iris Morelle
5eac05ac4c help: Use new attack stats separator in unit descriptions
Closes #2873.

(This is part of a commented-out block in master because Vultraz hasn't
updated the code yet. He said I could forward-port the patch into it
anyway. For the time being unit descriptions are just completely missing
because of this.)

(cherry-picked from commit 7f8cb13bd3)
2018-10-07 03:19:04 +00:00
Nils Kneuper
9eb6950ed5 updated Galician translation
(cherry-picked from commit 7ab1da24a5)
2018-10-07 03:19:03 +00:00
Jyrki Vesterinen
28b5912043 Revert "Changelog entry for commit c42401a8deb92acc16039fbeed0acf16287e286c"
This reverts commit c23fc2b666.

(cherry-picked from commit 2562a7e3b0)
2018-10-07 03:19:02 +00:00
Charles Dang
0fbb01e219 Game Events/Manager: skip disabled assertion if write_events is called mid-event
This reverts afaa75842c and replaces it with a more general
no-assert-during-events check. This is because there are other instances besides [inspect]
where this function can be called mid-event, and it wouldn't be convenient to add nested
'strict' parameters to multiple functions just to handle them.

Fixes #2750.

(cherry-picked from commit a1810bde32)
2018-10-07 03:19:00 +00:00
Charles Dang
81494ce3ee Changelog entry for 79072b7c3d
[ci skip]

(cherry-picked from commit b0f767bdb5)
2018-10-07 03:19:00 +00:00
Jyrki Vesterinen
47794122e8 Changelog entry for commit c42401a8de
(cherry-picked from commit c23fc2b666)
2018-10-07 03:18:59 +00:00