summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/format.h
Commit message (Expand)AuthorAgeFilesLines
* Rename struct glyph to cglyph_t.Adam Borowski2012-10-161-1/+1
* Add spelling fixes.David Lawrence Ramsey2012-10-121-1/+1
* Use std namespace.Raphael Langella2012-08-261-22/+19
* Rename translate.cc to lang-fake.cc, to avoid confusion.Adam Borowski2012-04-021-1/+1
* New translations: dwarven, jägerkin, lithp, german.Adam Borowski2012-03-301-0/+1
* Enable printf warnings for yet more functions & fix problems identifiedSamuel Bronson2011-12-261-1/+1
* Merge branch 'master' into unified_combat_controlRobert Burnham2011-04-261-9/+3
|\
| * Fix and merge away tagged_string_substr().Adam Borowski2011-04-041-1/+0
| * formatted_string fixes.Adam Borowski2011-04-041-2/+3
| * Doxygenization and junk purging that was missed by my script.Adam Borowski2011-04-021-5/+0
| * Make a function static.Adam Borowski2011-04-011-1/+0
* | Capitalized mprf().Adam Borowski2011-04-151-0/+1
|/
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-2/+2
* An otherwise inappropiate toy for Sprint.Adam Borowski2010-07-081-0/+1
* Bring sanity to enums by making them diffable/patchable.Adam Borowski2010-06-081-1/+1
* Remove FSOP_CURSOR and formatted_string::cgotoxy.Robert Vollmert2010-03-111-7/+0
* Remove obsolete formatted_string::movexy.Robert Vollmert2010-03-111-1/+0
* Replace formatted_string::parse_block by display_tagged_block.Robert Vollmert2010-03-111-5/+1
* Add formatted_string::empty().Robert Vollmert2010-01-251-0/+1
* Add general formatted_string::add_glyph, remove others.Robert Vollmert2009-12-011-2/+1
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Enable menu colour for the 'V' item sub-menu.j-p-e-g2009-04-191-1/+2
* More graphical menu improvements. Inventory menus now have columns. Long en...ennewalker2008-10-251-1/+2
* Fix 2162827: tag length calculation was incorrect.haranp2008-10-131-0/+4
* Add whitespace fixes.dolorous2008-06-021-5/+5
* For David. Menu's draw_title_suffix can now accept a formatted_stringpauldubois2008-04-071-0/+1
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-0/+7
* Cleaned up and applied 1895117: formatted_string and tutorial polish.pauldubois2008-02-291-2/+13
* Fix collision between gotoxy(int,int,int) and DOS djgpp gotoxy().dshaligram2008-01-251-1/+1
* [1801838] Use a menu to show mutation list so long lists don't scroll off the...dshaligram2008-01-251-2/+3
* Added basic HTML output functionality to formatted_string. Not usedharanp2007-10-151-1/+2
* Coloured power display. This is, for now, a rather extreme hack.haranp2007-07-031-0/+2
* The tutorial now uses set_more() to display the ability-menu helpharanp2007-06-301-0/+1
* Tutorial tweaks:dshaligram2007-03-201-0/+5
* Moved formatted_string into its own file, separate from the rest of Menu.haranp2007-02-171-0/+88