Commit graph

760 commits

Author SHA1 Message Date
Gunter Labes
0982433055 added the new pattern matching to version strings
some minor tweaks
2006-05-11 22:13:09 +00:00
David Philippi
46af698a5e translation update 2006-05-09 22:27:55 +00:00
Gunter Labes
a304087894 applied patch by allefant to add --turns= parameter
streamlined and (hopefully) completed the --help output

streamlined and (hopefully) completed the wesnoth man page
2006-05-07 05:16:53 +00:00
David Philippi
9e45b27a61 translation update 2006-03-30 12:02:43 +00:00
Gunter Labes
6a11c9bfc4 added the disallow_names key 2006-03-26 21:48:09 +00:00
John W. C. McNabb
7c8b85c314 added --load FILE 2006-02-18 15:21:27 +00:00
David Philippi
a424c3d1e7 translation update 2006-02-17 11:09:31 +00:00
Gunter Labes
97f051ad0e added new keys available in the server config file 2006-02-16 19:39:25 +00:00
David Philippi
af4f62d377 translation update 2006-01-27 23:09:29 +00:00
Gunter Labes
315e9079ff some corrections in the english version and an updated german one 2006-01-26 10:26:00 +00:00
Gunter Labes
e3d2413875 updated Dave's email address and some dates
added the --config option and described the syntax of the config file
2006-01-26 08:15:41 +00:00
Alfredo Beaumont
542c747e13 Switch doxygen templatesfrom CVS to SVN and from Savannah to Gna! 2005-10-17 19:47:18 +00:00
David Philippi
cf47ae69b2 translation update 2005-09-21 14:43:14 +00:00
Isaac Clerencia Perez
fa79a63b74 Remove .cvsignore files 2005-09-21 00:27:34 +00:00
Nils Kneuper
b3ae73edd9 Updated German man pages 2005-09-18 20:51:43 +00:00
András Salamon
110986a3f2 fix -v clash in server 2005-09-18 20:13:16 +00:00
Nils Kneuper
c818acc2ed Updated man pages 2005-09-18 19:16:53 +00:00
Nils Kneuper
97bb85656e Updated German translation 2005-09-18 18:05:36 +00:00
David Philippi
06dabd3914 translation update 2005-09-17 20:50:14 +00:00
Bram Ridder
ff78f2a798 Fixed bug #14551, changed the default bits per pixel value to 24. 2005-09-17 17:32:12 +00:00
András Salamon
5e10111a2c add Hungarian man pages 2005-09-04 17:22:12 +00:00
Nils Kneuper
50b84d208e Updated German man pages 2005-08-25 13:14:02 +00:00
Nils Kneuper
f5eb4a5188 Updated German translation 2005-08-21 12:38:06 +00:00
David Philippi
20b1fbe644 translation update 2005-08-16 22:38:20 +00:00
András Salamon
f76bee25c4 clarify --nogui vs --multiplayer 2005-08-11 14:50:45 +00:00
András Salamon
96cbf7b5e6 add Swedish manpages to list 2005-07-20 15:03:03 +00:00
Nils Kneuper
9253b0d9bf Updated German man-pages 2005-06-21 10:39:04 +00:00
David Philippi
16d369ca00 translation update 2005-06-14 18:34:39 +00:00
David Philippi
b003f0bf35 intial translated manpages 2005-06-13 15:20:32 +00:00
András Salamon
3c9a017368 updated man pages 2005-06-11 07:50:01 +00:00
András Salamon
0856e5f6f7 correct forum url 2005-06-04 19:37:28 +00:00
András Salamon
8bd9bc98a5 ran codeclean against files 2005-06-04 19:16:06 +00:00
Nils Kneuper
60d30e7cd9 update for german manpages 2005-04-11 18:50:09 +00:00
András Salamon
d94543f012 Small fix to previous manpage update. 2005-04-10 21:47:42 +00:00
András Salamon
5890bbaa67 Typo fixes, new DESCRIPTION, shortened long lines, .B/.BR fixes. 2005-04-10 21:16:35 +00:00
Isaac Clerencia Perez
5aa656a535 Minor update for German wesnoth manpage 2005-04-09 15:23:43 +00:00
Isaac Clerencia Perez
4a2dbf5b60 Updates to manpages 2005-04-09 15:01:23 +00:00
Isaac Clerencia Perez
f875fa8102 Handle manpages "manually" in doc/man/Makefile.am
I can't think of a way to only install the ./configured manpages when doing
make install but have every page in the make dist using the standard *_MANS
variables, so I've did it manually, it seems to works correctly
2005-04-09 14:41:23 +00:00
Isaac Clerencia Perez
18f0a589b5 add --decompress to german man page 2005-04-09 14:15:31 +00:00
Philippe Plantier
ba195ecd8a [[Attack some problems with data serialization in saves]]
* Made serialized data be saved as untranslated. To achieve this, added the
  t_string class, which encapsulates a translatable string.

* Completely rewrote the (text) WML parser, making it use a tokenizer / parser
  architecture. The parser is now much more strict and validates a WML grammar.

  - Change to the WML syntax: pluses are now ignored, spaces are now forbidden
    in WML keys

* Rewrote the way the variables are interpolated. There is no more default
  interpolation, however, the vconfig class was added, which provides a
  variable-interpolating proxy to config objects.

* There is still an important known bug: this is impossible to load textmode
  save games now, because the statistics module saves some WML with spaces in
  keys, which the parser refuses. I am commiting anyway to respect the string
  freeze; the fix for this bug will come tomorrow

Hoping I do not break everything...
2005-03-27 23:06:17 +00:00
Guillaume Melquiond
ff8f7d9e59 Add a --disable-game option.
Beautify ./configure --help. Don't install all the manpages. Don't
install data/ if not needed.
2005-03-03 22:19:58 +00:00
Isaac Clerencia Perez
03dddf6432 Added --decompress option to man page (by Ivanovic) 2005-02-25 11:33:11 +00:00
Yann Dirson
3ba17f3965 typo (Ivanovic) 2005-02-10 21:47:00 +00:00
Isaac Clerencia Perez
7ba8a6eabd Updated german manpages 2005-02-05 19:34:19 +00:00
Yann Dirson
c90661fcc8 manpage update (Ivanovic) 2005-01-30 17:33:31 +00:00
Isaac Clerencia Perez
69832b1a3b Change links in doxygen footer 2005-01-29 19:44:33 +00:00
Jon Daniel
8a34f1298e .cvsignore update 2005-01-29 13:53:53 +00:00
Guillaume Melquiond
de6ca2d556 Correctly describe multiplayer options. 2005-01-29 10:24:57 +00:00
Yann Dirson
09f42b0bbd fixed year of manpages revision 2005-01-27 22:21:31 +00:00
Yann Dirson
a7357f2c0e manpage update (Ivanovic) 2005-01-27 20:19:16 +00:00