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.
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.
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.
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.
* 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'
* 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
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
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.