summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Collapse)AuthorAgeFilesLines
* Mutated spell-like abilities are fueled by %HP, not MPStefan O'Rear2009-11-022-18/+40
|
* Comment fix.David Lawrence Ramsey2009-11-031-1/+1
|
* Greatly upgrade player hellfireStefan O'Rear2009-11-025-15/+64
| | | | It's now smite targetted with maximum 6d26 damage. Have fun.
* Implement "Passive Freeze" mutation (DS)Stefan O'Rear2009-11-024-1/+63
|
* Add whitespace fixes.David Lawrence Ramsey2009-11-021-11/+11
|
* Fixing tiles compilation due to s/fling/throw/.Enne Walker2009-11-021-0/+0
|
* Apply n78291's patch in [2891024] to fix Jiyva's piety gain.David Lawrence Ramsey2009-11-021-3/+8
|
* Less consumables for wanderersCharles Otto2009-11-021-47/+9
| | | | | Just identify teleportation scrolls/healing potions instead of giving them out.
* Explicitly mention using 0-9 in the prompts for growth and evolutionCharles Otto2009-11-021-2/+4
|
* Remove Feawn's prayer ability, make plant walking a passive bonus.Charles Otto2009-11-026-24/+25
| | | | | Experimentally set the movement delay for walking on plants to 1.5 * normal movement delay. Maybe it should be higher?
* Some tweaks to decompositionCharles Otto2009-11-024-8/+16
| | | | | | | Make toadstools created via decomposition friendly, exempt toadstools from the allies dying conduct. Increase decomposition toadstool base duration.
* Increase sunlight's draw delay.Charles Otto2009-11-021-3/+5
|
* Rename "Fling Icicle" to "Throw Icicle".David Ploog2009-11-0313-16/+16
|
* Document XGStefan O'Rear2009-11-021-0/+1
|
* Use G in the overmap to directly change levelsStefan O'Rear2009-11-027-13/+37
|
* Implement map viewing for other levelsStefan O'Rear2009-11-0211-85/+306
| | | | | | | There are three new commands described on the X? screen. Interlevel travel works. Other levels are not currently highlighted by reachability; let me know if you want this. Interface stolen from TAEB :). dpeg's stair view is not yet in.
* Add formatting fix.David Lawrence Ramsey2009-11-021-2/+2
|
* Add minor cosmetic fixes.David Lawrence Ramsey2009-11-021-0/+2
|
* Mark monsters with Summon Ugly Thing chaotic.Eino Keskitalo2009-11-021-1/+3
| | | | Signed-off-by: Eino Keskitalo <evktalo@users.sourceforge.net>
* Drop empty mstuff2.ccAdam Borowski2009-11-031-51/+0
|
* Factor a visitor object out of apply_to_levelStefan O'Rear2009-11-023-41/+45
|
* Fix converse potions mutation text.Eino Keskitalo2009-11-021-1/+1
| | | | Signed-off-by: Eino Keskitalo <evktalo@users.sourceforge.net>
* Add minor cosmetic fixes.David Lawrence Ramsey2009-11-022-13/+11
|
* Give +Invis the same treatment as +LevStefan O'Rear2009-11-022-0/+10
|
* Mapping should be able to see through closed doorsStefan O'Rear2009-11-021-1/+1
|
* Add minor cosmetic fixes.David Lawrence Ramsey2009-11-021-9/+6
|
* Death oozes eating silver and holy wrath items take damage instead of gain hp.Eino Keskitalo2009-11-021-12/+27
| | | | Signed-off-by: Eino Keskitalo <evktalo@users.sourceforge.net>
* Until the issue of transformations' being chaotic or not is worked out,David Lawrence Ramsey2009-11-021-1/+1
| | | | | | | don't mark any players as chaotic. (Recommit of the one part of d50bd43ba9936c27f4f90ecd324d14cb52c9f381 that isn't in the branch.)
* Move new map_lines methods outside USE_TILE #ifdef (greensnark).Robert Vollmert2009-11-021-47/+47
|
* Revert "Merge a few bits of Eino's chaotic_experiment branch that make sense"David Lawrence Ramsey2009-11-023-31/+16
| | | | This reverts commit d50bd43ba9936c27f4f90ecd324d14cb52c9f381.
* contribs: fix contrib referencesSteven Noonan2009-11-022-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Make ray.cc ASSERTs a little safer.Robert Vollmert2009-11-021-10/+32
| | | | | | | Not sure if this helps with the chain lightning problems, but the assertions should be less likely to trigger wrongly now. Also deal with "on_corner" in bounce().
* Add spacing and comment fixes.David Lawrence Ramsey2009-11-021-17/+19
|
* Merge a few bits of Eino's chaotic_experiment branch that make senseDavid Lawrence Ramsey2009-11-023-16/+31
| | | | | | | | | | | | with the current code: 1. Death oozes eating silver and holy wrath items take damage instead of gaining hp. 2. Mark monsters with Summon Ugly Thing chaotic. Also, until the issue of transformations' being chaotic or not is worked out, don't mark any players as chaotic.
* Give scythes a chance of getting the reaping brand.David Lawrence Ramsey2009-11-021-1/+4
|
* Add minor cosmetic fixes.David Lawrence Ramsey2009-11-021-46/+44
|
* Lua builder funcs act on map_lines, not grd.Enne Walker2009-11-0211-613/+882
| | | | | | | This lets regular vaults use the same Lua functions that layout vaults do. Convert functions in l_dgnbld that acted on grd. Update layout vaults to use these new functions. Also, remove l_dgn_bf, as all of its functionality is now in l_dgnbld.
* Make same square teleport no-scatter no-fail and no-contamination.Adam Borowski2009-11-023-3/+18
| | | | | We can have either this, making SIGHUP on teleport control prompt make you randomly teleport, or forcing a teleport on reload.
* Handle branded armour for unthinking actsStefan O'Rear2009-11-021-0/+25
|
* Removing +Lev items cancels levitationStefan O'Rear2009-11-022-1/+71
| | | | | Complete with removal-over-water blocking! Logic is very fiddly, don't trust it to not kill you.
* Move random_near_space into new teleport.cc.Robert Vollmert2009-11-0210-125/+146
|
* Remove mapping abilities from the gameStefan O'Rear2009-11-029-87/+12
| | | | | Mapping still exists on cards, scrolls, Xom, and as the passive mutation. The ball of seeing exists, but will have to be dealt with.
* Magic mapping scrolls ignore sealed areasStefan O'Rear2009-11-021-0/+49
|
* Quick fix for arena dispersal assertions.Robert Vollmert2009-11-022-2/+7
| | | | | | The issue is blink referencing player posistion, which is invalid. Better random_near_space fix will come.
* Implement conservation mutations for new DSStefan O'Rear2009-11-023-0/+31
|
* Mention that those vulnerable to arrows with silver arrowheads can still ↵Adam Borowski2009-11-021-1/+2
| | | | handle them.
* Make it obvious the word "biology" will be replaced.Adam Borowski2009-11-021-4/+5
|
* Ziggurats can now be added to the shopping list.Matthew Cline2009-11-024-19/+176
|
* Implement 'Icemail' mutation for new DSStefan O'Rear2009-11-029-1/+47
|
* shopping.cc: Note that '$' can access listMatthew Cline2009-11-011-5/+10
|