summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
Commit message (Expand)AuthorAgeFilesLines
* Merge trunk back into 0.2 for 0.2.2.dshaligram2007-04-051-10/+14
* Merge trunk into 0.2 branch for 0.2.1.dshaligram2007-04-021-2/+2
* Updated changes list.dshaligram2007-03-291-1/+2
* Allow Elyvilon's invocations to be used even when confused (Eva Myers).dshaligram2007-03-251-1/+2
* Merged in crawl.akrasiac.org patches (simple messaging, milestones). These takedshaligram2007-03-251-0/+2
* Added Tiamat, a unique colourshifting draconian with a largeharanp2007-03-251-0/+1
* s/Adolf/Frederickharanp2007-03-241-1/+1
* More branch entry vaults (Erik).dshaligram2007-03-231-93/+0
* Cleaned up clouds and threw out the foo_MON values from the cloud enum. Thedshaligram2007-03-221-23/+12
* Cleaned up monster enchantments. Instead of the old enum abuse (ENCH_ABJ_I, II,dshaligram2007-03-211-57/+19
* Added an invocable power to train Invocations for Lugonu (previously the firstdshaligram2007-03-191-0/+1
* s/Lucy/Lugonu/.dshaligram2007-03-191-5/+5
* Fixed shadow creature abuse in Hall of Blades.dshaligram2007-03-191-1/+2
* Banished uniques (including ghosts) will now be sent to the Abyss. Banisheddshaligram2007-03-181-1/+3
* Added message_colour option to allow custom-colouring individual messages. Thisdshaligram2007-03-161-1/+0
* Tweaked unique code to eliminate the confusing arithmetic on MONS enum values.dshaligram2007-03-161-0/+2
* Cleaned up ghost and Pandemonium demon handling.dshaligram2007-03-151-0/+1
* Added !f inscription per 1680734.haranp2007-03-151-0/+1
* Added KFEAT:, KITEM: and KMONS: map directives to allow placing specificdshaligram2007-03-121-0/+1
* New key=value logfile format as proposed by Shawn Moore. This is more verbosedshaligram2007-03-081-1/+3
* Kill hard tabs in .h files and crawl_options.txt.dshaligram2007-03-071-3/+3
* Add LOW MAGIC WARNING. This involved creating a channel, modifying init.txt,...mtitus_6132007-03-061-0/+1
* Fixed unacquirable lajatangs (Matt).dshaligram2007-03-051-1/+2
* Give monster minotaurs a headbutt. They are now quite dangerous.dshaligram2007-02-251-1/+2
* Monster attack refactoring. Likely to be buggy.dshaligram2007-02-241-3/+42
* Break up you_attack() into a slew of smaller functions. The functions aredshaligram2007-02-121-0/+8
* Handle monster paralysis as an enchantment instead of the old speed manglingdshaligram2007-02-101-1/+4
* Hydras now behave the same way in monster-vs-monster combat as they do indshaligram2007-02-081-5/+4
* Fixed unbrandability of friendly hellions.dshaligram2007-02-061-0/+1
* Tutorial (JPEG) and some formatting cleanup.dshaligram2007-02-061-0/+1
* [1632567] Greedy explore now tries to do the Right Thing with mimics.dshaligram2007-02-051-3/+5
* Allow ghosts to remember and use shock, ice bolt and bolt of magma.dshaligram2007-02-031-0/+3
* Moved monster descriptions in targeting from '?' to 'v'. Put targetingharanp2007-01-291-0/+1
* Made default targeting an option (default_target, defaults to false.)haranp2007-01-291-1/+0
* Beam-cycling in direction().haranp2007-01-271-0/+2
* direction() cleanup, stage 2: look_around is gone, everything unifiedharanp2007-01-251-0/+8
* Stage 1 of the direction() rewrite.haranp2007-01-241-5/+11
* Implemented 1633681, Excruciating Wounds spell. Better wording welcome.haranp2007-01-161-1/+2
* Tweaked travel/explore so that it doesn't cut off before trying to move to adshaligram2007-01-091-0/+2
* Reworded titles in overmap display per David's suggestions.haranp2007-01-081-1/+0
* Put tables.txt into the help (hotkeyed to 's', for 'skills'.)haranp2006-12-311-1/+0
* Fix for bug 1622129, safe_autopickup check was happening before monsterharanp2006-12-291-1/+0
* Removed SPMSL_POISONED_II, which was functionally identicalharanp2006-12-271-2/+2
* Implemented David Ploog's "Lucy" abyssal god. An altar has a 20%haranp2006-12-231-0/+6
* Fixed buggy runes introduced by branch refactoring.haranp2006-12-211-11/+11
* Refactored out branches into branch.h and branch.cc.haranp2006-12-201-36/+19
* Put in a very basic help browser on '+'. This is *not* a good key, I'm justharanp2006-12-131-0/+1
* *Breaks save compatibility* - changed monster flags to long, added "god" fiel...dshaligram2006-12-071-6/+18
* Speeded up greedy explore by moving can_explore out of the floodloop. Stilldshaligram2006-12-051-1/+0
* [1603670] Altars and portals can now be found by the stash search.dshaligram2006-12-041-0/+1