summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/format.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix bad varargs handling.Robert Vollmert2009-12-171-1/+1
* Replace static snprintf() with make_sprintf() where the result is immediately...Adam Borowski2009-12-171-4/+1
* Add general formatted_string::add_glyph, remove others.Robert Vollmert2009-12-011-11/+1
* Convert get_mons_glyph to return a glyph struct.Robert Vollmert2009-11-151-5/+3
* Convert get_item_glyph to return a glyph struct.Robert Vollmert2009-11-151-5/+3
* Remove a few obsolete includes.Robert Vollmert2009-11-101-1/+0
* Remove some obsolete view.h-includes.Robert Vollmert2009-11-101-1/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Split get_symbol from view.cc.Robert Vollmert2009-11-061-0/+1
* Split up view.cc.Robert Vollmert2009-11-041-0/+1
* Splitting up stuff.cc.Robert Vollmert2009-10-301-1/+1
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Apply commits r10013 and 10014 to trunk.j-p-e-g2009-06-211-2/+0
* * Tweak Xom's ideas about what makes a funny or boring death.j-p-e-g2009-04-221-1/+1
* Enable menu colour for the 'V' item sub-menu.j-p-e-g2009-04-191-2/+3
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+1
* More graphical menu improvements. Inventory menus now have columns. Long en...ennewalker2008-10-251-0/+21
* Fix 2162827: tag length calculation was incorrect.haranp2008-10-131-0/+93
* Kill hard tabs, and add whitespace fixes.dolorous2008-06-261-2/+2
* Revert previous changes so that things work properly again.dolorous2008-06-021-5/+5
* Clean up.dolorous2008-06-021-4/+4
* Comment fixes.dolorous2008-06-021-2/+2
* Fix off-by-one error (oops).dolorous2008-06-021-1/+1
* Fix [1952926]: Break overly long formatted strings at EOLs whenever dolorous2008-06-021-3/+11
* Another code cleanup.j-p-e-g2008-04-151-16/+18
* For David. Menu's draw_title_suffix can now accept a formatted_stringpauldubois2008-04-071-0/+56
* Nemelex changes:haranp2008-04-031-1/+1
* Tutorial fix, maybe?pauldubois2008-03-301-1/+1
* Fix 1927562, which was introduced by a code cleanup.pauldubois2008-03-291-5/+3
* [FR 1909388] Command key changesj-p-e-g2008-03-091-2/+2
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-0/+7
* Fix trunk compile, and a bit of code clean-up.j-p-e-g2008-02-291-8/+18
* Cleaned up and applied 1895117: formatted_string and tutorial polish.pauldubois2008-02-291-14/+107
* Fix collision between gotoxy(int,int,int) and DOS djgpp gotoxy().dshaligram2008-01-251-3/+3
* [1801838] Use a menu to show mutation list so long lists don't scroll off the...dshaligram2008-01-251-0/+11
* Added basic HTML output functionality to formatted_string. Not usedharanp2007-10-151-0/+42
* Make formatted_string::parse_string() split up the string into chunks ofzelgadis2007-09-251-0/+12
* [1775520] Sling bullets are no longer throwable.dshaligram2007-08-171-2/+2
* Coloured power display. This is, for now, a rather extreme hack.haranp2007-07-031-0/+5
* The tutorial now uses set_more() to display the ability-menu helpharanp2007-06-301-0/+19
* Added support for Unicode characters in the map display with ncursesw (enableddshaligram2007-06-071-2/+4
* Tutorial tweaks:dshaligram2007-03-201-2/+25
* Moved formatted_string into its own file, separate from the rest of Menu.haranp2007-02-171-0/+291