Commit graph

766 commits

Author SHA1 Message Date
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
Nils Kneuper
ce43713788 another pot-update, just to be sure 2014-02-22 14:44:56 +01:00
Nils Kneuper
f3f33217e8 pot-update, regenerated doc files (prepare for 1.11.10) 2014-02-22 14:17:16 +01:00
Charles Dang
72ac7e0180 If I find another typo... 2014-02-21 11:22:02 +11:00
Charles Dang
a37e035e30 Fixed a few sleep-induced typos 2014-02-21 11:15:07 +11:00
Charles Dang
a720f9a564 Added missing trait entries
These include Elemental, Feral, Aged, Dim, Slow, and Weak
2014-02-21 11:05:19 +11:00
Charles Dang
72d6f96694 Added entries about Unpoison and Feeding abilities 2014-02-21 10:42:16 +11:00
Nils Kneuper
e6a15a68aa updated UI description 2014-02-16 14:57:31 +01:00
Nils Kneuper
5f4f1f2bc2 redid screenshots to allow complete description 2014-02-16 14:05:08 +01:00
Nils Kneuper
9295c49b7b pot-update and regenerated doc files 2014-02-16 13:55:26 +01:00
Nils Kneuper
f6e42f3bf6 removed old screenshots from manual 2014-02-16 13:47:11 +01:00
Nils Kneuper
93ef14dc3e updated screenshots for manual, part2
* created new screenshots
* wired in screenshots in manual.txt
* updated README to reflect latest version
2014-02-16 13:46:00 +01:00
Nils Kneuper
ff7547cc11 updates of ingame manual, part 1
* removed undergound illuminated image since it is not described in the
text
* updated description for orbs
* updated screenshots for orbs
2014-02-16 13:41:42 +01:00