76566 Commits

Author SHA1 Message Date
Pentarctagon
a0d787d08e
Fix typo in deprecation message. 2020-04-19 11:58:22 -05:00
gfgtdf
d9b4ae1eca add student variable to ability formulas
This can be different from 'other' in case of a
an ability that effects the enemy, where 'other'
should be the unit that receives the effect
(here: the enemy), studend is the unit that
matches the [affect_adjacent], and the unnamed
unit is the unit that has the ability.

I think it'd be nice to have even more variables
available so that for example the effect could
depend on the opponent even when it doesn't
effect the opponent.
2020-04-18 22:36:33 +02:00
Charles Dang
2ea9433415
Merge pull request #4854 from IskarJarak/small_fixes
NR S5a: fix issue #4853 naga triggers door
2020-04-18 21:08:39 +11:00
Lukas Jox
a5e5013f28 NR S5a: fix issue #4853 naga triggers door 2020-04-18 10:59:53 +02:00
gfgtdf
52b13ff18a small pathfind optimisation
removes a call to get_ability_bool, in case that get_ability_bool
would return false, it would not be faster than get_abilities, in
case that it returns true it is useless.
2020-04-18 02:00:22 +02:00
gfgtdf
cacd68342f small illuminates optimisation
removes a call to get_ability_bool, in case that get_ability_bool
would return false, it would ot be faster than get_abilities, in
case that it returns true it is useless.
2020-04-18 01:56:43 +02:00
newfrenchy83
6ff4a892e5
simplify cpp code implementing weapon specials in [abilities] (#4849) 2020-04-17 23:40:35 +02:00
loonycyborg
0a007aa2ca Fix issue #4847
Made NSIS give default install location in 64bit Program Files dir
2020-04-14 10:53:37 +03:00
Nils Kneuper
4b47aed916 updated Portuguese (Brazil) translation 2020-04-13 11:42:32 +02:00
Nils Kneuper
22580e1e70 updated Portuguese (Brazil) translation 2020-04-11 19:50:53 +02:00
nemaara
809a0d28f2 Elvish Lord: fix typo in description 2020-04-10 06:08:10 -04:00
nemaara
422c7efcce Elvish race description: fix typo 2020-04-10 05:41:45 -04:00
nemaara
159c2550c5 Sky Hunter: revise description 2020-04-10 04:28:32 -04:00
nemaara
540df4ec71 Reivse wording in elvish race description 2020-04-10 04:07:57 -04:00
nemaara
5d425b6e00 Revise elvish race description 2020-04-10 03:49:25 -04:00
nemaara
d01c937324 Revise elven race description 2020-04-09 18:38:56 -04:00
Gunter Labes
b574dd9abc
Fix image file name 2020-04-09 19:30:02 +02:00
loonycyborg
089f9304c6 Fix compile warning about deprecated header from boost.test 2020-04-09 15:43:14 +03:00
nemaara
f65be69998 Diversion: tweak ability description 2020-04-09 03:36:08 -04:00
nemaara
ea061a0b75 Falconer: revise description 2020-04-09 03:33:44 -04:00
nemaara
dfc93c62e1
Merge pull request #4842 from UnwiseOwl/patch-1
SotBE S15: Check if Kapou'e is at 1,18 when killing last boss
2020-04-08 23:04:15 -04:00
Thom Diment
3d6e03a8fb
Check if Kapou'e is at 1,18 when killing last boss
Fix for #4841
2020-04-09 03:55:38 +01:00
nemaara
4b8b412e4b Modify elvish race description wording 2020-04-08 17:59:24 -04:00
nemaara
eb8876e867 Orcish Warlord: revise description 2020-04-08 17:32:31 -04:00
nemaara
c6b0f661cb Orcish Warrior: revise description 2020-04-07 22:16:44 -04:00
nemaara
60519d58c8 Orcish Grunt: modify description 2020-04-07 21:48:48 -04:00
nemaara
859c50a028 Merge branch 'master' of https://github.com/wesnoth/wesnoth 2020-04-07 21:29:18 -04:00
nemaara
9d067a2b53 Orcish Sovereign: rewrite description 2020-04-07 21:02:58 -04:00
nemaara
a4bf76476e Orcish Nightblade: revise description 2020-04-07 17:47:59 -04:00
Pentarctagon
9a0b95f9a0 Separate unit test results from scenario victory/defeat.
This adds an additional `test_result` attribute to [endlevel], intended for use with the automated unit tests. This allows for the unit tests to differentiate a pass/fail result separately from scenario victory or defeat, which allows for more accurately determining the outcome of a test as well as addresses the potential, for example, for a scenario to be expect to pass because of the {SUCCEED} macro but instead passes because the scenario ended as a victory through some other method.

Additional unit tests which were the original motivation for this change are also added as part of this.  They test, as much as possible, that events are executed at all, and are then also executed in the expected order.
2020-04-07 16:45:34 -05:00
nemaara
70c051e248 Orcish Slayer: revise description 2020-04-07 15:07:58 -04:00
nemaara
5686c6e09c Orcish Assassin: revise description 2020-04-07 14:43:56 -04:00
nemaara
6ce75adb9b Orcish Slurbow: description wording 2020-04-07 14:12:50 -04:00
nemaara
b3cf2f15e4 Orcish Crossbowman: revise description 2020-04-07 14:12:38 -04:00
nemaara
834b90e573 Orcish Archer: revise description 2020-04-07 05:39:31 -04:00
nemaara
4927438c4b Liberty: fix typo in campaign description 2020-04-06 17:30:41 -04:00
gfgtdf
241f266564 Revert "Fixed crash in gamestate inspector (fixes #4540)"
This reverts commit fcd81f464ef36c1d7ed49208a8d9405c1fd4282e.

e42b78fb02b4c61 (fix lua treeview callback) changed the behaviour of
the treeview callbacks back to pass the treeview object instead of
the node to the handlers, so this has to be reverted aswell.
2020-04-06 16:14:40 +02:00
nemaara
806a830920 Add Liberty revision to changelog 2020-04-06 00:24:38 -04:00
nemaara
f13132be86 Liberty: update credits 2020-04-06 00:24:34 -04:00
nemaara
bfb01e5976 Liberty: revise campaign description 2020-04-06 00:24:32 -04:00
nemaara
eecb6f7923 Liberty S7: reduce difficulty 2020-04-05 23:54:12 -04:00
nemaara
04d91efb8d Liberty S3: reduce difficulty 2020-04-05 22:47:47 -04:00
nemaara
787ba7c2f0 Liberty: use set side colors 2020-04-05 22:43:32 -04:00
nemaara
c553cc681e Liberty: touchup dialogue 2020-04-05 21:07:34 -04:00
Hejnewar
e0820700b5
Balance changes (#4834)
* Dragonguard HP increased from 59 to 63
    * Bone Shooter HP increased from 40 to 42
    * Banebow HP increased from 50 to 52
2020-04-05 23:03:21 +02:00
nemaara
c16f504a87 Liberty S8: revise text 2020-04-05 16:18:19 -04:00
loonycyborg
61ace8da2c Add gcc-5 to dockerfile 2020-04-05 21:53:29 +03:00
Pentarctagon
7733666f2c
Update to most recent steam runtime. 2020-04-05 12:41:46 -05:00
nemaara
bc518ceddc Liberty S7: revise scenario 2020-04-05 00:35:28 -04:00
nemaara
1e1175bcdb Liberty S6: fix incorrect [sound] usage 2020-04-04 23:30:38 -04:00