summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* makefile: use atomic target for contribsSteven Noonan2009-10-251-21/+19
* Revert "makefile: remove phony 'contrib' target, use .contrib-libs instead"Steven Noonan2009-10-251-4/+7
* FunctionMachines: call a specified Lua function when certain conditions are m...Jude Brown2009-10-252-0/+159
* FR 2792379: stop auto-explore on marked statuesMatthew Cline2009-10-255-1/+47
* makefile: remove phony 'contrib' target, use .contrib-libs insteadSteven Noonan2009-10-251-7/+4
* New slot-based demonspawn generator.Stefan O'Rear2009-10-251-297/+107
* Tweaks to vaults with harmful clouds.David Ploog2009-10-251-1/+1
* Document new vault testing function (Jude Brown).David Ploog2009-10-251-2/+2
* Let markers change the description of any featureMatthew Cline2009-10-251-2/+2
* makefile: generate dependencies using GCC by defaultSteven Noonan2009-10-242-11/+21
* makefile: fix .cc file dependenciesSteven Noonan2009-10-241-1/+1
* Tweaks to vaults with harmful clouds.David Ploog2009-10-252-50/+60
* Document new vault testing function (Jude Brown).David Ploog2009-10-251-0/+30
* Update CREDITS.David Ploog2009-10-251-7/+7
* Let markers change the description of any featureMatthew Cline2009-10-257-71/+56
* mutation.cc: fix compiler warning about 'mdef' being unused in non-DEBUG buildsSteven Noonan2009-10-241-3/+1
* makefile: set '.contrib-libs' file as an intermediateSteven Noonan2009-10-242-0/+4
* sdl: fix makefile to use uname_S properlySteven Noonan2009-10-241-0/+0
* Roll demonspawn mutations at the start of the game.Stefan O'Rear2009-10-2410-140/+107
* Add the 0.6 launcher brands to the randart listStefan O'Rear2009-10-241-2/+4
* Force all randart weapons to have some brand.Stefan O'Rear2009-10-241-0/+4
* Revert "Add still more minor cosmetic fixes."Steven Noonan2009-10-241-51/+96
* Fix the color check when mutating (very) ugly things due to proximity toDavid Lawrence Ramsey2009-10-251-11/+14
* makefile: correct contributing library dependenciesSteven Noonan2009-10-241-46/+18
* rltiles/makefile: fix linkage on cross-compilesSteven Noonan2009-10-241-1/+6
* tile.cc: add missing includesSteven Noonan2009-10-241-0/+3
* contribs: fix parallel make and simplify MinGW buildsSteven Noonan2009-10-248-132/+14
* rltiles/makefile: fix MinGW buildSteven Noonan2009-10-241-7/+10
* makefile: move '-g' option to CFOTHERS, making it a global flagSteven Noonan2009-10-241-1/+1
* makefile: rename 'LIB' variable to 'LIBS'Steven Noonan2009-10-241-16/+16
* msvc: add x86_64 build supportSteven Noonan2009-10-2415-71/+932
* MSVC: fix build (add missing source files to project)Steven Noonan2009-10-242-16/+163
* Add still more minor cosmetic fixes.David Lawrence Ramsey2009-10-241-96/+51
* Add more minor cosmetic fixes.David Lawrence Ramsey2009-10-241-31/+30
* Simplify.David Lawrence Ramsey2009-10-241-9/+2
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-241-5/+5
* Extend potions of resistance to same duration as might. [FR 2885026]Adam Borowski2009-10-251-4/+4
* Also briefly flash red when Igniting Poison.Adam Borowski2009-10-251-0/+9
* Give a message when a monster is affected by Ignite Poison.Adam Borowski2009-10-251-0/+1
* Factor the shields skill while determining handedness during weapon acquireme...Adam Borowski2009-10-251-1/+13
* Revert Cb's piety only while resting, change the description instead.Adam Borowski2009-10-252-4/+3
* Give Cb's piety only while resting, but at much faster rate.Adam Borowski2009-10-251-1/+6
* Make it possible for demigods to get the hard books [BR 2883646] (sorear)Adam Borowski2009-10-242-4/+9
* Update CREDITS.David Ploog2009-10-241-23/+23
* ctest.cc: kill memory access violationSteven Noonan2009-10-241-1/+0
* Fix build with -DDGAMELAUNCH (Napkin).Darshan Shaligram2009-10-241-0/+1
* Fixing Xcode project again due to missing files.Enne Walker2009-10-241-15/+47
* Corona/glow makes invisibility only temporarily useless, unlike TSO's halo.Adam Borowski2009-10-241-2/+2
* Move opening_screen and name reading routines to ng-input.cc.Robert Vollmert2009-10-246-301/+337
* Convert player::your_name to std::string.Robert Vollmert2009-10-2417-121/+87