summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
Commit message (Expand)AuthorAgeFilesLines
* Trim unnecessary #includes.Adam Borowski2010-01-131-1/+0
* Ignore obscured items in the UIStefan O'Rear2009-12-301-2/+2
* Replace long debug message calls with dprf(), except for cases where a dumb c...Adam Borowski2009-12-201-6/+3
* Replace static snprintf() with make_sprintf() where the result is immediately...Adam Borowski2009-12-171-3/+1
* Disable cursor earlier on initialization.Robert Vollmert2009-12-061-0/+2
* Remove header includes from mon-place.h.Robert Vollmert2009-11-271-3/+8
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* Add ternary logic type maybe_bool.Robert Vollmert2009-11-241-0/+26
* Move silenced(pos) to areas.cc.Robert Vollmert2009-11-211-6/+1
* Possible fix for monsters in starting LOS.Robert Vollmert2009-11-161-4/+1
* Remove #include <conio.h> from all over the place. Convert COLORS to an enum.Adam Borowski2009-11-141-4/+0
* Make the radius_iterator do what it should.Robert Vollmert2009-11-121-1/+1
* An improved attempt at zapping monsters in starting LOS.Robert Vollmert2009-11-121-20/+11
* Revert "Rewrite zap_los_monsters using monster_iter."Robert Vollmert2009-11-121-21/+33
* Rewrite zap_los_monsters using monster_iter.Robert Vollmert2009-11-121-33/+21
* stuff.cc: fix zap_los_monsters()Matthew Cline2009-11-111-3/+3
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-2/+2
* Remove a few obsolete includes.Robert Vollmert2009-11-101-2/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+2
* Brief crash output for exit() crashesMatthew Cline2009-11-101-0/+7
* Remove option draw_it from viewwindow.Robert Vollmert2009-11-091-1/+1
* Remove player.h dependency from coordit.h.Robert Vollmert2009-11-081-1/+1
* Get rid of env.show_los.Robert Vollmert2009-11-071-1/+1
* Move mons_is_friendly to monsters::friendly.Vsevolod Kozlov2009-11-061-3/+3
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-1/+1
* Extract morgue file time formatting into make_file_time.Robert Vollmert2009-11-061-0/+17
* Split up view.cc.Robert Vollmert2009-11-041-0/+2
* Get rid of multiple-meaning "int object" in env.show.Robert Vollmert2009-11-041-1/+1
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Splitting up stuff.cc.Robert Vollmert2009-10-301-848/+1
* win32: eliminate need for WIN32TILES/WIN32CONSOLE macrosSteven Noonan2009-10-191-3/+5
* 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-1/+1
* Naming consistency.Robert Vollmert2009-10-171-1/+1
* Globally replace see_grid by see_cell.Robert Vollmert2009-10-171-2/+2
* Get rid of los_param outside of los.cc/losparam.cc.Robert Vollmert2009-10-161-1/+1
* stuff.cc: end() can output bigger messagesMatthew Cline2009-10-161-1/+1
* Rename Summon Wraiths to Haunt everywhere, for consistency, and adjustDavid Lawrence Ramsey2009-10-131-1/+1
* project-wide: implement use of platform.h detection macrosSteven Noonan2009-10-101-3/+3
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-1/+0
* Convert remaining uses of losight to los_param-style.Robert Vollmert2009-10-081-1/+1
* Split LOS code from view.cc.Robert Vollmert2009-10-081-0/+1
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Harden the PRNG for public servers.Mikko Juola2009-10-011-1/+41
* Set up a basic testing framework for LOS. ./crawl -test with a full debug bui...Darshan Shaligram2009-09-241-1/+2
* Add spelling fixes.David Lawrence Ramsey2009-09-231-2/+2
* Allow vaults to request use of the acquirement code with "acquire <item_class...dshaligram2009-09-211-1/+1
* Implement part of [2837033]: Randomize colors, resistances, and attack dolorous2009-09-181-0/+16
* Generalized solution to the "disconnect at --more--" problem (e.g., disconnectzelgadis2009-07-281-3/+15
* Tweak Shoals algorithm to place the islands a bit more central and away from j-p-e-g2009-07-141-5/+5