Nils Kneuper
e44e5a0128
updated Hungarian translation
2024-12-22 00:34:48 +01:00
Nils Kneuper
f26b8890f0
updated Bengali translation
2024-12-22 00:33:26 +01:00
pentarctagon
f1e54eec76
add preference to not get addon icons
2024-12-19 22:36:11 -06:00
Bernhard Rosenkränzer
37ee134d7a
Fix build with boost >= 1.87.0
...
Boost 1.87.0 removes some functions that have been deprecated for a few releases, but are still used in wesnoth.
(This is the same as #9652 , but backported to the 1.18 branch)
2024-12-15 18:27:50 +11:00
Nils Kneuper
6cc6a72d18
updated Italian translation
2024-12-14 00:36:54 +01:00
Nils Kneuper
38adf70e7d
update Czech translation
2024-12-14 00:35:38 +01:00
Nils Kneuper
abed35b79b
updated Hungarian translation
2024-12-13 13:12:29 +01:00
gfgtdf
78c2f2e954
DM: S20: Fix waittime at scenario start
...
Don't animate unit advancements during a prestart event.
It woudl be better it u:advance() would automaticialyl not waste time animating advancements that can't be seen (during prestart events) but for this scenario this is already an improvement
(cherry picked from commit e549b03412
)
2024-12-12 10:53:22 +11:00
Pentarctagon
e8271cd138
Avoid keeping player_iterator that might get invalidated before use
2024-12-10 14:41:25 +01:00
pentarctagon
da713c4bf5
take that out as well
2024-12-09 18:57:12 -06:00
pentarctagon
392e04a9eb
macos-12 is no longer supported
2024-12-09 17:16:05 -06:00
Martin Hrubý (hrubymar10)
71b4ada5c4
Use new MCS for Xcode project
2024-12-07 18:04:36 +01:00
Nils Kneuper
2ce5f658e7
updated Hungarian translation
2024-12-07 17:58:12 +01:00
Nils Kneuper
5f232bf604
updated Chinese (Simplified) translation
2024-12-07 17:57:02 +01:00
Nils Kneuper
e8ebd6ceff
updated Hungarian translation
2024-12-01 18:59:58 +01:00
Nils Kneuper
332ed60fcf
updated Bengali translation
2024-11-30 14:00:45 +01:00
Nils Kneuper
408e4469b3
updated Hungarian translation
2024-11-24 17:25:10 +01:00
Nils Kneuper
e0abfaa743
updated Arabic translation
2024-11-23 15:46:21 +01:00
Nils Kneuper
a19920700b
updated Italian translation
2024-11-23 15:45:27 +01:00
Nils Kneuper
c1a5621d47
updated Chinese (Simplified) translation
2024-11-23 15:44:34 +01:00
Tóth Kornél
00baf7d42c
Map Editor terrain button click fix ( #1335 )
...
Fixed palette button not being clickable after scrolling in palette
widget without moving the cursor. Resolves #1335 . The cause of the bug
was that scrolling doesnt change the highlighted state of the palette
buttons and not highlighted buttons didnt process being clicked.
Solved the bug by making not highlighted buttons process being
clicked.
(cherry picked from commit 484116ea09
)
2024-11-19 17:16:33 +01:00
Severin Glöckner
2aa218f509
German translation fix
...
[ci skip]
2024-11-17 21:54:13 +01:00
Nils Kneuper
808acc9e85
updated Arabic translation
2024-11-16 12:36:38 +01:00
Nils Kneuper
67cc3b0638
updated Chinese (Simplified) translation
2024-11-09 18:34:46 +01:00
Nils Kneuper
96e27afe76
updated Turkish translation
2024-11-09 18:33:38 +01:00
Nils Kneuper
df228df56a
updated Czech translation
2024-11-09 18:32:33 +01:00
Nils Kneuper
bbab147cd6
updated Bengali translation
2024-11-09 18:31:25 +01:00
pentarctagon
b3cdf881a0
fixup indent
2024-11-08 21:01:10 -06:00
Nils Kneuper
feb86cb839
updated Norwegian translation
2024-11-03 18:02:56 +01:00
Nils Kneuper
99ce33e7ef
updated British English translation
2024-11-02 12:55:43 +01:00
Nils Kneuper
5fd0c15502
updated Arabic translation
2024-11-02 12:54:48 +01:00
Thewodoros
9f1bea517c
Fix the attack_end event in Liberty S5
...
The event has to use side 3 because side 2 is idle. Also remove the dollar sign because IF_VAR doesn't work with it.
(cherry picked from commit ae5b2f0da6
)
2024-10-31 10:27:22 +11:00
pentarctagon
8bdecab59e
bump baseline
2024-10-28 15:49:42 -05:00
pentarctagon
f320b7be11
1.18.3+dev
2024-10-28 12:48:04 -05:00
pentarctagon
c7ea504892
1.18.3
2024-10-28 12:46:29 -05:00
pentarctagon
f99e74ae69
remove empty single space
2024-10-28 12:45:14 -05:00
pentarctagon
e4d3ffda78
changelog entries
2024-10-28 12:44:37 -05:00
pentarctagon
5cd8b3b6c9
pot-update and regenerate doc files
2024-10-28 12:40:25 -05:00
Nils Kneuper
8b29e0530c
updated Hungarian translation
2024-10-26 14:21:18 +02:00
Nils Kneuper
413c13fc08
updated Arabic translation
2024-10-26 13:50:50 +02:00
SomeName42
f101c27251
The cause of the crash was that the active_menu_ variable was set to UNIT_FACING after the unit facing setting is finished. When clicking the menu it was looking for a unit because of the value of the active_menu_ variable and on line 670 the assert failed because it could not find one. Setting active_menu_ to MAP after the unit facing is set fixes this.
...
(cherry picked from commit a5e17f770d
)
2024-10-21 10:07:06 +11:00
Ivan A. Melnikov
26ccfb778b
campaignd: Use completion token overload
...
... to fix compile issues with boost 1.86.
Commit 9c665ae3c4
does the same
for wesnothd, but campaignd still fails to compile with
overload resolution failure.
References #9284
(cherry picked from commit a1cadb54e5
)
2024-10-20 21:44:35 +02:00
Nils Kneuper
3c27d274a7
updated Chinese (Simplified) translation
2024-10-19 13:43:14 +02:00
Nils Kneuper
245576ce7d
updated Czech translation
2024-10-12 11:08:41 +02:00
Nils Kneuper
6825707b34
updated Chinese (Simplified) translation
2024-10-12 11:07:27 +02:00
Nils Kneuper
bb2cdb889f
updated Japanese translation
2024-10-05 15:07:41 +02:00
Nils Kneuper
a0ef4cbb4a
updated Bengali translation
2024-10-05 15:06:58 +02:00
Gunter Labes
dc4f616514
Restore building with boost version < 1.80
2024-09-29 18:20:40 +02:00
Gunter Labes
c7cd11e0b7
Use completion token overload to fix compile issues with boost 1.86
...
Keep behavior of previous (now deprecated) overload by rethrowing exceptions.
2024-09-29 16:45:02 +02:00
Nils Kneuper
5a6c3a87ad
updated Chinese (Simplified) translation
2024-09-28 00:58:53 +02:00