75465 Commits

Author SHA1 Message Date
pentarctagon
15e4392416
Changelog entry for packaging update. 2019-10-24 07:38:39 -05:00
loonycyborg
bdc26a1fba Switch macro for type alias 2019-10-24 13:13:52 +03:00
loonycyborg
4379ca3446 Add compatibility with mysql 8.0 with conditional compilation 2019-10-24 13:03:51 +03:00
loonycyborg
ebe169e327 Revert "Fix build with MySQL 8"
This reverts commit c7ab09201ba29f18e8f473cacbd84ae77a391dac.
2019-10-24 12:53:08 +03:00
loonycyborg
c7ab09201b Fix build with MySQL 8
In MySQL 8 my_bool type is removed, doc suggests using bool or int
instead.
2019-10-24 11:47:11 +03:00
josteph
f2de9621fa Fix deprecation warning being printed when compiling with -DPREFERENCES_DIR=\".wesnoth-1.15\". 2019-10-24 04:39:07 +00:00
nemaara
2125a9e779 Add TSG update to changelog 2019-10-23 00:34:51 -04:00
nemaara
0c866cf7d7 TSG S7b/S8b: modify dialogue upon alliedunit death 2019-10-23 00:34:49 -04:00
Wedge009
d29e73ec02 Display left-facing Delfador portraits on the right.
Some of Delfador's portraits face to the left. A cosmetic change only, but we prefer to such portraits to be displayed to the right of the dialogue so that they face the 'middle'. It also gives impression of a conversation with a right-facing portrait displayed (by default) on the left.

Resolves #4345.

[ci skip]
2019-10-23 11:45:32 +11:00
nemaara
d52783a7ea DiD S9: remove canrecruit=yes from DV 2019-10-22 11:37:21 -04:00
nemaara
81fcc2ef30 DiD: tweak Malin side color 2019-10-22 10:57:22 -04:00
nemaara
da4581576e DiD: use specified colors for monsters and DV 2019-10-22 10:47:15 -04:00
Wedge009
ccc877e40a Only show brackets in Statistics title if side name is not empty.
Resolves #4080.
2019-10-23 01:35:50 +11:00
pentarctagon
ea90383f1d
Make additional changes to client source handling based on discussion.
Add a "BSD Repository" option.
Add data/dist to .gitignore.
Delete data/dist from git.
Error conditions reading data/dist just set the value to Default.
Remove a leftover TODO comment.
Add description comments for the two new database columns.
2019-10-22 01:14:45 -05:00
Wedge009
4ceabf1458 Correct boost inclusion (resolves #3442). 2019-10-22 16:21:40 +11:00
Iris Morelle
b4f09d1353 Fix multiple cases of changelog creativeness
Also fix a few grammar or style mistakes but certainly not all.

[ci skip]
2019-10-21 20:12:29 -03:00
nemaara
5d4f781ee5 Add TSG update to changelog 2019-10-21 17:23:45 -04:00
nemaara
f5d4b99718 TSG S7b/S8b: reduce enemy gold values 2019-10-21 17:23:06 -04:00
nemaara
4c1ede576a DiD S3: fix next_scenario 2019-10-21 11:12:05 -04:00
nemaara
7c76f8d066 Revert "Revert "Merge pull request #4476 from newfrenchy83/newfrenchy83_replace_deprecated_special""
This reverts commit d3f968aad5d8bb5926dea7ba731ebdb7dfa9dd0d.
2019-10-21 03:23:27 -04:00
nemaara
d3f968aad5 Revert "Merge pull request #4476 from newfrenchy83/newfrenchy83_replace_deprecated_special"
This reverts commit 5800acd8ea0a572d242e8dd19f040c76ef1cb4f1, reversing
changes made to 0e85ea86199d6569a2875aa3437c3b3e0e9f1a61.
2019-10-21 03:12:07 -04:00
pentarctagon
21f9b19120 Also store where the client came from. 2019-10-20 13:57:45 -05:00
pentarctagon
c04ecaa8fb Store the client version in the database.
This will now store the version of the client playing a side in `game_player_info`.
2019-10-20 13:57:45 -05:00
josteph
f7a21a02e4 Post-release version bump 2019-10-20 01:40:24 +00:00
josteph
6f6ecdbc26 Pre-release version bump 1.15.2 2019-10-20 01:38:25 +00:00
josteph
fff2f13f7f Bump deprecation level of old early finish / carryover macros 2019-10-20 00:09:11 +00:00
josteph
b821da1cff Revert "Removed deprecated objective text macros"
This reverts commit 97acce20643ba757e11fdf0cfa35994224ccda63.
2019-10-19 23:56:57 +00:00
josteph
d1a72cafff EI: Fix the "Northlands" fix 2019-10-19 23:53:44 +00:00
josteph
84d3daed22 github: Add note from SpellingMistakes 2019-10-19 23:44:07 +00:00
josteph
437ff89ab1 HttT S18: Fix "noble merfolk". 2019-10-19 22:29:09 +00:00
josteph
4a1d71b5ec EI: Typo fix 2019-10-19 22:21:30 +00:00
josteph
1017018e44 fixup! Fixes from SpellingMistakes
Revert the Orc Ruler change, IRC feedback says "out of" is implied.
2019-10-19 22:12:20 +00:00
josteph
87e3e8f9cf HttT: Typo fixes 2019-10-19 22:04:42 +00:00
josteph
74589a642c Fixes from SpellingMistakes 2019-10-19 21:32:24 +00:00
josteph
6b15d6847a Fix syntax in translation (#4490) 2019-10-19 21:16:19 +00:00
Steve Cotton
ad7699bffc Translations: drop languages with 3 or less translated strings
* Old English (ang)
* Friulian (fur_IT)
* Asturian (ast)

The "Old English (Latin chars) (ang@latin)" translation is not dropped,
which is why Old English is still listed in about_i18n.cfg.

The manpage uses ang_EN in the example of the command-line --language
option, which is then copied in to other translations. That isn't changed
in this commit.

Although the po4a scripts are updated, the update-po4a target currently
fails because of a typo in the pt_BR translation.

Two scripts have a special case for ignoring ang_GB, both of these are
left unchanged on the assumption that old versions of Wesnoth may be
parsed with the latest version of the tools:
* data/tools/unit_tree/helpers.py
* data/tools/wmlunits
2019-10-19 20:38:03 +02:00
Steve Cotton
c30c30acfc wmlxgettext: support double quotes in raw strings (fixes #4484)
This adds support for _<<map="{maps/01_First_Map.map}">>.
2019-10-19 20:37:39 +02:00
Steve Cotton
3535cee5af Updated VS VC14 projectfile 2019-10-19 20:26:44 +02:00
Nils Kneuper
36400a02fa updated Czech translation 2019-10-19 19:10:12 +02:00
Martin Hrubý (hrubymar10)
06435d3cc0
Fix Xcode build 2019-10-19 19:05:49 +02:00
Nils Kneuper
9af9f9e616 added Ancient Greek translation 2019-10-19 18:52:48 +02:00
Nils Kneuper
730652a66a updated Korean translation 2019-10-19 17:41:47 +02:00
Nils Kneuper
0e5fd6e15b updated French translation 2019-10-19 17:38:49 +02:00
Nils Kneuper
2c136bfef1 updated Portuguese (Brazil) translation 2019-10-19 17:36:38 +02:00
Charles Dang
8becb29fad Removed C++14 feature macros 2019-10-19 20:42:05 +11:00
newfrenchy83
0c04d26543 Update wesnoth.cbp 2019-10-19 04:02:48 -05:00
newfrenchy83
2abd6d4baa Update tests.cbp 2019-10-19 04:02:48 -05:00
newfrenchy83
06213e7d33 Update wesnoth.cbp 2019-10-19 04:02:48 -05:00
Charles Dang
388913162c Updated VS2019 projectfile 2019-10-19 19:17:01 +11:00
Charles Dang
dd02bdecc8 Fixup 167f4a1a1e55c 2019-10-19 19:12:08 +11:00