485 Commits

Author SHA1 Message Date
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
Mark de Wever
249d3039e9 bump minimum savegame version to 1.3.2
since the automatic terrain translation is about to be removed
2007-05-27 14:53:44 +00:00
Nils Kneuper
2e10eb1ad0 bumped version to 1.3.3+svn
and changed ports for the default mp server to the one for trunk
2007-05-26 09:21:18 +00:00
Nils Kneuper
43e95200ad bumped version to 1.3.3 2007-05-25 18:14:55 +00:00
Mark de Wever
ae269e7fee removed the option to show deprecated WML messages in a dialog,
it's really too annoying
2007-05-24 18:29:29 +00:00
Eric S. Raymond
97d36340d8 Make the PNG check message more informative...
...in case of more image moves.
2007-05-16 16:04:35 +00:00
Eric S. Raymond
c5db737d70 Make the PNG capability test point at an image that actually exists. 2007-05-16 15:53:48 +00:00
Nils Kneuper
406da6fb81 moved textdomain from wesnoth-Descent to wesnoth-did 2007-05-10 17:24:29 +00:00
Nils Kneuper
6e5d66b1d1 wescamp import of Descend into Darkness 2007-05-10 17:20:31 +00:00
Eric S. Raymond
ebe3493f6d Cosmetic fix. 2007-05-10 12:03:16 +00:00
Nils Kneuper
333cb3683c changed textdomain for SoF from wesnoth-Sceptre_of_Fire to wesnoth-sof 2007-05-07 20:54:42 +00:00
Nils Kneuper
d1f3ca73a0 wescamp import of Sceptre of Fire 2007-05-07 20:53:26 +00:00
Eric S. Raymond
566d56938e Factor the macroscope cross-reference generator into a re-usable module...
...and a wrapper, because other tools will need the cross-referencer.  

Note to packagers: 'make install' now puts wmltools.py in the Python directory
for site-local packages.  If you build a Wesnoth development package, include
this.  But the main Wesnoth package for players can leave it out.
2007-05-07 14:18:20 +00:00
Nils Kneuper
709e2e5688 moved textdomains for wesnoth-Son_Of_The_Black_Eye to wesnoth-SotBE 2007-05-03 13:20:51 +00:00