summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Sort out translevel travel initialization.Robert Vollmert2009-11-251-1/+1
* Don't pass needs_path=true when looking around.Robert Vollmert2009-11-241-1/+1
* reset_more_autoclear() -> set_more_autoclear()Matthew Cline2009-11-241-1/+1
* Give a message and FX when you banish people.Adam Borowski2009-11-231-1/+1
* tiles: Make mod-L-click actions do-again-ableMatthew Cline2009-11-221-1/+2
* Remove hard skill pool cutoff.Robert Vollmert2009-11-221-1/+1
* Add an option, -builddb, to build the database and exit.Adam Borowski2009-11-221-0/+3
* Convert skill pool magic numbers to named constants.Robert Vollmert2009-11-221-1/+1
* Stop Deep Dwarf MP from regenerating with spirit shield.Jude Brown2009-11-221-0/+4
* Change no-autoexplore message (dpeg).Jude Brown2009-11-221-1/+1
* Disable auto-explore in Labyrinths again.Jude Brown2009-11-221-5/+2
* Create areas.cc and move sanctuary code there.Robert Vollmert2009-11-211-0/+1
* player ghosts: bugfix, debugging/diagnosticsMatthew Cline2009-11-211-1/+1
* Prompt before auto-exploring the Labyrinth.Jude Brown2009-11-191-0/+8
* Revert "Bug 2899436: Seen tiles not drawn on load game"Robert Vollmert2009-11-181-1/+0
* Added wizard command to reveal all traps on level ('}').Alex MacDonald2009-11-181-0/+1
* Bug 2899436: Seen tiles not drawn on load gameMatthew Cline2009-11-171-0/+1
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-0/+1
* Move tutorial state out of Options.Robert Vollmert2009-11-161-25/+25
* Delay adjustments for ring of fireCharles Otto2009-11-151-1/+1
* Adjust durations for divine vigour and divine staminaCharles Otto2009-11-151-2/+2
* Make per turn hunger proportional to time_takenCharles Otto2009-11-151-1/+3
* Make MP and HP regen proportional to time_takenCharles Otto2009-11-151-5/+11
* Delay adjustment for sicknessCharles Otto2009-11-151-1/+1
* Delay changes for corona, berserk, lev, and cflyCharles Otto2009-11-151-7/+12
* Adjust slow and haste durationsCharles Otto2009-11-151-3/+5
* Update delay for mesmerisation, slowing, and hasteCharles Otto2009-11-151-5/+6
* Update delay for exhaustion, confusing touch, and sure bladeCharles Otto2009-11-151-2/+1
* Convert several more durationsCharles Otto2009-11-151-7/+8
* Delay adjustments for the sage, dowsing, and bargain cardsCharles Otto2009-11-151-1/+2
* Moidfy DUR_TRANSFORMATION to be delay based.Charles Otto2009-11-151-2/+2
* Modify temporary brand spells to be delay basedCharles Otto2009-11-151-40/+45
* Modify DUR_LIQUID_FLAMES to count delay instead of turnsCharles Otto2009-11-151-6/+1
* Changes to _decrement_a_durationCharles Otto2009-11-151-55/+79
* Make icemail recovery proportional to delayCharles Otto2009-11-151-2/+6
* Make the gourmand effect proportional to delay not perceived turnsCharles Otto2009-11-151-1/+2
* Rename acr.cc to main.cc.Robert Vollmert2009-11-151-0/+4454