summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg.cc
Commit message (Expand)AuthorAgeFilesLines
* macro_buf_add_cmd() to add commands to key bufferMatthew Cline2009-11-181-6/+6
* tiles: Ctrl-L-Click to fire quivered ammo.Matthew Cline2009-11-181-17/+46
* tiles: Handle weapons of reachingMatthew Cline2009-11-181-2/+55
* Oops, don't show cloud info for unseen cells.Matthew Cline2009-11-171-15/+20
* tiles: Include clouds in hover tip and descriptionMatthew Cline2009-11-171-3/+26
* Adding missing includes for tiles compilation.Enne Walker2009-11-171-1/+2
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-1/+2
* Remove obsoleted los.h includes.Robert Vollmert2009-11-131-1/+0
* Replace observe_cell by you.see_cell.Robert Vollmert2009-11-131-2/+2
* tilereg.cc: quite Valgrind warningMatthew Cline2009-11-111-3/+2
* Remove a few obsolete includes.Robert Vollmert2009-11-101-4/+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 map knowledge and FPROPs.Robert Vollmert2009-11-081-1/+2
* Add a general halo interface to actor.Robert Vollmert2009-11-081-1/+1
* Replace global see_cell by observe_cell and disambiguate old uses.Robert Vollmert2009-11-061-3/+3
* Move checks for the berserk state into actor::berserk().David Lawrence Ramsey2009-11-061-1/+1
* Import showsymb.h in tiles files and fix some mismatched parensgunofdis2009-11-061-1/+2
* Move mons_is_friendly to monsters::friendly.Vsevolod Kozlov2009-11-061-1/+1
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-5/+5
* Make many checks for monster (non)existence on squares use monster_at().David Lawrence Ramsey2009-11-051-6/+4
* Combine player_knows_spell, player_has_spell into player::has_spell.Vsevolod Kozlov2009-11-051-5/+5
* Split up view.cc.Robert Vollmert2009-11-041-0/+2
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+1
* tilereg.cc: add missing includesSteven Noonan2009-10-231-0/+2
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* More renaming and reorganization of feature checks.Robert Vollmert2009-10-171-3/+3
* Naming consistency.Robert Vollmert2009-10-171-11/+11
* Globally replace see_grid by see_cell.Robert Vollmert2009-10-171-2/+2
* MSVC: add tiles build supportSteven Noonan2009-10-121-0/+8
* project-wide: fix msvc compile breakageSteven Noonan2009-10-121-0/+4
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-1/+0
* Fix tiles compile (missing includes after view.cc split).Robert Vollmert2009-10-091-0/+1
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Add spelling fixes.David Lawrence Ramsey2009-09-231-3/+3
* * Fix 2862312: examination of items in shops not working after buyingj-p-e-g2009-09-211-2/+13
* * Fix 2860301: armour acquirement failing when transformed.j-p-e-g2009-09-171-1/+2
* Experimentally use Denzi and/or Mitsuhiro's water tiles for the Shoals.j-p-e-g2009-09-161-0/+4
* Fix 2841668: Crawl segfaulting when attempting to use mpr() within thej-p-e-g2009-09-141-10/+26
* Jump from the memorisation display back to spells if you cannot memorisej-p-e-g2009-09-141-2/+3
* Fix multiple mouseclicks causing the same spell to be memorised severalj-p-e-g2009-09-141-2/+1
* Fix 2858572: tiles spell memorisation crashes.j-p-e-g2009-09-141-5/+5
* * Show item type shortcuts in inventory. I think it's too intrusive forj-p-e-g2009-09-141-10/+27
* Adapt Matthew's new memorisation interface for tiles, using the samej-p-e-g2009-09-121-24/+61
* Add a button to memorise spells to the new spell display. All this doesj-p-e-g2009-09-111-9/+37
* Move around a couple of spell tiles, reorder spells in the tiles code,j-p-e-g2009-09-111-1/+6
* ...and draw these new spell tiles too.ennewalker2009-09-111-1/+12
* Adding spell images, rltiles build script, and a tileidx_spell function. The...ennewalker2009-09-111-0/+3
* Display spell cost, success chance, schools, power, range, and hunger inj-p-e-g2009-09-101-1/+5