summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Input buffer needs to be flushed if the first iteration of commandzelgadis2007-09-193-10/+26
* Fixing a number of bugs on throwing nets, so it's all in j-p-e-g2007-09-198-31/+85
* Highlighting species in aptitudes list, and added the j-p-e-g2007-09-192-6/+38
* This change moves the logic for when a level or branch prohibitszelgadis2007-09-1937-2744/+3491
* Introduces three new wall types, translucent versions of the normalzelgadis2007-09-1924-66/+524
* If wizard mode is on when going through a portal to a bazaar, Crawl willzelgadis2007-09-196-0/+169
* Removed detailed_hunger option, the hunger states near starving, veryzelgadis2007-09-196-142/+52
* "newly seen" vs "already seen" context was missing for see-monster activityzelgadis2007-09-191-1/+7
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-1933-38/+1454
* Applying modified (by me) mutation patches of dolorous',j-p-e-g2007-09-1810-45/+60
* Hopefully repeat my previous changes for trunk:j-p-e-g2007-09-183-90/+184
* Merged newgame fixes and compile fixes for dgamelaunch patches to trunk.dshaligram2007-09-172-13/+45
* Trunk is now 0.4.dshaligram2007-09-171-1/+1
* Update CREDITS.dshaligram2007-09-171-10/+11
* Different messages for piety gain/no piety gain when sacrificing.haranp2007-09-173-27/+93
* If an item selected for multi-drop is inscribed with "!d" or "!*", and thezelgadis2007-09-171-19/+18
* 1746240: selective amnesia now level 4.haranp2007-09-171-1/+1
* Nemelexites never autopray; this fixes the problem of autoprayingzelgadis2007-09-173-4/+13
* Added talk_visual to list of channel names in initfile.cc. Also updatedzelgadis2007-09-172-8/+18
* A handful of new game options:zelgadis2007-09-1717-54/+355
* D:1 save file wasn't being deleted when game ended; fixexd.zelgadis2007-09-171-1/+2
* Refix gcc pickiness fix to conform to haranp-dislikes-C-style-casts-pickiness :)haranp2007-09-161-1/+1
* Signed/unsigned comparison build fix for gcc pickiness -- ARRAYSIZE wrapsnlanza2007-09-161-1/+1
* Explosions no longer trigger a more() if you don't see any squares ofharanp2007-09-162-11/+21
* Updating documentation. (David)j-p-e-g2007-09-162-2/+13
* Fixed a bug where entomb() wasn't checking DNGN_SPECIAL_FLOOR.haranp2007-09-164-31/+27
* Applying patches by dolorous:j-p-e-g2007-09-1614-48/+92
* Shops could show up in Abyss/Pan. Oops. Will only show up in dungeon now.haranp2007-09-161-1/+1
* Elemental summoning shouldn't leak information on invisible monsters [1768784]haranp2007-09-161-1/+9
* Battlelust rage effect changed to 'building rage': you will go berserkharanp2007-09-164-4/+17
* Fixed dead code in monstuff.cc [1783674, zelgadis]haranp2007-09-161-29/+11
* Fix broken compile (missing #include)haranp2007-09-161-0/+5
* Yet another change to monster speech and silencing...j-p-e-g2007-09-1610-273/+597
* A number of cosmetic changes to the messages given by up_stairs() andzelgadis2007-09-161-21/+48
* Get &| (make unrand/fixed artefacts wiz command) to make the Horn of Geryonzelgadis2007-09-161-2/+31
* just_created_level was false when D:1 was generated for a brand newzelgadis2007-09-161-0/+3
* Oops, accidently checked in my local makefiles; sorry.zelgadis2007-09-162-6/+6
* Didn't have svn autoprops set properly for the new files that I addedzelgadis2007-09-169-9/+9
* Add dump sections for branch/area details for turns andzelgadis2007-09-1616-83/+816
* In the item selection menu, pressing "." will toggle the next item in thezelgadis2007-09-1613-7/+47
* Make CLUA_BINDINGS the default for unix builds.zelgadis2007-09-161-1/+1
* Add missing AppHdr.h includes for these new files to un-break the Mac build.nlanza2007-09-163-0/+6
* Update the Xcode build for Matthew's recent refactor.nlanza2007-09-161-0/+36
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-15126-3471/+3935
* Fix up the Xcode build.nlanza2007-09-151-6/+38
* Fixed warning inscriptions for 'r' and 'P'.j-p-e-g2007-09-152-2/+12
* Applying patches by dolorous:j-p-e-g2007-09-157-23/+12
* Applied Enne's fix to 1795522: "show_beam shouldn't workj-p-e-g2007-09-158-12/+30
* HANDS_DOUBLE -> HANDS_TWO (rather than HANDS_HALF).j-p-e-g2007-09-154-5/+12
* Fixed a bug that made silence last forever. This also meantj-p-e-g2007-09-156-30/+56