summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Replace uses of player_in_water with you.in_water.Vsevolod Kozlov2009-11-051-1/+1
* Replace uses of player_is_airborne with you.airborne.Vsevolod Kozlov2009-11-051-1/+1
* Split up view.cc.Robert Vollmert2009-11-041-0/+2
* Get rid of multiple-meaning "int object" in env.show.Robert Vollmert2009-11-041-19/+14
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Rename "Fling Icicle" to "Throw Icicle".David Ploog2009-11-031-1/+1
* Combine mons_is_submerged(monsters *m) into monsters::submerged()abrahamwl2009-10-311-1/+1
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+3
* Bolt of Iron->Iron Shot, Ice Bolt->Fling Icicleabrahamwl2009-10-291-2/+2
* Preliminarily add a new fungus species to replace fungus w.r.t. sporesCharles Otto2009-10-251-0/+2
* Rename Chronos to Cheibriados. (Jude Brown)David Ploog2009-10-231-3/+2
* Get rid of player_monster_visible.Robert Vollmert2009-10-221-1/+1
* Fix altars of Chronos being invisible, include them when searching for altars.Adam Borowski2009-10-211-0/+2
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Fixing off-by-one issues in the tiles build due to the off-by-one fix to craw...Enne Walker2009-10-171-11/+11
* tilepick.cc: fix compile error caused by misspellingSteven Noonan2009-10-171-2/+2
* Unify check for unknown staircases in is_unknown_staircase.Robert Vollmert2009-10-171-12/+2
* More renaming and reorganization of feature checks.Robert Vollmert2009-10-171-2/+2
* Naming consistency.Robert Vollmert2009-10-171-4/+4
* Globally replace see_grid by see_cell.Robert Vollmert2009-10-171-2/+2
* Add minor cosmetic fix.David Lawrence Ramsey2009-10-151-1/+1
* Rename giant brown frog to giant toad (Eronarn). Tiles build not tested.Eino Keskitalo2009-10-151-4/+4
* Rename Summon Wraiths to Haunt everywhere, for consistency, and adjustDavid Lawrence Ramsey2009-10-131-2/+2
* Fix tiles compile (missing includes after view.cc split).Robert Vollmert2009-10-091-0/+1
* Fix tiles compilation, as pointed out by Steven Noonan.David Lawrence Ramsey2009-10-081-1/+1
* With help from jpeg, fix tile picking for (very) ugly things found viaDavid Lawrence Ramsey2009-10-081-8/+6
* Simplify further.David Lawrence Ramsey2009-10-081-29/+15
* Attempt to make the new (very) ugly thing tiles map to their colorsDavid Lawrence Ramsey2009-10-081-23/+47
* Add whitespace fix.David Lawrence Ramsey2009-10-061-1/+1
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* move 'Kills.h' -> 'kills.h', 'Kills.cc' -> 'kills.cc' for file naming consist...Steven Noonan2009-09-291-1/+1
* Add spelling fixes.David Lawrence Ramsey2009-09-231-4/+4
* Add new unique Gastronok (slug wizard), via a patch by bookofjude and some j-p-e-g2009-09-221-0/+2
* * Actually use the rock worm's corpse tile.j-p-e-g2009-09-211-0/+2
* * Fix wizmode autoexplore (used for debugging) not nuking traps, as itj-p-e-g2009-09-201-0/+1
* Add whitespace fixes.dolorous2009-09-191-1/+1
* Add Mitsuhiro's new kraken tiles, slightly modified to make them workj-p-e-g2009-09-191-0/+5
* Experimentally use Denzi and/or Mitsuhiro's water tiles for the Shoals.j-p-e-g2009-09-161-0/+7
* Add the last missing spell tiles.j-p-e-g2009-09-131-9/+5
* Add tiles for Stonemail, Phase Shift and Portal Projectile.j-p-e-g2009-09-131-3/+3
* Reassign some of the spell tiles.j-p-e-g2009-09-111-3/+2
* Add a button to memorise spells to the new spell display. All this doesj-p-e-g2009-09-111-2/+3
* Move around a couple of spell tiles, reorder spells in the tiles code,j-p-e-g2009-09-111-156/+197
* Adding spell images, rltiles build script, and a tileidx_spell function. The...ennewalker2009-09-111-0/+194
* Fix draconians not being handled correctly in the doll edit screen.j-p-e-g2009-08-191-10/+11
* Disallow choice of "none" for species/base in the doll edit screen.j-p-e-g2009-08-191-4/+5
* Reimplementing playing with dolls ('-' command). Keys are mostly the same as...ennewalker2009-08-181-34/+41
* Add a new unique mummy, Menkaure, and three new ossuaries. All courtesy of due.evktalo2009-08-111-0/+2
* Fix the weird beam tiles for unknown beam types.j-p-e-g2009-08-091-1/+2
* * Fix infinite Xom teleportation rides. Whoops!j-p-e-g2009-08-031-2/+2