Commit Graph

498 Commits

Author SHA1 Message Date
Tomasz Śniatowski
52c634c971 The old editor now build fine with editor2 option set, so remove warnings and checks for that 2008-07-20 21:53:08 +01:00
Nils Kneuper
c2dcd1ac5b post-release (1.5.2) version bump 2008-07-13 20:22:20 +00:00
Nils Kneuper
e7f4b2d7f3 version bump to 1.5.2 2008-07-13 16:06:13 +00:00
Mark de Wever
fd76527912 It seems the tests also depend on the pango library...
...so add the test and LIBS flag for autotools.
2008-07-12 10:43:40 +00:00
Mark de Wever
c5840e962c Change dependencies to pango with cairo backend, only wired in for autotools. 2008-07-10 17:45:29 +00:00
Mark de Wever
a470463dcc Made the editor2 switch --enable-editor2 and make it work properly. 2008-07-07 19:40:47 +00:00
Mark de Wever
aee9e58b8e Added the freetype2 dependency needed for SDL_Pango...
...and changed the dependency to the pango with ft2 support.
2008-07-06 14:56:38 +00:00
Mark de Wever
221196c43c Added the pango dependency.
I'm not sure yet what will be the minimum required version so I used
1.14.8 as shipped with Debian Etch as minimum.  The library isn't used
yet but will be soon. Only added autotools support.

(Also some minor tab->spaces changes in the changelog.)
2008-07-06 12:20:54 +00:00
Tomasz Śniatowski
0638b21478 add "EXPERIMENTAL" warning near editor2 options 2008-07-04 00:34:22 +01:00
Pauli Nieminen
221def1225 Fixed autotools to compile unit tests
Made test to be one of scons default targets
2008-07-01 21:57:09 +00:00
Nils Kneuper
73ef716776 post release (1.5.1) version dump (really in time now...) 2008-06-20 22:17:48 +00:00
Nils Kneuper
e356c02d89 bump version to 1.5.1 2008-06-20 21:15:46 +00:00
Nils Kneuper
7b1dd69948 not releasing 1.5.1 today, so revert the version number for the moment... 2008-06-18 21:36:40 +00:00
Nils Kneuper
b77d17fe2f bump version to 1.5.1 2008-06-18 19:34:25 +00:00
Mark de Wever
2e12d16e4b Add the autotools changes to enable ilor's new editor.
Commit based on ilor's patch.
2008-06-12 15:02:22 +00:00
Pauli Nieminen
90930ec599 Made new stats visible same time with old for comparision (need testing) 2008-05-14 14:47:24 +00:00
Gunter Labes
8fcb941ca3 some language tweaks 2008-05-12 12:08:46 +00:00
Mark de Wever
e17d9aaeb2 Remove the deprecated notice on autotools...
...and change it to the fact that it probably will be replaced. Also
show both alternatives when still using autotools.
2008-05-12 09:26:00 +00:00
Pauli Nieminen
e76b2f5c4d added switch to enable per fight stats in autotools 2008-05-11 21:16:54 +00:00
Nils Kneuper
745f0b9b9b post release version bump to 1.5.0+svn 2008-04-26 14:34:30 +00:00
Nils Kneuper
f682adce82 version bump to prepare 1.5.0 2008-04-26 13:09:29 +00:00
Gunter Labes
93e1e73e98 replace == with = in test comparisons...
...(fixes bug #11496: Unportable test(1) construct)
2008-04-15 02:51:29 +00:00
Nils Kneuper
7927892b23 added the new textdomain wesnoth-anl 2008-03-31 20:00:07 +00:00
Eric S. Raymond
8f7c7f5049 Add some documentation, remove some to-do comments, and update the to-do list. 2008-03-31 16:12:25 +00:00
Eric S. Raymond
16fc6f322d No, we *don't* need pngmeta. It's not used anywhere. 2008-03-28 19:44:46 +00:00
Eric S. Raymond
a5f45c2e1f Remove fossil optipng build option. 2008-03-28 14:38:28 +00:00
Eric S. Raymond
fd44a750b2 autotools is deprecatedm, but not (yet) removed. 2008-03-28 13:49:18 +00:00
Eric S. Raymond
c471f36b50 Improve the quality of the SDL checks in SConstruct. 2008-03-28 11:22:59 +00:00
Eric S. Raymond
36834b6057 In scons recipe, use PkgConfig to check for SDL version. 2008-03-28 10:08:37 +00:00
Eric S. Raymond
9306210729 Copy configure.ac's platform-specific checks. 2008-03-28 09:15:19 +00:00
Eric S. Raymond
2766e81b42 Scrap an expensive config test.
Nobody but GCC is going to implement __builtin_expect(), and failing
to notice it only costs a little speed anyway.
2008-03-28 03:20:40 +00:00
Eric S. Raymond
ae70561807 Mark things the scons recipe doesn't cover yet.
Implement the sanity checker in the scons recipe.
2008-03-27 21:51:30 +00:00
Eric S. Raymond
595ecf4ed9 Remove freetype configuration stuff, as we no longer build our own ttf library. 2008-03-27 20:59:02 +00:00
Eric S. Raymond
efcff1274b Nuke the vestigial --lite option. 2008-03-27 17:16:15 +00:00
Ignacio R. Morelle
dec24de9ed Hardcode wesconfig.h...
...(i.e. no longer auto-generated, it was updating only the version
number anyway, and that can be easily done by hand)
2008-03-25 14:14:10 +00:00
Eric S. Raymond
9ea8a35f8d Remove --display-revision switch, always build revision-stamp file.
Implement a :version debug command that shows the build version,
including the SVN revision from the build-stamp file.
2008-03-17 08:46:37 +00:00
Ignacio R. Morelle
08ed96b1a9 Test for ZLib installation, as requested by Sirp 2008-03-14 19:27:56 +00:00
Mark de Wever
6119a1c09a Make the --disable-strict-compilation option really work. 2008-03-11 17:10:06 +00:00
Mark de Wever
5ad4cd05ed Added -Werror -Wno-unused -Wno-sign-compare...
...to the default compiler flags, can be disabled with
--disable-strict-compilation.
2008-03-10 18:28:13 +00:00
Mark de Wever
a1c4771103 Allow configure to be started from directories other as the top dir
(patch #1002).
2008-03-10 17:04:26 +00:00
Mark de Wever
3037f497d5 Fix a errors found by Soliton 2008-03-04 18:49:03 +00:00
Mark de Wever
d41120795d Changed the buildin SDL_ttf to a dependency on the library version >= 2.0.8. 2008-03-04 18:24:15 +00:00
Mark de Wever
36e8aa29d7 Add the boost regex dependency to configure.ac 2008-03-03 19:42:13 +00:00
Nils Kneuper
6a91dbc475 post-1.4 version bump, trunk now open for changes 2008-03-02 22:46:30 +00:00
Nils Kneuper
b88dd1d9ef bump version to 1.4, trunk is now *frozen* 2008-03-02 13:14:25 +00:00
Nils Kneuper
c839887e79 post release version bump to 1.3.19+svn...
...(probably the very last 1.3.x release...)
2008-02-24 16:19:00 +00:00
Nils Kneuper
6fc286272d version bump to 1.3.19 2008-02-24 15:05:57 +00:00
Nils Kneuper
6f73f976c7 post release version bump + updated Czech translation 2008-02-18 21:25:08 +00:00
Nils Kneuper
014f7dd8e4 version bump to 1.3.18 2008-02-18 20:14:19 +00:00
Nils Kneuper
54ff8d2938 post release version bump 2008-02-18 00:49:52 +00:00
Nils Kneuper
aef9fb379b version bump for 1.3.17 2008-02-17 21:36:42 +00:00
Nils Kneuper
f6c7a71c7b preliminary support for 800x480...
...(resolution used for eeePC, Nokia 8x0 and maybe some other mobile
devices) to activate it, run configure with --enable-small-gui
2008-02-14 01:07:01 +00:00
Nils Kneuper
0dd74f6f1d post release version bump 2008-02-11 23:17:16 +00:00
Nils Kneuper
61377b59f1 version bump for 1.3.16 2008-02-11 21:19:00 +00:00
Pauli Nieminen
172ca8ba7b fixed a typo 2008-02-08 13:20:40 +00:00
Pauli Nieminen
743a597fe4 CPPFLAGS->CXXFLAGS for builtin_expect checing 2008-02-08 12:18:29 +00:00
Pauli Nieminen
376408d8a2 Optimized tokenizer a bit (skip_comment) 2008-02-08 12:03:57 +00:00
Nils Kneuper
a789f89507 post release version bump to 1.3.15+svn 2008-01-28 13:00:09 +00:00
Nils Kneuper
4a990a75c6 rollback revisions introducing new stuff
(which should not happen) and thus breaking building those are the
revisions:

2008-01-23T19:48:33Z!paniemin@cc.hut.fi
2008-01-23T20:03:29Z!benoit.timbert@free.fr (partly)
2008-01-23T20:06:14Z!benoit.timbert@free.fr
2008-01-24T17:07:32Z!koraq@xs4all.nl
2008-01-26T08:34:13Z!paniemin@cc.hut.fi
2008-01-26T10:30:28Z!paniemin@cc.hut.fi
2008-01-27 21:51:48 +00:00
Nils Kneuper
40614c53c1 version bump for 1.3.15 2008-01-27 20:52:46 +00:00
Nils Kneuper
6ce621e79c revert the following revisions:
2008-01-27T00:49:02Z!soliton@wesnoth.org
2008-01-26T21:16:47Z!esr@thyrsus.com
2008-01-26T20:48:27Z!esr@thyrsus.com
2008-01-26T19:18:41Z!elias@pschernig.at
2008-01-26T18:57:31Z!esr@thyrsus.com
2008-01-26T18:42:21Z!esr@thyrsus.com
2008-01-26T18:41:21Z!esr@thyrsus.com
2008-01-26T17:52:29Z!esr@thyrsus.com
2008-01-26T17:22:42Z!esr@thyrsus.com
2008-01-26T17:17:44Z!esr@thyrsus.com
2008-01-26T14:01:48Z!esr@thyrsus.com
2008-01-26T13:32:14Z!esr@thyrsus.com

reasons:

1) they break building at least partially / change the way how
building works which is a no go in beta time

2) addition of a new feature (:version), we are in feature freeze, so
this is a no go, too
2008-01-27 11:59:04 +00:00
Eric S. Raymond
0bf9835285 Eliminate --display-svn-revision. Make Revision reporting a bit more reliable. 2008-01-26 14:01:48 +00:00
Pauli Nieminen
de8a7e66c6 Added files and configure option for server monitor; nothing done yet 2008-01-23 19:48:33 +00:00
Pauli Nieminen
6c7e4be8d5 Fixed boost configure not to add iostreams to global varaibles
Added dev-cpp unit test project file
2008-01-22 09:28:36 +00:00
Eric S. Raymond
5f941bd9d0 Comment fix. 2008-01-21 19:26:56 +00:00
Eric S. Raymond
5940ee4b87 Improve the GCC version test, check for >= 3.3. 2008-01-21 17:19:45 +00:00
Eric S. Raymond
c5d91aff48 Address bug #10839. 2008-01-21 17:04:40 +00:00
Pauli Nieminen
7590703aa9 Fixed boost.test configuration not to mess with other targets 2008-01-15 09:45:10 +00:00
Pauli Nieminen
31149382f9 Now tested and working with boost test 1.33.1 & 1.34.1 2008-01-13 23:23:49 +00:00
Pauli Nieminen
c2cbf186e8 Made tests back to disabled as default 2008-01-13 20:48:02 +00:00
Pauli Nieminen
22ab47d3ee Fixed boost test compilation with 1.34.1 2008-01-13 19:22:09 +00:00
Nils Kneuper
5861fc5858 post release version bump 2008-01-13 17:08:02 +00:00
Nils Kneuper
9ab3d191eb bumped version to 1.3.14
changing the campaignserverport to a different one will follow in some secs
2008-01-13 13:14:50 +00:00
Nils Kneuper
87389af10e really do address bug #10747
python itself should default to active, installtion of the tools
should default to inactive
2008-01-12 17:14:38 +00:00
Eric S. Raymond
8e714dd966 Installing Python supporrt defaults to off.
Addresses bug #10747.
2008-01-12 16:43:35 +00:00
Eric S. Raymond
6375a97a27 Revert the attempt to use ac_python_devel.m4. 2008-01-12 16:34:05 +00:00
Eric S. Raymond
a2b609c57f Fix the docstring for --enable-tools. 2008-01-11 12:29:51 +00:00
Eric S. Raymond
366b085b97 This is the change which will restore putting the right Solaris libs...
in place if the ac_python_devel.m4 maintainers generate the
references.
2008-01-11 04:50:25 +00:00
Eric S. Raymond
f4f7def4b2 Remove an unneeded flag reference. 2008-01-11 04:16:05 +00:00
Eric S. Raymond
9a2ff65d44 With ac_python_devel.m4 having taken over path computation.
some cruft can be discarded, make install works.
2008-01-11 04:00:05 +00:00
Eric S. Raymond
aa005a20a0 ac_python_devel.m4 takes over path computation.
make install works.
2008-01-11 03:13:25 +00:00
Eric S. Raymond
83c2baee99 Do the Python version check to the one in ac_python_devel.m4.
make install works.
2008-01-11 02:53:25 +00:00
Eric S. Raymond
a25a832e01 make install still works. 2008-01-10 23:18:17 +00:00
Eric S. Raymond
2125ea0cb9 Re-simplification. make install works. 2008-01-10 23:09:30 +00:00
Eric S. Raymond
d6317e9315 Emergency reversion of changes that broke "make install" 2008-01-10 22:42:04 +00:00
Eric S. Raymond
1813e535e0 Further simplification of autotools Python library detection.
This has the effect of pushing bug #8635 upstream to the 
maintainers of ac_python_devel.m4; I have notified them
of the Solaris port issue.
2008-01-10 14:56:55 +00:00
Eric S. Raymond
c18114a09c Simplify Python detection. 2008-01-10 14:29:58 +00:00
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
Nils Kneuper
ae3d23de25 bumped version to 1.3.6 2007-07-21 18:58:54 +00:00
Nils Kneuper
9350ddc453 after release version bumping/server update 2007-07-20 18:45:27 +00:00
Nils Kneuper
255d93dd64 bumped version to 1.3.5,
getting ready for when to release (will wesbot trigger?)
2007-07-20 15:05:58 +00:00
Nils Kneuper
762e16ee31 move multiplayer in its own textdomain 2007-07-06 11:18:41 +00:00
Nils Kneuper
e98df81e1e added new textdomain wesnoth-units 2007-07-06 10:59:03 +00:00
Nils Kneuper
611c2751f6 bumped version to 1.3.4+svn and changed server ports 2007-06-23 18:21:20 +00:00
Nils Kneuper
e202942acf bumped version to 1.3.4 2007-06-23 17:39:06 +00:00
Eric S. Raymond
822439e8ee Address bug #9296 by adding a switch to disable Python module installation. 2007-06-08 21:50:54 +00:00
Eric S. Raymond
8fb016cbe9 Eliminate all but three compiler warnings.
Most are banished by use of a new UNUSED macro that expnds to the
right GNU C++ attribute but an empty string elsewhere.  I have the
definition being generated into config.h, which therefore has to be
included a few places it wasn't before.  There might be a better place
to put it.
2007-06-08 19:54:28 +00:00
Mark de Wever
65c0563f9d removes zipios support.
Project files in the root haven't been updated since I'm unable to test them.
2007-06-02 06:46:01 +00:00
Mark de Wever
d5243e114c really remove WESNOTH_DEFAULT_SERVER;
with it still in configure.ac it also gets back in wesconfig.h
2007-06-02 06:35:51 +00:00
Elias Pschernig
e645d62ed2 fixed python module path 2007-05-31 19:00:49 +00:00
Elias Pschernig
64ddf173c2 Removed use of AM_PYTHON_PATH...
as it makes autotools fail if no python is present.
2007-05-29 18:23:01 +00:00