summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert a few read-only uses of actor::position to actor::pos().Robert Vollmert2009-11-061-1/+1
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-1/+1
* Split get_symbol from view.cc.Robert Vollmert2009-11-061-0/+1
* Make many checks for monster (non)existence on squares use monster_at().David Lawrence Ramsey2009-11-051-2/+2
* Splitting up stuff.cc.Robert Vollmert2009-10-301-2/+2
* Create l_defs.h and move stuff there.Robert Vollmert2009-10-211-0/+1
* 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-5/+5
* Split and correct grid_see_grid.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
* Make screen color flashes from god effects more consistent.David Lawrence Ramsey2009-09-251-5/+4
* Forward-port 0.5 r10472 to trunk.dolorous2009-08-011-1/+1
* Fix 2822832: temporary brands not being removed when thrown with LRET_FUMBLEDj-p-e-g2009-07-201-2/+2
* Fix compilation (oops).dolorous2009-07-191-0/+1
* Add yet more Jiyva-related cleanups. Make sure his altars are never dolorous2009-07-191-1/+3
* Add whitespace fixes.dolorous2009-07-191-5/+5
* Revert r10315, as there should be a better way to eliminate Jiyva altars dolorous2009-07-191-2/+1
* Disallow Jiyva altars in the Abyss.dolorous2009-07-191-2/+3
* First part of the merger of fixed artefacts into unrandom artefactszelgadis2009-06-251-1/+1
* * Fix non-prompting when firing through allies.j-p-e-g2009-04-201-9/+11
* Add minor cosmetic fixes.dolorous2009-02-241-4/+0
* Change elemental type colour enum to use ETC_ prefix instead of EC_haranp2009-02-171-2/+2
* Various cleanups, mostly having to do with coord_def().haranp2009-02-151-1/+1
* Remove a great many cases where mgrd is accessed directly in favourharanp2009-02-131-2/+3
* Call mons_clear_trapping_net() in monsters::moveto(), so it shouldn'tharanp2009-02-121-3/+3
* Store level generation information in env.properties, so that it can bezelgadis2009-01-301-0/+5
* [2496621] Fixing view recentering on abyss shifts. Shifts now preserve any s...ennewalker2009-01-211-1/+1
* Fix bug #2517795: debug_item_scan() errors when the Abyss shifts.zelgadis2009-01-191-0/+1
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Add more minor cosmetic fixes.dolorous2009-01-031-2/+3
* Fix arena not placing water monsters correctly, remove monster habitat specia...dshaligram2009-01-021-1/+1
* Add arena mode, activated on the command-line by 'crawl -arena "monster v mon...dshaligram2008-12-311-1/+1
* * Tweak Snorg's tile to increase the difference to the plain troll.j-p-e-g2008-11-281-1/+1
* More steps toward ziggurats.dshaligram2008-11-231-3/+1
* Reworked traps: much much cleaner now. There might be bugs, though.haranp2008-10-011-1/+4
* Fix 2134492: mgrd not being updated in area_shift(). My bad.haranp2008-09-291-0/+4
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-5/+0
* Tiles mcache improvements. Monsters out of sight are now shown with their la...ennewalker2008-09-061-2/+2
* RLTiles complete code rewrite: now much more robust and functional.ennewalker2008-08-231-4/+4
* Fix trunk dgamelaunch compile (Napkin).dshaligram2008-08-011-1/+1
* Massive overhaul to move towards coord_def().haranp2008-07-301-8/+3
* RIP stash_tracking option, always set to all now.dshaligram2008-07-231-6/+9
* More cleanups and fixes.haranp2008-07-231-201/+165
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-36/+26
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-10/+7
* Fix 2014303: Vampire hunger propertiesj-p-e-g2008-07-091-1/+0
* Fix 2008976: Unlinked items after area_shift()j-p-e-g2008-07-081-5/+20
* Another clean up, and add some new weapon speech.j-p-e-g2008-07-071-1/+1