summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiledoll.cc
Commit message (Expand)AuthorAgeFilesLines
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* More formatting fixes for return (...);Neil Moore2013-11-151-2/+2
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Fix some assignment operators.Neil Moore2013-10-161-1/+2
* ASSERT_RANGEs other than >= <.Adam Borowski2013-06-081-4/+2
* Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-2/+4
* Don't show cloaks in lich form (Medar).Florian Diebold2013-03-251-0/+1
* Handle lich and statue form tiles the same way as tree form.Florian Diebold2013-03-191-3/+42
* Who's been feeding energy drinks, Red Bull in particular, to trees again?Adam Borowski2013-03-191-0/+1
* Shave off tree beards (poor Fangorn...).Adam Borowski2013-03-191-0/+1
* Properly heed meldedness of armour (all slots) in tiles.Adam Borowski2013-03-191-6/+6
* Link monster tiles for bad forms, add a too-ugly-to-live tree form one.Adam Borowski2013-01-051-0/+12
* Drop a lot of unnecessary braces.Adam Borowski2012-10-241-2/+0
* Use std namespace.Raphael Langella2012-08-261-2/+2
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-5/+5
* Horny cat tiles (ontoclasm).Adam Borowski2012-06-091-12/+20
* Make tileidx_t 64 bits long.Florian Diebold2012-05-241-3/+3
* Drop pointless braces after else/else if as well.Adam Borowski2012-04-201-4/+0
* Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-8/+0
* Remove tentacles as a mutation, and make them intrinsic to octopodes.David Lawrence Ramsey2012-04-191-10/+0
* Wrap some egregiously long lines in the source.Adam Borowski2012-03-281-2/+4
* Drop the display of nets on player dolls.Adam Borowski2011-12-271-3/+0
* Fix monster weapons not showing when the player's weapon is melded (#5038).Florian Diebold2011-12-141-1/+1
* Tentacle hands for dolls from Pingas (#4687).Eino Keskitalo2011-11-121-0/+22
* Two new artefact bardings. (Hate hate hate hate tile barding code)Adam Borowski2011-09-111-2/+4
* Immediately display changes to the player doll.Florian Diebold2011-06-261-0/+9
* First prototype of webtiles.Florian Diebold2011-06-261-1/+5
* Fix a small invalid read.Florian Diebold2011-05-241-1/+1
* Merge branch 'unicode'.Adam Borowski2011-04-011-2/+3
|\
| * Merge branch 'master' into unicodeAdam Borowski2011-03-131-6/+1
| |\
| * \ Merge branch 'master' into unicodeAdam Borowski2010-12-121-2/+2
| |\ \
| * \ \ Merge branch 'master' into unicodeAdam Borowski2010-10-151-2/+2
| |\ \ \
| * | | | Handle filenames with non-ascii characters.Adam Borowski2010-09-171-2/+3
* | | | | Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-6/+4
| |_|_|/ |/| | |
* | | | Schedule DNGN_STATUE_RESERVED for removal on next major version change.Johanna Ploog2011-02-251-6/+1
| |_|/ |/| |
* | | Get rid of you.attribute[ATTR_TRANSFORMATION].Adam Borowski2010-12-041-2/+2
| |/ |/|
* | Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-2/+2
|/
* Write (but not read yet!) doll files as chunks.Adam Borowski2010-09-041-6/+4
* Binary gender is no longer required.Enne Walker2010-06-161-19/+6
* Assign tile dolls random trousers for SHOW_EQUIP.Enne Walker2010-06-091-0/+19
* Fix tile dolls so trousers are drawn under boots.Enne Walker2010-06-091-2/+2
* Split player tile logic out from tilepick.cc.Enne Walker2010-05-301-1/+1
* Split up tiles.h.Enne Walker2010-05-301-0/+1
* Use tileidx_t for tile indices. Also, cleanup.Enne Walker2010-05-301-17/+20
* Fix compile for Windows TilesJanne Lahdenpera2010-04-281-0/+2
* Split tilereg.h/cc into multiple files.Enne Walker2010-04-251-0/+487