summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
Commit message (Expand)AuthorAgeFilesLines
* Another mutation commit. Sorry, I couldn't resist.j-p-e-g2007-10-281-9/+38
* Removed unnecessary #if UNIX lines, changed textcolor to textattr for view re...dshaligram2007-10-271-2/+0
* [1821098] Fixed bat transform not conferring flight. Fixed player_is_levitati...dshaligram2007-10-271-4/+4
* Adding two new mutations for the heck of it:j-p-e-g2007-10-261-3/+19
* [1818982] Kenku talons as mutation (dolorous).dshaligram2007-10-251-0/+6
* Fixed bad play time format in character dump, removed turns_by_place and kill...dshaligram2007-10-241-1/+1
* [1800206] Ghoul food cleanup (dolorous).dshaligram2007-10-211-68/+9
* Menu tagging corrections + docs + initfile (David)haranp2007-10-201-1/+1
* Menus are now tagged. Menu colours now only apply to a menu with a matchingharanp2007-10-191-0/+1
* Removed amnesia/forgetfullness trap, mutation and scroll. Thezelgadis2007-10-151-2/+2
* Implementing merfolk monsters. There are two types, merfolk fighters,j-p-e-g2007-10-131-0/+6
* Fixed bad species name (eg: deep elves with the bows title) in dump because o...dshaligram2007-10-011-5/+8
* Add redraw_hp to the "Elixir" card.j-p-e-g2007-09-301-1/+1
* Added additional optional parameter to item_def::name(), ignore_flags,zelgadis2007-09-221-9/+0
* Previous commit applied to trunk:j-p-e-g2007-09-201-2/+2
* Removed detailed_hunger option, the hunger states near starving, veryzelgadis2007-09-191-65/+31
* Applying modified (by me) mutation patches of dolorous',j-p-e-g2007-09-181-1/+0
* A handful of new game options:zelgadis2007-09-171-20/+70
* Applying patches by dolorous:j-p-e-g2007-09-161-1/+1
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+4
* Applying patches by dolorous:j-p-e-g2007-09-151-7/+0
* A few small changes:j-p-e-g2007-09-031-2/+2
* Added shields as potentially unwearable/restricted inj-p-e-g2007-08-311-1/+1
* Several bugfixes.j-p-e-g2007-08-301-31/+17
* s/CAUGHT/HELD/j-p-e-g2007-08-221-2/+2
* A few additions to throwing nets.j-p-e-g2007-08-221-1/+7
* Throwing nets again.j-p-e-g2007-08-201-6/+10
* More stuff for the tutorial:j-p-e-g2007-08-151-2/+11
* More equipment information on the % screen, this time for j-p-e-g2007-08-141-1/+13
* Added message to mutation and overview screen about j-p-e-g2007-08-131-0/+13
* Finally added vampiric bite attack. Thanks to Jarmoj-p-e-g2007-08-041-1/+4
* Corona overrides invisibility. To check if something is *really* invisible, usedshaligram2007-07-151-4/+0
* Vampires, yay! Credit mostly goes to Jarmo, thoughj-p-e-g2007-07-141-2/+31
* [1731587] Kenku get claw-kick and a small speed boost when flying unladen.dshaligram2007-07-131-1/+2
* General code cleanups and goto removal.haranp2007-07-131-6/+5
* Added final score to morguedshaligram2007-07-111-3/+8
* Better feedback for Beogh water walking.haranp2007-07-041-0/+8
* Fixed bad updating of XP (1747476.)haranp2007-07-041-35/+0
* '%' screen now shows the new Nemelex effects.haranp2007-06-251-0/+11
* Step 1 of .des file Lua-isation. The dungeon compiler converts .des files todshaligram2007-06-231-1/+1
* Lots of things which used to be members (invis, conf, confusing_touch, etc.)haranp2007-06-231-28/+28
* A bit more type-safety (slightly intrusive this time): you.species andharanp2007-06-191-0/+3
* Some more cards and bugfixes.haranp2007-06-171-0/+6
* [1699948] Allow changing the viewport size if you're using a larger terminaldshaligram2007-06-041-21/+23
* Made make_time_string() return std::string, not char*.haranp2007-05-151-8/+2
* Deck stacking implemented. Five cards (or less, if there are less) areharanp2007-05-111-1/+2
* Spelling fixes (mainly from Dylan.) Fixes 1716479, 1715722. Except thatharanp2007-05-111-2/+2
* Proper colouring of random_teleport in status screen (David).haranp2007-04-231-2/+2
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-24/+16
* Implemented 1699981: silence mode feedback.haranp2007-04-131-1/+8