newfrenchy83
ab85e296b6
change the deprecation message content for backstab option ( #7021 )
...
Makes it a bit clearer on what the new way of implementing backstab is.
2022-09-25 10:59:44 -04:00
Nils Kneuper
d4ca8d3e41
updated Portuguese (Brazil) translation
2022-09-24 18:08:03 +02:00
Nils Kneuper
800e875439
updated French translation
2022-09-24 18:07:13 +02:00
Nils Kneuper
e4cf0aa300
updated Italian translation
2022-09-24 18:06:24 +02:00
Nils Kneuper
90bcd9f10e
updated British English translation
2022-09-24 18:05:42 +02:00
Pentarctagon
1e3f53156f
Make the 4th player speak in map 1.
2022-09-23 16:39:11 -05:00
Pentarctagon
7cf8ab0275
Auto-generate hero list when neccessary.
2022-09-23 16:39:11 -05:00
walodar
d01aabc81f
MP tooltips: allow line breaks between hexagons by using Unicode zero width space
2022-09-20 00:40:50 +02:00
Pentarctagon
490434bc3c
1.17.8+dev
2022-09-18 23:20:45 -05:00
Pentarctagon
3b2cf63779
1.17.8
1.17.8
2022-09-18 23:19:48 -05:00
Pentarctagon
910eedeb61
pot-update and regenerate doc files
2022-09-18 23:15:06 -05:00
Tahsin Jahin Khalid
63c3252a20
Units: apply max-XP conventions in some units
...
[Units] Fix XP conventions oversight in some monster/horse Units
2022-09-18 13:32:10 +08:00
Nils Kneuper
158141740a
updated British English translation
2022-09-17 12:00:51 +02:00
Nils Kneuper
608320b328
updated Portuguese (Brazil) translation
2022-09-17 12:00:05 +02:00
Pentarctagon
9ec257c47d
Change macos back to using RC4.
...
The AES implementation wasn't working, so someone using macos will need to investigate that in the future probably. For now though RC4 isn't deprecated yet on macos.
2022-09-15 10:39:19 -05:00
Pentarctagon
c5142b9436
Sync changelog.
2022-09-14 12:07:42 -05:00
Wedge009
1cfb982a3c
DiD S8: Handle situations where factions have not yet appeared ( #7006 )
...
* DiD S8: Handle situations where factions have not yet appeared (resolves #7005 ).
* Convert 'arrived' flags to booleans.
* DiD S8: po hint to clarify 'Dela's men'.
* Accommodate feedback by getting rid of all the new work and just removing any reference to paladins or Dela altogether. Conversion of flag to boolean remains, however.
2022-09-14 15:04:52 +10:00
loonycyborg
ec789c5051
campaignd: fixed file descriptor leak on sendfile() codepath
2022-09-13 19:46:03 +03:00
Wedge009
ad02e381f2
WoF: Correct apostrophes
...
[ci skip]
2022-09-13 06:57:34 +10:00
doofus-01
e9ec7c4108
1.17 alternate high/low terrain levels ( #7007 )
...
* alternate high/low levels (so five total : -2, -1, base, +1, +2)
* fix some transitions
* improve terrain level spreading through border-type hexes (bluff/gulches, for now)
2022-09-11 21:01:28 -07:00
Wedge009
40ab9a38b8
WoF: Spelling corrections
...
[ci skip]
2022-09-11 12:37:40 +10:00
Nils Kneuper
40d93a7931
updated Italian translation
2022-09-10 12:41:53 +02:00
Nils Kneuper
eedfab033d
updated Czech translation
2022-09-10 12:40:34 +02:00
Pentarctagon
f3ca89d5f4
Set correct pango required version in cmake/scons.
2022-09-09 10:28:15 -05:00
doofus-01
caee3a6dfc
Update changelog.md
2022-09-05 19:45:47 -07:00
doofus-01
dc820341c5
1.17 raised terrain ( #6975 )
...
* floodfill high/low terrain
* stone and wooden transitions
2022-09-05 19:41:07 -07:00
Pentarctagon
90a53be98f
Fix #4456 : Sidebar abilities display leaks shrouded information
...
Re-PR of #4462
2022-09-05 10:51:35 -05:00
Nils Kneuper
ea3fba39bc
updated French translation
2022-09-04 10:08:57 +02:00
Pentarctagon
bd306a5aa9
Update flatpak runtime to freedesktop 22.08.
2022-09-03 11:53:56 -05:00
Tommy
1283348077
preferences: Adjust show_deprecation default to coincide with usage
2022-09-03 10:44:59 -05:00
Steve Cotton
641c69fdea
Update changelog
2022-09-03 16:37:05 +02:00
Nils Kneuper
0523a5b2fe
updated Chinese (Simplified) translation
2022-09-03 15:17:27 +02:00
Steve Cotton
ae4ecd17e4
Show units' max move ranges, unless it's the owner's turn
...
If it's another player's turn, then movement points will be reset in a refresh
phase and it's not useful to show current movement.
Partially reverts 978229c247 (af0968d9c3 on 1.16), using the old logic for
the movement range but the allies-based logic for goto_x,goto_y information.
Fixes #6716 .
2022-09-03 14:26:09 +02:00
Nils Kneuper
5c31ccc8fe
updated British English translation
2022-09-03 11:11:55 +02:00
Nils Kneuper
57d8da0ea3
updated French translation
2022-09-03 11:10:34 +02:00
Nils Kneuper
a29d3ca16e
updated Russian translation
2022-09-03 11:09:35 +02:00
Pentarctagon
2db4add386
Fix column label name.
2022-09-03 02:22:29 -05:00
Pentarctagon
06b29d460d
Add query for new users by download source.
2022-09-03 02:21:37 -05:00
Pentarctagon
135e16e853
Fixup previous renaming.
2022-09-02 22:37:02 -05:00
Pentarctagon
106d8ef5fe
Changelog update.
2022-09-02 22:36:23 -05:00
Pentarctagon
0e85fac29c
Have /report show a dialog for entering information. ( #6969 )
...
Resolves #5056
2022-09-02 21:18:03 -05:00
Alexander Lacson
e2b1295ac6
[UtBS] S4 extra dialog to acknowledge effect of finding the map in S3 ( #6963 )
...
Nym has additional dialog as a cue to let the player know the effect of having found the map from the previous scenario.
2022-09-02 19:44:38 +08:00
Pentarctagon
87fd44ce7e
Add a step.
2022-09-01 18:32:25 -05:00
mattsc
507aa62e83
Lua AI: speed up battle_calcs.battle_outcome in extreme cases
...
The method used in the battle_outcome() function is somewhat simplified compared to the default engine calculation and faster in the vast majority of cases, but it can become extremely slow when the combined number of strikes of the attacker and defender is very large.
2022-08-31 12:42:10 -07:00
Steve Cotton
a2747cc651
wmllint: stop adding wesnoth-icon.png to messages
...
We're had at least two people look at the "good first issue" list, pick up
the wmllint warnings, open a PR, and then get a response that these .pngs
shouldn't be added by default. That's not a welcoming introduction.
IIRC we didn't get full consensus that these should never be added, but I
think it's time to open a "just drop that code, no options" PR. If someone
wants it back in a subset of circumstances, they can always create a PR to
readd it along with adding an option to enable it.
2022-08-31 21:27:15 +02:00
Pentarctagon
c5ccc99e50
Let's try this instead..
2022-08-30 22:40:30 -05:00
Pentarctagon
b1d740d85d
That shouldn't be there.
2022-08-30 22:25:48 -05:00
Pentarctagon
e85b64c6f0
See if this gets vcpkg caching working.
2022-08-30 22:22:40 -05:00
Pentarctagon
9d5266d624
Add query fetching count of users playing their first game.
2022-08-29 23:27:31 -05:00
Wedge009
46dbe2637a
Remove obsolete reference to gna.org ( resolves #6933 )
...
Underlying issue was deemed closed before transition from Gna to GitHub.
2022-08-29 20:06:56 +02:00