Commit graph

538 commits

Author SHA1 Message Date
loonycyborg
6724a696e6 pot-update and regenerate doc files 2018-02-12 20:09:29 +03:00
Matthias Krüger
1a09ba1c75 doc: fix some typos 2018-02-06 23:03:06 +11:00
loonycyborg
240d9d995d pot-update and regenerate doc files 2018-02-04 19:46:58 +03:00
loonycyborg
aa294390ca Revert "pot-update and regenerate doc files"
This reverts commit e00ed07a65.
2018-02-04 19:46:45 +03:00
loonycyborg
e00ed07a65 pot-update and regenerate doc files 2018-02-04 15:46:30 +03:00
Gregory A Lundberg
b5f76eff79
Bump copyright to 2018 2018-01-19 00:02:20 -06:00
David Seifert
533c0b8005 Use GNUInstallDirs to specify directories
* GNUInstallDirs is the only Kitware-supported
  way to change the default directories. Most
  distributions have hooks for changing these
  directories, which makes integrating wesnoth
  easier and more consistent with the rest of
  the CMake ecosystem.
* Make build system perfectly out-of-source
  compatible. The build system should never
  touch files in the source tree.
2017-11-17 13:41:32 -06:00
Wedge009
3df86a0f6c Spelling corrections for 19b1f0a6 and 9b7db054.
I don't think these can be covered by utils/pofix.py, so correcting these directly.

[ci skip]
2017-09-26 16:39:32 +10:00
loonycyborg
8293965999 pot-update and regenerate doc files 2017-09-21 23:55:53 +03:00
Severin Glöckner
8c2bdba598 manpage, small corrections
[ci skip]
2017-09-17 03:27:01 +02:00
Severin Glöckner
835731f083 manpage: remove some cases of double whitespaces (if an . was followed by an linebreak)
thanks to jyrkive for pointing out that wesnoth auto-detects the screen refresh rate and targets it

[ci skip]
2017-09-07 12:50:27 +02:00
Severin Glöckner
0f4f1e9509 manpage: spelling adjustment
[ci skip]
2017-09-07 02:05:04 +02:00
Severin Glöckner
9b7db05402 miscellaneous manpage fixes
[ci skip]
2017-09-07 01:24:13 +02:00
Severin Glöckner
b909a8ea56 update manpage: default fifodir is /var/run/wesnothd 2017-09-06 19:57:11 +02:00
Severin Glöckner
8e7a65ec5f clarify manpage options for -e (extends bf49214)
[ci skip]
2017-06-28 15:04:18 +02:00
Severin Glöckner
114c428d05 update dates in the manpages
- for the copyright
 - for last updated

[ci skip]
2017-05-30 12:11:51 +02:00
Nils Kneuper
17db147993 pot-update
work around the symptom of issue #1741 https://github.com/wesnoth/wesnoth/issues/1741
This is only a workaround and needs to be handled by the one doing the
next pot-update somehow. Maybe something needs to be changed in the
scons recipe if this was used for the last pot-update?
2017-05-29 21:57:05 +02:00
Shiki
5c4e4ed349 move --core entry in the manpage down to have it in alphabetical order (#1731)
[ci skip]
2017-05-28 03:15:27 -04:00
Luther
2548529f84 Clarify the man page for options that take optional arguments (bug 1670) (#1718) 2017-05-23 20:27:23 -04:00
Ignacio R. Morelle
98883d0d0c Add new --report/-R switch to generate an info dump for bug reports
This is intended to be used instead of the Game Version dialog's
clipboard text report in the event that Wesnoth cannot reach the
titlescreen or the dialog for some reason.

Unlike the --version info dump, it performs various calls to the
filesystem API which have potential side-effects on the environment
(namely, creating a user data directory structure if none existed before
running the command). It seems highly improper for a program's --version
switch to perform any actions other than printing text to its parent
terminal, hence I thought it would be better to add a new switch with a
more active phrasing, also reflected in its accompanying documentation.

Ultimately, this and its UI counterpart should be used by 1.14 players
as part of the bug reporting process, preferably as a mandatory step
before submitting new reports on GH or the forums.
2017-05-22 00:05:11 -04:00
loonycyborg
f4bc66b8cc pot-update and regenerate doc files 2017-05-14 01:53:29 +03:00
loonycyborg
b63d6f7e2a pot-update and regenerate doc files 2016-07-24 23:41:13 +03:00
loonycyborg
149977e9e4 Pot-update and regenerate doc files using scons 2016-04-30 18:36:43 +03:00
Andreas
94fc73fcde Merge pull request #551 from starius/respect-user-cmake-module-path
respect CMAKE_MODULE_PATH provided by user
2016-04-10 14:55:28 +12:00
Celtic Minstrel
f5bfa4dff5 Update manpage
This does several things:
- Make the formatting consistent, using underline instead of <angle brackets> for all arguments
- Add many missing switches; some experimental/dev ones are still not listed though
- Ensure all switches are listed in alphabetical order
- Fix some inaccurate details
- Minor fixes to the output of --help

In addition, the following additional switches now force a console on Windows:
--nogui
--logdomains
--path
--render-image
--screenshot
--data-path
--userdata-path
--userconfig-path
--version
2016-03-26 16:39:43 -04:00
loonycyborg
d09861b7d2 pot-update and regenerate doc files 2016-03-05 05:05:06 +03:00
Celtic Minstrel
13d52154fc Add missing --noaddons and -u flags to manpage 2016-03-02 15:44:34 -05:00
Ignacio R. Morelle
d8f302f7c9 pot and documentation update 2016-03-01 19:52:02 -03:00
Ignacio R. Morelle
b0fa94a7ca pot and documentation update 2016-01-16 21:02:41 -03:00
Chris Beck
ba51524f6e update copyright to year 2016
using this shell script:

find src -type f -print0 | xargs -0 sed -i "s|Copyright (C) \([[:digit:]]*\)\([ ]*\)-\([ ]*\)2015|Copyright (C) \1\2-\32016|g"
2016-01-02 23:59:31 -05:00
Wedge009
00703abf70 'as well' is two words 2015-12-11 22:58:42 +11:00
Ignacio R. Morelle
eb0195835f pot and documentation update 2015-12-10 19:02:41 -03:00
Ignacio R. Morelle
7c5fbd2d75 man: Update documentation relevant to bug #23753 2015-12-10 18:59:58 -03:00
Boris Nagaev
6e08864345 respect CMAKE_MODULE_PATH provided by user
Cross-compiling to Windows with MXE [1] requires providing custom
CMAKE_MODULE_PATH variable for CMake:

$ cmake -DCMAKE_MODULE_PATH=/file/provided/by/mxe.cmake

As Wesnoth's CMakeLists.txt resets CMAKE_MODULE_PATH, the effect of
CMAKE_MODULE_PATH provided by MXE is disabled and the build fails
with linking errors [2].

This commit changes CMakeLists.txt to respect the value of
user provided CMAKE_MODULE_PATH, so both MXE and Wesnoth
customizations of CMake variables are applied.

[1] http://mxe.cc/
[2] https://gist.github.com/starius/abfb9033d92f21ef521d
2015-11-08 14:56:28 +03:00
Ignacio R. Morelle
c16673c6ce pot and documentation update 2015-06-27 20:20:43 -03:00
Ignacio R. Morelle
9ae97fc575 pot and documentation update 2015-04-17 11:37:46 -03:00
Ignacio R. Morelle
549a624bff pot and documentation update 2015-04-05 03:54:10 -03:00
aquileia
c19e729c6b gitignore: Merge rules from doc/ and data/tools 2014-06-09 01:00:50 +02:00
Nils Kneuper
c2d278500e pot-update and regenerated doc files
preparation for 1.11.11
2014-03-02 18:58:25 +01:00
Nils Kneuper
7bab3cccee pot-update and regenerated doc files
there should be no string changes in this commit, it should all be about
reference updates (besides the removed strings from low)
2014-03-02 10:26:34 +01:00
Nils Kneuper
3bf8e052f3 pot-update, regenerated doc files 2014-02-05 19:39:15 +01:00
Nils Kneuper
c3cab62791 pot-update and regenerated doc files
preparing for 1.11.8
2014-01-04 20:10:31 +01:00
Alexander van Gessel
8219e4be8f Add --data-path option 2013-12-28 14:12:42 +01:00
Alexander van Gessel
63cf0fe6e3 documentation about --user{config,data}-{dir,path} 2013-12-28 14:12:23 +01:00
Nils Kneuper
4993340c29 pot-update and regenerated doc files (preparing for 1.11.7) 2013-11-16 09:31:01 +01:00
flix
d42e949a39 Update manpage. 2013-10-07 02:14:25 +02:00
Nils Kneuper
2a85569c1e added missing russian manpages 2013-08-21 20:37:28 +02:00
Nils Kneuper
d97bc773bd pot-update (preparing for 1.11.6) 2013-08-17 11:32:40 +02:00
Nils Kneuper
f1a3c7d34b pot-update and regenerated doc files 2013-06-23 10:22:56 +02:00
Nils Kneuper
7c5fe98bb2 pot-update (preparing for 1.11.2)
regenerated doc files
2013-03-24 12:26:50 +00:00