81198 Commits

Author SHA1 Message Date
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
macabeus
3e8ed56ffd small code review fixes 2022-08-09 14:54:13 +02:00
macabeus
4e6402dea3 map-diff: add logs 2022-08-09 14:54:13 +02:00
macabeus
eea512134d map-diff: change maps order on the image output 2022-08-09 14:54:13 +02:00
macabeus
ed4f648cb0 map-diff: add axis and changes notes 2022-08-09 14:54:13 +02:00
macabeus
643b2fec37 map-diff: change focus color to pink 2022-08-09 14:54:13 +02:00
macabeus
77a7b1fa2f map-diff: move get tile logic to images module 2022-08-09 14:54:13 +02:00
macabeus
3bb7f887b6 map-diff: fix paint tile when there is no only-base version 2022-08-09 14:54:13 +02:00
macabeus
2d00b7ebd4 map-diff: fix when reading attributes with comments 2022-08-09 14:54:13 +02:00
Tommy
5129d61dd2 draw_manager: More cleanly abort if an expose throws an exception 2022-08-09 14:03:28 +12:00
Tommy
837d12d645 Clear all texture caches before game end 2022-08-09 13:04:58 +12:00
doofus-01
cbd36d1261
Update changelog.md 2022-08-07 20:15:33 -07:00
doofus-01
d77a16f415
1.17 Lower terrain (#6927)
* two terrain types: unwalkable "^Qhx" and base "^Qhu"

* water variation

* snow variation
2022-08-07 20:10:36 -07:00