76247 Commits

Author SHA1 Message Date
Pentarctagon
082e209552 Run valid character checks during the translations job. 2020-02-19 21:32:13 -06:00
Pentarctagon
46e9a42f13 Fix travis script for checking for invalid UTF8.
Previously it wouldn't treat not having the `isutf8` command like a failure.
2020-02-19 21:32:13 -06:00
nemaara
c41dda060d DiD S9: reduce boss difficulty 2020-02-18 01:39:33 -05:00
Wedge009
f6f9b2df4a
Resolve #4736 (XP always displayed in light blue) (#4740)
* Remove hard-coded colouring for HP as well as XP.

Co-authored-by: gfgtdf <daniel.gfgtdf@gmail.com>
2020-02-18 10:57:14 +11:00
nemaara
05931445da UtBS S9: dialogue revision 2020-02-16 21:40:09 -05:00
nemaara
1b5b154870 Add Liberty updates to changelog 2020-02-16 21:34:11 -05:00
nemaara
23b509ceb6
Merge pull request #4746 from IskarJarak/master
Changes UtBS 9 and Liberty 6,7,8
2020-02-16 21:30:40 -05:00
Lukas Jox
2bb0e81dff Liberty 7/8 fix small bugs, minor dialogue adjustments 2020-02-17 02:57:23 +01:00
Lukas Jox
b64cf101c0 Liberty scenario 6: add victory condition 2020-02-17 00:35:30 +01:00
Lukas Jox
7acd5b8feb UtBS scenario 9: fix some merfolk dialogue attributions 2020-02-16 23:18:26 +01:00
IskarJarak
322a36f87d
Minor adjustments and typo fixes for Liberty scenarios 4 and 6 (#4745)
* Liberty S4/S6: minor revisions
2020-02-16 15:50:37 -05:00
Pentarctagon
1975122f11
Fix typo 2020-02-16 10:10:15 -06:00
Pentarctagon
a36b99225a Upload .tar.bz2 from travis.
While it can't be used currently, it's there and functioning in case that changes in the future.
2020-02-16 09:56:44 -06:00
Pentarctagon
d9ba86ffe2 Upload the debug output of the VS job. 2020-02-16 05:27:10 -06:00
Nils Kneuper
7e5c6bf783 updated Portuguese (Brazil) translation 2020-02-16 09:42:15 +01:00
Pentarctagon
7c3869f360 Update mingw docker image for creating the Windows installer. 2020-02-15 18:41:01 -06:00
Pentarctagon
204c4b804c Create windows installer on Travis. 2020-02-15 18:41:01 -06:00
Pentarctagon
51788f3773 Correctly label Windows installer as win64. 2020-02-15 18:41:01 -06:00
Pentarctagon
0249276d27 Remove duplicate Turkish entry in NSIS script. 2020-02-15 18:41:01 -06:00
Steve Cotton
e053566a15 Deprecate using [set_specials] without specifying mode=
This will show a warning for bugs similar to the UtBS one that
was fixed in 74ad400900eb5264b0485e9f84b90c968c1aba77.
2020-02-15 21:41:47 +01:00
Nils Kneuper
be39b7e76c updated Portuguese translation 2020-02-14 22:56:58 +01:00
Nils Kneuper
1502fa2352 updated Portuguese (Brazil) translation 2020-02-14 22:54:44 +01:00
Charles Dang
1c8f5f9524
Merge pull request #4741 from IskarJarak/master
Test run for request-pull workflow with small fixes
2020-02-14 13:41:58 +11:00
Lukas Jox
6a7f99c7e3 fix typos in UtBS scenarios 8,10,11 2020-02-14 03:17:28 +01:00
Lukas Jox
ba9aa365b5 flavor change to UtBS scenario 8 2020-02-14 03:15:54 +01:00
Lukas Jox
e35aa82236 fix discrepancy between text and bigmap 2020-02-14 03:14:33 +01:00
nemaara
a311a3e194 Merman Hoplite: update description 2020-02-12 20:37:03 -05:00
gfgtdf
6d851aaca4
store "reports out of sync errors" messages in server replays 2020-02-13 02:30:46 +01:00
nemaara
4bbfe77445 Dune Harrier: fix description 2020-02-12 20:12:06 -05:00
nemaara
5a027e25de Dune Soldier: fix typo in description 2020-02-12 20:11:24 -05:00
gfgtdf
580f963364
small unit::xp_color() optimisation
We now call get_modification_advances() once (instead of twice). In particular get_modification_advances() can be a rather slow operation for a unit that has many [advancement]s. and xp_color() is called rather often from the drawing code.

In fact xp_color() has caused annoying slowdowns in the past for a certain umc campaign that adds many dummy ( this means: blocked via require_amla by default) [advancement]s to units types. (this was also the reason for 4d73031680 where i found that a lot of temporary t_string objects were created during xp_color/get_modification_advances while investigating that). (that was before the second call to get_modification_advances() was added but well, better to call it once than twice if we know that calling it once was already problem in the past, i even considered caching he result of get_modification_advances() in the past but i currently don't think that's needed anymore, in particular since umc authors have now better options that addong tons of dummy [advamcent]s to unit_types)
2020-02-12 05:29:42 +01:00
mattsc
396b258203 AI retreat CA: bug fix for cure-only abilities
That is, those that cure poison, but do not provide any healing.
2020-02-11 12:10:43 -08:00
Pentarctagon
b657248686 Remove AppVeyor support.
Since Travis has support for Windows jobs now, the external CI services Wesnoth uses can be consolidated from AppVeyor and Travis to just Travis.

Fixes #4727
2020-02-09 12:11:48 -06:00
loonycyborg
9424069298 scons: fix build failure with --config=force 2020-02-09 14:59:38 +03:00
Nils Kneuper
0a2719b7af updated Russian translation 2020-02-09 12:24:58 +01:00
Nils Kneuper
6f3120052f updated Portuguese (Brazil) translation 2020-02-09 12:19:10 +01:00
Steve Cotton
82ea149ba1 UtBS S06a: Remove an ancient comment about lava
The comment is outdated since d4d5160543950a1cbeeff5553cc57144daa81428,
which was in 2007.

[ci_skip]
2020-02-08 20:56:21 +01:00
Severin Glöckner
d10a7601d8 DiD: forwardports 2020-02-08 07:47:23 +01:00
Pentarctagon
e679909762 Increase the xcode job's ccache size.
For whatever reason the existing limit of 200MB is no longer enough, resulting in a significant number of cache misses, which results in partial rebuilds taking far longer than they should.
2020-02-07 16:49:50 -06:00
Pentarctagon
abadbd64f8 Bump cmake+clang job to 18.04.
The scons job succeeds due to not passing `-std=c++14` to the linker, as best I can figure, but I haven't managed to be able to test whether this is actually the case because cmake defaults to including all compiler flags with the linker flags and I'm tired of trying to coax cmake to not do that.
2020-02-07 16:49:50 -06:00
Pentarctagon
12ce4cd43c Remove X11 linker options from cmake.
This makes cmake closer match scons' flags.
2020-02-07 16:49:50 -06:00
Pentarctagon
61964a096c Handle the SFTP_PASSWORD not being present more gracefully on forks. 2020-02-07 16:49:50 -06:00
Pentarctagon
b14dfb25eb Fix the return code from the mingw job.
The job should take its final return code from the scons job if it failed, not the sftp attempt.
2020-02-07 16:49:50 -06:00
Pentarctagon
84d88e97e3 Make variables provided to docker environment variables.
Currently they are only regular variables passed to a script, so they are not picked up by cmake as expected.
2020-02-07 16:49:50 -06:00
Pentarctagon
656737e6c9 Upload executables from travis.
This will SFTP the wesnoth and wesnothd executables from Travis (UPLOAD_ID=<something>) to SourceForge.
2020-02-07 08:18:40 -06:00
newfrenchy83
74ad400900
utbs use mode=append in set_specials
Otherwise it will delete specials that are already there
2020-02-05 21:41:13 +01:00
Pentarctagon
2146b8d8ea
Re-add updated po comment. 2020-02-04 22:01:39 -06:00
Pentarctagon
b8b97e75cf
Changelog update. 2020-02-04 18:25:04 -06:00
Earth-Cake
9627906015 Revert back the tip about oases 2020-02-04 18:05:59 -06:00
Earth-Cake
23cb2eecf7 Remove WoV from wmlling and schema_validation 2020-02-04 18:05:59 -06:00