summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Change some uses of viewwindow to not do monster updates.Robert Vollmert2009-11-102-2/+2
* Fix b0rken check for $prefix == /usrAdam Borowski2009-11-091-1/+1
* Doing distclean together with other things is a losing idea, serialize it.Adam Borowski2009-11-091-6/+12
* Convert main viewwindow loop to use radius_iterator.Robert Vollmert2009-11-091-179/+172
* Remove option draw_it from viewwindow.Robert Vollmert2009-11-0936-318/+310
* Remove call to viewwindow(false, false) from mass_enchantment.Robert Vollmert2009-11-091-2/+0
* Split up monster_grid into update and non-update part.Robert Vollmert2009-11-092-27/+52
* Fix typo in one of Pikel's messages. This also fixes [2894853].David Lawrence Ramsey2009-11-091-1/+1
* Add spell flag SPFLAG_CHAOTIC, and mark all chaotic spells with it.David Lawrence Ramsey2009-11-093-26/+23
* Since Corpse Rot causes rotting, mark it as a chaotic spell too.David Lawrence Ramsey2009-11-091-0/+1
* Adjust hell knights again.David Lawrence Ramsey2009-11-093-12/+3
* Reorder entries in _get_spellbook_list().David Lawrence Ramsey2009-11-091-22/+22
* Mark Summon Drakes as chaotic, since it can summon death drakes.David Lawrence Ramsey2009-11-091-0/+1
* Mark Summon Drakes as unholy, since it can summon (evil) shadow dragons.David Lawrence Ramsey2009-11-091-1/+1
* Since miasma causes rotting, add it to the list of chaotic spells.David Lawrence Ramsey2009-11-091-0/+1
* And add sanity check.David Lawrence Ramsey2009-11-091-5/+6
* Simplify.David Lawrence Ramsey2009-11-091-8/+2
* Make _get_spellbook_list() return true if we got a list.David Lawrence Ramsey2009-11-091-19/+16
* Simplify check for magic-using monsters.David Lawrence Ramsey2009-11-091-8/+2
* Add an is_holy() function to the actor interface.David Lawrence Ramsey2009-11-0920-42/+77
* Don't use /usr/local/games, only /usr/games and /usr/local/bin are in normal ...Adam Borowski2009-11-091-1/+1
* Correct permissions on multi-user installs.Adam Borowski2009-11-091-2/+2
* Document most commonly used build arguments in a handy place.Adam Borowski2009-11-091-0/+30
* Unbreak absolute DATA/SAVEDIRs.Adam Borowski2009-11-091-4/+14
* Don't set a $prefix by default. Set DATADIR/SAVEDIR if $prefix is /usr or /u...Adam Borowski2009-11-091-2/+13
* Special-case $prefix values of /usr and /usr/local to set bin_prefix to "games".Adam Borowski2009-11-091-0/+4
* Support $DESTDIR, as needed by distro packaging.Adam Borowski2009-11-091-2/+6
* Kludge around a stray ' for syntax highlighting.Adam Borowski2009-11-091-1/+1
* Default bin_prefix to . (the install root) on DOS and Windows.Adam Borowski2009-11-091-0/+4
* Install files in docs/develop/levelsAdam Borowski2009-11-091-0/+2
* Silently ignore errors on chmod/chown.Adam Borowski2009-11-091-5/+7
* Link the Windows icon into crawl.exeAdam Borowski2009-11-091-0/+10
* Replace mons_is_pacified with monsters::pacified.Vsevolod Kozlov2009-11-0911-25/+25
* Replace mons_wont_attack with monsters::wont_attack.Vsevolod Kozlov2009-11-0928-75/+75
* Fix "Gastronok drinks a potion. Gastronok speeds up!".Jude Brown2009-11-091-2/+3
* Tweakes to uniques.des: Lair, add Gastronok, fix Grum.Jude Brown2009-11-091-161/+40
* Can't enter Hell from outside the dungeonMatthew Cline2009-11-092-0/+19
* Fix compilation error, put note in unique.des about fixed-place uniques.Jude Brown2009-11-092-2/+3
* uniques.des: line-length formattingMatthew Cline2009-11-081-5/+5
* Finally move unique monster placement to Lua.Jude Brown2009-11-094-154/+635
* lm_trig.lua: "listen_to_slaves" not for globalsMatthew Cline2009-11-081-3/+13
* item_pickup_change_flags: "auto" item nameMatthew Cline2009-11-085-13/+31
* Reform SH to be more transparentStefan O'Rear2009-11-084-42/+48
* Bug 2852602: wall stopped beam gets two chancesMatthew Cline2009-11-082-4/+12
* Move random spellbook selection for monsters into its own function.David Lawrence Ramsey2009-11-091-52/+93
* Miasma is no longer tied to negative energy; don't mark it necromantic.David Lawrence Ramsey2009-11-081-1/+1
* Simplify.David Lawrence Ramsey2009-11-081-5/+8
* Ensure that only the Vampire Summon monster spell summons orange rats.David Lawrence Ramsey2009-11-081-2/+6
* EV feedback for melee: Phase Shift and helplessnessStefan O'Rear2009-11-081-19/+94
* Add changelog entry.David Lawrence Ramsey2009-11-081-0/+1