405 Commits

Author SHA1 Message Date
Pauli Nieminen
43ca9ef2cc Created wesnoth-test domain for unit tests 2008-08-27 09:12:52 +00:00
Nils Kneuper
e61c3fa31c post release version bump to 1.5.3+svn 2008-08-19 21:39:56 +00:00
Nils Kneuper
bdde45b789 bump version to 1.5.3 2008-08-19 20:30:49 +00:00
Tomasz Śniatowski
c19943c2ba Make editor2 options on by default in the build systems 2008-08-15 19:11:11 +01:00
Pauli Nieminen
68acd488b7 Fixed configure to work with --disable-game correctly 2008-08-13 13:03:14 +00:00
Pauli Nieminen
29fa63480a Added banwidth statistics configure switch 2008-08-13 13:02:47 +00:00
Mark de Wever
5d4d384958 Also allow --enable-debug override the CXXFLAGS,
...as done for normal builds in 2006-08-08T16:52:55Z!bruno@wolff.to. This fixes a problem
with some custom flags which fail in debug mode.
2008-08-08 18:35:15 +00:00
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