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
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
Celtic Minstrel
b378449bbd
Redo the special notes macros so that the new ones won't trigger deprecation warnings
2019-09-12 08:50:40 -04:00
Celtic Minstrel
67473b0262
Move all core units to the new special notes system
2019-09-12 08:50:39 -04:00
Celtic Minstrel
e1cabedc03
Add [special_note] tag in [unit_type] as a neater way of specifying special notes for the unit's description
2019-09-12 08:50:38 -04:00
Earth-Cake
2d18598863
Gray Woods -> Grey Woods
2019-09-10 09:05:03 -04:00
Earth-Cake
ad92095be0
Add Wose Sapling file independent from Wose
2019-09-10 09:02:10 -04:00
Earth-Cake
e8c39756c8
Add special notes
2019-09-10 09:01:53 -04:00
Steve Cotton
9792af39b8
Trigger an L4 deprecation message for [terrain_type]vision_alias=
...
The feature was never added, a deprecation message saying that it's been
removed is the closest option to the situation. While terrain.cpp itself
supports vision_alias, it was never added to the calculations in movetype.cpp,
therefore it never affected units' vision. It's also not shown in the help
about the terrain.
This doesn't affect the features of units having vision costs different to
movement costs, or of units having a different number of vision points to
movement points, both of which are still supported.
While I'd encourage anyone who wants to implement vision_alias to do so, at the
moment I feel that the still-supported features in the same area haven't been
explored yet, and that vision_alias isn't going to developed before 1.16.0 is
released.
2019-09-10 06:42:21 +02:00
gfgtdf
7621b9b63e
fix [modify_unit] cannot set attributes to false #4325
2019-09-08 19:50:56 +02:00
sigurdfdragon
925d3e2ce9
WoV: Update to match the 1.0.3 version on the 1.14 add-on server
...
Changes:
S01: Make easier on easy and improve flow of human enemies
S08: Improve dialog feel
Use ellipses
Remove deprecated macro
2019-09-08 13:13:45 -04:00
Martin Hrubý (hrubymar10)
6f468a3757
Migrate links to https if available
...
Closes #3343
2019-09-08 07:53:28 +02:00
Wedge009
e2c20e5563
Restore defence modifier display in side-bar
...
Fixes #3693 , based on 47bd5ade.
[ci skip]
2019-09-07 22:50:02 +10:00
Steve Cotton
f514304954
UtBS S09: Non-merfolk get in the ships before they sail off
...
At the end of S09, the heroes have four ships. The narrative is that all the
elves are on the ships, but the in-game visuals were that the ships move while
all the player's units are standing on the shore.
The heal=yes isn't needed since 74c2398f6, but adding it here avoids
a possible bug if this commit is backported to 1.14.
2019-09-07 12:02:12 +10:00
Elvish_Hunter
853ae430ce
wmllint: the correct package name for spellchecking is python3-enchant
2019-09-06 11:01:33 +02:00
nemaara
03cd1a6e0a
SotBE S3: remove unused note
2019-09-04 14:33:36 -04:00
nemaara
7a7163e7b8
TSG S4: revise dialogue ( fixes #4301 )
2019-09-04 14:24:43 -04:00
pentarctagon
0f5b684830
Fix Vampire Bat being listed twice.
...
It should be Blood Bat instead.
2019-09-02 15:19:35 -05:00
Celtic Minstrel
8ce01da249
wmllint: Treat .mask files as maps
2019-09-02 12:48:01 -04:00
Celtic Minstrel
9be9dd931d
wmllint: Fix some warnings detected by pylint
2019-09-02 12:47:58 -04:00
nemaara
8bdd2e6764
THoT S10: change orc leader reference ( fixes #4295 )
2019-08-30 23:52:39 -04:00
nemaara
f5f5da0828
Masked Ulfserker: fix advancement path
2019-08-30 23:50:00 -04:00
Celtic Minstrel
a127eb07b3
Add a schema for the diff format
2019-08-30 23:36:32 -04:00
Celtic Minstrel
b08677c678
Fix erroneous comment
2019-08-30 23:23:10 -04:00
Steve Cotton
1c123fb3fa
Allow '1-infinity' in ranges, and tighten the schema's validation of ranges
...
Fixes #4253 .
The schema's validation of ranges now rejects negative numbers, because the C++
code doesn't support them (both before and after this commit):
* utils::parse_range("-7") will return {0,0}, because std::stoi("") throws invalid_argument.
* src/map/location.cpp will parse it as -7, but that will never match an on-map coordinate
2019-08-29 22:28:22 +02:00
nemaara
d3d3c040f5
THoT S6: remove unnecessary avoid location
2019-08-29 12:02:55 -04:00
Charles Dang
3ee7e1a31c
Updated credits
...
[ci skip]
2019-08-29 23:01:41 +11:00
nemaara
af2aaf4ba6
THoT S4: remove unused ai tags
2019-08-28 21:53:21 -04:00
nemaara
7044775338
THoT S1: give Movrur silver crown
2019-08-28 10:47:14 -04:00
nemaara
1ce93621e1
THoT S6: remove invisible village
2019-08-28 10:47:03 -04:00
nemaara
f429d88385
DiD S11: fix typo
2019-08-27 23:24:57 -04:00
nemaara
f54fd954ae
THoT S5: fix typo
2019-08-27 22:24:53 -04:00
loonycyborg
4830c76f45
pot-update and regenerate doc files
2019-08-27 22:48:58 +03:00
ForPeace-Wesnoth
9c002697c0
objective update #4254
...
#4254
2019-08-27 03:23:22 -10:00
ForPeace-Wesnoth
24ae649ff7
remove bonus objective once it's completed
2019-08-27 03:17:28 -10:00
Wedge009
ff772b1be8
Add game_created sound key
...
See #4260 for details.
[ci skip]
2019-08-27 13:41:01 +10:00