81210 Commits

Author SHA1 Message Date
Tahsin Jahin Khalid
314f6f7c78
WoF/Units: Adjust XP value oversights in the campaign units.
Outrigger XP set to 100
Stymphalian XP set to 50
Wyrm XP set to 50
To conform to AMLA-XP conventions
2022-08-28 10:40:44 +08:00
Nils Kneuper
ce56426203 updated Czech translation 2022-08-27 20:09:44 +02:00
Nils Kneuper
f4cea7fdc2 updated Turkish translation 2022-08-27 20:08:37 +02:00
Nils Kneuper
896582450d updated French translation 2022-08-27 20:07:17 +02:00
User
3f1da792cb Timestamping server messages
Resolves #6641
2022-08-27 18:47:57 +02:00
Steve Cotton
af7b517f05 CMake 2.24.0: Workaround for missing SDL2::SDL2main 2022-08-27 08:27:38 +02:00
Pentarctagon
d399324677 Revert "Changed and added hotkeys (#3157)"
This reverts commit efafebb1df124552fa5c98ada5dcc9f85f639726 due to negative feedback.

Resolves #6982
Resolves #6972
2022-08-26 11:24:26 -05:00
Tahsin Jahin Khalid
aa9fc5f426 WoF/Units: Wyrm XP set to 50
It's a level 1 unit and has no level 2 advancement. XP should be at 50 and have AMLA_DEFAULT
2022-08-26 15:05:43 +08:00
Tahsin Jahin Khalid
82c17dbb61 WoF/Units: Stymphalian XP set to 50
It's a level 1 and has no level 2 advancement. XP should be at 50 and have AMLA_DEFAULT
2022-08-26 15:04:53 +08:00
Tahsin Jahin Khalid
8864afe24e WoF/Units: Outrigger max XP is now 100
It is a level 2 unit with no level 3 advancement, so should be experience=100 with AMLA_Default.
2022-08-26 15:03:32 +08:00
Pentarctagon
72a1c801c0 Log exception type when doing catch(...). 2022-08-25 22:22:22 -05:00
Pentarctagon
0946d8b3f0 Don't run conftests when only building the servers. 2022-08-24 21:11:53 -05:00
Pentarctagon
34369f62d2 Fix a couple issues with add_source_file. 2022-08-24 20:36:59 -05:00
Jonathan-Kelly
9cffb67988 WoF S4: fix message not firing
the first of four sea serpent spawn messages was not firing
2022-08-24 18:50:26 +02:00
Severin Glöckner
5155a55723 Add missing space / dot. 2022-08-22 12:17:26 +02:00
Pentarctagon
9e01a80d3d Open the forum profile of the currently selected user.
Rather than always opening your own.
2022-08-21 13:18:04 -05:00
Charles Dang
72bfb7e391 MP/Player List Helper: added method to get user_info of selected user 2022-08-21 11:31:21 -04:00
Pentarctagon
75e0a4ac52 Change credentials filename to credentials-aes.
Otherwise the credentials file gets overwritten when changing branches, since 1.16 uses RC4 and 1.17 uses AES now.
2022-08-21 00:46:33 -05:00
Charles Dang
cea68865d8 Display: use new APIs for draw_text_in_hex 2022-08-21 00:52:40 -04:00
Pentarctagon
5549900c96 1.17.7+dev 2022-08-20 19:55:18 -05:00
Pentarctagon
8a4ff22985 1.17.7 1.17.7 2022-08-20 19:55:18 -05:00
Pentarctagon
4d76d9a2e3 pot-update and regenerate doc files 2022-08-20 19:55:18 -05:00
Charles Dang
ca366554a0 GUI2/Canvas: default to NN scaling for images if not specified 2022-08-20 20:53:22 -04:00
Charles Dang
a5b154088c Floating Labels: refactored draw impl
No longer relies on surface manipulation.
2022-08-20 10:34:19 -04:00
Nils Kneuper
672ee6feec updated Portuguese (Brazil) translation 2022-08-19 19:46:29 +02:00
Jonathan-Kelly
6a2d638c4f
Winds of Fate: misc improvements and text clarity
From [this post](https://forums.wesnoth.org/viewtopic.php?p=675918#p675918)
Simplify speech style
Simplify objectives
Lore books give experience to their discoverer
Cuttlefish advance to Krakens
Add Storm Daemon
Rebalanced Normal difficulty mode to be easier
Rebalanced Difficult difficulty mode to be harder
Rebalanced Nightmare difficulty mode to be more self consistent
Intendants now have normal loyal trait

S1: Add a further dialogue hint that oases heal
S4: Dialogue hints for strategic weaknesses of each mermish commander
S6: Give player a couple level 2 clashers
S9: Critical fixes for bugs that could make this scenario unwinnable
S10: Fix bug preventing gryphons from spawning after dwarf tunnels collapsed
2022-08-19 08:07:16 +08:00
Pentarctagon
2c30bd3c66 Changelog update. 2022-08-17 14:35:06 -05:00
Pentarctagon
12d630a50f Replace RC4 credentials encryption with AES.
Starting with OpenSSL 3, RC4 is not enabled/accessible by default.
2022-08-17 14:32:49 -05:00
Pentarctagon
e416d28f7f Add RC4 error handling. 2022-08-17 14:32:49 -05:00
Pentarctagon
a380f9e489 Document id in wesnothd config and adjust some wording. 2022-08-16 15:35:09 -05:00
Pentarctagon
76a6bed609 Add additional tables used by wesnothd. 2022-08-16 15:06:34 -05:00
Tommy
4d5d61f47c
A script to add new source files (#6948)
Usage: ./add_source_file <filename> [target ...]

Targets are "wesnoth", "wesnothd", "campaignd", "lua", "tests".
It defaults to the "wesnoth" target.

The 'pbxproj' python package is required to modify the Xcode project.

[ci skip]
2022-08-16 11:47:17 -05:00
Grzegorz Halat
d76e29c4da Rename display::current_frame_sample 2022-08-16 10:14:49 +02:00
Pentarctagon
c24146995a Update minumu pango required version. 2022-08-14 10:22:28 -05:00
Nils Kneuper
298afa9bf2 updated Czech translation 2022-08-13 18:48:57 +02:00
Michal Žejdl
97f5fa6e99
Add a translation hint to a UI string (#6910) 2022-08-13 12:12:26 -04:00
Charles Dang
3dba9a04d6
Merge pull request #6961 from wesnoth/line-height-tweak
Font/Text: tweak line height
2022-08-12 21:57:29 -04:00
Charles Dang
3915ee812c Font/Text: tweak line height 2022-08-12 19:08:22 -04:00
Charles Dang
c414056b8d
Fixed vcpkg build issue for port update to 2.6.1 (#6958) 2022-08-12 19:02:02 -04:00
Tommy
565b318c9f Properly clear a certain static GUI1 texture map before exit
Also commented and reshuffled video::deinit() a bit.
2022-08-11 16:35:08 +12:00
Pentarctagon
34cdb14159 Changelog update. 2022-08-10 09:09:35 -05:00
Grzegorz Halat
48cdb9b286 Fix crash in update_fps_label()
update_fps_label() uses a static variable to track current frame sample.
This causes division by zero while loading a save file if the
variable was previously equal to 9.

The commit changes the variable to private member to match its lifetime
with a lifetime of frametimes_ circular buffer.

Fixes: #5670
2022-08-10 09:08:11 -05:00
Pentarctagon
707e4e1f93 Set facing prior to firing pre_attack event. 2022-08-10 09:07:30 -05:00
Pentarctagon
8bc084bc0b Add tests for pre_attack event. 2022-08-10 09:07:30 -05:00
spixi
0f763cfdd6 Add pre attack event #4075 2022-08-10 09:07:30 -05:00
Nils Kneuper
cf49f6e230 updated Bulgarian translation 2022-08-10 11:13:07 +02:00
Nils Kneuper
12cc68dc54 updated Italian translation 2022-08-10 11:12:12 +02:00
macabeus
612cca3594 map-diff: throw error if the image is missing 2022-08-09 14:54:13 +02:00
macabeus
3128987810 map-diff: crop notes 2022-08-09 14:54:13 +02:00
macabeus
92bd69ae67 map-diff: add comment on the parser 2022-08-09 14:54:13 +02:00