summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-shoals.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix Shoals map connections.Darshan Shaligram2013-02-031-0/+2
| | | | | | Shoals maps used join-the-dots which produces unnatural corridors. Fixed to postprocess the join-the-dots path and update the heightmap around the path to make it look less artificial.
* Use branch depth rather than absolute depth as the authoritative one.Adam Borowski2012-01-031-1/+1
|
* [2940] Fix Shoals plants being placed before minvaults.Darshan Shaligram2010-12-081-0/+1
|
* Get rid of some more insidious longs.Adam Borowski2010-10-041-1/+1
| | | | | | | | | | Especially constructs like: long foo = x.props[].get_int() can get you by surprise on 32 bit arches -- even worse now that most devs are on amd64. Item flags I typedeffed as iflags_t, as it's likely we'll have to extend it soon, yet defining it as uint64_t now would be misleading since there are so many places it's used in a 32 bit manner.
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-1/+1
|
* [2394] Fix Shoals incremental tide updates to guarantee a shallow water ↵Darshan Shaligram2010-08-281-1/+2
| | | | intermediate step, produce a warning message when the tide comes in under an airborne player.
* Synchronise tide levels across all Shoals levels, so that high tide on one ↵Darshan Shaligram2010-02-111-1/+1
| | | | level implies high tide on all.
* Add wizmode &) to modify tide speed or level.Darshan Shaligram2010-01-201-0/+4
|
* Experimental level builder changes for Swamp.Darshan Shaligram2010-01-161-1/+1
| | | | The Swamp now gets a border of trees and uses trees instead of walls. Swamp:5 vaults may need tweaking to fit in better.
* Boost Ilsuiw stats and give her Call Tide, which strongly boosts the tide in ↵Darshan Shaligram2009-12-291-1/+2
| | | | Shoals, pegs it towards high tide, and includes a local high tide maximum centered on Ilsuiw, which can be double the height of the normal high tide.
* Postprocess shoals levels to fix heightmap for vaults on the level so that ↵Darshan Shaligram2009-12-281-0/+1
| | | | the tide interacts reasonably with vaults.
* Add tides to the Shoals.Darshan Shaligram2009-12-271-0/+1
|
* Move Shoals code out into its own file.Darshan Shaligram2009-12-261-0/+6