81468 Commits

Author SHA1 Message Date
doofus-01
eee5d44e99
Update changelog.md 2022-12-25 17:56:06 -08:00
doofus-01
f9bd000a4e
dunefolk rover portrait (#7216) 2022-12-25 17:53:50 -08:00
doofus-01
2fa006f716
add forgotten kraken ink projectile images (#7229) 2022-12-24 17:54:55 -08:00
Celtic Minstrel
7d5fa80180
WML: Adjust the weapon selection logic for [kill] (#7196)
* WML: Adjust the weapon selection logic for [kill]

The previous logic simply did not make sense, especially for the secondary weapon.
For example, it would ignore the secondary weapon specification if the primary weapon was not found on the secondary unit, which does not make any sense.

The cases that this changes are:
- There is a secondary unit and a primary attack, but no matching attack was found. Previously it would use the default, now it pretends that attack exists.
- There is a secondary attack specified, but no primary attack, either because it was unspecified or because it didn't match any attack on the secondary unit

In both these cases, the animation runs as if a matching attack exists, rather than using no attack and choosing the default animation.

Adjust the log level too.
2022-12-24 16:52:57 +01:00
Nils Kneuper
c8701e2ef5 updated French translation 2022-12-23 14:01:09 +01:00
Nils Kneuper
8cadfa3814 updated British English translation 2022-12-23 14:00:05 +01:00
Nils Kneuper
d1df776f61 updated Czech translation 2022-12-23 13:58:46 +01:00
Nils Kneuper
c3dfcb26fe updated Arabic translation 2022-12-23 13:55:27 +01:00
Pentarctagon
5849a143c5 Fix undefined macro error. 2022-12-22 10:25:32 -06:00
Pentarctagon
128c0dacf9 dos2unix line endings. 2022-12-21 12:30:04 -06:00
Pentarctagon
30b55575e6 Add toplevel FilterWML tests folder. 2022-12-21 12:30:04 -06:00
Pentarctagon
129f5742fc Tests cleanup. 2022-12-21 12:30:04 -06:00
Pentarctagon
5eae1b6199 Reorganize unit tests. 2022-12-21 12:30:04 -06:00
Pentarctagon
ffbb1c0913 Try setting a more specific cache name 2022-12-20 15:18:21 -06:00
Toom
07dc953875
Escape < and > even if only one of them exists or if found multiple times (#7154)
* Escape < and > even if only one of them exists

In python negative index counts from the end, so without this change or another solution
"example with only < one side" would be converted to 
"example with only < one sid&gt;example with only < one side"

* Escape < and > even if found multiple times
2022-12-20 20:07:17 +01:00
Celtic Minstrel
73a1b46bbf Add real-number version of parse_range
Also use it in the Lua API.
2022-12-20 09:34:48 -05:00
Gunter Labes
2b47e63e8b
wmlunits: ignore a dependency on the addon itself 2022-12-19 16:16:35 +01:00
Wedge009
15b4ee9875 Spelling corrections and standardise spacing.
[ci skip]
2022-12-19 18:58:59 +11:00
Pentarctagon
2921124c10 Forgot changelog_entries again... 2022-12-18 08:13:23 -06:00
Charles Dang
ca83759ef0 Bump vcpkg baseline again to fix issue with images not loading in debug builds
T'was likely this fix https://github.com/microsoft/vcpkg/pull/28137
2022-12-17 22:26:01 -05:00
Pentarctagon
ec05dcd06d Wesnoth 1.17.11+dev. 2022-12-17 19:15:04 -06:00
Pentarctagon
ba8227e994 Wesnoth 1.17.11. 1.17.11 2022-12-17 19:14:04 -06:00
Pentarctagon
f45bd210d9 pot-update and regenerate doc files 2022-12-17 19:11:50 -06:00
Pentarctagon
f9a188ada3 Update changelog. 2022-12-17 13:52:17 -06:00
walodar
87b2508586 Fix WML for standing animations for Walking Corpse and Soulless introduced in b0d327ea3c78209397571f11773f056b272f496f (#7102). 2022-12-17 13:49:06 -06:00
Steve Cotton
a9d5c6ac6d Handle out-of-bounds side numbers in Lua's sync.evaluate_multiple
Change the C++ to show a Lua error instead of crashing with an assert.
2022-12-16 16:40:46 +01:00
Wedge009
b13ebab7ec Update change log for SoF S9 blocker.
[ci skip]
2022-12-16 18:59:03 +11:00
Wedge009
3980e40ed0 SoF: Convert Ias terrain codes missed in #7042.
Resolves #7210.
2022-12-16 18:54:36 +11:00
Tahsin Jahin Khalid
31a1dde0e7
[MP] elevation test: adjust scenario name and desc (#7205) 2022-12-16 14:50:46 +08:00
Pentarctagon
10f6357832 Update vcpkg schema URL. 2022-12-15 11:01:27 -06:00
Gunter Labes
870bd71521
Make map diff workflow ignore errors
It's not really a check but a support feature. Errors can still be seen when looking at the workflow run.
2022-12-14 09:37:09 +01:00
Gunter Labes
0fee1695f6 Just look for the toplevel dir tag
"campaign_name" is not an existing attribute in the given config anymore.
An addon should only contain a single toplevel dir tag with the name of the addon anyway.
2022-12-14 09:24:54 +01:00
Charles Dang
d014cf5409 Fixed floating chat label text overlap (resolves #7100, closes #7165)
Thanks to @Wedge009 for help.
2022-12-11 17:19:42 -05:00
Charles Dang
683c0b7590 GUI2: don't make a string copy with debug_truncate 2022-12-11 17:19:32 -05:00
Eric Gallager
15b1bc366b Update gettext.cpp
update comment to include more context, in case issue number is no longer useful
2022-12-11 01:52:59 +01:00
Eric Gallager
5fb262fd23 Update gettext.cpp
This fixes #3868 and addresses a review comment that @CelticMinstrel had left in b780da4
2022-12-11 01:52:59 +01:00
Steve Cotton
b5ff5c3ddc Inspect console: fix infinite loop in pagination
When given a string that includes newlines but doesn't end with a newline,
the old code would get stuck in an infinite loop.

Fixes #7194.
2022-12-07 09:15:52 +01:00
Celtic Minstrel
ddbf533aba Expand the list of types that can pass through wesnoth.eval_formula.
* unit types
* weapons
* sides
2022-12-06 01:53:55 -05:00
Celtic Minstrel
6d3dd6a175 Support as_type=weapon in [variable]formula= 2022-12-06 01:52:38 -05:00
Celtic Minstrel
bb8b710676 Fix a crash when accessing the "weapon" variable in WFL event data 2022-12-06 01:51:22 -05:00
Celtic Minstrel
8e54f86675
Avoid throwing exceptions internally to lexical_cast when parsing an empty string (#7192) 2022-12-06 01:48:54 -05:00
doofus-01
047356afb9
Update about.cfg 2022-12-04 12:12:51 -08:00
doofus-01
1888252d5c
Update changelog.md 2022-12-04 12:04:15 -08:00
doofus-01
555d5a930b
1.17 - a couple more monsters (#7152)
* Dragonfly

* Grand Dragonfly

* Dragonfly naiad

* move Kraken out of WoF and DW and put in core

* Update kraken sprite and animations
2022-12-04 12:00:48 -08:00
doofus-01
e22da0ea99
hills transitions for hex with small mountain catch-all rule (#7191)
fixes #7180
2022-12-04 11:52:53 -08:00
Pentarctagon
12a7f018e0 Document last batch of unit tests. 2022-12-03 23:29:47 -06:00
Elvish_Hunter
e3bf0ec1c3 Silence some wmlscope warnings 2022-12-03 21:35:13 +01:00
Nils Kneuper
37320b0bd0 updated French translation 2022-12-03 13:02:55 +01:00
Till Noffke
ea41924377 Fix const value in std::move 2022-12-02 20:27:15 -06:00
Till Noffke
70e5846e48 Language string duplicate removal 2022-12-02 20:27:15 -06:00