summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/format.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-0/+1
* Also display mismatched closing colour tags.Neil Moore2014-03-071-2/+5
* Display extra closing colour tags rather than crashing.Neil Moore2014-03-071-3/+8
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-2/+0
* Fix escaped < not being unescaped if it is on line end.Raphael Langella2013-12-051-1/+1
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-1/+0
* Drop a lot of unnecessary braces.Adam Borowski2012-10-241-2/+0
* 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-51/+47
* Make inline functions static.Adam Borowski2012-08-091-1/+1
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-1/+1
* Some more return deparenthesization.Adam Borowski2012-07-051-2/+2
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-6/+6
* Drop pointless braces after else/else if as well.Adam Borowski2012-04-201-6/+0
* Rename translate.cc to lang-fake.cc, to avoid confusion.Adam Borowski2012-04-021-3/+3
* New translations: dwarven, jägerkin, lithp, german.Adam Borowski2012-03-301-0/+8
* Make another bunch of functions static or deleted.Adam Borowski2012-03-211-7/+7
* Consistently use a space after flow control statements.Adam Borowski2011-12-021-1/+1
* Merge branch 'master' into unified_combat_controlRobert Burnham2011-10-251-1/+1
|\
| * Combine common parts of lib*.hAdam Borowski2011-09-081-1/+1
* | Merge branch 'master' into unified_combat_controlRobert Burnham2011-04-261-97/+35
|\|
| * Fix and merge away tagged_string_substr().Adam Borowski2011-04-041-50/+0
| * formatted_string fixes.Adam Borowski2011-04-041-39/+30
| * Doxygenization and junk purging that was missed by my script.Adam Borowski2011-04-021-5/+0
| * Make a function static.Adam Borowski2011-04-011-2/+2
| * Fix compilation on 64 bit.Adam Borowski2011-03-211-1/+1
| * Fix #1184: Limit tagged block display's lines to screen size.Johanna Ploog2011-03-201-1/+3
* | Capitalized mprf().Adam Borowski2011-04-151-0/+10
|/
* Mention the failed string in formatted string asserts.Adam Borowski2011-01-181-1/+1
* Give all ASSERT(false) proper messages.Adam Borowski2011-01-111-4/+1
* Convert ASSERT(!"foo") to die("foo").Adam Borowski2011-01-111-3/+1
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-5/+5
* An otherwise inappropiate toy for Sprint.Adam Borowski2010-07-081-0/+7
* For functions with names starting with _, actually declare them static.Adam Borowski2010-07-061-1/+1
* Don't cgotoxy a line too far down (#1591, #1604).Robert Vollmert2010-05-291-3/+4
* Remove EOL.Robert Vollmert2010-03-111-5/+5
* Remove FSOP_CURSOR and formatted_string::cgotoxy.Robert Vollmert2010-03-111-32/+1
* Remove obsolete formatted_string::movexy.Robert Vollmert2010-03-111-5/+0
* Replace formatted_string::parse_block by display_tagged_block.Robert Vollmert2010-03-111-35/+9
* Nuke a whole lot of old-style casts, and remove some casts completelyHaran Pilpel2010-01-291-1/+3
* Add formatted_string::empty().Robert Vollmert2010-01-251-0/+5
* Remove libutil.h from AppHdr.h and include explicitly.Robert Vollmert2010-01-201-0/+1
* 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