summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
Commit message (Expand)AuthorAgeFilesLines
* [1807611] Inventory menus show weight of stack, not one item in stack.dshaligram2007-10-111-1/+1
* Oops, was using UNIQ_LOST_IN_ABYSS wrongly.zelgadis2007-10-113-8/+18
* For unidentified randart jewellery, remember and display obvious-from-wearingzelgadis2007-10-116-63/+130
* Re-roll randarts which have no properties, plus randart jewelleryzelgadis2007-10-112-12/+243
* Fixed all abilities being listed as using piety (jarpiain).dshaligram2007-10-101-1/+1
* New vaults, courtesy bobbens.dshaligram2007-10-102-3/+229
* Fixed DEPTH for david_defended_altar.dshaligram2007-10-101-1/+1
* [1809278][1809633] Fixed spotty level badness.dshaligram2007-10-101-4/+4
* Removed hardcoding in travel colour check.dshaligram2007-10-101-3/+3
* [1809884] Fixed detected_item_colour being clobbered with black.dshaligram2007-10-101-1/+1
* [1810484] Fixed Lua userdata leak - shouldn't use luaL_checkudata from __gc m...dshaligram2007-10-101-4/+4
* Fix los radius check in can_see().dshaligram2007-10-101-1/+1
* Remember and describe randart properties which have been learned viazelgadis2007-10-106-120/+259
* Fixed temple_secret_doors: playing hide-and-seek with the Temple is not good.dshaligram2007-10-091-2/+3
* Branded weapons and armour are now always visibly special.dshaligram2007-10-091-16/+15
* Returning weapon beam path updates for trunk.dshaligram2007-10-094-13/+41
* Make mechanical traps in Orcish Mines and Elven Halls ofj-p-e-g2007-10-092-10/+37
* Allow bargains in bazaars, ranging from 60% to 95%.j-p-e-g2007-10-092-1/+28
* Moved orc battle cries to sound channel, increased duration to reduce message...dshaligram2007-10-091-2/+2
* Added an actual vector version of CrawlHashTable, and removed the codezelgadis2007-10-098-1630/+2081
* Orc battle cries respect silence and also boost physical ranged attacks.dshaligram2007-10-081-2/+25
* Orc knights and warlords can yell battle-cries to make lesser orcs fight better.dshaligram2007-10-0811-50/+124
* Minor changes to net, one shoving debug information intoj-p-e-g2007-10-082-6/+6
* Applying dolorous' latest patch (1806451), mostlyj-p-e-g2007-10-087-15/+15
* Adjust piety costs for various god powers.dshaligram2007-10-082-9/+48
* Re-enable ghosts in Labyrinths.dshaligram2007-10-083-5/+5
* Fixed crash when summoned creature is killed by trap (Iaido) - monsters shoul...dshaligram2007-10-082-6/+1
* s/cannot_move/cannot_act/ for clarity.dshaligram2007-10-083-6/+6
* Ghosts can use ensorcelled hibernation. Breaks saves, needs some work on PC s...dshaligram2007-10-0812-21/+121
* Removed unnecessary ench_sleepy duration.dshaligram2007-10-081-3/+1
* Fixed ENCH_SLEEPY persisting for too long with ensorcelled hibernation.dshaligram2007-10-084-8/+18
* Make Escape cancel out of menu and prompt for the ability and spellcasting me...dshaligram2007-10-082-2/+11
* Fixed map colours being inherited by unrelated maps during compilation.dshaligram2007-10-083-1/+7
* Added class CrawlHashTable, a savable/loadable string-keyedzelgadis2007-10-0814-390/+2526
* Make mpr_comma_separated_list() end the message with a period.zelgadis2007-10-081-0/+2
* Ran into a bug where searching backwards through inventory for a freezelgadis2007-10-081-9/+11
* Unicode makefile tweak for trunk.dshaligram2007-10-071-24/+24
* [1808968] Using the weapons of the demon lords in combat angers TSO and Zin.dshaligram2007-10-072-10/+32
* [1808964] Holy Word wakes and annoys affected monsters.dshaligram2007-10-071-1/+2
* [1808952] Smiting monsters did not wake them up, fixed.dshaligram2007-10-071-0/+1
* Fixed bad magic points calculation when levelling up with a worn item of magi...dshaligram2007-10-071-0/+4
* [1808372] Clip menu item labels at terminal width.dshaligram2007-10-071-1/+6
* [1808560] Staff of power unwield was not removing max mp bonus, fixed.dshaligram2007-10-071-14/+16
* [1808624] Dropping part of a stack of wielded items should not unwield the wh...dshaligram2007-10-071-1/+2
* [1808631] PCs in statue-form should not be able to scramble out of deep water.dshaligram2007-10-072-1/+7
* Clear dropped+thrown flags on corpse when converting it to chunks (V-Napkin)....dshaligram2007-10-072-0/+2
* Fixed bad comparison with string literal (bobbens).dshaligram2007-10-071-1/+1
* Allow overriding monster colours in map specs using col:<newcolour>.dshaligram2007-10-073-6/+26
* Increased max monsters to 350, breaks saves, may be buggy. Incremented save m...dshaligram2007-10-079-13/+12
* Adjust monster generation difficulty to be closer to 0.2 averages, but with m...dshaligram2007-10-071-3/+5