75085 Commits

Author SHA1 Message Date
Elvish_Hunter
1fe32ff69d Ported wmlflip to Python 3 2019-09-20 22:01:31 +02:00
Severin Glöckner
f32fda8073 MP: use prestart for objectives
that's good practive, because in other cases the player might press ctrl+j
and see the default objectives instead.
Also, as in these cases it's know that there is exactly one enemy, say so.

[ci skip]
2019-09-20 19:29:27 +02:00
Severin Glöckner
5cfe19ec8c MP Wildlands: add proper objectives
Default objectives are not correct here.

[ci skip]
2019-09-20 19:18:35 +02:00
Severin Glöckner
3289517599 MP Wildlands: fix wrong village_gold
Map description remonnecs 1 village_gold.
Otherwise player 5 is disadvantaged, who has always none.

[ci skip]
2019-09-20 19:17:44 +02:00
Severin Glöckner
bf5aee42de MP Wildlands: set more AI settings
including experimental AI

[ci skip]
2019-09-20 19:15:34 +02:00
Severin Glöckner
bf6b74ad69 MP Wildlands: use no_units_left
and don't show gold stats, as they are not relevant.

[ci skip]
2019-09-20 19:14:24 +02:00
Severin Glöckner
b73435f096 MP: team names for 5p Wildlands
…rather than just a number.
[ci skip]
2019-09-20 14:35:18 +02:00
Severin Glöckner
3d604d2045 MP: use sand scuttler instead of scorpion
Has the same resists as the old scorpion.

[ci skip]
2019-09-20 14:14:06 +02:00
Severin Glöckner
af762efd9e MP: undef scenario-level macro
[ci skip]
2019-09-20 13:43:33 +02:00
Steve Cotton
5dcd2d301d
Clean up some Cppcheck warnings by passing args as const refs (#4364) 2019-09-20 09:34:19 +02:00
mattsc
f5b6b50565 Experimental AI: fix guardians being used for village actions 2019-09-19 19:16:48 -07:00
Steve Cotton
7c32bf81de NR: Replace ^Uf mushrooms with ^Tf mushrooms, and update changelog
This doesn't include updates to the maps in the evil branch, the old
mushrooms are still used in 06b_Slave_of_the_Undead and 08b_Ray_of_Hope,
however the evil branch is currently not available to players either.
2019-09-19 18:39:36 +02:00
Elvish_Hunter
b896517834 Removed unused journeylifter Python tool 2019-09-19 18:05:23 +02:00
josteph
bbf43bd4a7 Restore two of the three deprecation warnings, and upgrade them to DEP_LEVEL::REMOVED. 2019-09-18 22:48:53 -04:00
Celtic Minstrel
7c07cc71c0 Remove support for legacy menu markup 2019-09-18 22:48:53 -04:00
Sergey Lavrenyuk
9fd59ebcda Added translation prefix to female saurian unit types. 2019-09-18 18:43:10 +02:00
josteph
8867aab43f Hide the Suppose Dead hotkey from the preferences 2019-09-18 14:05:58 +00:00
josteph
410cc852ce HttT: Remove superfluous {SPECIAL_NOTES} macros.
The "Special Notes:" line was duplicated because of the {NOTE_*} macros on the next line.
2019-09-18 09:09:13 +00:00
Elvish_Hunter
2863db36cc Removed the unused scoutDefault Python tool 2019-09-17 21:43:04 +02:00
josteph
8d576ddc52 Add #1111 to changelog. 2019-09-17 13:02:05 +00:00
josteph
4c0a012b5b unit_preview_pane: Make the unit description button open the help on the right variation
Fixes #4142
2019-09-17 12:46:11 +00:00
newfrenchy83
f6cc138c20 Fix grammatical error 2019-09-17 22:06:04 +11:00
josteph
b1e8196924 Add #1527 to changelog. 2019-09-16 22:47:12 +00:00
josteph
d26c2a2290 Draw ellipses and bars during draw/sheath animations
Issue #1527
2019-09-16 22:16:02 +00:00
josteph
f874a60034 fixup! statistics_dialog: Tweak the tooltip per @nemaara 2019-09-16 21:55:31 +00:00
josteph
d3db9237ac statistics_dialog: Tweak the tooltip per @nemaara 2019-09-16 21:29:14 +00:00
josteph
3ce9069d87 Document game_config::team_rgb_name 2019-09-16 20:49:49 +00:00
pentarctagon
67bcc6e51b
Add wildcards to "moderator". 2019-09-16 15:30:21 -05:00
josteph
4e8d8e844a utils/codelist: Convert to python3
Issue #1508
2019-09-16 20:17:13 +00:00
josteph
2b1ebdc204 utils/codelist: Fix TypeError that occurred on any input 2019-09-16 20:17:13 +00:00
Elvish_Hunter
9982afb21f Ported expand-terrain-macros to Python 3 2019-09-16 21:59:07 +02:00
josteph
13e40841fe help: Show topic id in debug log
Fixes #4353
2019-09-16 18:12:17 +00:00
Wedge009
fececabd67 Add a note regarding imbue() and hard-coded locales.
[ci skip]
2019-09-16 16:53:36 +10:00
Wedge009
117f92edbc Disable use of std::put_time in strftime()
Fixes #1709
2019-09-16 16:25:34 +10:00
josteph
36c0016494 statistics_dialog: Add information to the p-value tooltip
Add less-simplified information, keep all the existing information,
and explain the colors.

See https://github.com/wesnoth/wesnoth/issues/1378#issuecomment-531564119
2019-09-16 04:19:44 +00:00
Severin Glöckner
c23364b213 indent special notes
[ci skip]
2019-09-16 04:01:07 +02:00
Severin Glöckner
4dd65a0c22 help: remove invalid link to illuminated terrain
[ci skip]
2019-09-16 03:52:09 +02:00
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