411 Commits

Author SHA1 Message Date
Eric S. Raymond
6ddf569495 Adapt autotools machinery to use AC_PYTHON_DEVEL().
This does not solve bug #8635 yet, but is a long step towards it.
2008-01-10 14:23:34 +00:00
Nils Kneuper
7f81ea2b1a correct autoconf version needed to 2.60 instead of 2.61 (bug #10636)
version 2.60 does work on OSX and is the latest version available
there via fink it should also work for all other supported platforms
2008-01-03 20:45:03 +00:00
Mark de Wever
27c7fdccc7 We tested for autoconf 2.57, but 2.61 is required for the boost macros.
So bumped the version (bug #10636).
2008-01-02 08:39:12 +00:00
Mark de Wever
12b0edcf7e Remove support for maps without a header 2007-12-29 12:39:12 +00:00
Mark de Wever
95c5e4b8ff Remove unused default server definitions. 2007-12-29 09:24:26 +00:00
Nils Kneuper
921461983b post release version bump to 1.3.13+svn 2007-12-28 23:34:59 +00:00
Nils Kneuper
85817bde72 bump version to 1.3.13 2007-12-28 21:23:28 +00:00
Mark de Wever
8342b2443c Added test case for the new boost test requirement when --enable-tests is used 2007-12-21 20:46:43 +00:00
Karol Nowak
a801497d8e Add a configure switch to enable building of unit tests. 2007-12-20 22:36:53 +00:00
Nils Kneuper
4319086c47 get 'The Hammer of Thursagan' (THoT) ready for translations 2007-12-15 13:40:20 +00:00
Gunter Labes
ebfe9b0ca8 change the default server to tuxfamily for now 2007-12-10 13:14:56 +00:00
Mark de Wever
accdbb5c0f Removed the USE_GZIP ifdefs,...
...everything except the editor now needs the boost library. Since the
odds of only compiling the editor is slim so removed it.

The -DUSE_GZIP flag is thus no longer needed.
2007-12-08 18:01:05 +00:00
Mark de Wever
e265e9f3a0 Bump boost dependency to 1.33, versions before aren't tested and may not work. 2007-12-08 17:37:12 +00:00
Eric S. Raymond
631a33d170 Address bug #10419.
Having reviewed the way it's used, I don't believe using it will make Wesnoth a 
derivative work of boost.m4, so v3 terms will not propagate to the 
rest of the code.  (Obligatory note: I am not a lawyer.)

This is an issue we'll face again when and if autotools goes v3.
2007-12-07 16:28:11 +00:00
Mark de Wever
085a6a1ef6 Made the requirement of gzip and boost_iostream only mandatory...
...if the game is compiled. It doesn't work properly yet since the
boost detection hasn't been added yet, once done it will work
properly.
2007-12-05 19:20:14 +00:00
Eric S. Raymond
516c6c2a8b Address bug #10440: presence of optipng not checked in configure. 2007-12-03 03:45:57 +00:00
Nils Kneuper
4adbb190b2 post release version bump to 1.3.12+svn 2007-11-30 22:41:39 +00:00
Mark de Wever
e3047c9ab4 Added the initial code for the gzip compression.
The game can now compress and decompress savegames. This requires the
extra dependency of boost iostreams.  configure.ac hasn't been
modified to detect this, but a FR will be filed to make that happen.
2007-11-30 20:31:52 +00:00
Nils Kneuper
6744eae7fc version bump to prepare for 1.3.12 2007-11-30 18:16:53 +00:00
Nils Kneuper
ec86dbdbd3 post release version bump 2007-11-19 19:29:07 +00:00
Nils Kneuper
a45a3f25c0 version bump to 1.3.11, planning to release in 2h 2007-11-19 11:24:29 +00:00
Eric S. Raymond
516c7af098 Second try at the neew config option. 2007-11-19 02:53:47 +00:00
Eric S. Raymond
1066f2d047 Attempt at the --enable-raw-sockets option Soliton wanted. 2007-11-19 02:36:46 +00:00
Nils Kneuper
ec05b68982 post tagging version bump 2007-11-09 22:48:53 +00:00
Nils Kneuper
ea2af41995 version bump to 1.3.10 2007-11-09 20:42:50 +00:00
Gunter Labes
8fd888531c correctly update the comment clarification 2007-10-16 07:49:13 +00:00
Nils Kneuper
d99c3cc7a9 bumped version to 1.3.9+svn,
feel free to break things again (and don't forget to add stuff to the
changelog...)
2007-10-10 21:53:40 +00:00
Nils Kneuper
ac243eec6a bumped version to 1.3.9 2007-10-10 20:48:57 +00:00
Nils Kneuper
d524ef29c7 complete inclusion of AOI by moving textdomains 2007-10-02 12:56:33 +00:00
Nils Kneuper
b419deb98e initial import of "An Orcish Incursion",
textdomain change to wesnoth-aoi to follow...
2007-10-02 12:54:06 +00:00
Nils Kneuper
492fc5a11d bumped version to 1.3.8+svn and updated changelog 2007-09-19 00:34:27 +00:00
Nils Kneuper
6c5c74adc1 bumped version to 1.3.8
still 40mins left until I want to tag the next release... ;)
2007-09-18 21:22:13 +00:00
Eric S. Raymond
f1469ed9a5 Address bug #8979. 2007-09-18 03:40:49 +00:00
Jordà Polo
c15f041e1c Enable manual generation when running `make dist',
and include the (single page) HTML pages in the tarball.
2007-09-16 08:19:07 +00:00
Jordà Polo
061db47596 Initial support to build the manual (disabled).
+ ./configure checks for manual-related tools.

  + Updated update-po and update-po4a targets.

  + Build the HTML files at `make dist' time (work in progress, the files
    are not yet included in the tarball).

* Copyright holder now set to "Wesnoth Development Team" in po4a domains.
2007-09-13 19:51:33 +00:00
Gunter Labes
b8743aec39 remove the '0' default for serveruid and servergid 2007-09-11 08:04:25 +00:00
Gunter Labes
0c1c9338c2 there is a redirector running on the default port (15000) now
so we don't need to change the ports anymore in the future
2007-09-07 12:04:46 +00:00
Mark de Wever
8afe62f081 Fixed another edit of src/wesconfig.h and added a warning not to edit this file. 2007-08-27 16:12:03 +00:00
Nils Kneuper
e6c02f591d bumped version to 1.3.7+svn 2007-08-25 23:06:05 +00:00
Gunter Labes
d864a0380d revert MIN_SAVEGAME_VERSION to "1.3.2"
this is only to be updated upon changes that break *all* saves/replays
2007-08-25 18:45:46 +00:00
Mark de Wever
2ebde262c5 Really bump the minimum save version. 2007-08-25 17:52:38 +00:00
Nils Kneuper
73160b8dab version bump to 1.3.7
upped "minimum savegame version" to 1.3.4
2007-08-25 10:57:39 +00:00
Mark de Wever
42e31ed622 Remove no longer needed DO_DISPLAY_REVISION definition.
Remove some SVNREV ifdef's and replace them with C++ on an empty string.
2007-08-19 10:06:06 +00:00
Nils Kneuper
6eeceb0261 got the check for OGG support in sdl-mixer back into configure 2007-08-02 11:15:51 +00:00
Eric S. Raymond
3742947614 Address FR in bug #9596. 2007-07-26 11:23:58 +00:00
Nils Kneuper
ef9289f600 changed order a little...
...to have stuff generated in something more like an alphabetical way
(at least campaigns are orderd alphabetically)
2007-07-22 00:12:21 +00:00
Nils Kneuper
2675707495 moved wesnoth-Liberty to wesnoth-l 2007-07-21 23:56:34 +00:00
Nils Kneuper
cd941181d9 added Liberty po files 2007-07-21 23:53:40 +00:00
Nils Kneuper
b9403f6fd7 bumped version to 1.3.6+svn 2007-07-21 22:49:28 +00:00
Bruno Wolff III
d8306cd46a Fix for disable-python-install...
...to not try to create the default install directory for python tools
which errors out for non root users and isn't needed in that case
anyway.
2007-07-21 19:25:38 +00:00