Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.
Some hidden issues may appear, in which case please contact me.
discussed with and ok blind jasper@
Addons structure and behavior has changed in this release:
- 3domusic and remix addons can, when installed, be selected from the game
settings menu rather than as command-line arguments
- voice addon will be automatically enabled when installed, but can be
turned off by adjusting the voice volume in the game settings menu
ok kirby@
General difference (for ports infrastructure):
- switch to cmake build system
- drop external lua and use internal patched version
- set SEPARATE_BUILD=flavored to avoid extracting a lot of data for every arch
- removed superfluous dependency to devel/sdl
- drop tinygui FLAVOR
Full changelog is here:
http://svn.gna.org/viewcvs/*checkout*/wesnoth/tags/1.10.0/changelog
OKs from jasper@ (maintainer), aja@, pascal@, cmake-wise OK from dcoppa@
Positive feedback from Antti Harri and Bryan Linton via ports@
* New events and missions
* New outfits
* House Soromid now has a logo
* More ways of mapping the universe
* Disabling damage leaks through shields
* conf.lua-tweakable font sizes for accessibility
* Bug fixes
OK from sthen@
Me and My Shadow is a puzzle/platform game where you control not only a
character, but also its shadows following the moves recorded by the
main character at distance. The game has an interesting concept and
rather unique gameplay.
ok kili@
WWW: http://www.chiark.greenend.org.uk/~sgtatham/puzzles/
This is is a collection of 34 well-known puzzle games, all built around a
common portable framework by Simon Tatham. They're perfect to slack
during a compilation. Local improvements :
- add 'online help' menu item opening help in web browser through xdg-open
- install icons and generate .desktop files for nice desktop integration
ok sthen@
games data directory now ${PREFIX}/share/doom, to fit with where other
game ports put their data. Also, fix check for python during configure.
OK sthen@ and phessler@