84921 Commits

Author SHA1 Message Date
Gothyoba
7f39b7a632
Add Wose Sapling Description (#9792)
* Add Wose Sapling Description

Fixes #7685

This issue I crated has been lying around for a very long time, so I thought I'd try my best to fix it.

* Reduce repetition slightly in Wose Sapling Description

* Incorporate Dala
2025-02-08 09:17:10 +11:00
Gothyoba
0e7c9952da Uncapitalize goblin in pillager unit description
Race names should not be capitalized according to the typography style guide.
2025-02-08 08:56:42 +11:00
Gothyoba
10e7608e28 Capitalize Elvish Captain in description
Elvish Captain is a unit name, so according to the typogrpahy style guide both parts need to be capitalized.
2025-02-08 08:56:32 +11:00
Gothyoba
3c7eee67ae
Change zookeeper to former maintainer for SotBE (#9858) 2025-02-08 02:13:24 +06:00
Nils Kneuper
a974a677b4 updated Chinese (Simplified) translation 2025-02-07 19:21:07 +01:00
Subhraman Sarkar
d5d20b9305 units_dialog: more fixes related to recruitability (#9813) 2025-02-07 22:12:05 +05:30
Subhraman Sarkar
e94f577d9a units_dialog: move item erase from filter (#9839)
moved before `selected_index_` gets changed to -1 due to
`list_item_clicked()`
2025-02-07 21:37:10 +05:30
Subhraman Sarkar
0e2b92e210 units_dialog: properly show messages and grey out (#9813) 2025-02-07 21:37:10 +05:30
Subhraman Sarkar
084dcda2ed addon/install_dependencies: remove unnecessary include 2025-02-07 16:04:00 +05:30
Subhraman Sarkar
df3b48f4d4 units_dialog: move item erase from filter (#9839)
moved before `selected_index_` gets changed to -1 due to
`list_item_selected()`
2025-02-07 16:04:00 +05:30
Subhraman Sarkar
3d0785305a menu events: use using namespace gui2::dialogs
since this acts as a launcher for many gui2 dialogs, this allows for some simplification.
2025-02-07 16:04:00 +05:30
Dalas121
366bf8ff55
Map Editor: load Urban_Jungle terrain
TDG and EI use the Urban_Jungle terrain from data/internal. This terrain is loaded inside those campaigns, but not in the editor. With this commit, load Urban_Jungle in the editor too.
2025-02-06 08:36:49 -06:00
Gunter Labes
c433beeba6
Only load the specified image type and add webp support 2025-02-05 23:55:28 +01:00
Tahsin Jahin Khalid
ded694a82f S3: update code 2025-02-05 16:19:19 +06:00
Gunter Labes
f74ca3ad64
Add missing quotes 2025-02-05 09:34:57 +01:00
Gunter Labes
d30742c3e0
Remove obsolete entry 2025-02-05 09:32:09 +01:00
Gothyoba
3b23ac0999
THoT S3 Map: Aesthetic Revision (#9829) 2025-02-04 15:19:54 +06:00
gfgtdf
0fd40d286c
Fix #9834 error after reloading after taking village (#9842)
* Fix #9834 error after reloading after taking village

* improve error handling in case of an invalid undo action type

* f p

* f p
2025-02-04 15:34:01 +11:00
Gothyoba
dabe7f8ffe Add myself to credits 2025-02-03 16:16:58 -05:00
Thewodoros
7a7e504920
EI: Add macro for multiracial messages
It displays a different message depending on the race of the unit. Dwarves, ogres,
and undead use their own custom messages, the rest use the default one.

Oprional arguments allow changing the speaker and the image. By default,
narrator speaks for the undead, other units speak themselves.

Another optional argument is for the sound (same for all races).

This new macro is used for messages in scenarios 8 and 9.
2025-02-03 17:52:40 +01:00
Subhraman Sarkar
b89727851d update android dockerfile
1. Removes installation of dependency libraries via apt, they are downloaded and built from source during build.
2. Sets some environment variables
2025-02-03 09:50:05 -06:00
pentarctagon
7be7792265 add android docker image 2025-02-02 23:06:16 -06:00
Subhraman Sarkar
43b4d57009 canvas: add parse_text_as_formula key to [text]
This key toggles parsing of `text` key as formula or not. Default: true.
2025-02-03 07:25:41 +05:30
Descacharrado
98aa84ff41
Polishing the visual highlighting of reachable hexes (#9542) 2025-02-02 13:48:10 -05:00
Subhraman Sarkar
eb0d3f7f7c vertical scrollbar definition: simplify WFL formula
also fix a typo
2025-02-02 20:50:47 +05:30
Pentarctagon
f5e3ea6f52
flatpak upgrades (#9833)
* added 24.08 runtime to the docker image
* removed 22.08 runtime from the docker image
* updated scons from 3.0.2 to 4.8.1 in the builder json
* updated boost from 1.67 to 1.87 in the builder json
2025-02-01 22:45:30 -06:00
pentarctagon
db8a46da16 Revert "update to match ubuntu image's boost version"
This reverts commit 0d01a049f6046308c8ea46c0f53dc5403c671818.
2025-02-01 16:36:09 -06:00
pentarctagon
44ee8606fa Revert "used sha of wrong archive format"
This reverts commit 3b4cce98c42b6a35bcb4ec3d791116aa3d1394a0.
2025-02-01 16:36:01 -06:00
pentarctagon
3b4cce98c4 used sha of wrong archive format 2025-02-01 15:08:12 -06:00
pentarctagon
0d01a049f6 update to match ubuntu image's boost version 2025-02-01 14:34:41 -06:00
pentarctagon
587a4a341c add python3-requests to docker image 2025-02-01 12:42:50 -06:00
Gunter Labes
ef152324c4
Install python requests module 2025-02-01 17:54:22 +01:00
newfrenchy83
0dce4e4731
Have [filter_attack/weapon]type= pick the type which does more damage (#8936)
resolve [filter_attack/weapon]type= can check both type when it wait only effective type.

* add 'base_type' filter for detect original type of attack reagrdless of [damage_type] modifications

if for some reason the original type must be filtered instead of effective type, this attribute is here for that.

* add effective_type in formulas
2025-02-01 10:36:55 -06:00
Gunter Labes
2c0a1cdaa7
Do not require the appdata path to exist 2025-02-01 17:06:42 +01:00
Gunter Labes
064caa681e
Use just the commit hash in the branch name and add proper version info 2025-02-01 15:10:13 +01:00
Nils Kneuper
4f640801e3 updated Hungarian translation 2025-02-01 14:14:47 +01:00
Tahsin Jahin Khalid
e3d7407058
[SotBE] S10: refine objectives flow (#9817)
* SotBE: S10: refine objectives flow

* S10: fix typographic errors

---------

Co-authored-by: Tahsin Jahin Khalid <5283677+knyghtmare@users.noreply.github.com>
2025-02-01 18:18:49 +06:00
Tahsin Jahin Khalid
f9643c6849
SotBE: refine map for S16 (#9824)
nothing related to scenario balance has changed. Purely aesthetic refinements.

Co-authored-by: Tahsin Jahin Khalid <5283677+knyghtmare@users.noreply.github.com>
2025-02-01 16:01:09 +06:00
Subhraman Sarkar
adc95a06cd tests: call set_main_thread 2025-01-31 07:35:10 +05:30
Subhraman Sarkar
814553229d charconv fixes
without these changes, wesnoth will not compile if USE_FALLBACK_CHARCONV is defined.
also typofixed assert.
2025-01-30 22:07:04 +05:30
Subhraman Sarkar
c9b54a5eda events: set main thread in main() 2025-01-30 22:06:48 +05:30
Gunter Labes
e7da2b621a
Add optional date argument 2025-01-30 11:22:58 +01:00
Gunter Labes
9bd6b47036
Improve error wording 2025-01-30 10:47:25 +01:00
Gunter Labes
ae0b3ec149
Error out if a comment could not be generated 2025-01-29 11:12:10 +01:00
Tahsin Jahin Khalid
f621574524
SotBE S7: update map (#9812)
* SotBE S7: update map

* SotBE S7: slightly tone down map refinements

---------

Co-authored-by: Tahsin Jahin Khalid <5283677+knyghtmare@users.noreply.github.com>
2025-01-29 13:59:21 +06:00
Subhraman Sarkar
f43cb9b451 advanced prefs: clear list everytime advanced prefs are reloaded. (#9581) 2025-01-28 22:35:49 +01:00
Toom
eb4312ffb8
Convert hex to new format, closes #9799 (#9801) 2025-01-28 12:47:08 -06:00
Subhraman Sarkar
7d01f994e8 types: readd include to gettext 2025-01-28 18:57:34 +05:30
Subhraman Sarkar
eebefcf72a race, types: fix inconsistent & placement and minor cleanup 2025-01-28 18:08:17 +05:30
Gunter Labes
c3248c8564
Enable building wesnothd and campaignd 2025-01-28 09:22:31 +01:00