summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/kills.cc
Commit message (Collapse)AuthorAgeFilesLines
* Don't mark milestones for summoned ghosts or uniques.Jude Brown2009-12-271-2/+7
| | | | | This should also hopefully deal with summoned ghosts in the kills tracker.
* New (rakshasa) unique: Mara, Lord of Ilusions.Jude Brown2009-12-241-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | This re-uses several ideas from the Emerald Eye FR, and implements the spell "Mislead": this grants the "Misled" status effect to the player, and causes on-level monsters to appear (glyph, name and tile) to be other monsters. Only their appearance is changed. Healing potions and rain remove this status effect. Mara also has a beefed-up version of the Rakshasa clone spell: it instead creates an "exact" clone (slightly altered spells list, and non-unique status for his clones). Only two will ever be created at once. Finally, he has the spell "Summon Player Ghost". This spell creates a ghost of the player (though marked as a summon, meaning that it (shouldn't) register a milestone, though it will be treated as a self-ghost kill) that is hostile. Only one of these should be existant at any one point in time. I'm pretty sure that I haven't broken anything, but would definitely appreciate someone sanity-checking this commit. Known minor issue: Kirke's summon ugly things being cast while having the Misled status causes them to show up with no glyph.
* Add formatting fixes.David Lawrence Ramsey2009-11-211-13/+15
| | | | This mostly puts && and || on the proper lines, per the style guide.
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-1/+1
| | | | | I'm pretty sure I've managed to replace every instance of a reference to these files, so I hopefully haven't missed anything.
* Merge from chaotic_experiment branch:Eino Keskitalo2009-11-071-1/+1
| | | | Replace mons_is_shapeshifter(const monsters *m) in mon-util.cc with is_shapeshifter() in monster.cc
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
|
* Add more minor cosmetic fixes.David Lawrence Ramsey2009-10-311-2/+0
|
* Comments and renaming for consistency.Robert Vollmert2009-10-201-1/+1
|
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Apply jpeg's patches in [2876380] (automate Xom testing) and [2876688]David Lawrence Ramsey2009-10-111-0/+3
| | | | (new Xom effects), tweaked to fit into current trunk.
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-2/+0
| | | | | | | The console version still compiles on Linux; both console and tiles version compile in OS X. I haven't been able to test the DOS and Windows compiles -- please fix or tell me about any errors that show up.
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
|
* move 'Kills.h' -> 'kills.h', 'Kills.cc' -> 'kills.cc' for file naming ↵Steven Noonan2009-09-291-0/+1010
consistency Signed-off-by: Steven Noonan <steven@uplinklabs.net>