summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow player ghosts to use corona.dshaligram2007-04-101-2/+5
* Oops, remove misplaced \n.dshaligram2007-03-311-1/+1
* Don't show experience needed for next level if the player is at XL 27.dshaligram2007-03-311-3/+5
* Applied whereis patch from crawl.akrasiac.org (tracks where the player is indshaligram2007-03-251-1/+1
* Merged in crawl.akrasiac.org patches (simple messaging, milestones). These takedshaligram2007-03-251-0/+14
* Small changes to the overview screen and smaller ones to the tutorial.j-p-e-g2007-03-231-20/+21
* Added a funtion for formatted message history, and, while I was at it, j-p-e-g2007-03-201-2/+2
* Changes to the overview screen (%) - added abilities and made it scrollable.j-p-e-g2007-03-181-553/+479
* Kill hard tabs.dshaligram2007-03-121-617/+616
* New % overview screen (JPEG).dshaligram2007-03-121-0/+1303
* Kill hard tabs.dshaligram2007-03-061-3/+7
* Monster attack refactoring. Likely to be buggy.dshaligram2007-02-241-2/+2
* Moved formatted_string into its own file, separate from the rest of Menu.haranp2007-02-171-1/+1