summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
Commit message (Expand)AuthorAgeFilesLines
* Merged trunk (1226-1231) into 0.2 branch.dshaligram2007-04-061-2/+8
* Merge trunk back into 0.2 for 0.2.2.dshaligram2007-04-051-0/+4
* Merge of tutorial cleanup and portable altar fix.dshaligram2007-04-011-0/+4
* Applied whereis patch from crawl.akrasiac.org (tracks where the player is indshaligram2007-03-251-2/+2
* Merged in crawl.akrasiac.org patches (simple messaging, milestones). These takedshaligram2007-03-251-8/+20
* Cleaned up hiscores xlog format (suggested by Shawn Moore). Breaks compatbilitydshaligram2007-03-251-116/+0
* Cleaned up clouds and threw out the foo_MON values from the cloud enum. Thedshaligram2007-03-221-4/+5
* Cleaned up monster enchantments. Instead of the old enum abuse (ENCH_ABJ_I, II,dshaligram2007-03-211-4/+50
* Added wizmode command to simulate monster vs player combat (&^F).dshaligram2007-03-211-0/+12
* Added classic_item_colours option to go back to 0.1.x item colours. The optiondshaligram2007-03-201-0/+1
* Banished uniques (including ghosts) will now be sent to the Abyss. Banisheddshaligram2007-03-181-0/+9
* Added message_colour option to allow custom-colouring individual messages. Thisdshaligram2007-03-161-0/+11
* Allow using aliases in init.txt:dshaligram2007-03-161-0/+6
* Tweaked unique code to eliminate the confusing arithmetic on MONS enum values.dshaligram2007-03-161-4/+6
* Cleaned up ghost and Pandemonium demon handling.dshaligram2007-03-151-4/+40
* Major overhaul of tutorial messages and clean-up of tutorial.ccj-p-e-g2007-03-141-0/+1
* Fix for 1661786: autoprayer now works with run delays.haranp2007-03-131-0/+2
* [1657502] Added use_fake_cursor option to make Crawl draw a cursor for Unixdshaligram2007-03-111-0/+3
* Added target_unshifted_dirs option to activate old (0.1.x) targeting keymap.dshaligram2007-03-111-0/+2
* New key=value logfile format as proposed by Shawn Moore. This is more verbosedshaligram2007-03-081-8/+46
* Kill hard tabs in .h files and crawl_options.txt.dshaligram2007-03-071-3/+3
* Add LOW MAGIC WARNING. This involved creating a channel, modifying init.txt,...mtitus_6132007-03-061-0/+1
* Give transformed players appropriate shouts.dshaligram2007-03-041-0/+2
* Added extra entry vaults and option to load them.dshaligram2007-03-011-0/+2
* Preliminary changelog update for 0.2.dshaligram2007-02-241-2/+2
* Monster attack refactoring. Likely to be buggy.dshaligram2007-02-241-7/+191
* Break up you_attack() into a slew of smaller functions. The functions aredshaligram2007-02-121-13/+107
* Handle monster paralysis as an enchantment instead of the old speed manglingdshaligram2007-02-101-0/+8
* Tutorial (JPEG) and some formatting cleanup.dshaligram2007-02-061-0/+16
* Added autopickup_exceptions option modeled on NetHack's, so that it's easy todshaligram2007-01-301-1/+2
* Made default targeting an option (default_target, defaults to false.)haranp2007-01-291-1/+1
* Beam-cycling in direction().haranp2007-01-271-20/+24
* Removed USE_NEW_RANDOM, USE_MACROS.dshaligram2007-01-251-3/+7
* Fixed id array being clobbered if Crawl receives SIGHUP with the player in adshaligram2007-01-171-1/+5
* Added level_map_title option per 1598159.haranp2007-01-161-0/+1
* Handle morgue_dir option better (create dir if it doesn't exist), updateddshaligram2007-01-111-0/+1
* Fixed Abyss banishment crash.dshaligram2007-01-021-0/+3
* Blinking/teleporting monsters should not be able to land on the player's posi...dshaligram2007-01-021-2/+1
* stop_travel messages now also apply to shift-run and rest (under the defaultdshaligram2007-01-021-1/+2
* Added show_turns option to control turn counter display.dshaligram2006-12-311-0/+2
* [1622126] Fixed shift+direction keys canceling the targeting prompt. Hopefullydshaligram2006-12-291-0/+2
* Added morgue_dir as an init.txt option.dshaligram2006-12-291-4/+3
* Added option 'autopickup_no_burden' which, if set, will prevent autopickupharanp2006-12-221-1/+2
* Handle SIGHUP. Could use improvement, but it's a start.dshaligram2006-12-191-0/+15
* Added -morgue option to specify where morgues are saved.dshaligram2006-12-151-0/+4
* Added -scorefile option to pass in a highscore file on the command-line for usedshaligram2006-12-121-1/+1
* Streamlined god-given abilities.haranp2006-12-101-0/+1
* Implementation of 1609111: resting gives a message when it stopsharanp2006-12-091-1/+1
* *Breaks save compatibility* - changed monster flags to long, added "god" fiel...dshaligram2006-12-071-2/+36
* Speeded up greedy explore by moving can_explore out of the floodloop. Stilldshaligram2006-12-051-0/+2