Commit graph

638 commits

Author SHA1 Message Date
Nils Kneuper
f0514800d6 updated French translation 2018-04-15 19:50:14 +02:00
Nils Kneuper
26cda6bd21 updated Galician translation 2018-04-15 11:20:46 +02:00
Charles Dang
a31413cc82 Post-release version bump 2018-04-15 17:35:13 +11:00
Charles Dang
801b867afa Pre-release version bump 2018-04-15 17:32:11 +11:00
Celtic Minstrel
100d3d4840 Fix two of the dialog functions not accepting translatable strings 2018-04-15 02:20:09 -04:00
Iris Morelle
bc195c0f1c Changelog entry for MP lobby message fixes
[ci skip]
2018-04-15 02:48:45 -03:00
Iris Morelle
f843a0eebe Revert string changes in SotA for 1.14 RC 3 - gold
This reverts the following commits:

 * "SotA S2: fixed inconsistency between unit name and dialog (fixes #2844)" - commit ab9f29a7a4
 * "SotA S8: fixed inconsistent Ghost name (fixes #2846)" - commit fc6c3ac04b
2018-04-15 01:38:02 -03:00
Charles Dang
e863f7937c Better changelog entry for the MP password fix
[ci skip]
2018-04-15 15:15:35 +11:00
Celtic Minstrel
76cf5baf5d 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.
2018-04-14 12:00:42 -04:00
Charles Dang
d0d7bd1722 Changelog entry for e6d4b4113a
[ci skip]
2018-04-15 02:43:52 +11:00
mattsc
ab8c4c39ea Update changelog 2018-04-14 07:23:22 -07:00
Nils Kneuper
be36c9e556 updated Italian translation 2018-04-13 22:49:04 +02:00
Jyrki Vesterinen
f4ee47c6ea Changelog entry for commit 4916e1c0b9 2018-04-13 22:48:23 +03:00
Charles Dang
0c745f0fc5 Game Load: added a convenient button in Load Game to open your saves folder
The tooltip is commented out since we're in a string freeze on this branch. Uncomment it for 1.14.1.
2018-04-13 18:23:57 +11:00
Jyrki Vesterinen
47d83b44b2 Merge branch 'hotkey-event-buffer' into 1.14
Manual merge of pull request #2872.
2018-04-12 19:28:47 +03:00
Iris Morelle
05b464aadf Update changelog
[ci skip]
2018-04-12 06:15:12 -03:00
Celtic Minstrel
25b30608f9
Update changelog.md 2018-04-11 22:43:45 -04:00
Iris Morelle
b2297bb4ed help: Use new attack stats separator in unit descriptions
Closes #2873.
2018-04-11 21:27:17 -03:00
Nils Kneuper
719ee4f5cd updated Czech translation 2018-04-11 21:39:39 +02:00
Jyrki Vesterinen
64ef0eb1e6 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.
2018-04-11 22:04:19 +03:00
ln-zookeeper
0854bf8fe3 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.
2018-04-11 21:48:13 +03:00
Nils Kneuper
349775c05f updated Galician translation 2018-04-11 20:31:53 +02:00
Jyrki Vesterinen
b72d6ae37d Revert "Changelog entry for commit f80bc4262194c161c95aa1ffb83ee7f73df4f73d"
This reverts commit cd4bb21c81.
2018-04-11 18:52:31 +03:00
Celtic Minstrel
ebde628e05 Revert "Accept [and] and [or] in [filter_wml]"
This reverts commit 82fd82d534.
2018-04-10 22:14:23 -04:00
Charles Dang
1fe396309e 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.
2018-04-11 13:10:19 +11:00
Charles Dang
b0da923cff Changelog entry for fa8e301c93
[ci skip]
2018-04-11 11:54:15 +11:00
Jyrki Vesterinen
cd4bb21c81 Changelog entry for commit f80bc42621 2018-04-10 19:03:27 +03:00
Nils Kneuper
62ae1af4cb updated Chinese (Simplified) translation 2018-04-09 20:11:38 +02:00
Charles Dang
a8e33031c0 Changelog entry for recent SotA fixes
[ci skip]
2018-04-08 22:31:45 +11:00
Charles Dang
0c3c0a4e09 MP Staging: make Faction Select button's purpose more clear
[ci skip]
2018-04-08 21:05:15 +11:00
Charles Dang
4afb4834b6 Unit Create: fixed unit selection not persisting between uses (fixes #2822)
I had been unconditionally selecting the first entry after setting the active
sorting option. This overrode the previous unit selection.

Regression from 6b52d16fae.
2018-04-08 13:12:59 +11:00
Nils Kneuper
a44ffcdeb7 updated French translation 2018-04-07 09:55:24 +02:00
Charles Dang
f78e32c7f8 Fixed images with no alpha channel rendering incorrectly
See https://forums.wesnoth.org/viewtopic.php?p=625159#p625159

Since this problem can also be solved with make_neutral_surface, and is_neutral already
check a surface's alpha mask, I moved the is-not-indexed check to is_neutral and made use
of it for the on-load standardization check.
2018-04-04 20:13:24 +11:00
Charles Dang
54d440edcc Changelog entry for 6500794
[ci skip]
2018-04-04 10:53:14 +11:00
Charles Dang
fbc37edc46 Swapped the position and formatting of game names and titles in the MP lobby
Addresses point 2 of #2815.
2018-04-03 19:12:56 +11:00
Charles Dang
480df6b28a Disabled Font Scaling preference for now; it's too buggy
See issues #2792 and #1624. We'll probably reenable it for 1.16.
2018-04-03 14:26:58 +11:00
Steve Cotton
16614c325d Start the 1.13.13+dev changelog with a THoT fix
The change itself should cherry-pick without conflicts to the master
branch, but as this starts the 1.13.13+dev changelog, the changelog
update will need a manual merge.
2018-04-03 08:02:46 +11:00
Nils Kneuper
50051b1501 updated Polish translation 2018-04-02 10:42:16 +02:00
Charles Dang
cef5986990 Post-release version bump 2018-04-01 18:48:12 +11:00
Charles Dang
642768e48e Pre-release version bump 2018-04-01 18:48:12 +11:00
Charles Dang
5b7aca9756 Mentioned THoT change in changelog
[ci skip]
2018-04-01 18:48:11 +11:00
Charles Dang
7e279748cc Mentioned Dark Forecast fix
[ci skip]
2018-04-01 10:46:00 +11:00
ln-zookeeper
1179593a4f Updated changelog 2018-04-01 02:37:51 +03:00
Nils Kneuper
3a6c300b35 updated Czech translation 2018-03-31 22:10:52 +02:00
Nils Kneuper
b8300d8e20 updated French translation 2018-03-31 14:24:35 +02:00
Iris Morelle
82af89f950 help: Call gettext on ToD topic strings that are already marked translatable
I'm getting the feeling whoever wrote this didn't really know what N_()
does or doesn't do.
2018-03-31 06:46:43 -03:00
Iris Morelle
161d17bdb2 help: Borrow "Lawful Bonus" translation from wesnoth-lib
Again, no-one marked this one as translatable.
2018-03-31 06:45:03 -03:00
Iris Morelle
e9105ab8a7 help: Fix ToD Schedule topic index heading not being translatable
Again, someone forgot to make this translatable. Fortunately, for 1.14
we can rely on a very simple hack to borrow the same string from the
wesnoth-help textdomain, which is actually supposed to be used for the
same purpose as it is the top-level section's title there, which is also
supposed to be the heading for the section's index.

This kind of thing just goes to show how badly organized the whole help
system is code-wise.
2018-03-31 06:38:39 -03:00
Nils Kneuper
8f37d4114e updated British English translation 2018-03-29 22:57:12 +02:00
Nils Kneuper
3c656c86e7 updated Ukrainian translation 2018-03-29 22:55:00 +02:00