Commit graph

878 commits

Author SHA1 Message Date
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
Celtic Minstrel
b1d4be2f52 Update manual for #1003 2017-04-28 23:11:40 -04:00
Nils Kneuper
05ee1a20c4 fixed wesnoth-sota files
* add headers to "completely untranslated files" (translated files had
  headers)
* added missing languages (fur/nb)
* ran a pot-update to verify everything works
2017-03-23 19:30:26 +01:00
Nils Kneuper
91f50aa0bc ran a pot-update to make sure new campaign works 2017-03-23 08:16:16 +01:00
loonycyborg
471c2864b2 pot-update and regenerate doc files 2017-03-19 01:11:56 +03:00
Hironori Fujimoto
1a2deea6bb updates to manual
- update hotkey of command mode
- remove description about default weapon choice
  (recent wesnoth don't choose weapon only by maximum take damage)

Closes #922 (GNA24681), closes #939

[ci skip]
2017-03-18 17:40:07 -04:00
Hironori Fujimoto
0b3dbf0ac7 Delete old ability's description 2017-02-23 08:35:02 +09:00
loonycyborg
6ff5a78be2 Pot-update and regenerate doc files 2016-11-06 02:56:36 +03:00
Celtic Minstrel
5024fc1305 Update weapon format reference in the manual 2016-09-08 03:45:22 -04:00
loonycyborg
b63d6f7e2a pot-update and regenerate doc files 2016-07-24 23:41:13 +03:00
Ignacio R. Morelle
6ff5509ec6 Doxygen: Update static doc pages 2016-06-22 03:53:31 -04:00
Ignacio R. Morelle
9850d088d4 Doxygen: Drop custom stylesheet and page header/footer
These more or less break everything and nobody is going to track
upstream's changes to HTML generation specifics, so...
2016-06-22 03:07:34 -04:00
Ignacio R. Morelle
a95fc97ae2 Doxygen: Fix path to mage portrait 2016-06-22 02:47:26 -04: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
Charles Dang
e3c47bf482 Merge pull request #495 from Wedge009/Spelling_Corrections
Reverting some spelling/grammar changes from #483
2015-09-21 07:37:12 +11:00
Wedge009
eb05d043e0 Reverting some hyphenation.
celticminstrel objects to some of the hyphenation. Geven the American English origin and nature of the majority of the English-speaking Internet, I suppose it's okay to allow American-style compound words where they've already proven dominant in computing/programming/Internet contexts.
One exception here is 'hot seat', where its use has not yet been established in mainstream lanugage.
Also, the made-up phrase 'goto-mode' has had spacing introduced.
2015-09-21 04:32:07 +10:00
Charles Dang
bec40a3c39 Merge pull request #483 from Wedge009/Spelling_Corrections
Spelling and Grammar Corrections
2015-09-20 07:07:00 +11:00
Wedge009
529bb982a7 Official name is just OS X now. 2015-09-05 11:57:22 +10:00
Wedge009
52f8080a92 Some grammatical corrections. 2015-08-31 19:36:16 +10:00
aquileia
de799cfe6b Update Italian translation 2015-08-29 05:26:36 +02:00
aquileia
4e4fdd0504 manual: Clean up localized files
Also, apply two commits for the LoW map overlays that were only committed
to 1.12.
2015-08-06 15:01:41 +02:00
Ignacio R. Morelle
c16673c6ce pot and documentation update 2015-06-27 20:20:43 -03:00
Ignacio R. Morelle
35fdff6622 Remove ANA
This project was never completed, the author left, and what we had was
too buggy to use in production (including such gems as a server DoS
bug).

Only removed from the CMake recipe since it was already removed from the
SCons script in commit 634b0039f8.
2015-04-23 06:08:40 -03:00
Ignacio R. Morelle
9ae97fc575 pot and documentation update 2015-04-17 11:37:46 -03:00
Ignacio R. Morelle
92052e1506 Translation resync with 1.12 + pot and documentation update take 2 2015-04-05 05:10:04 -03:00
Ignacio R. Morelle
549a624bff pot and documentation update 2015-04-05 03:54:10 -03:00
aquileia
d06b515ad4 Fix orb colors in ingame help and manual
[skip ci]
2015-03-22 00:33:18 +01:00
Ignacio R. Morelle
b270658f50 cmake: Quick-and-dirty fix for the DocBook XSL path on Debian
Without this, rebuilding the game manuals fails because
/usr/share/asciidoc/docbook-xsl/xhtml.xsl doesn't exist. We need to use
/etc/asciidoc/docbook-xsl/xhtml.xsl instead here.
2015-01-16 00:25:39 -03:00
Nils Kneuper
103d454e40 added Portuguese manual images 2014-11-21 19:24:34 +01:00
Nils Kneuper
ee9e7a844a updated Galician translation
images in data/ need to be added to tracking file
2014-11-02 11:44:28 +01:00
Nils Kneuper
d69d24e15d remove executable flag from french manual images 2014-07-12 20:02:39 +02:00
Nils Kneuper
7caf4187d8 updated French translation 2014-07-12 20:02:05 +02: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