summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
Commit message (Expand)AuthorAgeFilesLines
* Added Sage card, which boosts skill training.haranp2007-11-301-0/+4
* [1837663] Fixed monsters' raise dead using player's LOS.dshaligram2007-11-281-7/+9
* [1838128] Fixed monsters being able to move through immobile monsters on leve...dshaligram2007-11-271-0/+14
* make player::has_claws() and player::has_usable_claws() take a bool dolorous2007-11-221-2/+2
* make player::has_claws() return an int indicating the level of claws dolorous2007-11-221-1/+1
* Fall back to ASCII if Unicode locale is unavailable (Guus). Also queue up sta...dshaligram2007-11-201-0/+2
* Clean-up of options in init.txt and crawl_options.txt j-p-e-g2007-11-201-1/+1
* Removed: safe_autopickup, safe_zero_exp, lowercase_invocations,haranp2007-11-161-8/+0
* Added an option, always_confirm_butcher.haranp2007-11-151-0/+1
* Fixed stash-tracker seeing through walls (it was using stale LOS after blink/...dshaligram2007-11-151-0/+1
* [1829067] Fixed mephitic cloud not setting enchantment owner correctly on aff...dshaligram2007-11-091-0/+2
* Removed remaining traces of travel_colour (David).dshaligram2007-11-031-1/+0
* Unbreak trunk build (oops).dshaligram2007-11-021-2/+2
* Removed obsolete "levels" option. des files to load should be specified in lo...dshaligram2007-10-291-2/+0
* [1821098] Fixed bat transform not conferring flight. Fixed player_is_levitati...dshaligram2007-10-271-3/+3
* Monsters can gain experience and level-up. Breaks saves.dshaligram2007-10-261-4/+9
* dgn_place_map takes a coord_def to specify the centre of the map for minivaul...dshaligram2007-10-251-0/+5
* [1810433] Ogre hunters start with large rocks. Monster ogres can also throw l...dshaligram2007-10-251-0/+2
* You can now Triple Draw from decks you aren't wielding.haranp2007-10-231-1/+1
* Fixed monsters wearing shields and other inappropriate armour as body armour.dshaligram2007-10-221-0/+4
* [1800206] Ghoul food cleanup (dolorous).dshaligram2007-10-211-0/+2
* Menus are now tagged. Menu colours now only apply to a menu with a matchingharanp2007-10-191-0/+1
* Added fog machine Lua map markers. Needs a C interface to make it usablezelgadis2007-10-181-0/+1
* Added new field seen_context to the monsters class, which can be setzelgadis2007-10-161-0/+3
* Shift-run doesn't distinguish between wall types to make it more useful in la...dshaligram2007-10-151-3/+3
* Added to classes actor, monsters and player the method can_pass_through(),zelgadis2007-10-141-0/+10
* Implementing merfolk monsters. There are two types, merfolk fighters,j-p-e-g2007-10-131-1/+3
* This change breaks savefile compatibility.zelgadis2007-10-131-0/+1
* Fix for 1805138: wands of draining no longer leak information when theharanp2007-10-111-0/+3
* Added an actual vector version of CrawlHashTable, and removed the codezelgadis2007-10-091-1/+1
* Orc knights and warlords can yell battle-cries to make lesser orcs fight better.dshaligram2007-10-081-6/+6
* s/cannot_move/cannot_act/ for clarity.dshaligram2007-10-081-1/+1
* Ghosts can use ensorcelled hibernation. Breaks saves, needs some work on PC s...dshaligram2007-10-081-0/+9
* Fixed ENCH_SLEEPY persisting for too long with ensorcelled hibernation.dshaligram2007-10-081-0/+3
* Added class CrawlHashTable, a savable/loadable string-keyedzelgadis2007-10-081-0/+3
* Increased max monsters to 350, breaks saves, may be buggy. Incremented save m...dshaligram2007-10-071-2/+2
* Shaft traps (trap doors) [1792195] and level annotation [1769009]zelgadis2007-10-051-1/+20
* Added floor_special and floor_reserved to dngn_feature_names[], to makezelgadis2007-10-021-1/+7
* This commit breaks save file compatability.zelgadis2007-09-301-0/+3
* * Fixed Vault:8 level being generated with no rune (cbus).dshaligram2007-09-251-1/+3
* Added additional optional parameter to item_def::name(), ignore_flags,zelgadis2007-09-221-4/+6
* Delays now give their startup messages when they start, rather thanharanp2007-09-201-0/+1
* Fix for memory corruption when reading savefiles.haranp2007-09-191-7/+13
* This change moves the logic for when a level or branch prohibitszelgadis2007-09-191-0/+6
* Introduces three new wall types, translucent versions of the normalzelgadis2007-09-191-0/+5
* Removed detailed_hunger option, the hunger states near starving, veryzelgadis2007-09-191-1/+0
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-0/+4
* A handful of new game options:zelgadis2007-09-171-1/+6
* Applying patches by dolorous:j-p-e-g2007-09-161-0/+1
* Add dump sections for branch/area details for turns andzelgadis2007-09-161-0/+62