- Edited out the references to "Cannon".
- Clarified that F11 isn't an on/off toggle. (The Spanish seemed fine?)
- Reworded the missile description to do damage to imply it works better on *lower*-level monsters rather than higher, since the tripod and bigtech are both immune to the blast.
- Created new illustration of the savegame menu to replace that "C" with an "E".
commit 89f918f517 last year changed the manual to build as an A5
booklet. However, some of the tables now look very compressed with the
smaller page width. We can make things look a lot nicer by reducing the
number of columns:
* Weapons table: sprite column is eliminated (sprite is kept, but moved
to the name column), and ammo column (moved to description column).
This is a reduction from five columns to three in total.
* Special items table: name and description columns are merged. This is
a reduction from three columns to two.
* Monsters table: name and description columns are merged. This is a
reduction from three columns to two.
This seems like a better choice for the manual since it is a "booklet"
size similar to the original Doom manual, rather than a "full page"
size that is rather unusual for a book.
Several changes are needed to allow asciidoctor to successfully produce
a PDF. The main change is to set a bunch of images to 100% width,
especially in tables where this means "100% of cell width". This allows
the tables to scale down successfully to the smaller size. I have also
adjusted the column widths of various tables to accommodate the smaller
size without the text wrapping awkwardly.
A generic term like this isn’t really suitable for trademark, nor
likely to ever be disputed. The community and the engine both heavily
bias toward “episode” and indeed most other games do.
Closes: #682
* manual.adoc add chainsaw to tactical tips
* Add Contributing to Freedoom and Reusing sections
Also move cheats section above contributing to Freedoom
* fix links in contributing and reusing section
* Add punctuation to contribution section
* Update manual add discord link update tac tip
* Reword angle grinder tactical tip
only as wide as or narrower than a about right angle -> roughly as wide as or narrower
* fix readme typo in angle grinder tac tip
* Update manual
Updated with terms of software license and link to GNU website
* Update manual distribution terms
* Update manual link to fork and pull guide
* Update manual fix formatting
Organize .gitignore by moving all patterns into a top level sorted
.gitignore file. With this change both "git status" and
"git-ls-ignore-index" should return cleanly. The later checks if any
files in the index are ignored.
Misspelled as “savegames,” found when I was trying to build with a2x
which seems far more strict on targets existing than asciidoctor-pdf.
(I’m on Arch, without an asciidoctor-pdf package…)