Commit graph

1367 commits

Author SHA1 Message Date
pentarctagon
33bbc75a2d
Changelog update. 2019-09-05 18:50:31 -05:00
nemaara
100e93706a Add SotBE fix to changelog 2019-09-04 14:34:40 -04:00
nemaara
bc5064b80e Add TSG fix to changelog 2019-09-04 14:25:55 -04:00
Nils Kneuper
d281d5bf5a updated Spanish translation 2019-08-31 11:32:58 +02:00
Nils Kneuper
3c1e28abd8 updated British English translation 2019-08-31 11:28:04 +02:00
josteph
27209171af fixup! Allow '1-infinity' in ranges, and tighten the schema's validation of ranges 2019-08-31 03:21:37 +00:00
Steve Cotton
1c123fb3fa Allow '1-infinity' in ranges, and tighten the schema's validation of ranges
Fixes #4253.

The schema's validation of ranges now rejects negative numbers, because the C++
code doesn't support them (both before and after this commit):
* utils::parse_range("-7") will return {0,0}, because std::stoi("") throws invalid_argument.
* src/map/location.cpp will parse it as -7, but that will never match an on-map coordinate
2019-08-29 22:28:22 +02:00
Steve Cotton
ba4f3a70b6 Use multiple lines for help, and add translation notes
This removes all of the "do not translate part^string part" strings, replacing
them with more help in English and a place for translators to explain what the
untranslatable "all" means. For commands where the usage has notes about the
arguments, this embeds the \n in the strings passed to register_command; that
seems a reasonable balance between usability and effort to implement it.

Cherry-picking between 1.14 and 1.15: In 1.14.x, the "droid" command only has
options "on" and "off". The "full" option was only added in 1.15.
2019-08-29 19:17:47 +02:00
pentarctagon
0fa6074f15
Document removal of deprecated [option]message= syntax. 2019-08-27 20:03:00 -05:00
Steve Cotton
c61b9b3b3f WoV: Set up for translations
The untranslated .po files have to be included, otherwise the build breaks.
2019-08-27 20:56:27 +02:00
Nils Kneuper
0e6db05034 updated Portuguese (Brazil) translation 2019-08-25 12:34:43 +02:00
Nils Kneuper
34b942df9b updated French translation 2019-08-21 22:09:21 +02:00
sigurdfdragon
d36fb1de7e Changelog: DM changes 2019-08-19 23:16:50 -04:00
Charles Dang
63f0f04535 Post-release version bump 2019-08-20 00:56:10 +11:00
Charles Dang
ae39d31f7e Pre-release version bump 2019-08-19 23:44:45 +11:00
Steve Cotton
012069440e If text is too long to render, fall back to line-by-line (fixes: #3265)
This still requires a huge surface to render all of the text on to,
but is an easier fix than redesigning the credits screen.

This removes the only caller of utils::vertical_split, which is why
that utility function is also removed.
2019-08-18 07:03:59 +02:00
Severin Glöckner
901f0a8477 copy over older changelog
[ci skip]
2019-08-18 02:46:13 +02:00
Earth-Cake
943ff5dfe2 Merge Wose Shaman animations from Earth-Cake's PR #4229 2019-08-18 01:50:42 +02:00
Severin Glöckner
4f6fa8c83b copy over 1.14.8+dev changelog 2019-08-18 00:07:56 +02:00
Nils Kneuper
829d395eec updated Portuguese (Brazil) translation 2019-08-17 11:19:14 +02:00
josteph
612a913230 Revert #4188 and its fixup #4230
Fixes #4238 (which called for this revert)
Fixes #4240 (regression in #4188)
Reopens #4187

* Revert "fixup! Show the turn dialog before updating the GUI for the incoming player."

This reverts commit 511553ddd4.

* Revert "changelog: Add #4187"

This reverts commit dada4e1826.

* Revert "Show the turn dialog before updating the GUI for the incoming player."

This reverts commit 21ec7963ef.
2019-08-16 14:49:38 +00:00
Celtic Minstrel
ad98a23e16 Move the Wose sapling and Shaman to mainline
The ranged-halo images are unused, the elven/nature halo is used
for the Shaman's ranged attack instead.
2019-08-15 23:57:26 +02:00
Pentarctagon
d96210d5cf forgot the PR# 2019-08-15 07:52:25 -05:00
Pentarctagon
fa795ef62b changelog update 2019-08-15 07:49:11 -05:00
Steve Cotton
dd8e5bb6fc Correction to changelog, the add-on server change was client-side 2019-08-15 12:14:43 +02:00
Steve Cotton
edcf204ddf Add to changelog: editor fix, 1.15 add-ons, mysql, dune ranger fix 2019-08-15 12:07:34 +02:00
Charles Dang
3677ddcf07 Post-release version bump 2019-08-11 12:04:31 +11:00
Charles Dang
54fc4175d0 Pre-release version bump 2019-08-11 12:03:03 +11:00
Pentarctagon
c08cf5c01a Add Dunefolk overhaul to changelog. 2019-08-10 15:19:02 -05:00
josteph
dada4e1826 changelog: Add #4187 2019-08-10 13:23:34 +00:00
nemaara
35aabb6563 Add TSG update to changelog 2019-08-08 22:20:38 -04:00
Steve Cotton
0f948f793c Refactoring [movetype] to deprecate the "flies" key, use "flying" instead
This makes [movetype] consistent with [unit]. The code in movetype.cpp is used
for handling both of those tags and so already had support for "flying" in the
merge() and write() functions.

This shouldn't be backported to 1.14. For this reason, it also includes
handling the C++ todos to use C++14's std::make_unique.
2019-08-01 18:58:56 +02:00
sigurdfdragon
9c1d69254d Changelog: Update with DM changes 2019-07-29 17:22:01 -04:00
josteph
7ebc663723 changelog: Add #3330 as requested in #3514 2019-07-21 00:43:02 +00:00
nemaara
5ef720e9dd Add DiD update to changelog 2019-07-14 23:05:53 -04:00
Pentarctagon
1c19e8ce29 Changelog update. 2019-07-07 19:04:46 -05:00
Nils Kneuper
9623e79e20 updated Portuguese (Brazil) translation 2019-07-06 14:20:16 +02:00
Pentarctagon
4ac5d96182 Also require observers to enter a game's password.
Current situation:
* All observers allowed (Observers checked).
* No observers allowed (Observers unchecked).

New situation:
* All observers allowed (Observers checked, no password set).
* Some observers allowed (Observers checked, password set).
* No observers allowed (Observers unchecked).
2019-06-29 10:55:59 +02:00
nemaara
b700678c35 Add TSG fix to changelog 2019-06-28 22:26:18 -04:00
josteph
9399477a96 Add #3687 to changelog. 2019-06-22 17:36:13 +00:00
nemaara
4830028142 Add AToTB fix to changelog 2019-06-20 13:48:18 -04:00
josteph
1970165a61 Add #4070 to changelog 2019-06-16 22:11:41 +00:00
Niall Burton
a471392c37 Fixed weapon specials text not displaying in correct color: Issue #4071 (#4107) 2019-06-08 08:02:17 +03:00
nemaara
2655e88b9e Add UtBS update to changelog 2019-05-31 23:24:11 -04:00
nemaara
ffd5e9dd65 Update changelog with mermaid hitpoint increases 2019-05-29 22:29:33 -04:00
nemaara
d2cf4d3099 Update changelog with mermaid hitpoint increases 2019-05-29 19:17:48 -04:00
sigurdfdragon
62cf3a6330 SotA: Correct number of scenarios 2019-05-12 22:58:33 -04:00
sigurdfdragon
da1f4cfefb Update changelog 2019-05-12 22:44:11 -04:00
nemaara
38da648634 Add udpated campaign descriptions to changelog 2019-05-11 03:48:33 -04:00
nemaara
724abbfc54 Fix typo, version numbering, and whitespace issues in changelog 2019-05-04 12:53:25 -04:00