summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
Commit message (Expand)AuthorAgeFilesLines
* Added debugging code to generate multiple dungeons (all branches and levels)dshaligram2007-07-081-4/+8
* Deep elves were not getting their initial arrow allotment, fixed.dshaligram2007-07-081-1/+1
* Stop butcher delays when blade hands wears off (Eva).dshaligram2007-07-081-4/+4
* Lots and lots of type safety.haranp2007-07-081-1/+1
* Monsters that have destructive spells do not pick up missile weapons.dshaligram2007-07-061-1/+2
* [1748743] Fixed followers being misplaced.dshaligram2007-07-061-1/+4
* Better feedback for Beogh water walking.haranp2007-07-041-1/+1
* [1747353] Allies shouldn't be noted as "defeated" by you. haranp2007-07-031-2/+2
* Manual update (David).dshaligram2007-07-031-2/+4
* Made the weapon warning one-off (until you change weapons.)haranp2007-07-031-3/+3
* Experimental monster weapon swapping implementation. Allow monsters to usedshaligram2007-07-021-1/+41
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-301-1/+16
* Implemented 1633998: summary line for large stacks, controlled by theharanp2007-06-301-0/+4
* Missiles inscribed {poison} shouldn't be poisonous (probably in 0.2.x as well.)haranp2007-06-281-1/+2
* Colour unvisited stone stairs white (can be customised with the feature option).dshaligram2007-06-281-0/+2
* Added the Portaled Projectile spell, following 1686312.haranp2007-06-271-1/+1
* Added glyphs_connected and friends for maps to test connectedness of pointsdshaligram2007-06-271-1/+4
* Added support for a validation hook for maps to check if they're A-Ok.dshaligram2007-06-261-0/+5
* Added more logic to Stealth and Portal cards.haranp2007-06-231-1/+0
* Nemelex pleasing updated. All previously-unknown cards now give 1-2haranp2007-06-231-2/+2
* Lots of things which used to be members (invis, conf, confusing_touch, etc.)haranp2007-06-231-26/+7
* Some more card implementations (resists in Helm, demon summoning.)haranp2007-06-231-3/+3
* Labyrinths get tricoloured walls: rock at the periphery, stone further in, anddshaligram2007-06-221-0/+6
* Fixed KITEM to actually accept item lists, which it did not before (oops).dshaligram2007-06-221-0/+26
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-5/+12
* Handle terminal resize on Windows (brute force; Windows has fascinatinglydshaligram2007-06-191-3/+10
* A bit more type-safety (slightly intrusive this time): you.species andharanp2007-06-191-2/+2
* Some more cards and bugfixes.haranp2007-06-171-1/+1
* Complete revamp of cards and decks, following David's ideas.haranp2007-06-171-10/+10
* Basic SIGWINCH handling for Unix. Still needs to handle some cases (resizingdshaligram2007-06-171-6/+14
* [1738010] Stash-tracker now also tracks traps and other dungeon features.dshaligram2007-06-171-2/+2
* Remember choice of Beogh in character selection.dshaligram2007-06-141-2/+3
* When showing glyphs in messages (as in the tutorial), use stringize_glyph() todshaligram2007-06-081-1/+4
* Flush macro input buffer when fire command fails (Erik).dshaligram2007-06-081-0/+1
* Added support for Unicode characters in the map display with ncursesw (enableddshaligram2007-06-071-12/+19
* [1699948] Allow changing the viewport size if you're using a larger terminaldshaligram2007-06-041-6/+110
* [1690815] Monsters that lose ENCH_CHARM should not generate "The foodshaligram2007-06-031-8/+9
* Fixed silly type-conversion bugs I introduced, added -Wconversion todshaligram2007-06-021-1/+1
* This is an experimental attempt at selecting more intuitive beams fordshaligram2007-06-021-10/+47
* [1612448] Allow polearm users to attack monster submerged in shallow water.dshaligram2007-06-011-0/+3
* [1603676] Stairs override items on the same square for display purposes ifdshaligram2007-06-011-3/+4
* sort_menus now allows the user to choose what menus to sort, and how todshaligram2007-05-311-3/+41
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-4/+4
* Removed portable altars. Nemelex prayers will now sacrifice everythingharanp2007-05-121-4/+0
* Cleaned up ability handling. It's still rather hacky, but not nearlyharanp2007-05-081-2/+1
* Allow Mac users to double-click to launch Crawl:dshaligram2007-05-041-5/+7
* Type safety, cast cleanups, etc.haranp2007-05-011-3/+3
* Removed dud verbose_dump and detailed_stat_dump options, and dead code indshaligram2007-04-291-2/+0
* Added a show_inventory_weights option (defaults to false), followingharanp2007-04-291-0/+1
* Some code review and cleanup.haranp2007-04-281-1/+1