82335 Commits

Author SHA1 Message Date
pentarctagon
97c8feb8ca add image copyright tracking 2023-09-25 11:47:07 -05:00
newfrenchy83
a17369597c
give to abilitie support of halo or overlay (#7856)
give abilities support of halo or overlay so that the unit benefits from a second halo or overlay when conditions are matched

One of the things that bothers me is the permanent character of the halos of the Mage of Light and other units with the "illuminates" ability, which forces them to program only a permanent illumination applied only to the possessor of the ability.

Adding the halo attribute to ability does not change anything about the behavior of the unit, but can be used in several cases:

1 allowing the use of ""illuminates" whose activity would be variable, in this case encoding the halo in [illuminates] ability and not in the unit_type allows to modulate the appearance of the halo under the same conditions

2. Applying illumination to adjacent units, I know it's pretty cheesy but a set developer might consider it easier if the hlo display follows the same logic.

3 The halo used to illustrate the possession in the unit of a special weapon used as leadership, the halo would be used to raise the possessor of the ability.

for overlay, same logic for illustrate possession of a special weapon used as leadership, or influence on student

with the "halo_image" attribute, it is now possible to give Sun Sylph units an illumination ability with an activity depending on the incarnate sun attack instead of giving the ability and the halo via obect and therefore allowing the player to have access to the description of the ability even when it is inactive.
2023-09-25 11:06:41 -05:00
Gunter Labes
7d40c5b9b2
Process the received JSON again... 2023-09-25 10:38:37 +02:00
Jonathan-Kelly
ffb45122d4
Update WoF (#7908)
WoF: update patch
2023-09-23 09:44:33 -07:00
Nils Kneuper
314faa8879 updated British English translation 2023-09-23 10:06:47 +02:00
Gunter Labes
d83fb0b366
Improve logging and error handling 2023-09-22 13:04:41 +02:00
Steve Cotton
533169ec46 German translation: fix some markup in the in-game help 2023-09-21 12:28:49 +02:00
Gunter Labes
7df7661364
cmd is weird... 2023-09-20 15:22:06 +02:00
lomekragow
bf27dc89dd
add "pkgconf" to vcpkg.json (#7913) 2023-09-19 22:50:08 -05:00
nemaara
ec5bb96d1b Add wolf unit descriptions 2023-09-19 12:56:51 -07:00
Dalas121
ffeb758eda
EI: "survivor" trait no longer grants "terror" immunity (#7914)
* Survivor trait no longer grants Terror immunity
2023-09-19 11:54:58 -07:00
Wedge009
5294bbf3cd Spelling corrections.
[ci skip]
2023-09-18 17:06:12 +10:00
Wedge009
954b481221 Replace non-standard spacing.
[ci skip]
2023-09-18 15:13:13 +10:00
Wedge009
3319c8d6af Replace non-standard spacing.
[ci skip]
2023-09-18 15:06:22 +10:00
Wedge009
9ed20fbe82 Replace non-standard spacing.
[ci skip]
2023-09-18 14:11:26 +10:00
Severin Glöckner
9e60fe1d54 German translation update 2023-09-18 00:25:02 +02:00
Nils Kneuper
5f4a2440f5 updated French translation
retry now hopefully without the lua changes...
2023-09-17 12:22:22 +02:00
Nils Kneuper
cac7932218 Revert "updated French translation"
This reverts commit 105c8c4df51f1192c07dc5451a9c5a51fea451e8.
2023-09-17 12:18:52 +02:00
Nils Kneuper
105c8c4df5 updated French translation 2023-09-17 12:11:53 +02:00
pentarctagon
bad53d2120 1.17.21+dev 2023-09-16 22:43:09 -05:00
pentarctagon
56a6c8284c 1.17.21 1.17.21 2023-09-16 22:42:30 -05:00
pentarctagon
089cade916 pot-update and regenerate doc files 2023-09-16 22:38:50 -05:00
pentarctagon
c831976236 changelog_entries 2023-09-16 22:32:15 -05:00
Severin Glöckner
b55f0dfa52 updated German UtBS translation
(1.17 only)
2023-09-17 02:35:33 +02:00
Severin Glöckner
b9d84ff21b UtBS 3: shorten string to fit UI 2023-09-17 02:01:05 +02:00
Jonathan-Kelly
170d18a5b8 Add King of the Hill changes to changelog 2023-09-16 18:32:19 -04:00
Hejnewar
36822eca3f
Miscellaneous units changes (mostly) 2023-09-16 19:55:28 +02:00
Severin Glöckner
f4c0bab438 move new abilities to utbs textdomain 2023-09-16 18:17:58 +02:00
Gunter Labes
32b4163509
Use the installed vcpkg and cmake 2023-09-16 13:25:23 +02:00
Severin Glöckner
69f97519be UtBS custom steadfast
- use string from core
- short & clear description
2023-09-16 00:26:25 +02:00
Gunter Labes
14b6813e9f
Use runner image version in cache key
It turns out the runner image is often updated with new compiler versions which invalidates our cache.
2023-09-15 23:50:44 +02:00
nemaara
8297edb123
Add EI revision to changelog 2023-09-15 10:49:02 -07:00
nemaara
6c031223e7
Eastern Invasion: add Dalas's version to mainline (#7815)
* EI: revise entire campaign

* Fix indentation

* More indentation fix

* Remove unused projectiles

* Revert "More indentation fix"

This reverts commit b7794ee73d1672b65665015ef50e96d90457f312.

* Rename wesnoth lua pack to items

* Another round of fixes

* wowwee another round of edits

* Address some CI errors

* CI fix attempt no 2

* here comes more

* CI slowly getting fixed

* Fix terrain codes

* So many things to do

* small patch

* more more

* oops

* Split keys onto separate lines

* MORE MORE MORE

* Resolve licensing

* I like to write

* Add blood gore warning

* licensing licensing licensing

* asdkfjasliefjal

* draw draw draw draw pixels pixels

* Update data/campaigns/Eastern_Invasion/scenarios/04b_Ill_Humours.cfg

Co-authored-by: Luis Miguel Iglesias Sánchez <Luis_koopa@hotmail.com>

* Resolve some more licensing issues

* license

---------

Co-authored-by: Luis Miguel Iglesias Sánchez <Luis_koopa@hotmail.com>
2023-09-15 10:43:55 -07:00
Goncalo Gomes
cab2a1b8f1 fix #7821: all cases of the calculation should be cached
in the previous logic some cases return from the function and others
would set a return variable that would be set later.

this commit, changes all the cases into all assignment.
2023-09-14 10:10:17 +02:00
Gunter Labes
e0b130434a
Try to make cache key more accurate 2023-09-13 17:29:15 +02:00
Gunter Labes
d449bad607
Fix line continuation for cmd 2023-09-13 11:00:05 +02:00
Gunter Labes
66e59efef9
Add debug option for vcpkg 2023-09-13 10:45:25 +02:00
Goncalo Gomes
f56fece450 fix #2648: allow load turn in local multiplayer
this commit handles the load_game_exception thrown when the user presses
the button to load a specific turn.
2023-09-12 22:22:26 +02:00
pentarctagon
a930b63903 Re-commit lua upgrade to 5.4.6 2023-09-12 12:33:47 -05:00
Gunter Labes
eb4e4ef4f9
Fix double spaces in translatable strings 2023-09-12 19:24:00 +02:00
Wedge009
918ae0b56a
wesnoth-lib review
* Duplicated text
* Favour generic term 'file manager' over Microsoft terminology.
* Clarify language code use.
* Replace inconsistent spelling of 'add-on'.
2023-09-12 19:06:28 +02:00
Gunter Labes
1f2582f717
Remove bogus vim modeline 2023-09-11 18:02:32 +02:00
doofus-01
768144dbd2
Update changelog.md 2023-09-10 21:12:09 -07:00
doofus-01
f5fec569ab
1.17 - Ant Queen (#7879)
* giant ant queen

* ant  eggs

* fire ant queen

* ant zombie and soulless

* empty ant egg item image
2023-09-10 21:10:12 -07:00
doofus-01
9a1f65a282
fix some dragonfly images (#7901) 2023-09-10 21:08:07 -07:00
Nils Kneuper
639c3f6675
Update ar.po
Fixed build error for arabic manpages
2023-09-10 10:28:55 +02:00
Nils Kneuper
ea49386772 updated Arabic translation 2023-09-10 09:35:14 +02:00
Nils Kneuper
a97f4a60cd updated Czech translation 2023-09-09 13:21:31 +02:00
Nils Kneuper
08d0fea67c updated French translation 2023-09-09 13:20:00 +02:00
Gunter Labes
7b23df83ee
Fix story logic broken in aad6ce6 2023-09-08 20:50:13 +02:00