summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.cc
Commit message (Expand)AuthorAgeFilesLines
* Changed player attribute type from unsigned char to unsigned long. Breakszelgadis2008-11-291-1/+1
* Removed redundant buffer used to go from map_def to env.grid and all the tedi...dshaligram2008-11-231-0/+1
* More steps toward ziggurats.dshaligram2008-11-231-32/+2
* Inform user on why a known shaft trap isn't triggered (fixes bug 2294949).zelgadis2008-11-221-10/+25
* Fix spacing in death-by-trap message.dolorous2008-11-191-1/+1
* FR 2046572: Don't anger allies by teleporting them. (Maybe enslaved monsters j-p-e-g2008-11-131-2/+1
* Fix the ASSERT when undetected traps run out of ammo and display "Youj-p-e-g2008-11-091-8/+14
* So many files? That's probably some debugging messages included,j-p-e-g2008-11-091-6/+7
* Some more labyrinth tweaks:j-p-e-g2008-11-051-1/+2
* Add whitespace fixes.dolorous2008-10-231-1/+1
* Minor messaging bug with Zot traps.haranp2008-10-131-7/+4
* General code improvements.haranp2008-10-121-10/+8
* Rewrite of beam.cc: put all beam data in one place. Might be buggy.haranp2008-10-091-7/+7
* Add whitespace fixes.dolorous2008-10-071-1/+1
* Expand handling of monster intelligence and zombifiability to work on dolorous2008-10-061-1/+1
* Redid monster death idiom so that monsters::hurt can implicitlyharanp2008-10-041-6/+4
* Some cleanup (replacing you.duration[DUR_CONF] with you.confused())haranp2008-10-031-1/+1
* Removed dead code.haranp2008-10-031-23/+0
* Fix 2144473: trap revamp permanently hid teleport traps.haranp2008-10-031-2/+2
* Fix 2142643: bugs in net traps that I introduced in the trap revampharanp2008-10-021-23/+36
* Add whitespace fixes.dolorous2008-10-021-13/+13
* Reworked traps: much much cleaner now. There might be bugs, though.haranp2008-10-011-336/+595
* In ouch(), use NON_MONSTER instead of 0 as the index for non-monster dolorous2008-09-251-2/+5
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-4/+0
* Fix [2046704]: Elves shouldn't make axe or bolt traps.dolorous2008-09-111-3/+8
* Massive overhaul to move towards coord_def().haranp2008-07-301-26/+18
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-3/+3
* Don't allow switching to autocurse weapons for butchery. [2026147]haranp2008-07-241-1/+1
* More cleanups and fixes.haranp2008-07-231-1/+1
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-40/+39
* Another clean up, and add some new weapon speech.j-p-e-g2008-07-071-23/+27
* A few more cleanups.haranp2008-07-021-9/+5
* Only apply targeting via monster list to spells and such wherej-p-e-g2008-07-021-1/+1
* Let a level_id be directly compared to a branch type with == and != tozelgadis2008-06-221-3/+2
* Fix logical error in which traps can be disarmed. (BR 1997834)j-p-e-g2008-06-191-1/+1
* Fix 1996770: shafts being capable of disarming.j-p-e-g2008-06-181-1/+50
* More progress on making pacified monsters leave the level. They'll now dolorous2008-06-181-1/+0
* Fix 1948131: Quiver slot name wraps around the screen.j-p-e-g2008-06-151-9/+9
* Implement pathfinding for monsters, using the A* algorithm.j-p-e-g2008-06-041-6/+6
* Fix a recent bug of mine that blocked the friendly fire prompts.j-p-e-g2008-06-021-14/+15
* Yet another session of comment/whitespace cleanups.j-p-e-g2008-05-271-14/+14
* Added "error" channel for runtime errors, and changed error messages thatzelgadis2008-05-271-1/+1
* FR 1962016: Make hydra headedness more obvious.j-p-e-g2008-05-141-11/+8
* Improve labyrinth loot, fixed assert when labyrinth minivaults try to place t...dshaligram2008-05-101-4/+0
* Revert shaft exception for Dlvl 27. Jeez, how should I know? I've neverj-p-e-g2008-04-251-1/+1
* FR 1951252: Make an exception for shafts leading to Dlvl 27: only shaftsj-p-e-g2008-04-251-1/+3
* FR 1951252: Modify shafts to usually (50%) drop you two levels, andj-p-e-g2008-04-251-1/+8
* Fix [1951429] Mutations being miscoloured after listing innate j-p-e-g2008-04-251-2/+0
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-1/+1
* Apply Horst von Brand's (first) patch 1887488: gcc-4.3 compile failures.j-p-e-g2008-04-141-31/+33