summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed map colours being inherited by unrelated maps during compilation.dshaligram2007-10-081-1/+1
* Runes and the Orb now have elemental (flickering/shifting) colours.zelgadis2007-10-031-1/+23
* Added a sanity check for followers to prevent frozen monsters (cbus). Still n...dshaligram2007-09-281-1/+1
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-2/+12
* Applying modified (by me) mutation patches of dolorous',j-p-e-g2007-09-181-1/+1
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+3
* Monsters coming up or down staircases will now j-p-e-g2007-08-231-1/+24
* Silenced some valgrind warning noises.dshaligram2007-08-131-0/+1
* Give Lugonu Banishment and Corruption. I've left the old Bend Space in, becausedshaligram2007-08-111-2/+4
* Restrictions during bat form. Disallowed a number of actions.j-p-e-g2007-08-021-0/+3
* Added rod of venom [1701655]. Redid some braindead staff handling.haranp2007-07-261-13/+5
* Added potions of resistance, which give fire, electricity and cold resist forharanp2007-07-231-0/+12
* Updated level-design.txt.dshaligram2007-07-211-66/+15
* Rewrite of the shopping code. Much cleaner now.haranp2007-07-141-9/+9
* Fixed abjuration (player and monster versions) to work with the new enchantmentdshaligram2007-07-111-0/+7
* Removed all uses of str_monam() outside of mon-util.cc; str_monam() isharanp2007-07-071-2/+2
* Manual update (David).dshaligram2007-07-031-0/+25
* Experimental monster weapon swapping implementation. Allow monsters to usedshaligram2007-07-021-0/+23
* 1622385: there is now a Confirm keymap context for yesno() andharanp2007-07-021-2/+2
* [1746212] Fixed paralysed monsters being able to follow the player acrossdshaligram2007-07-021-4/+5
* Fixed a couple of infinite loops.dshaligram2007-06-301-2/+2
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-301-0/+63
* Running now respects travel_delay.haranp2007-06-301-7/+3
* Added glyphs_connected and friends for maps to test connectedness of pointsdshaligram2007-06-271-1/+7
* Followers are now placed on the transit list so that crashes or saves betweendshaligram2007-06-261-9/+0
* Added some tweaks to Beogh:j-p-e-g2007-06-211-0/+4
* Robes of the archmagi reduce experience gain to 0.25 normal, instead ofdshaligram2007-06-201-9/+1
* Basic SIGWINCH handling for Unix. Still needs to handle some cases (resizingdshaligram2007-06-171-4/+3
* [1738010] Stash-tracker now also tracks traps and other dungeon features.dshaligram2007-06-171-17/+0
* Make sure curses is shutdown before producing term-too-small message.dshaligram2007-06-111-2/+2
* Added support for Unicode characters in the map display with ncursesw (enableddshaligram2007-06-071-2/+7
* [1699948] Allow changing the viewport size if you're using a larger terminaldshaligram2007-06-041-2/+4
* monam(), moname() and ptr_monam() are gone.haranp2007-05-191-2/+2
* Made make_time_string() return std::string, not char*.haranp2007-05-151-10/+12
* Messaging improvements.haranp2007-05-071-0/+3
* Type safety, cast cleanups, etc.haranp2007-05-011-2/+2
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-3/+2
* First cut at db/flat text file based descriptions.peterb122007-04-171-1/+2
* Moth of wrath angering attack was lost in 0.2, reintroduced.dshaligram2007-04-071-0/+8
* Jellies now resist acid spit (adapted jlewis' patch).dshaligram2007-04-031-0/+8
* Removed doubled "Okay, then" when cancelling out of an ability target prompt.dshaligram2007-03-291-2/+1
* Applied whereis patch from crawl.akrasiac.org (tracks where the player is indshaligram2007-03-251-1/+1
* Merged in crawl.akrasiac.org patches (simple messaging, milestones). These takedshaligram2007-03-251-0/+3
* Tutorial (JPEG) and some formatting cleanup.dshaligram2007-02-061-6/+17
* Removed USE_NEW_RANDOM, USE_MACROS.dshaligram2007-01-251-200/+5
* Stage 1 of the direction() rewrite.haranp2007-01-241-5/+4
* [1634656] Make sure statues cannot move around.dshaligram2007-01-141-11/+2
* New entry vaults from Lemuel.dshaligram2007-01-121-0/+4
* Changed error message + exit() sequences to end() calls so that the user candshaligram2007-01-111-3/+26
* Include errno.h to fix DOS compile.dshaligram2007-01-041-6/+1