summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Allow spaces, dashes and periods in character names.dshaligram2006-12-107-23/+46
* Set item pointer on SelItem wherever possible.dshaligram2006-12-101-1/+3
* Implementation of 1609111: resting gives a message when it stopsharanp2006-12-094-5/+21
* Removed unnecessary colour initializations.haranp2006-12-091-138/+0
* Made traps respect item colours.haranp2006-12-091-9/+2
* Fixed 1612023: !d was not respected. Now dropping items with !d willharanp2006-12-093-17/+36
* Allow alternating items with "nothing" to control generation chance. Example:dshaligram2006-12-092-0/+10
* Be more persistent about connecting a vault to the rest of the level.dshaligram2006-12-081-4/+5
* Added Lemuel's entry vaults.dshaligram2006-12-082-20/+206
* Fixed class name for staves.dshaligram2006-12-081-1/+1
* Better handling for entry minivaults and minivaults that specify PLACE:dshaligram2006-12-085-24/+36
* Fixed bug where Pandemonium demonlords did not get their rightful runesdshaligram2006-12-0818-2085/+3098
* Fix Windows compile issues.dshaligram2006-12-083-3/+1
* Startup armour and weapons are now properly coloured.haranp2006-12-071-14/+4
* Fixed 1609103. A better fix should be implemented sometime.haranp2006-12-072-72/+116
* "saves" should be "saves/".haranp2006-12-071-1/+1
* [1610689] Fixed string unmarshall being off by one.dshaligram2006-12-071-2/+2
* Default save_dir to "saves" if SAVE_DIR_PATH is not defined and we're not ondshaligram2006-12-071-1/+3
* [1610674] Capitalise Abilities in mutations screen.dshaligram2006-12-071-1/+1
* [1610676] Fixed confirmation inscriptions not working with auto_list.dshaligram2006-12-071-7/+7
* Updated .des documentation. We should probably move this to the docs directory.dshaligram2006-12-075-24/+73
* Added support for "no_monster_gen" tag.dshaligram2006-12-074-13/+36
* *Breaks save compatibility* - changed monster flags to long, added "god" fiel...dshaligram2006-12-0730-2863/+3696
* Changed colours of items a bit after some offlist discussion with Erik.haranp2006-12-061-13/+43
* s/A/The/.dshaligram2006-12-061-1/+1
* 'C' creates monsters on a targeted square in wizmode. 'D' kill-resets targeteddshaligram2006-12-066-18/+75
* The Ruby script I use to build release binaries for DOS and Windows.dshaligram2006-12-061-0/+275
* Fixed X (XX)) in stat display (Erik).dshaligram2006-12-061-3/+3
* Issue see-monster interrupts only if the monster is guaranteed not to leave LOSdshaligram2006-12-061-1/+2
* Greedy explore forces autopickup if there's an item on the starting squaredshaligram2006-12-061-1/+3
* Updated crawl_options.txt, change eol to native so that Windows notepad usersdshaligram2006-12-061-10/+14
* Add David's new Temple levels and minivault.dshaligram2006-12-052-73/+130
* More abilities to permamutations.haranp2006-12-054-76/+76
* Miscellaneous items are }, not {.dshaligram2006-12-053-4/+10
* Document explore_greedy option.dshaligram2006-12-052-5/+17
* Fixed * not working in level-map (David).dshaligram2006-12-051-1/+1
* Changed minotaur horns so that they're a standard mutation by abusingharanp2006-12-056-35/+39
* Speeded up greedy explore by moving can_explore out of the floodloop. Stilldshaligram2006-12-056-25/+33
* [1603670] Altars and portals can now be found by the stash search.dshaligram2006-12-0410-47/+169
* [1604370] Eliminated unpoisoned needles and blowguns of venom.dshaligram2006-12-042-8/+7
* [1608520] No more special treatment for rods of striking.dshaligram2006-12-046-42/+39
* Updated changelog in trunk.dshaligram2006-12-041-0/+9
* Quick fix for bad item names on floor. We really should redo thisharanp2006-12-042-2/+7
* Fix worn equipment drop bug for trunk.dshaligram2006-12-042-5/+41
* Fixed Erik's labyrinth trails.dshaligram2006-12-042-8/+8
* Applied sartak's logfile patch.dshaligram2006-12-043-13/+42
* Fixed divide-by-zero when the player had zero max MP. Oops.haranp2006-12-041-2/+5
* Stash-tracking is no longer conditional, remove <?s> tags from command.cc.dshaligram2006-12-041-22/+11
* Added message when there's nowhere else to explore on the current level (Haran).dshaligram2006-12-041-0/+3
* Minor greedy-explore tweaks:dshaligram2006-12-041-2/+26