summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Add penance-related cleanups.dolorous2008-11-192-10/+10
* Tweak the piety pool routine yet again.dolorous2008-11-191-2/+2
* Fixed process_disconnected_zones sometimes filling the whole level with solid...dshaligram2008-11-194-42/+74
* Comment fix.dolorous2008-11-191-1/+1
* Fix previous piety pool tweak.dolorous2008-11-191-2/+2
* Change one Divinations title from "Soothsayer" to "Clairvoyant", as one dolorous2008-11-191-1/+1
* Tweak Zin's piety pool routine a bit.dolorous2008-11-191-3/+4
* Add missing dummy.des, oops.dshaligram2008-11-191-0/+22
* Separate CHANCE and WEIGHT. CHANCE is a probability, WEIGHT is a raw number u...dshaligram2008-11-1926-297/+581
* Fix 2307176: Bladehanded butcher not respecting gloves being melded.j-p-e-g2008-11-191-4/+5
* Proper CHANCEs for Eino's bear vaults.dploog2008-11-191-0/+2
* Randomised a sewer map (Zaba).dploog2008-11-191-23/+30
* Minor fixes in level-design.txt.dploog2008-11-191-4/+5
* Added notes on how .des files are converted to Lua to level_design.txt.dshaligram2008-11-191-197/+352
* Fix [2039271]: The staff of channeling now trains Evocations at the rate dolorous2008-11-191-3/+1
* Fix mutation message array lengths (oops).dolorous2008-11-192-28/+23
* Turn kenkus' hardcoded pecking attack and inability to wear helmets into dolorous2008-11-1910-60/+62
* Add more consistency fixes for staves.dolorous2008-11-191-4/+4
* Comment fixes.dolorous2008-11-191-2/+2
* Add more size-related cleanups.dolorous2008-11-194-12/+7
* Fix spacing in death-by-trap message.dolorous2008-11-192-2/+3
* Added another entry vault for the Sewer.dploog2008-11-182-10/+34
* Oops, fix portal exit marker cleanup.dshaligram2008-11-181-1/+7
* Portal vault entries' TAG: uniq_ labels should not end in "entry".dploog2008-11-182-2/+7
* Fixed crawl -mapstat segfaulting.dshaligram2008-11-187-39/+91
* Update wizard portal command description, now that portals lead to more dolorous2008-11-181-1/+1
* Each new type of portal vault should get its own des file.dploog2008-11-183-20/+17
* Update of the level making guide. Replaced all FLAGS by TAGS.dploog2008-11-186-151/+180
* Update canned level compiler.dshaligram2008-11-183-1401/+1356
* Add cosmetic fix.dolorous2008-11-181-1/+1
* Lua marker code is now converted into an anonymous function in the same scope...dshaligram2008-11-189-52/+127
* Fix off-by-one error in StairConnectivity access (player_branch_depth() is 1-...dshaligram2008-11-181-2/+2
* Added lua_datum to wrap the common task of retaining references to Lua object...dshaligram2008-11-184-20/+130
* Add miscellaneous minor fixes.dolorous2008-11-185-15/+15
* Use the correct portal description in explore stop messages.dshaligram2008-11-184-9/+15
* Show place as "Sewer" in the HUD and in character dumps for the sewer portal ...dshaligram2008-11-186-17/+45
* Transformed naga should not get bonus defence vs water attack.dshaligram2008-11-181-1/+1
* .gitignore for rltiles generated files.dshaligram2008-11-181-0/+4
* Fix broken portal vault exits.dshaligram2008-11-181-6/+6
* Portal vault and labyrinth exits will return to the point on the dungeon leve...dshaligram2008-11-184-11/+74
* Update the key command for exclusions in the options guide.dolorous2008-11-181-3/+3
* Added Eino's Sewer portal vault.dploog2008-11-181-0/+227
* Clean up handling of thrown items (mostly large rocks) again.dolorous2008-11-1712-62/+60
* Display a proper message in the description of large rocks for those dolorous2008-11-171-1/+9
* Make all the checks for throwable items consistent.dolorous2008-11-178-49/+48
* Add still more minor cosmetic fixes.dolorous2008-11-174-10/+9
* Add yet more minor cosmetic fixes.dolorous2008-11-172-19/+20
* Add whitespace fix.dolorous2008-11-171-1/+1
* Add still more minor cosmetic fixes.dolorous2008-11-172-81/+75
* Fixed makefile dependencies to build cleanly with make -jX (Napkin).dshaligram2008-11-172-9/+28