summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Add merfolk javelineers to the Shoals, add descriptions for the three new mer...Darshan Shaligram2009-12-296-28/+71
* Fix warnings for double->int implicit conversion (Napkin).Darshan Shaligram2009-12-292-6/+8
* s/merfolk gladiator/merfolk impaler/Darshan Shaligram2009-12-294-7/+7
* s/merfolk elementalist/merfolk aquamancer/ (sorear).Darshan Shaligram2009-12-295-9/+9
* Merfolk (water/ice) elementalists join the Shoals guard.Darshan Shaligram2009-12-2922-78/+368
* Boost harpy attack damage.Darshan Shaligram2009-12-291-1/+1
* Merfolk gladiators join the Shoals party.Darshan Shaligram2009-12-294-1/+61
* Generalise shopping-list-disable-check to need_save; fixes crashes on arena.Darshan Shaligram2009-12-291-1/+1
* Experimental kraken adjustments.Darshan Shaligram2009-12-296-12/+37
* Place clumps of plants on Shoals levels.Darshan Shaligram2009-12-283-13/+352
* 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