485 Commits

Author SHA1 Message Date
Nils Kneuper
7f5e6cb088 post release version bump to 1.7.6+svn 2009-09-28 17:08:35 +00:00
Nils Kneuper
816ae209ed bump version to 1.7.6 2009-09-28 16:32:42 +00:00
Guillaume Melquiond
fd3c52c3a0 Avoid overriding user flags. 2009-09-20 14:19:06 +00:00
Nils Kneuper
37b10ec0d2 post release version bump to 1.7.5+svn 2009-09-04 09:04:58 +00:00
Nils Kneuper
278204f9fe extend some changelog entries
bump version to 1.7.5
2009-09-03 14:08:12 +00:00
Nils Kneuper
15747118ea post release version bump to 1.7.4+svn 2009-08-31 11:08:02 +00:00
Nils Kneuper
8325cac06a cleanup players_changelog (alphabetical sorting of categories, ...)
bump version to 1.7.4
2009-08-30 17:31:32 +00:00
Nils Kneuper
53f8d90a42 post release version bump (to 1.7.3+svn) 2009-08-16 16:35:14 +00:00
Nils Kneuper
16f57f99d6 bump version to 1.7.3 2009-08-16 16:01:45 +00:00
Guillaume Melquiond
96a88e73a0 Removed dependency on gtkmm/libnotify for fdo-style notifications.
First step toward unifying code for Gnome and KDE notifications.
2009-08-09 23:21:08 +00:00
Tomasz Śniatowski
1a934ac94b rename editor2 -> editor. Old editor is long dead, long live the new editor! 2009-08-08 12:14:58 +01:00
Oron Peled
e35f199086 revised fribidi support:
* Updated to support both fribidi2 (>= 0.19.0) and old fribidi (>= 0.10.9)

 * The cmake part was done by Mark with some fixes add by me.

 * I tested on Fedora-11, Mark tested on Debian stable.
2009-08-01 18:28:18 +00:00
Guillaume Melquiond
0b337220ee Taken new Boost requirement into account. 2009-08-01 15:07:59 +00:00
Iurii Chernyi
448ebbc690 automake: changed required boost version to 1.35 2009-08-01 14:37:14 +00:00
Nils Kneuper
73de2b4391 post release version bump to 1.7.2+svn 2009-07-19 19:53:01 +00:00
Nils Kneuper
8f1a19d196 bump version to 1.7.2 2009-07-19 19:06:17 +00:00
Sergey Popov
5b502fab98 Lowered frbidi version requirement since 0.10.9 seems to work too. 2009-07-12 17:45:29 +00:00
Oron Peled
a44ce76bef bugfix: adapt to modern FRIBIDI api:
* The fribidi library (http://fribidi.org) is used to support right to left
  languages (Hebrew, Arabic, Farsi).

* Fribidi >= 0.19 exists for some time and has two incompatible changes:
  - Somewhat different API.
  - Uses pkg-config for configuration instead of fribidi-config which
    isn't shipped anymore.

* Any distribution that tries to compile wesnoth on a system with
  modern fribidi would not have bidi support. An example is
  Fedora which had this situation for about a year:
    https://bugzilla.redhat.com/show_bug.cgi?id=504526
  The Fedora packages (based on wesnoth-1.6.4) are now fixed.

* I'll wait before fixing it in 1.6.x, 1.4.x until feedback from
  package maintainers of various distributions, as they may carry
  legacy versions of fribidi (e.g: Debian-Lenny).
2009-07-11 03:27:46 +00:00
Nils Kneuper
50de5cb553 post release version bump to 1.7.1+svn 2009-06-28 16:45:29 +00:00
Nils Kneuper
2bd457bfbc bump version to 1.7.1 2009-06-28 15:42:50 +00:00
Guillaume Melquiond
6b792024a5 Fixed output when failing intermediate checks. 2009-06-21 07:16:11 +00:00
Guillaume Melquiond
fdd6ee4ca2 Added support for libnotify-based desktop notifications...
...(patch #1179 by method).
2009-06-21 07:16:05 +00:00
Nils Kneuper
1e49d20787 post release version bump to 1.7.0+svn 2009-05-17 18:05:56 +00:00
Nils Kneuper
a7563fa02c version bump to 1.7.0 2009-05-17 15:49:36 +00:00
Gunter Labes
07f041d0c0 build the server by default 2009-05-08 15:30:52 +00:00
Guillaume Melquiond
5bb0a75cac Removed -Wno-sign-compare...
...and -Wno-unused-{function,label,variable,value} from compile options.
2009-04-25 14:06:46 +00:00
Guillaume Melquiond
9535cf7fac Conditionalized sendfile support...
...on the presence of sys/sendfile.h, since FreeBSD version is
slightly different.
2009-04-23 21:43:29 +00:00
Iurii Chernyi
0892b7d631 Fixed issue with autogen.sh not finding lua-5.1 on FreeBSD 2009-04-23 21:32:07 +00:00
Guillaume Melquiond
9f46eed858 Reverted "Removed conditional compilation...
...for dummy_locales option" (2009-04-12T10:16:02Z!loonycyborg@gmail.com)

It doesn't detect disabled option and it causes problems on Windows.
2009-04-12 10:40:14 +00:00
Sergey Popov
b10bc463b1 Removed conditional compilation for dummy_locales option
Since it doesn't save much binary size/compile time but adds a
possibility of uncaught compile errors unless both values of the options
are regularly tested.
2009-04-12 10:16:02 +00:00
Nils Kneuper
5076f1796f change textdomain from wesnoth-Delfadors_Memoirs to wesnoth-dm
add wesnoth-dm to CMake build system
2009-04-10 17:28:10 +00:00
Nils Kneuper
bc0f04e783 import po files for Delfadors Memoirs from (ancient) wescamp translations
created po files for those not in that ancient wescamp version

pot-update for this campaign to have it match latest string status

steps to follow: switch textdomain to wesnoth-dm, add wesnoth-dm to g.w.o, ...
2009-04-10 17:19:52 +00:00
Daniel Franke
26ecf0955a Improve autotools error message when SDL_ttf is missing or too old.
Fixes bug #13249

[[Split portion of a mixed commit.]]
2009-03-29 09:16:31 +00:00
Guillaume Melquiond
1b9c2f552e Added support for Lua scripts. 2009-03-22 18:59:12 +00:00
Nils Kneuper
1031ea65e8 correct changelog entries to list all the 1.6a stuff correctly
bump version to 1.7.0-svn
2009-03-20 00:13:26 +00:00
Nils Kneuper
44d814755a bump version to 1.6 (finally!) 2009-03-18 16:41:42 +00:00
Nils Kneuper
dd87d6f429 post release version bump to 1.5.14+svn
took over the changelog entry for the max map size in the editor, too
2009-03-15 23:37:14 +00:00
Nils Kneuper
bc3ba54291 bump version to 1.5.14 2009-03-15 22:33:13 +00:00
Mark de Wever
0f278988a4 Reduce the fontconfig dependency to 2.4.1.
On the forum there has been a report[1] that 2.4.1 also works so lower the
dependency.

[1] http://www.wesnoth.org/forum/viewtopic.php?f=4&t=24456
2009-03-13 17:49:38 +00:00
Guillaume Melquiond
77f33d2270 Added proper detection of round and sendfile. 2009-03-10 13:07:19 +00:00
Nils Kneuper
8a78f68d98 post release version bump to 1.5.13+svn 2009-03-08 22:42:54 +00:00
Nils Kneuper
4e76c74041 bump version to 1.5.13 2009-03-08 21:54:57 +00:00
Nils Kneuper
89f8d3e355 post release version bump to 1.5.12 2009-03-01 21:43:19 +00:00
Nils Kneuper
3b8fc24e1b bump version to 1.5.12-1.6rc1 2009-03-01 20:29:16 +00:00
Nils Kneuper
960387bbef post release version bump to 1.5.11+svn 2009-02-23 23:29:56 +00:00
Sergey Popov
8d0095f9ff Fix "pkgpython_PYTHON' is used but pkgpythondir' is undefined"...
...autotools error.
2009-02-23 22:44:38 +00:00
Sergey Popov
e1ea62cda0 Remove AC_ARG_ENABLE for python ai support and python check from autotools. 2009-02-23 22:34:01 +00:00
Nils Kneuper
1459d34d22 turn python off by default in autotools...
...and mention that python support is not used ingame anyway

real removal of the flags has still to be done
2009-02-23 22:29:10 +00:00
Nils Kneuper
2d16cec623 revert part of the changes by dfranke,
...those broke creation of the tarball

now the interesting task starts:

get rid off the python configure check (and using python flags at
building) without breaking installation of the python tools
2009-02-23 22:20:14 +00:00
Nils Kneuper
841a800e95 some changelog updates
bump version to 1.5.11-1.6beta3
2009-02-23 22:03:12 +00:00