summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation.David Lawrence Ramsey2009-11-272-0/+4
* Don't update map knowledge when revealing traps.Robert Vollmert2009-11-271-3/+1
* Fix tiles compile (missing includes).Robert Vollmert2009-11-276-0/+6
* Remove header includes from mon-place.h.Robert Vollmert2009-11-2745-263/+378
* Remove further header-header includes.Robert Vollmert2009-11-272-3/+6
* Remove further header-include. env.h now always directly included.Robert Vollmert2009-11-2731-3/+31
* Remove unnecessary header-header includes.Robert Vollmert2009-11-2752-2/+53
* Move trap_def from externs.h to trap_def.h.Robert Vollmert2009-11-275-36/+39
* Revert accidentally committed vault.Jude Brown2009-11-281-10/+0
* Re-add Purple Smoke cloud type (sorear).Jude Brown2009-11-286-16/+45
* Correct bounds in assert.Robert Vollmert2009-11-271-1/+1
* Cleanup: remove unused code and inaccurate diagnostic.Robert Vollmert2009-11-271-22/+0
* Also veto dungeon if second stair fixup attempt failed.Robert Vollmert2009-11-271-1/+10
* Documentation for "hp" and "hd" tags.Jude Brown2009-11-271-0/+15
* Re-roll random HP after adjusting HD in monster specs.Jude Brown2009-11-271-0/+12
* New tags for monster specs: "hd" and "hp". (kilobyte)Jude Brown2009-11-275-4/+30
* Documentation on the various speech_XXX props.Jude Brown2009-11-271-0/+8
* Check monster props for a speech key as well as prefixes (kilobyte).Jude Brown2009-11-272-4/+13
* Fix shopping list crashing during map_stat_genMatthew Cline2009-11-271-0/+8
* Fix include center being broken.Jude Brown2009-11-271-3/+3
* Bug #74: fix shopping list crashMatthew Cline2009-11-271-1/+4
* Fix deleting entries from shopping list.Matthew Cline2009-11-272-35/+38
* Remert menu::del_entry() additionMatthew Cline2009-11-272-17/+0
* Can now delete shopping list items via '$' menuMatthew Cline2009-11-271-3/+38
* New method menu::del_entry()Matthew Cline2009-11-272-0/+17
* Add third menu action type ACT_MISCMatthew Cline2009-11-276-16/+30
* ShoppingList: simplify.Matthew Cline2009-11-271-12/+7
* Bug #51: Shopping list travel bug fixMatthew Cline2009-11-271-1/+1
* 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