75205 Commits

Author SHA1 Message Date
Severin Glöckner
b593e82cd2 schema: Use same definition as in actionwml 2019-10-02 05:59:58 +02:00
Severin Glöckner
9c099d5d07 remove TODOs regaring overlays 2019-10-02 03:50:39 +02:00
Severin Glöckner
664871bd14 add map_file to schema 2019-10-02 03:50:08 +02:00
Severin Glöckner
6da85e9042 switch from map_data to map_file in SP 2019-10-02 02:54:25 +02:00
josteph
c72f1dc07a Abilities: Revert an unintentional change of the behavior of affect_allies.
Fixes #4257
2019-10-01 19:33:24 +00:00
josteph
9384d3b6b6 tips: New tip about terrains. 2019-10-01 18:26:39 +00:00
Severin Glöckner
a70bb58a21 TSG 5: add color to narrator message. 2019-10-01 16:36:51 +02:00
Severin Glöckner
ea039d6050 TSG 4: avoid endless loop in debug mode
There are no adjacent hexes if she isn't there.
2019-10-01 16:32:33 +02:00
doofus-01
7b56aba4ac adjusting bat cropping for help pages 2019-10-01 15:16:22 +02:00
josteph
e35fb7b90e fixup! tips: Add a tip about allied healing
Use a typographical apostrophe.
2019-10-01 13:13:14 +00:00
Nils Kneuper
3bf54fd9b7 updated Chinese (Simplified) translation 2019-10-01 14:00:58 +02:00
Nils Kneuper
b51831722e updated Portuguese (Brazil) translation 2019-10-01 12:59:24 +02:00
Elvish_Hunter
636f29b0b9 Ported unused_functions to Python 3 2019-10-01 11:37:26 +02:00
Elvish_Hunter
ffc5edd3fe Ported ai_test to Python 3 2019-10-01 11:36:35 +02:00
Wedge009
50ebd92e58 Dialogue correction
https://forums.wesnoth.org/viewtopic.php?p=647742#p647742
[ci skip]
2019-10-01 18:02:11 +10:00
josteph
6f1caad308 Add #4217 to 1.14.10 changelog. 2019-09-30 22:55:15 +00:00
josteph
dfe7347718 help: Break the new saveload and whylost topics into paragraphs for translation. 2019-09-30 22:49:33 +00:00
josteph
c4eb994bdd Add to 1.14.10/1.15.2 changelog backports listed in #4356 2019-09-30 22:47:14 +00:00
josteph
c939d13711 tips: Add a tip about allied healing 2019-09-30 20:32:30 +00:00
josteph
5bbc7a6c7c save_index: Move a space out of a translatable string.
The string _("replay") is already used elsewhere, so this prevents two kinds of bugs from
happening:

- Translating _("replay") and _(" replay") differently
- Translating _(" replay") without the leading space

14 po files got this wrong in one way or another.
2019-09-30 17:58:42 +00:00
josteph
e6848502e0 Sidebar: Do not show the ten-thousands-of-a-percent digit.
Before this commit, a probability of 0.67% was shown as 0.67%.
Now it is shown as 0.7%.
(That's not a typo. I'm talking about a chance of 67 permyriad.)

Reproducible in the test scenario by having the Wolf Rider attack the
unit to its south.
2019-09-30 15:08:28 +00:00
josteph
2efddd1ac7 Partly revert "Lua: make side.flag and side.flag_icon writable"
It wasn't working, see https://github.com/wesnoth/wesnoth/issues/4396#issuecomment-536325394

This partly reverts commit 9bd717c7239f65fb83c72bceb17f742e4b0785da.
2019-09-29 18:38:56 +00:00
josteph
55b04875a6 Clarify advanced preference description
Players aren't expected to know what "the list of encountered unit" is.
2019-09-29 18:22:27 +00:00
Wedge009
46739fcfaa Add translation notes.
[ci skip]
2019-09-30 04:07:05 +10:00
Wedge009
5ed64df5fb Use the initials already translated through those defined in data/gui/window/preferences/02_hotkeys.cfg. 2019-09-30 04:07:05 +10:00
Wedge009
150d8c198d Replace hot-key markers with initials
Suggested in #1152 and mitigates #1499.
2019-09-30 04:07:05 +10:00
josteph
9bd717c723 Lua: make side.flag and side.flag_icon writable
Fixes #4396
2019-09-29 13:42:45 +00:00
Elvish_Hunter
4f667254c9 Ported wiki_grabber to Python 3 2019-09-29 11:07:59 +02:00
Elvish_Hunter
af64a10d50 Ported umc_dev/build/update_version to Python 3 2019-09-29 11:06:11 +02:00
pentarctagon
6d60cc550e
Use consistent formatting in table_definitions.sql. 2019-09-28 21:42:53 -05:00
pentarctagon
f1d48a0947
Fixup user_is_moderator default. 2019-09-28 12:32:54 -05:00
nemaara
17d21ff76a
Merge pull request #4393 from stevecotton/thot_old_troll_battle
THoT: fix bigmap for the removed Troll Bridge
2019-09-28 11:44:17 -04:00
Charles Dang
cab843d0fd Removed mention of Boost Thread
[ci skip]
2019-09-29 02:32:41 +11:00
Steve Cotton
53bea37b61 THoT: fix bigmap for the removed Troll Bridge 2019-09-28 15:47:22 +02:00
loonycyborg
4c74977227 Remove check for boost.thread from buildsystems since it's not used anymore 2019-09-28 14:21:04 +03:00
loonycyborg
46ceee9cf9 Remove forgotten gobject placeholder in cmake 2019-09-28 14:21:04 +03:00
Elvish_Hunter
a830561dd0 Ported wmlparser to Python 3 2019-09-28 11:50:30 +02:00
Elvish_Hunter
5654b4c929 Removed broken wmlvalidator Python script 2019-09-28 10:59:45 +02:00
pentarctagon
2cd4273192 Use BIT(1) for fields with only 2 possible non-NULL values. 2019-09-28 09:27:20 +02:00
pentarctagon
7cb6482b32 Store in the database whether the game is a reload or not. 2019-09-28 09:27:20 +02:00
Charles Dang
5aaf179728 GUI2/Unit Preview Pane: tweaked attack display spacing
[ci skip]
2019-09-28 14:40:59 +11:00
Steve Cotton
981724fa83 Changelog for the deprecated terrain overlay 2019-09-27 23:02:17 +02:00
Steve Cotton
f6c48953f6
Overlay deprecated terrains in the editor with a magenta "D" (#4374)
The image is a fully opaque letter, but leaving many completely transparent
pixels to see the underlying hex. When replacing the old mushroom overlay, it's
helpful to be able to easily recognise the base terrain.
2019-09-27 22:55:11 +02:00
josteph
9c7d5986c1 Clarify a po comment for #4366. 2019-09-27 17:01:47 +00:00
Steve Cotton
96ffd65b68 PblWML schema: add the "dependencies" attribute
There's also a "translate" attribute which is missing in the schema,
this commit deliberately omits it as it was for WesCamp.

The commit comment in e6d1595f8 is wrong - the validator does complain
about the error fixed in that commit, I'd missed the --use-schema option.
2019-09-27 18:36:26 +02:00
Steve Cotton
e6d1595f86 Fix missing [/tag] in ServerPBL schema
The schema validator doesn't complain about this, but wmlxgettext does.
2019-09-27 17:47:46 +02:00
Steve Cotton
be177abcf8 TRoW: Replace ^Uf mushrooms with ^Tf mushrooms
For the units that these scenarios have, the stats are almost identical. Burin
and the troll-hole's spiders get a 10% defense boost on the new terrain.
2019-09-27 14:40:43 +02:00
Steve Cotton
6126fc3f47 TRoW S04a S04b: Move Sir Ladoc / Sir Ruddry to the victory event
This means that they join even when debugging with the :next_level command.

The enemies_defeated event could be replaced by victory_when_enemies_defeated
and the appropriate carryover amounts, but that should probably be done as a
single commit updating the entire campaign.
2019-09-27 13:05:02 +02:00
nemaara
b46f2e768b Add HttT and TSG updates to changelog 2019-09-27 03:21:40 -04:00
nemaara
4b8d7adf25 HttT: modify dates (fixes #4320) 2019-09-27 03:21:16 -04:00