summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util
Commit message (Expand)AuthorAgeFilesLines
* * More documentation tweaks.j-p-e-g2009-06-111-1/+1
* * Add SDL licence, update docs (yet again).j-p-e-g2009-06-111-0/+3
* Really update README files. Doh!j-p-e-g2009-06-101-3/+3
* Apply r9934/5: Update entry vaults and documentation in 0.5.j-p-e-g2009-06-101-9/+9
* Update documentation.j-p-e-g2009-06-091-6/+7
* Update documenation.dploog2009-05-132-2/+29
* Adding FTILE/RTILE vault commands for setting per-glyph floor and rock tiles....ennewalker2009-01-202-21/+58
* [2054793] Partial implementation of the request to have COLOUR tags affect ti...ennewalker2008-12-012-1/+23
* Removed redundant buffer used to go from map_def to env.grid and all the tedi...dshaligram2008-11-231-0/+1
* Lua functions for FLOORCOL and ROCKCOL are now named floorcol() and rockcol()...dshaligram2008-11-231-2/+2
* Separate CHANCE and WEIGHT. CHANCE is a probability, WEIGHT is a raw number u...dshaligram2008-11-192-6/+40
* Lua marker code is now converted into an anonymous function in the same scope...dshaligram2008-11-182-38/+29
* Allow continuation lines in .des files (dpeg).dshaligram2008-10-191-51/+106
* Applying r6696 back to trunk (PCRE support).ennewalker2008-07-2784-0/+88177
* Do "keypress -> command_type" via keybindings. Solves bug 2018200,zelgadis2008-07-171-0/+76
* Update pdf files.j-p-e-g2008-07-131-1/+1
* Add more documentation updates for Ctrl-G/G.dolorous2008-07-131-1/+1
* Fix 2017251: The annotation prompt not escaping properly.j-p-e-g2008-07-131-2/+2
* Add documentation updates from Markus Maier.dolorous2008-07-121-4/+4
* Change travel command back to Ctrl-G as per FR 2016089.j-p-e-g2008-07-111-2/+2
* Apply Markus' docs patch.j-p-e-g2008-07-101-16/+16
* More documentation updates for trunk.j-p-e-g2008-07-081-2/+30
* Update README files (courtesy of David), some minor tutorialj-p-e-g2008-07-081-45/+130
* Fix potions of decay created by mummy curse sometimes being inscribed.j-p-e-g2008-07-071-1/+1
* Remove some of my infamous debugging statements (I keep forgettingj-p-e-g2008-07-061-1/+1
* Added the screen files necessary for quickstart.tex, and moved thedploog2008-07-066-0/+151
* Added three printable files (contact, key changes, quickstart) and put themdploog2008-07-063-0/+493
* A little bit of savegame code cleanup; and a small format change to makepauldubois2008-04-201-1/+1
* A utility I've been working on to parse and examine savegames.pauldubois2008-04-191-0/+66
* Apply Horst von Brand's (first) patch 1887488: gcc-4.3 compile failures.j-p-e-g2008-04-142-52/+55
* Adding Win32 icon.ennewalker2008-01-122-0/+1
* Updated credits.dshaligram2008-01-121-1/+2
* Updated CREDITS, fixed bounds check for Lee's.dshaligram2008-01-121-0/+96
* Added new vaults (incl. Crypt, altars, entries). Contributed by Lemuel, bobbe...dshaligram2007-12-301-8/+9
* Moved all of the bazaar specific logic/code to dat/bazaar (or turned thezelgadis2007-10-042-0/+23
* Bumped piety cost for brothers-in-arms and greater healing.dshaligram2007-09-272-3/+21
* This change moves the logic for when a level or branch prohibitszelgadis2007-09-192-2/+35
* [1773753] Split and sort the description db input file (zelgadis).dshaligram2007-08-151-0/+60
* [1767432] Fixed labyrinth with sealed exit.dshaligram2007-08-041-0/+1
* Reworked Bazaars as a special case of portal vaults. The level-type is nowdshaligram2007-07-272-1/+12
* Replaced timed markers with Lua markers. Breaks save compatibility.dshaligram2007-07-262-10/+43
* Fixed level-compiler not warning of maps with the same name consistently.dshaligram2007-07-081-18/+5
* Allow non-rectangular minivaults and branch entry vaults (use space padding).dshaligram2007-07-061-3/+3
* Added NSUBST.dshaligram2007-07-012-1/+19
* Level updates collated by David.dshaligram2007-07-012-1/+8
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-302-3/+21
* Updated level-design.txt with a basic overview of the Lua possibilities.dshaligram2007-06-281-5/+5
* Added glyphs_connected and friends for maps to test connectedness of pointsdshaligram2007-06-272-28/+11
* Added support for a validation hook for maps to check if they're A-Ok.dshaligram2007-06-262-2/+30
* .des files can use a global Lua prelude (before maps are defined) that runsdshaligram2007-06-251-0/+21