summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/float.des
Commit message (Collapse)AuthorAgeFilesLines
...
* Added new vaults (incl. Crypt, altars, entries). Contributed by Lemuel, ↵dshaligram2007-12-301-0/+40
| | | | | | | | | bobbens, zaba. Fixed level lexer to handle DOS-style line endings in .des files on Unix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3159 c06c8d41-db1a-0410-9941-cceddc491573
* Fixed maps broken by KFEAT changes in trunk.dshaligram2007-12-161-0/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3076 c06c8d41-db1a-0410-9941-cceddc491573
* Vault fixes + applied bobbens' levdes.vim water-colour patch.dshaligram2007-10-291-32/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2665 c06c8d41-db1a-0410-9941-cceddc491573
* float.des changes.j-p-e-g2007-10-291-4/+12
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2661 c06c8d41-db1a-0410-9941-cceddc491573
* Tweaked -mapstat to show random maps available by depth. Added a floating ↵dshaligram2007-10-291-0/+14
| | | | | | dummy vault to correct probabilities of vaults in non-dungeon branches. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2653 c06c8d41-db1a-0410-9941-cceddc491573
* Changed vaults (dploog).j-p-e-g2007-10-281-2/+6
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2639 c06c8d41-db1a-0410-9941-cceddc491573
* Adding allow_dup tags to several vaults. (David)j-p-e-g2007-09-281-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2236 c06c8d41-db1a-0410-9941-cceddc491573
* Fixed issues with substring matches of item names (spears being generated fordshaligram2007-09-281-1/+1
| | | | | | | pears) in maps (David). The change also means that item names have to be specified in full in map definitions. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2233 c06c8d41-db1a-0410-9941-cceddc491573
* Added allow_dup to all bazaar and lab maps.dshaligram2007-09-271-1/+0
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2225 c06c8d41-db1a-0410-9941-cceddc491573
* All vaults are now "uniq" (one-use-per-game) by default. Vaults that wantdshaligram2007-09-261-6/+3
| | | | | | to be reused must be tagged "allow_dup". git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2213 c06c8d41-db1a-0410-9941-cceddc491573
* Replaced timed markers with Lua markers. Breaks save compatibility.dshaligram2007-07-261-1/+1
| | | | | | KFEAT: feature names are now as in the dungeon_feature_type enum. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1930 c06c8d41-db1a-0410-9941-cceddc491573
* [1756807] Rock stairs officially renamed to escape hatches.dshaligram2007-07-231-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1913 c06c8d41-db1a-0410-9941-cceddc491573
* Map updates (David).dshaligram2007-07-221-46/+95
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1906 c06c8d41-db1a-0410-9941-cceddc491573
* .des file reoraganisation (Eino).dshaligram2007-07-151-127/+0
| | | | | | Fixed luadgn misreporting error line numbers. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1876 c06c8d41-db1a-0410-9941-cceddc491573
* Adjusted depths for various vaults.dshaligram2007-07-111-11/+11
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1841 c06c8d41-db1a-0410-9941-cceddc491573
* Map cleanup (Eino).dshaligram2007-07-111-200/+256
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1840 c06c8d41-db1a-0410-9941-cceddc491573
* Clarify wording of float.des header comment (David).dshaligram2007-07-091-2/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1826 c06c8d41-db1a-0410-9941-cceddc491573
* Validate float map sizes so large maps aren't set ORIENT: float.dshaligram2007-07-091-38/+48
| | | | | | Changed the Rubicon to ORIENT: south. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1824 c06c8d41-db1a-0410-9941-cceddc491573
* Superior minivault handling. Minivaults without floor padding are finallydshaligram2007-07-091-1/+1
| | | | | | | | | supported (see mines4_lemuel for an example). Set default depth to D:a-b in all .des files. Random vaults that want to live in a non-main-dungeon branch must explicitly specify this in a DEPTH: line. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1823 c06c8d41-db1a-0410-9941-cceddc491573
* Map DEPTH handling was completely smashed, fixed.dshaligram2007-07-081-10/+10
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1796 c06c8d41-db1a-0410-9941-cceddc491573
* Vault collision checks were still assuming rectangles, fixed.dshaligram2007-07-081-1/+1
| | | | | | More minor vault tweaks. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1793 c06c8d41-db1a-0410-9941-cceddc491573
* Readjusting depth for another hard vault.dshaligram2007-07-081-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1792 c06c8d41-db1a-0410-9941-cceddc491573
* Level and database text update (David).dshaligram2007-07-071-1/+41
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1786 c06c8d41-db1a-0410-9941-cceddc491573
* Moved hellmouths back to hells.des after discussions with David.dshaligram2007-07-011-96/+0
| | | | | | Restored a couple of other maps. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1707 c06c8d41-db1a-0410-9941-cceddc491573
* Level updates collated by David.dshaligram2007-07-011-0/+517
Fixed DEPTH: not being read correctly, added more map validation. Increased attack speed of ice statues. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1704 c06c8d41-db1a-0410-9941-cceddc491573