summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Add a note when paralysed by a monster.Raphael Langella2011-02-161-1/+5
* Note when skills are reducedRaphael Langella2010-10-291-2/+7
* Replace int by skill_type whenever possibleRaphael Langella2010-10-271-1/+1
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-36/+36
* Rename chars used as numbers to int8_t/uint8_t. Fix some other type usage.Adam Borowski2010-07-301-3/+2
* Rename is_rune* to item_is_rune*, make mark_milestone usable without dgl chec...Darshan Shaligram2010-07-141-2/+0
* s/marshallLong/marshallInt/, since this confusion tends to cause bugs.Adam Borowski2010-06-201-12/+12
* Restore the hive bottom milestone. (greensnark)Eino Keskitalo2010-04-041-1/+1
* make 'game type' an enum rather than a bool, and serialize itJesse Luehrs2010-03-021-1/+1
* Report parent level in branch entry milestones.Darshan Shaligram2010-02-271-2/+2
* Use msgwin_get_line for note taking.Robert Vollmert2010-01-181-2/+2
* Make Xom sometimes (< 5% chance) revive the player after death.Johanna Ploog2009-12-091-0/+4
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-2/+0
* 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 consist...Steven Noonan2009-09-291-1/+1
* Don't make a milestone of reaching the Hive bottom, just for entering.evktalo2009-07-201-1/+1
* * Replace rock stair tiles with Eino's cool new escape hatch tiles.j-p-e-g2009-06-291-0/+3
* * Properly print (non-spoily) resists descriptions for ghosts/pandemoniumj-p-e-g2009-04-191-0/+14
* * Fix Xom's piety wrapping around from 0 -> 255.j-p-e-g2009-04-181-1/+1
* * Automate all the notetaking I always do when testing Xom.j-p-e-g2009-04-121-1/+2
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Prevent spurious ID notes when wizard creating items (&%).zelgadis2008-12-241-0/+1
* Take a note when a labyrinth entrance is first found (via either magic mappingzelgadis2008-12-111-1/+4
* Pandemonium lords and player ghosts are now automacially marked aszelgadis2008-11-281-0/+5
* Added you.level_type_name_abbrev, which on portal levels is stored inzelgadis2008-11-251-8/+17
* The "Place:" for ziggurats now displays as "Ziggurat:1"/"Ziggurat:2"/etczelgadis2008-11-251-3/+10
* * Note items bought in shops along with their pricej-p-e-g2008-08-061-2/+12
* Reorder species in newgame.cc (clean-up, no coding changes).j-p-e-g2008-07-031-1/+1
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-7/+7
* Fix the Vestibule having no upstairs. o_Oj-p-e-g2008-06-151-1/+5
* Treat all bazaars as noteworthy, not just the first one.j-p-e-g2008-06-151-21/+22
* Fix a recent bug of mine that blocked the friendly fire prompts.j-p-e-g2008-06-021-2/+2
* I'm not sure I actually coded anything worthwhile, though I experimentedj-p-e-g2008-06-021-9/+9
* Finally fix 1868761: Books in shops being noted as identified over andj-p-e-g2008-05-201-6/+2
* FR 1962016: Make hydra headedness more obvious.j-p-e-g2008-05-141-87/+107
* This was originally going to be a small refactor of stash.cc beforepauldubois2008-03-231-24/+26
* Another batch of msvc compile fixes.pauldubois2008-03-101-1/+1
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-0/+4
* Minor note formatting improvements (David.)haranp2007-10-161-1/+1
* Fixed note taking (NOTE_HP_CHANGE) for invisible monstersj-p-e-g2007-09-211-0/+2
* A handful of new game options:zelgadis2007-09-171-1/+1
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-1/+2
* Another variety of changes.j-p-e-g2007-09-031-0/+2
* Implementing patch 1772497 (improvement to runrest.lua byj-p-e-g2007-09-031-0/+5
* Added verbose hiscore output to char_dump, andj-p-e-g2007-08-221-1/+5
* Note improvements (1749776). Double notes are possible if regexpsharanp2007-07-081-7/+2
* Type safety in mutations (mutation.cc probably needs some overhaul...)haranp2007-07-041-2/+4