Commit graph

75233 commits

Author SHA1 Message Date
Martin Hrubý (hrubymar10)
444906db10
Update changelog in macOS package 2019-08-22 04:06:44 +02:00
Martin Hrubý (hrubymar10)
94c248c69f
Fix Xcode Archive 2019-08-22 04:06:09 +02:00
Martin Hrubý (hrubymar10)
97d92b2188
Update README for Xcode builds 2019-08-22 04:05:08 +02:00
Nils Kneuper
34b942df9b updated French translation 2019-08-21 22:09:21 +02:00
newfrenchy83
f668e0b0ab resolve color active/inactive colors similars
This is an resolve to https://github.com/wesnoth/wesnoth/issues/4094 issue.
2019-08-21 12:01:24 +10:00
gfgtdf
527f0a7580
fix [terrain_mask]
previously it would just ignore all [rule]s
2019-08-20 19:58:59 +02:00
sigurdfdragon
d36fb1de7e Changelog: DM changes 2019-08-19 23:16:50 -04:00
sigurdfdragon
3741aeca57 DM S21: Better indication that the book has gone missing
Fixes #4220
2019-08-19 23:08:59 -04:00
sigurdfdragon
c75e33246e DM S20: Improve leveling of units and give player a note about it
Fixes #4219
2019-08-19 23:01:08 -04:00
Charles Dang
e761acbaa4 GUI2/Loading Screen: renamed singleton member 2019-08-20 00:56:48 +11:00
Charles Dang
63f0f04535 Post-release version bump 2019-08-20 00:56:10 +11:00
Charles Dang
ae39d31f7e Pre-release version bump 2019-08-19 23:44:45 +11:00
newfrenchy83
95a941b923 resolveHttT, Konrad's portrait is not used after he is lvl 2 (bug #4248)
pr #4250

resolves https://github.com/wesnoth/wesnoth/issues/4248 which was broken before in  66a282a96b
2019-08-18 15:49:47 +02:00
Steve Cotton
012069440e If text is too long to render, fall back to line-by-line (fixes: #3265)
This still requires a huge surface to render all of the text on to,
but is an easier fix than redesigning the credits screen.

This removes the only caller of utils::vertical_split, which is why
that utility function is also removed.
2019-08-18 07:03:59 +02:00
Severin Glöckner
901f0a8477 copy over older changelog
[ci skip]
2019-08-18 02:46:13 +02:00
Earth-Cake
943ff5dfe2 Merge Wose Shaman animations from Earth-Cake's PR #4229 2019-08-18 01:50:42 +02:00
Severin Glöckner
4f6fa8c83b copy over 1.14.8+dev changelog 2019-08-18 00:07:56 +02:00
Severin Glöckner
c19fd94bf0 ANL: use default AI
main difference: Lvl 2 units are recruited in lategame

[ci skip]
2019-08-17 23:58:31 +02:00
Severin Glöckner
b472cd55dd German translation update
[ci skip]
2019-08-17 23:39:16 +02:00
Pentarctagon
93dff47a75 Make [option]'s message and description attributes equivalent.
Also removes the deprecation message for the message attribute.
2019-08-17 15:17:19 -05:00
Steve Cotton
41101a2d67 Change the deprecation of [unit]overlays= to 1.17
As discussed post-merge in PR#4211.
2019-08-17 20:13:19 +02:00
Maximilian Fricke
eb5d5421ee Display settings: Adjust "Limit FPS" tooltip
Tooltip now mentions that the game must be restarted for the setting to
take effect. Also removed "to 100%" and "at high resolutions" as these
statements are not accurate.
2019-08-17 13:12:05 -05:00
Severin Glöckner
c1c8f8a20f units: changing undead representations of some
Scorpions: use spider, better than the humanoid
Wyverns: are a rather drakish species than gryphonic
Falcons: more of a huge bird than a tiny bat

Sand Scuttler: official name for the unit is now Scorpion, as
having both the variation and unit name being the same would
show the same name twice.
2019-08-17 19:44:01 +02:00
nemaara
2a90a6284a Move naga hunter portrait to core 2019-08-17 13:28:21 -04:00
Steve Cotton
840b8754b6 DM S22: Apply the weapon-change from S21 to S22 too 2019-08-17 18:20:23 +02:00
Pentarctagon
b9246dc6b4 Add a flag to record if the game encountered an OOS error. 2019-08-17 14:42:35 +02:00
Nils Kneuper
f7d73e980e updated Turkish translation credits to restore a missing translator 2019-08-17 11:22:05 +02:00
Nils Kneuper
829d395eec updated Portuguese (Brazil) translation 2019-08-17 11:19:14 +02:00
Severin Glöckner
13626f4109 units: roc changes
- now beloning to monsters
- removed lvl 1 variant (there is only one sprite for both)
2019-08-17 06:03:47 +02:00
Earth-Cake
29349b025a Dunefolk extra define (#4239)
* Added ENABLE_PARAGON

* Tweak experience from 180 to 220
2019-08-16 20:30:32 -05:00
nemaara
e97a4e4a96 LoW: remove unused unit 2019-08-16 20:50:02 -04:00
Pentarctagon
6efdd1e9ab Remove extra sprite on hex 48,17.
Fixes #4242
2019-08-16 16:49:36 -05:00
gfgtdf
77b27a9df3
make maps with scenario_generation usable in editor 2019-08-16 21:23:17 +02:00
Severin Glöckner
4eb7fccaa0 HttT 20b – translator comments
Turn code comments into translator comments
[ci skip]
2019-08-16 20:59:50 +02:00
josteph
612a913230 Revert #4188 and its fixup #4230
Fixes #4238 (which called for this revert)
Fixes #4240 (regression in #4188)
Reopens #4187

* Revert "fixup! Show the turn dialog before updating the GUI for the incoming player."

This reverts commit 511553ddd4.

* Revert "changelog: Add #4187"

This reverts commit dada4e1826.

* Revert "Show the turn dialog before updating the GUI for the incoming player."

This reverts commit 21ec7963ef.
2019-08-16 14:49:38 +00:00
josteph
511553ddd4 fixup! Show the turn dialog before updating the GUI for the incoming player. 2019-08-16 00:48:19 +00:00
jostephd
0a6ed0ae4f
help: Add 'Why did I lose?' help topic (#4217)
* Draft 'Why did I lose?' help topic

* fixup! Draft 'Why did I lose?' help topic

Implement @beetlenaut's suggestions

* help: Change to title case for consistency with the rest of the section

* help: Explain the term 'foreknowledge'
2019-08-16 00:30:50 +00:00
Celtic Minstrel
ad98a23e16 Move the Wose sapling and Shaman to mainline
The ranged-halo images are unused, the elven/nature halo is used
for the Shaman's ranged attack instead.
2019-08-15 23:57:26 +02:00
Earth-Cake
9ccb04bdf0 Dunefolk bug fixes (#4235)
* Updated from missile to chakram in Zephyr
* Updated in Ringcaster's file from missile to chakram
* Removed portraits
* Fix Ranger's alignment
* Delete ringcaster.png
* Delete zephyr.png
* Updated Ringcaster and Zephyr
2019-08-16 05:47:22 +11:00
Pentarctagon
d96210d5cf forgot the PR# 2019-08-15 07:52:25 -05:00
Pentarctagon
fa795ef62b changelog update 2019-08-15 07:49:11 -05:00
Pentarctagon
9470eea825 People who have MP mod authority for testing or other reasons can continue to use the existing user_is_moderator column check, but for people who are supposed to moderate the server, now the forum group will be used.
This will make it easier to add/remove people to/from the group, and also ensure that the list of actual moderators matches up with the list available to users.

New config attributes added for this are:
* db_group_table - should be, based on the phpbb documentation I found, phpbb_user_group
* mp_mod_group - should be set to Multiplayer Moderators group ID
2019-08-15 14:36:16 +02:00
Martin Hrubý (hrubymar10)
78a16e1f0f
Fix macOS package build 2019-08-15 13:32:30 +02:00
Martin Hrubý (hrubymar10)
bf9e991a1f
Update changelog in macOS package 2019-08-15 13:32:17 +02:00
Steve Cotton
dd8e5bb6fc Correction to changelog, the add-on server change was client-side 2019-08-15 12:14:43 +02:00
Steve Cotton
edcf204ddf Add to changelog: editor fix, 1.15 add-ons, mysql, dune ranger fix 2019-08-15 12:07:34 +02:00
nemaara
cb5c2669ef Dune Sunderer: fix description typo 2019-08-14 22:19:08 -04:00
Pentarctagon
8f7eabeac8 Fix Dune Range advances_to value. 2019-08-14 21:08:24 -05:00
Gunter Labes
211f14176c
campaignd: Assign port 15015 to 1.15.x (#4228)
campaignd: Assign port 15015 to 1.15.x
2019-08-14 21:26:15 +02:00
Steve Cotton
1c52699bb7 Rule of Five for event::sdl_handler
This fixes the default implementations of widget's copy constructor and copy
assignment, which was root cause of the regression in 4139b43cc9 (#4215).

This reverts commit f46ed66f2c.
2019-08-15 01:39:45 +11:00