summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* religion.cc: mons_make_god_gift(): switching godsMatthew Cline2009-11-131-2/+1
* Don't remove marker while it's being activatedMatthew Cline2009-11-132-1/+20
* Add new, futureproof enum serialization primitivesStefan O'Rear2009-11-132-0/+169
* Move most Royal Jelly code to dat/lair.desMatthew Cline2009-11-135-146/+98
* seen_replace_feat(): replace one feat with anotherMatthew Cline2009-11-133-5/+32
* dungeon.lua: dgn_set_persistent_var()Matthew Cline2009-11-131-0/+4
* l_you.cc: you.silenced()Matthew Cline2009-11-131-0/+2
* l_mons.cc: mon.you_can_see monster methodMatthew Cline2009-11-131-1/+8
* mon-stuff.cc: monster_die() Lua callbackMatthew Cline2009-11-131-0/+52
* MonPropsMarker: set hash properties on monstersMatthew Cline2009-11-132-0/+51
* lm_trig.lua: monster_dies can look for "any"Matthew Cline2009-11-131-3/+3
* l_mons.cc: mon.set_prop(), for hash props memberMatthew Cline2009-11-131-1/+41
* New great vault by Neil and Jude.David Ploog2009-11-131-0/+109
* More altar vaults as temple overflow.David Ploog2009-11-131-35/+40
* A few more lines for pas-de-faq section.David Ploog2009-11-131-13/+22
* Various temple map tweaks.David Ploog2009-11-131-71/+79
* Fix all vault monsters having random colourMatthew Cline2009-11-123-5/+2
* wiz-mon.cc: fix monser color always being randomMatthew Cline2009-11-121-0/+3
* Merge branch 'master' of ssh://crawl-ref.git.sourceforge.net/gitroot/crawl-re...Charles Otto2009-11-134-7/+21
|\
| * mon_spec: "col:any" to get random coloursMatthew Cline2009-11-123-5/+19
| * dungeon.cc: use specialized overflows only %50Matthew Cline2009-11-121-1/+1
| * Tweak Menkaure's spells (dpeg, Lemuel).Jude Brown2009-11-131-1/+1
* | Use monster_iterator in ballistomycete functionsCharles Otto2009-11-133-29/+28
* | Messaging and code formatting (+comment) improvements.Charles Otto2009-11-132-16/+27
* | Fix a couple compile errors caused by the merge.Charles Otto2009-11-132-5/+6
* | Merge spore experiments branch.Charles Otto2009-11-1311-24/+181
|\ \ | |/ |/|
| * Change ballistomycete spore mechanics againCharles Otto2009-11-127-68/+112
| * Change the ballistomycete activation mechanicCharles Otto2009-11-114-6/+23
| * Give giant spores a chance of spawning ballistos while wanderingCharles Otto2009-11-115-12/+56
| * Change ballistomycete spore spawning mechanicsCharles Otto2009-11-113-12/+65
* | Allow uniques in Tomb again.Jude Brown2009-11-131-30/+30
* | mon-cast.cc: fix unitialized var warningMatthew Cline2009-11-121-2/+2
* | Remove "weary" message from Sleep spell, made no sense in context.Jude Brown2009-11-131-3/+0
* | New monster spell: Sleep. Give sleep to Aizul.Jude Brown2009-11-1310-8/+91
* | porkulator: completely restore reverted monstersMatthew Cline2009-11-123-14/+42
* | store: can now handle monsters and Lua chunksMatthew Cline2009-11-124-23/+150
* | Give feedback when Fedhas' decomposition has no effect.David Lawrence Ramsey2009-11-121-3/+6
* | mon-stuff.cc: de-porkulator: bugfix, improvementsMatthew Cline2009-11-121-1/+10
* | Implement monster swiftness, and give it to GastronokStefan O'Rear2009-11-128-6/+33
* | Add some documentation on Triggerables.Jude Brown2009-11-133-2/+517
* | Add summoner chain information to death reportsStefan O'Rear2009-11-122-10/+37
* | Add ikiller and kpath to the logfileStefan O'Rear2009-11-122-4/+37
* | dat/entry.des: elemental_entry excludes/warningsMatthew Cline2009-11-121-3/+5
* | New door Lua marker propertiesMatthew Cline2009-11-124-16/+80
* | command.cc: "&:" help updateMatthew Cline2009-11-121-1/+2
* | A shooting booth for centaurs. You're the target.Adam Borowski2009-11-121-0/+12
* | Make the radius_iterator do what it should.Robert Vollmert2009-11-121-1/+1
* | An improved attempt at zapping monsters in starting LOS.Robert Vollmert2009-11-123-23/+15
* | Revert "Rewrite zap_los_monsters using monster_iter."Robert Vollmert2009-11-123-26/+33
* | Rewrite zap_los_monsters using monster_iter.Robert Vollmert2009-11-123-33/+26