summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Code cleanups, mainly in clouds.haranp2009-01-311-29/+5
* Fix [2541331]: monster blinking only looked to the southeast.haranp2009-01-291-2/+2
* Add speech for when the player fails to neutralize holy beings.dolorous2009-01-271-0/+3
* Add arena check for holy being neutralization.dolorous2009-01-271-1/+1
* Various cleanups. (I can't run tiles, but it compiled fine, so I hope I didn'tharanp2009-01-271-45/+46
* Add whitespace fixes.dolorous2009-01-271-1/+1
* Simplify monster_random_space().dolorous2009-01-261-1/+1
* Use dungeon_feature_type properly in one more place.dolorous2009-01-261-3/+1
* Add another minor cosmetic fix.dolorous2009-01-261-1/+1
* Add spacing fix.dolorous2009-01-261-1/+1
* Scroll of vulnerability shouldn't annoy friendlies.haranp2009-01-251-0/+1
* If a monster which is out of LOS of the player hears the player make a noise,zelgadis2009-01-251-1/+1
* Add miscellaneous minor cleanups.dolorous2009-01-241-5/+5
* Force monster movement to keep the monster in LOS immediately after the monsterzelgadis2009-01-231-2/+0
* Only force a moving monster to stay in the player's LOS if it just shouted,zelgadis2009-01-221-0/+2
* [2496621] Fixing view recentering on abyss shifts. Shifts now preserve any s...ennewalker2009-01-211-0/+13
* Make extra-sure that a monster won't be announced to have come into view, onlyzelgadis2009-01-201-0/+21
* Yet another attempt to fix problems with the monster "comes into view"zelgadis2009-01-201-9/+11
* Make monsters::seen_context more short-lived.zelgadis2009-01-191-1/+4
* Fix shouting and "comes into view" messages for submerged mermaids.zelgadis2009-01-191-3/+7
* Simplify the code that issues the "comes into view" monster interrupt message,zelgadis2009-01-191-46/+25
* Partialy fix bug #2518014: flush out any "comes into view" messages before azelgadis2009-01-191-1/+3
* Consolidate checks for the player's being undead or a demonspawn into dolorous2009-01-181-1/+1
* A limited set of commands are now available to use during arena mode:zelgadis2009-01-111-6/+8
* Fix [2484866]: affects_nothing was being ignored.haranp2009-01-091-2/+3
* Fix the name of Lernaean hydra zombies by adding special handling for namedzelgadis2009-01-091-2/+3
* In arena mode, make mons_friendly() and mons_wont_attack() always return false,zelgadis2009-01-061-3/+9
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* [2468791] Reduce distinction between minivaults and floating vaults. All vaul...dshaligram2009-01-031-1/+1
* In monster_grid() check for monster->alive() instead ofzelgadis2009-01-031-1/+1
* Reduce arena end-of-round delay, do arena LOS from current LOS center, not ce...dshaligram2009-01-021-1/+1
* Fixing arena LOS/env.show issues. Adding a test spawner monster tile.ennewalker2009-01-021-3/+8
* Fixes for arena mode in tiles mode. It runs now, but there are still some vi...ennewalker2009-01-021-8/+6
* Some assertions for behaviour_event().zelgadis2009-01-011-0/+2
* Add arena mode, activated on the command-line by 'crawl -arena "monster v mon...dshaligram2008-12-311-11/+38
* Fixed monster fire storm crashes (in_explosion_phase), fixed explosions affec...dshaligram2008-12-291-1/+1
* Complete rewrite of the beam code, making it considerably saner.haranp2008-12-251-4/+3
* [2458672] Fixing level map not using CMD_MAP_* commands or going through cmd-...ennewalker2008-12-241-100/+106
* Fixing redraw not being called enough (due to my previous check in to fix slo...ennewalker2008-12-201-0/+4
* Take a note when a labyrinth entrance is first found (via either magic mappingzelgadis2008-12-111-0/+28
* * Add sharks. They go into a battle frenzy if they smell blood.j-p-e-g2008-12-081-1/+32
* Chaos beams now bounce off walls at a completely random angle.zelgadis2008-12-081-0/+78
* Apply Artificer patch, with small modifications:j-p-e-g2008-12-081-2/+0
* Added BEAM_CHAOS and changed chaos launchers/ammo to use that. Currently onlyzelgadis2008-12-081-0/+4
* Actually replace sold out shops with the new feature DNGN_ABANDONED_SHOP.j-p-e-g2008-12-071-97/+99
* Erase closed shops from the overmap.j-p-e-g2008-12-071-3/+7
* Describe closed shops as "abandoned" and colour its glyph grey (= lightsj-p-e-g2008-12-071-1/+3
* * Fixed siren movement into deep water.j-p-e-g2008-12-011-2/+2
* * Rename beheld -> mesmerised.j-p-e-g2008-12-011-11/+11
* Changed player attribute type from unsigned char to unsigned long. Breakszelgadis2008-11-291-1/+1