summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Bug #51: Remove gone portals from shopping listMatthew Cline2009-11-274-1/+29
* Fix bug in the Teleporter (Eronarn)Jude Brown2009-11-271-1/+1
* Quiet unitialized variable compiler warning.Matthew Cline2009-11-261-1/+1
* Dumb monsters can't pathfind through secret doorsMatthew Cline2009-11-261-2/+7
* Fix Deep Dwarf's Guardian Spirit message being shown for all races (mumblerit).Jude Brown2009-11-271-1/+2
* New Lua library: feat.Jude Brown2009-11-277-15/+94
* Removing zlib from linking against a tiles build.Enne Walker2009-11-261-9/+2
* fix slot selection for picked up itemsJesse Luehrs2009-11-261-11/+12
* More compile fixes.Robert Vollmert2009-11-262-2/+2
* Fix tiles compile.Robert Vollmert2009-11-263-3/+3
* Fix translevel travel to previously unvisited levels.Robert Vollmert2009-11-261-6/+10
* Simplify scrolling handling in message_out.Robert Vollmert2009-11-2610-52/+50
* Use actor::can_see in ball lightning's special ability.Vsevolod Kozlov2009-11-261-9/+1
* Reformat arena specification in the manpage.Vsevolod Kozlov2009-11-261-1/+1
* Tweak the short description in crawl.6.Vsevolod Kozlov2009-11-261-1/+1
* Add book_number to debug-mode item descriptions.Vsevolod Kozlov2009-11-261-1/+2
* Put more() prompt on new line with delay_message_clear.Robert Vollmert2009-11-261-2/+3
* Flush previous messages in more().Robert Vollmert2009-11-261-0/+2
* Only scroll if window is actually full.Robert Vollmert2009-11-261-4/+3
* delay_message_clear: Output leading dash on mesclr already.Robert Vollmert2009-11-261-18/+10
* Reorder message window scrolling.Robert Vollmert2009-11-261-3/+3
* Don't link tiles against ncurses nor libpng.Adam Borowski2009-11-261-4/+9
* Give Harold and Executioners their own spell books.Jude Brown2009-11-263-2/+26
* Another repair for bailey_3 (Omnijim, Robert).David Ploog2009-11-261-1/+1
* Bug #35: auto-exlcusions from monster cloudsMatthew Cline2009-11-252-7/+10
* Put the demons in mons_pan() in alphabetical order again.David Lawrence Ramsey2009-11-251-1/+1
* Fix comment.David Lawrence Ramsey2009-11-251-2/+2
* Tweak sixfirhy description, as it doesn't actually wield anything.David Lawrence Ramsey2009-11-252-2/+2
* Repair bubbles in a bailey map (Omnijim, Zaba).David Ploog2009-11-261-1/+2
* Install the tiles into a sane place.Adam Borowski2009-11-261-1/+1
* Promote beasts from '4' to '2'.Adam Borowski2009-11-261-13/+13
* Let sixfirhies spawn in Pan and in Abyss, being quite rare.Adam Borowski2009-11-261-1/+4
* Un-underpopulate '4's by adding sixfirhy: elec theme, unorthodox timings.Adam Borowski2009-11-268-19/+59
* Fix wiz-mode Ziggurats not being properly initialised [BR2903984]Jude Brown2009-11-261-3/+8
* Delete .cflags on "make clean".Adam Borowski2009-11-251-1/+1
* Properly build when out of git (using packaged source).Adam Borowski2009-11-253-10/+14
* Use $(MAKE) not make -- on BSD, make is no good so we need gmake.Adam Borowski2009-11-251-1/+1
* Don't assign food to 'e' and potions to 'y' unless that's the only slot left.Adam Borowski2009-11-251-7/+17
* Revert "Deny skill exercise if not enough available xp (mesilliac)."Robert Vollmert2009-11-251-7/+0
* Tweak wording.David Lawrence Ramsey2009-11-251-5/+8
* Do fix upstairs on D:1 since otherwise level is vetoed.Robert Vollmert2009-11-251-4/+0
* Use connected dump map in _add_feat_if_missing.Robert Vollmert2009-11-251-1/+1
* Add option to dump zone index to dump_map.Robert Vollmert2009-11-252-5/+11
* Don't use is_travelsafe_square for dungeon generation.Robert Vollmert2009-11-255-22/+16
* Fix map_stat_gen assert.Robert Vollmert2009-11-251-1/+2
* Remove unportable hacks from the invocation of tar.Adam Borowski2009-11-254-8/+39
* Rename SAVE_PACKAGE_TAR to USE_TAR/USE_ZIP to reduce confusion.Adam Borowski2009-11-252-7/+9
* Allow using tar or zip on FreeBSD.Adam Borowski2009-11-251-10/+0
* Properly #ifdef diagnostic statement.Robert Vollmert2009-11-251-2/+3
* Sort out translevel travel initialization.Robert Vollmert2009-11-253-50/+40