27258 Commits

Author SHA1 Message Date
Severin Glöckner
0d2ed265a5 Monsters: change usage of some
[ci skip]
2020-08-16 13:43:26 +02:00
Steve Cotton
4a16b9d3ff
Help dealing with losses: remove todo for linking to the forums (#5077)
This simply removes the todo. Conclusions from trying to add a link:

* Any link should be to something more specific than the "Mainline Campaigns
Feedback" forum, which is a set of sub-forums that may or may not have any
recent and-or useful information for the particular scenario that the user is
having trouble with. For replays in particular, some (most?) don't have replays
that have been uploaded to the feedback threads, and given Wesnoth's
incompatibility with previous stable branches the replays that are there might
not be usable.

*`The forums are English, so might want a note in all the non-English
translations that isn't in the English text.
2020-08-15 22:57:48 +02:00
Steve Cotton
2546446122
Help about losing: remove reference to specific difficulties (#5076)
Part of resolving issue #4280.
2020-08-15 17:49:21 +02:00
nemaara
1182c0d8e7 Liberty: typo fixes 2020-08-13 02:14:28 -04:00
nemaara
67458f82fd Nightblade: fix typo 2020-08-13 02:11:12 -04:00
nemaara
854b0eeb50 Scorcher: fix typo 2020-08-13 02:10:46 -04:00
Wedge009
06a046a44d Correct typo introduced in 48198469.
[ci skip]
2020-08-13 15:23:16 +10:00
doofus-01
ee6d86c20b
Various minor graphics fixes/updates (#5025)
* units - adult scorpion variant portrait

* units - revised portrait for naga dirkfang

* terrain - some dwarf castle floor transitions that were forgotten

* units - Revisions to Giant Scorpion portrait
2020-08-09 17:29:14 -07:00
Severin Glöckner
4f76aa672b The Wildlands — map tweaks
* the waterpath in the north is now continuous
* a few more embellishments

[ci skip]
2020-08-09 11:05:25 +02:00
Severin Glöckner
c0d05dcce6 MP: 5P The Wildlands
Fix Shuffling Sides with side 5 (which has no leader)
and refactor.
[ci skip]
2020-08-09 00:44:58 +02:00
Severin Glöckner
4c899d73d6 MP: 5P The Wildlands
Place units in a way which avoids jumping too much over the map.
[ci skip]
2020-08-09 00:44:58 +02:00
sigurdfdragon
8540dbbd24 Campaigns: List myself as former maintainer for two campaigns 2020-08-08 12:50:48 -04:00
Iris Morelle
ce1a1ec809 pot and documentation update 2020-08-08 05:35:45 -04:00
Severin Glöckner
8e9d4b1f82 MP: remove Xo overlay from border tile
seems to be misplaced.

[ci skip]
2020-08-07 00:06:31 +02:00
Severin Glöckner
c256c26f5e ANL: swap side 3 & 4
They are now placed clockwise.

[ci skip]
2020-08-07 00:03:44 +02:00
Severin Glöckner
a9ded0c14f ANL: switch to new castle terrain
It's having a few more glitches, but it may cause less glitches elsewhere,
as it are »real« castles, and the player can build castes adjacent

[ci skip]
2020-08-06 23:40:21 +02:00
Steve Cotton
935fa41379
Final part of the Python 2 removal, including updating install-pytools (#5027)
Update the list of files installed by "scons install-pytools", dropping Python2
versions and adding their Python3 replacements. This doesn't update any
`import` statements, as the tools have already been ported to use the Python3
modules - the scons script was out of date and was still bundling the wrong
versions.

Note for anyone looking at the history - although most of the current
tools have a '3' in the name just to indicate that they're the Python 3 version,
there's a double-meaning to that number in wmlparser3.py's name. There was a
`wmlparser2.py`, where the `2` indicates a redesign of the original.

The data/tools/README.md file was renamed from plain README without being
converted to Markdown format. This commit touches about half of that file;
headings in that half are updated to be Markdown, but to reduce the diff the
other headings aren't updated.
2020-08-05 21:56:12 +02:00
Hejnewar
525dd2ecd9 Balance changes 2020-08-04 19:35:55 +02:00
Nils Kneuper
0db9d4c1c1 updated Russian translation credits 2020-07-31 21:14:11 +02:00
Steve Cotton
ebbd9c5dfa
Remove the python2 rmtrans tool (#5014)
It seems unused, as there's:

 * Wiki: no mention of rmtrans
 * main Git repo: only the brief paragraph in the tools readme
 * resources repo: no mention of it
 * forums: only as part of a general list of Python files
 * Github issues and PRs: only as part of a general list of Python files

FWIW, I think it's already possible to do with Gimp's default tools ("Colors",
"Curves ...", select channel "Alpha", select curve type "Freehand", click in
the bottom-left of the box and sweep down, then to the left edge of the box,
then as far right as required).
2020-07-30 22:19:52 +02:00
Pentarctagon
f996803cf6 A separate button for info/announcements.
Rather than having everything in the MOTD, this adds a separate button that will popup a window which will have most of this information in two tabs:
* General server information, such as a link to the CoC.
* Announcements, such as tournaments and new versions being released.

The information on this new window will be stored in the new `server_config` database table.
The MOTD will then just be a short greeting instead of the several lines that are shown currently.

Additionally, now the motd will only be displayed in the lobby chat the first time the user logs on.
2020-07-30 13:17:22 -05:00
nemaara
86b0a82f88 DiD S7b: change FDR's fear quote 2020-07-30 05:18:37 -04:00
nemaara
3f3ceb5157 DiD: fix impetuity description 2020-07-30 05:15:35 -04:00
nemaara
f64c40c146 DiD S7a: clarify reduced vision 2020-07-30 05:14:18 -04:00
nemaara
f96e06b802 DiD S3: clarify objectives 2020-07-30 05:10:44 -04:00
gfgtdf
3df569ae74
fix missing chunk name in [lua] tags with no name= attribute
reported here https://forums.wesnoth.org/viewtopic.php?p=656867#p656867
2020-07-29 18:52:41 +02:00
Iris Morelle
fa08ff291b gui2/button: Fix highlight colour for the disabled state
It was apparently copy-pasted from the pressed state. This resulted in
disabled buttons looking like they are pressed.

[ci skip]
2020-07-27 06:02:53 -04:00
Iris Morelle
ceabe0c79c SoF: Use the correct macro for enemy flags
Fixes subtle animation issues with them.

[ci skip]
2020-07-25 04:08:38 -04:00
Iris Morelle
9fa0536eaa wmllint: Recognize [remove_time_area]
Fixes issues with wmllint emitting spurious warnings about unit ids when
encountering time area ids in [remove_time_area].

[ci skip]
2020-07-25 04:05:49 -04:00
Iris Morelle
17b5d5420e gui2/file_dialog: Use golden headers above list views 2020-07-22 01:25:12 -04:00
nemaara
c14b941e32 Ixthala demon: fix exp 2020-07-20 01:04:35 -04:00
Iris Morelle
ea883befcf gui2/preferences: Use labelless toggle buttons in Advanced
The labels are implemented with a different widget on a separate column,
the the reserved space only serves to make things look weird.
2020-07-19 21:53:44 -04:00
Iris Morelle
75344d0ec1 gui2/mp_alerts_options: Clean-up table column/row headers
Yes, this UI is effectively a table in the truest sense of the word.
2020-07-19 21:39:32 -04:00
nemaara
0c969f858b
Merge pull request #4974 from nemaara/quenoth_rebalance
UtBS and Quenoth rebalance
2020-07-19 19:54:55 -04:00
nemaara
49eb715516 UtBS S12: don't recall merfolk into caves 2020-07-19 19:52:06 -04:00
nemaara
dd15d88a31 Sun Singer/Sylph: slightly reduce hp 2020-07-19 19:51:34 -04:00
nemaara
8a3b9f15be UtBS: reduce difficulty on easy and normal 2020-07-19 19:51:34 -04:00
nemaara
74033f89b2 UtBS: increase HP loss from dehydration 2020-07-19 19:51:33 -04:00
nemaara
3745de3a30 UtBS S12: allow everyone to move and attack after killing fake Eloh 2020-07-19 19:51:33 -04:00
nemaara
60e615cc90 UtBS S12: increase difficulty 2020-07-19 19:51:30 -04:00
gfgtdf
753643bf75
Update help.cfg 2020-07-19 23:38:51 +02:00
mattsc
c72537687e Experimental AI: always show up in MP menu
This reverts 24af20cf83, which made it available in debug mode only, as there remain more differences to the new default AI than initially envisioned. This takes care of Issue #4997.
2020-07-19 11:05:01 -07:00
nemaara
47b817d982 UtBS S5: don't give free units 2020-07-15 18:40:54 -04:00
nemaara
79ea509cef UtBS S11: don't give units at start 2020-07-15 18:40:54 -04:00
nemaara
665a5a8258 UtBS S11: increase difficulty 2020-07-15 18:40:53 -04:00
nemaara
5dc0356c71 UtBS S9: don't give free units 2020-07-15 18:40:53 -04:00
nemaara
cbf17ccf38 UtBS S9: increase difficulty 2020-07-15 18:40:52 -04:00
nemaara
1de014e510 UtBS S8: increase starting castle size by 1 2020-07-15 18:40:52 -04:00
nemaara
222eb59502 UtBS S8: increase difficulty 2020-07-15 18:40:51 -04:00
nemaara
6fb716c2b0 UtBS: buff some enemy units 2020-07-15 18:40:51 -04:00