summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/matrix.h
Commit message (Collapse)AuthorAgeFilesLines
* Adjust some whitespace and formatting.Adam Borowski2011-07-081-1/+2
|
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
| | | | | | | "File:" is shown in your editor's status bar. "Written by:" was used only for the first person who changed a file. We got git for that now, and pre-DCSS history is so woefully inaccurate it doesn't really matter.
* shoals_atoll support: FHEIGHT sets heights for map squares, tide_seed ↵Darshan Shaligram2010-01-201-0/+8
| | | | | | | | | | property requests that a marker be treated as a source for tide effects. Added support for setting heightmap heights using FHEIGHT: xyz = <height>. Any property marker can return a non-empty property value for "tide_seed" to use that marker's position as a seed point for the tide. Tide effects will otherwise propagate in only from the open sea at the four corners of Shoals maps, and can only affect squares connected by water to the four default tide seeds. Removed code that forces features to floor or shallow water when placing items in vaults.
* Subvaults.Enne Walker2009-11-281-5/+8
| | | | | | | | Vaults can now include other vaults as a part of their definition. These subvaults are currently included by tag only and replace glyphs in their parent vault. See documentation for more details. Vault:8 has been modified to use subvaults.
* Extract Matrix class from fixary.h.Robert Vollmert2009-11-111-0/+59
It didn't really have anything to do with FixedArray.