75048 Commits

Author SHA1 Message Date
Severin Glöckner
09b00b94d6 remove text not needed anymore due to new [special_note] tag 2019-09-16 02:00:33 +02:00
Severin Glöckner
fda90a1896 Add HighContrast icon
relevant for Linux / BSD
2019-09-16 00:35:37 +02:00
Steve Cotton
af91654e26 Fix the build
Explicitly use t_str() to avoid an ambiguous construction from
7bee8ee1574e16ec27f8904e6808bc1515fe4a86, which made GCC9 error out because it
could alternatively use t_string::t_string(const string &).

Resolve the merge conflict from 26d1ca7a7d1216e8f19f2848f6556c456e9d1f3f
2019-09-15 22:55:05 +02:00
Severin Glöckner
a090a0ff78 UtBS: refactor to use drake macro
That way there's less duplicated code
2019-09-15 19:53:30 +02:00
Celtic Minstrel
67ee332bbe Add a schema file for the _server.pbl 2019-09-15 13:40:54 -04:00
Celtic Minstrel
26d1ca7a7d Merge pull request #4351 from wesnoth/special_notes
Update to new special notes syntax in campaigns
2019-09-15 13:39:16 -04:00
Celtic Minstrel
7bee8ee157 Add special note support in [unit] and [effect]. 2019-09-15 13:19:17 -04:00
Celtic Minstrel
02eda177f7 WoV: Update special notes syntax 2019-09-15 11:30:59 -04:00
Celtic Minstrel
f94d0bb80a UtBS: Update special notes syntax 2019-09-15 11:30:08 -04:00
Celtic Minstrel
99b79fb74d Tutorial: Update special notes syntax 2019-09-15 11:23:39 -04:00
Celtic Minstrel
f9abb40e3f TSG: Update special notes syntax 2019-09-15 11:23:18 -04:00
Celtic Minstrel
c7d1cb4a18 TRoW: Update special notes syntax 2019-09-15 11:23:03 -04:00
Celtic Minstrel
317656fc43 THoT: Update special notes syntax 2019-09-15 11:22:00 -04:00
Celtic Minstrel
c19a24783b SotBE: Update special notes syntax 2019-09-15 11:20:50 -04:00
Celtic Minstrel
1bd77e83bd SotA: Update special notes syntax 2019-09-15 11:19:18 -04:00
Celtic Minstrel
a5cfee8742 SoF: Update special notes syntax 2019-09-15 11:17:05 -04:00
Nils Kneuper
855734f4c6 updated Portuguese (Brazil) translation 2019-09-15 14:27:20 +02:00
Nils Kneuper
c563808365 updated Czech translation 2019-09-15 14:25:23 +02:00
josteph
42ee622554 Add #1111 to changelog. 2019-09-15 06:30:42 +00:00
josteph
2543fc67a2 Enable chat in SP and local MP.
Fixes #1111.

Quoting the issue:

> The implications would be, e.g., that you could chat (to yourself, i.e. "for the record", i.e. for the replay) in SP mode, thus making notes in the chatlog about the gameplay.
2019-09-15 06:27:33 +00:00
pentarctagon
2eccbab970 Add UI button to stop a game.
This adds a button along side the kick/kickban/ban buttons to stop the game the selected user is in.

Fixes #3635
2019-09-14 11:10:05 -05:00
josteph
1e221469d2 fixup! Help: Add screenshots to "income and upkeep"
Crop the images.
2019-09-14 13:39:18 +00:00
josteph
ea16e832ed Help: Add screenshots to "income and upkeep" 2019-09-14 13:30:38 +00:00
josteph
4912c5e934 help: Add a screenshot to the combat screen 2019-09-14 13:00:09 +00:00
josteph
b4e977555b themes: Remove the brief top bar tooltips
These are the tooltips of the images. Mousing over the figures next to
the images shows a more verbose tooltip.

For #1068/#1060
2019-09-14 12:44:24 +00:00
josteph
de8a913374 Add #4329 #4334 #4337 to changelog. 2019-09-14 08:01:33 +00:00
josteph
d26076d59a Fix upkeep report tooltip 2019-09-14 07:58:12 +00:00
josteph
a42a256ca0 fixup! Clarify descriptions of income and upkeep. 2019-09-14 07:58:12 +00:00
josteph
0a0b70c5a9 Clarify descriptions of income and upkeep. 2019-09-14 07:58:12 +00:00
josteph
78db7f2c31 HttT S15: Add po comment 2019-09-14 07:57:37 +00:00
josteph
1c481c7c2b HttT S15: Improve dialog flow when Geldar survives
Fixes #4333
2019-09-14 07:57:37 +00:00
josteph
43fb5fa17c HttT S15: Tweak the hint to be more explicit. 2019-09-14 07:57:12 +00:00
josteph
4a76d0b9b3 HttT S15: Add a hint about the Guardsmen. 2019-09-14 07:57:12 +00:00
josteph
973a3ee320 HttT S23: Give a more explicit hint on EASY
Thanks to forum user "Poison".
2019-09-14 07:57:12 +00:00
pentarctagon
ae73e5cd15
Forbid the "moderator" username by default as well. 2019-09-13 14:08:36 -05:00
gfgtdf
cad013c4de fix UB in story_viewer
previously the first image timer would not be cleared when the user restarted
the part, which in particular caused UB if the story_viewer was closed
before all timers have finished.

fixes #3838 fixes #3837
2019-09-13 19:01:38 +02:00
Severin Glöckner
7baad6ea41 HttT 04: use a portrait for the Sea Orc
The same before and after advancement
2019-09-13 17:59:17 +02:00
Martin Hrubý
1b24c3ab8e Fix game crash when user click on Cancel while connecting to add-ons server from multiplayer lobby
Fixes issue #3859

(cherry picked from commit 856183067f0999e228338c4ebf402165b198fbf6)
2019-09-13 18:42:42 +10:00
pentarctagon
14c0272948 Add optional reason when using the stopgame command.
So now: `/query stopgame <nick> [<reason>]`. The reason is displayed to the players of the game on the savegame prompt dialog.
2019-09-13 09:32:20 +02:00
Celtic Minstrel
7ac903c238 NR\: Update special notes syntax 2019-09-12 21:20:55 -04:00
Celtic Minstrel
5556f697bd L: Update special notes syntax 2019-09-12 21:20:26 -04:00
Celtic Minstrel
636d864bde HttT: Update special notes syntax 2019-09-12 21:18:36 -04:00
Celtic Minstrel
769ce27f92 EI: Update special notes syntax 2019-09-12 21:15:18 -04:00
Celtic Minstrel
a951269069 DiD: Update special notes syntax 2019-09-12 21:14:46 -04:00
Celtic Minstrel
1365669fee DM: Update special notes syntax 2019-09-12 21:13:55 -04:00
Celtic Minstrel
73afb645f2 DW: Update special notes syntax 2019-09-12 21:12:53 -04:00
Steve Cotton
d0a3376a3a
UtBS: Replacing ^Uf mushrooms with ^Tf mushrooms (#4336)
The code for flooding in 08_Out_of_the_Frying_Pan uses a list of impassible terrains,
anything not in that list can flood so there's no change needed to that code.

The Sun Sylph's animation code now recognises both types of mushroom, in case the
Quenoth elves are used in UMC campaigns.
2019-09-12 22:41:51 +02:00
Steve Cotton
cef41e6128
EI: Replacing ^Uf mushrooms with ^Tf mushrooms (#4335) 2019-09-12 22:41:22 +02:00
Celtic Minstrel
4dd7824353 Redo the special notes macros so that the new ones won't trigger deprecation warnings 2019-09-12 08:51:05 -04:00
Celtic Minstrel
c0210efb6d Move all core units to the new special notes system 2019-09-12 08:51:05 -04:00