summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Add light and dark vine-covered statue bases.Jude Brown2009-12-2912-10/+47
* Colour-variant "white smoke" tile.Jude Brown2009-12-291-0/+6
* Update Fulsome descriptionStefan O'Rear2009-12-281-1/+1
* Fulsome Distillation tweaks (dshaligram)Stefan O'Rear2009-12-282-21/+3
* Switch the order of trees and deep sea in enum.h, makes more sense.Johanna Ploog2009-12-291-1/+1
* Add two placeholder tiles for trees.Johanna Ploog2009-12-294-0/+5
* Move plant and fungi tiles into their own subdirectory.Johanna Ploog2009-12-288-0/+2
* Add purge's ballistomycete tiles, thanks!Johanna Ploog2009-12-285-3/+5
* Fix shoals tides being arrested on squares with items that cannot be moved to...Darshan Shaligram2009-12-281-4/+5
* Postprocess shoals levels to fix heightmap for vaults on the level so that th...Darshan Shaligram2009-12-283-20/+83
* Rename MF_CREATED_FRIENDLY to MF_NO_REWARD, since that's all it's used for th...Stefan O'Rear2009-12-2812-18/+18
* Give Lua access to DESC_QUALNAME and DESC_BASENAME.Jude Brown2009-12-281-0/+4
* Inventory and stash iterators for lua.Jude Brown2009-12-281-0/+72
* Item quantity adjustment wrappers for dLua.Jude Brown2009-12-281-0/+49
* Add the long description to ossuary.des.Vsevolod Kozlov2009-12-281-1/+8
* Forms never lower weight capStefan O'Rear2009-12-276-9/+16
* Fix insane non-monotonic fulsome behavior, per EronarnStefan O'Rear2009-12-272-70/+55
* Move and tweak Mislead code.Jude Brown2009-12-285-102/+141
* Mark spec'd items for summoned monsters as summoned.Jude Brown2009-12-281-0/+5
* Ensure that Vault:8 has a loot rich quadrant.David Ploog2009-12-281-7/+9
* Fix map masks not being checked correctly for collisions.Darshan Shaligram2009-12-282-2/+2
* remove mpr message length limitationJesse Luehrs2009-12-271-5/+10
* Fix shoals builder dying if an island is placed too close to map edge.Darshan Shaligram2009-12-281-9/+14
* Make _build_vaults check for collisions by default, should fix minivaults app...Darshan Shaligram2009-12-282-9/+20
* A few spacing changes.Johanna Ploog2009-12-281-5/+5
* Minor modifications of cavernous ossuary (Lordsloth).David Ploog2009-12-271-17/+27
* Shoals tides do not fill in features when the tide is receding. Sunlight-drie...Darshan Shaligram2009-12-281-1/+50
* Make item_is_mundane a method of item_def.Vsevolod Kozlov2009-12-276-35/+35
* Replace uses of item_cursed with item_def::cursed.Vsevolod Kozlov2009-12-2722-61/+55
* Make item_is_critical a method of item_def.Vsevolod Kozlov2009-12-276-20/+20
* Don't show normal teleport messages on wizard teleports.Vsevolod Kozlov2009-12-271-3/+5
* Untie disarm confirmations from autotravel settings (Mantis 254).Adam Borowski2009-12-272-11/+27
* dungeon.cc: Kill a small piece of code duplication in special room handling.Vsevolod Kozlov2009-12-271-5/+4
* Unify wizard_create_feature_{name,number}.Vsevolod Kozlov2009-12-273-59/+39
* Use the old message for rain, "You are engulfed in the rain." is bad.Adam Borowski2009-12-271-1/+4
* Reset tag minor version, since major version has been incremented (due).Darshan Shaligram2009-12-272-11/+7
* Customisable clouds!Jude Brown2009-12-2822-124/+261
* Before a better solution is decided on, slash TSO holy revenge by a factor of 4.Adam Borowski2009-12-271-1/+2
* Replace '+' by '∞' for books in CSET_UNICODE and CSET_IBM.Adam Borowski2009-12-271-3/+11
* Don't say that "Kiku likes sacrifices of corpses", as that costs piety.Adam Borowski2009-12-271-1/+1
* Apply second smoothing pass to Shoals deep water to reduce ugly rectangular d...Darshan Shaligram2009-12-271-2/+18
* Shoals tides should not try to move flying/swimming monsters out of the way, ...Darshan Shaligram2009-12-271-1/+1
* Merge branch 'shoals++'Darshan Shaligram2009-12-2715-396/+773
|\
| * Reduce low tide effects in the Shoals.Darshan Shaligram2009-12-271-1/+1
| * Add tides to the Shoals.Darshan Shaligram2009-12-277-6/+264
| * Increase depths of deep water by distance from shore.Darshan Shaligram2009-12-271-0/+66
| * Save Shoals heightmap in level tag, increment tag minor version.Darshan Shaligram2009-12-276-12/+50
| * Remove floor at corners of shoal huts.Darshan Shaligram2009-12-271-4/+4
| * Add the occasional cliff in the shoals.Darshan Shaligram2009-12-261-19/+76
| * Add rock outcrops at the highest points of the Shoal islands. Also fix Shoal:...Darshan Shaligram2009-12-262-2/+4