summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tagging Stone Soup for impending 0.1.1 release.0.1.1dshaligram2006-09-260-0/+0
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/tags/stone_soup-0.1.1@146 c06c8d41-db1a-0410-9941-cceddc491573
* Undo change to make kobold rooms more frequent. Deep kobold rooms are too soft,dshaligram2006-09-261-1/+1
| | | | | | since there aren't high-level kobolds to match orc knights. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@145 c06c8d41-db1a-0410-9941-cceddc491573
* Changelog, or rather, something that quacks like a Changelog but isn't one.dshaligram2006-09-261-0/+94
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@144 c06c8d41-db1a-0410-9941-cceddc491573
* Changed \ to use item-menu code when displaying identified items.haranp2006-09-264-153/+37
| | | | | | | Much cleaner now. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@143 c06c8d41-db1a-0410-9941-cceddc491573
* Add a bunch more to the OS X install instructions.nlanza2006-09-261-1/+15
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@142 c06c8d41-db1a-0410-9941-cceddc491573
* Turn on -Wshadow for the OS X build.nlanza2006-09-261-0/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@141 c06c8d41-db1a-0410-9941-cceddc491573
* Fixed Crawl's home-rolled snprintf for -pedantic.dshaligram2006-09-261-1/+8
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@140 c06c8d41-db1a-0410-9941-cceddc491573
* Added -Wshadow -pedantic to DOS and Windows makefiles.dshaligram2006-09-262-1/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@139 c06c8d41-db1a-0410-9941-cceddc491573
* Added a description for death drakes.haranp2006-09-261-0/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@138 c06c8d41-db1a-0410-9941-cceddc491573
* Added MS_SUMMON_SMALL_MAMMALS, and gave it the appropriate ghosts.haranp2006-09-264-2/+12
| | | | | | | Fixes bug 1563773. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@137 c06c8d41-db1a-0410-9941-cceddc491573
* Fixed bug 1565538, horns don't push off worn helmets.haranp2006-09-261-2/+4
| | | | | | | | (This is indisputably a bug, it was caused due to the change in the way item properties are handled.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@136 c06c8d41-db1a-0410-9941-cceddc491573
* Killed a lot of libunix.cc which is no longer necessary with the newharanp2006-09-269-215/+27
| | | | | | | | | command dispatch mechanism. Cleaned up all remaining variable shadowing warnings. Added -Wshadow and -pedantic to CFLAGS. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@135 c06c8d41-db1a-0410-9941-cceddc491573
* Updated INSTALL doc to include linking options and notes on the lua/lualib splitdshaligram2006-09-261-5/+23
| | | | | | in older Luas. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@134 c06c8d41-db1a-0410-9941-cceddc491573
* Further DOS/Windows makefile tidying. No point trying to link in Lua/PCRE bydshaligram2006-09-262-2/+2
| | | | | | default. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@133 c06c8d41-db1a-0410-9941-cceddc491573
* Centaurs and nagas now have their speed noted in the 'A' screen.haranp2006-09-261-1/+12
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@132 c06c8d41-db1a-0410-9941-cceddc491573
* Rudimentary install instructions, or rather, build instructions. We could ↵dshaligram2006-09-261-0/+171
| | | | | | | | | use more details on - The intricacies of actually *installing* Crawl on a multiuser system. - The OS X build instructions. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@131 c06c8d41-db1a-0410-9941-cceddc491573
* DOS makefile shouldn't use Lua and PCRE by default either.dshaligram2006-09-261-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@130 c06c8d41-db1a-0410-9941-cceddc491573
* Changed DOS makefile to use gxx instead of gpp; looks like gxx is more widelydshaligram2006-09-261-1/+1
| | | | | | used. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@129 c06c8d41-db1a-0410-9941-cceddc491573
* Default makefile.mgw should not define CLUA_BINDINGS and REGEX_PCRE.dshaligram2006-09-261-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@128 c06c8d41-db1a-0410-9941-cceddc491573
* [1563714] Fixed monsters trying to use blink as a beam when out-of-sight.dshaligram2006-09-261-4/+9
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@127 c06c8d41-db1a-0410-9941-cceddc491573
* Updated Lua 5.0 license to the latest Lua 5 license text from lua.org.dshaligram2006-09-262-15/+49
| | | | | | Added CREDITS file. This could use more updation, but I've put in all the names I can think of for now. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@126 c06c8d41-db1a-0410-9941-cceddc491573
* Fine-tuned Sif Muna piety numbers a little more.dshaligram2006-09-268-44/+46
| | | | | | | | | | Moved Channel Energy from Vehumet to Sif Muna at 30 piety. Tweaked ammo destruction numbers. Needles are 1 in 6, stones 1 in 4, darts 1 in 3 and bolts 1 in 4. Changed salamander flame-brand check from check-for-bow to check-for-launcher. Vorpal launchers now work for monsters, launcher base damage is taken into account for monsters. Halved frequency of Okawaru ammo drops. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@125 c06c8d41-db1a-0410-9941-cceddc491573
* License compliance changes -- see the following excerpt from license.txt:nlanza2006-09-26105-0/+225
| | | | | | | | | | | | | | | | | | | | | 2. You may modify your copy or copies of Crawl or any portion of it, and copy and distribute such modifications under the terms of Paragraph 1 above (including distributing this Licence Agreement), provided that you also do the following: a. cause the modified files to carry prominent notices stating that you changed the files and the date of any change; and This tags all source files that didn't already have it with a 'Modified for Crawl Reference by $Author on $Date$' header tag, allowing SVN to do the datestamp monkeying for us. I've also tagged files that are new to crawl-ref / stone soup, which the license doesn't require but does provide a bit of unity and makes it easier to see who's changing things. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@124 c06c8d41-db1a-0410-9941-cceddc491573
* Implemented feature request 1565211 - display launcher stats with 'v'.haranp2006-09-253-22/+22
| | | | | | | | Also cleaned up a typo somewhere and that verbose was getting type char for no obvious reason. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@123 c06c8d41-db1a-0410-9941-cceddc491573
* Implemented 1565268: rings don't ask for a hand.haranp2006-09-251-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@122 c06c8d41-db1a-0410-9941-cceddc491573
* Fixed barehanded butchery according to bug 1563815.haranp2006-09-251-7/+7
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@121 c06c8d41-db1a-0410-9941-cceddc491573
* Items inscribed with =k are now ignored unless they're theharanp2006-09-251-7/+20
| | | | | | | | | only item on the square, in which case they can be picked up with ','. This is towards feature request 1564912. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@120 c06c8d41-db1a-0410-9941-cceddc491573
* Implemented 1565244, yellow wasps have been nerfed.haranp2006-09-251-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@119 c06c8d41-db1a-0410-9941-cceddc491573
* Implemented 1565247: flying/levitating PCs take half damage from static ↵haranp2006-09-251-0/+2
| | | | | | discharge. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@118 c06c8d41-db1a-0410-9941-cceddc491573
* Fixed bug 1565279: you can now cast spells on capital letters.haranp2006-09-251-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@117 c06c8d41-db1a-0410-9941-cceddc491573
* Implemented 1565253, airstrike now deals more damage to flying enemies.haranp2006-09-252-1/+6
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@116 c06c8d41-db1a-0410-9941-cceddc491573
* Implemented 1565223.haranp2006-09-251-8/+10
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@115 c06c8d41-db1a-0410-9941-cceddc491573
* Give more gold when acquiring items.haranp2006-09-251-0/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@114 c06c8d41-db1a-0410-9941-cceddc491573
* Implemented 1565264: can't ID scrolls of paper with blurry vision==3.haranp2006-09-251-0/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@113 c06c8d41-db1a-0410-9941-cceddc491573
* Fix bug 1565262 - polymorph naming bug when player has see invisible.haranp2006-09-251-4/+5
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@112 c06c8d41-db1a-0410-9941-cceddc491573
* Fix for bug 1565261: demonspawn can now get mutations when transformed.haranp2006-09-251-4/+4
| | | | | | | | As far as I see, force_mutation is never true unless we're calling perma_mutate() via demonspawn(). If I'm wrong then I've broken something. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@111 c06c8d41-db1a-0410-9941-cceddc491573
* "Glow" status is now accurate.dshaligram2006-09-251-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@110 c06c8d41-db1a-0410-9941-cceddc491573
* Fix for bug 1563792: quasits can now be generated.haranp2006-09-241-0/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@109 c06c8d41-db1a-0410-9941-cceddc491573
* More cleanups of file handling.haranp2006-09-244-117/+26
| | | | | | | Removed the useless "anticheat check." git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@108 c06c8d41-db1a-0410-9941-cceddc491573
* Made some more steps on the way to integrating itemprop.cc andharanp2006-09-2415-164/+43
| | | | | | | eliminating wpn-misc.cc. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@107 c06c8d41-db1a-0410-9941-cceddc491573
* Use EOL instead of \n when writing to the character dump, or things come dshaligram2006-09-241-5/+5
| | | | | | | | unglued when EOL is different from \n (such as on DOS). Ye gods. One day we'll have to clean up this EOL crap and particularly the intricate eol mangling in chardump.cc which I believe was written by Satan. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@106 c06c8d41-db1a-0410-9941-cceddc491573
* Marginally bumped damage of vorpal launchers - from 125% to 130%.dshaligram2006-09-241-2/+5
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@105 c06c8d41-db1a-0410-9941-cceddc491573
* PCRE Copyright license (PCRE 6)dshaligram2006-09-241-0/+68
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@104 c06c8d41-db1a-0410-9941-cceddc491573
* Copyright license text for Lua 5 and the Mersenne Twister.dshaligram2006-09-242-0/+60
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@103 c06c8d41-db1a-0410-9941-cceddc491573
* Cleaned up a lot of dependencies between MULTIUSER, SAVE_PACKAGE_CMD,haranp2006-09-245-265/+168
| | | | | | | | | etc. Note that ouch.cc, misc.cc and newgame.cc still duplicate the file name creation routines for no good reason - will be fixed later. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@102 c06c8d41-db1a-0410-9941-cceddc491573
* Fixed water elemental generation/movement bugs.dshaligram2006-09-249-172/+285
| | | | | | | | | Cleaned up repeated code that controlled what monsters can move to what kinds of squares. Tweaked monster polymorph so monsters that can survive on the current monster's location are valid targets without having to share the same habitat. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@101 c06c8d41-db1a-0410-9941-cceddc491573
* Autoprayer will not pray at altars.haranp2006-09-241-0/+3
| | | | | | | [I get the 100th commit! :-)] git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@100 c06c8d41-db1a-0410-9941-cceddc491573
* Revert ';' command for now.haranp2006-09-241-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@99 c06c8d41-db1a-0410-9941-cceddc491573
* Made kobold lairs more frequent and reduced orc room spamming.dshaligram2006-09-241-2/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@98 c06c8d41-db1a-0410-9941-cceddc491573
* Reworked wand prices slightly per discussion with Erik.dshaligram2006-09-244-5/+22
| | | | | | | Tweaked debug_make_shop to allow creating representative shops for easy price comparisons. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@97 c06c8d41-db1a-0410-9941-cceddc491573