summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
Commit message (Expand)AuthorAgeFilesLines
* Labyrinth entry points are now a guaranteed minimum distance away from thedshaligram2007-08-011-5/+11
* Reworked Bazaars as a special case of portal vaults. The level-type is nowdshaligram2007-07-271-4/+7
* Replaced timed markers with Lua markers. Breaks save compatibility.dshaligram2007-07-261-0/+1
* [1749272] Fixed view update issues:dshaligram2007-07-241-0/+2
* Updated level-design.txt.dshaligram2007-07-211-7/+30
* Added elf arrival vaults (Eino).dshaligram2007-07-191-2/+2
* [1754412] New rock stair behaviour: rock stairs take you to the nearest dshaligram2007-07-181-168/+7
* Lost monsters could be placed on save load, fixed (Haran).dshaligram2007-07-131-1/+2
* [1750056] Fixed silly bug breaking cached maps on Windows.dshaligram2007-07-091-1/+2
* Removed all uses of str_monam() outside of mon-util.cc; str_monam() isharanp2007-07-071-1/+1
* [1748743] Fixed followers being misplaced.dshaligram2007-07-061-1/+2
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-301-0/+12
* The dungeon builder now caches compiled Lua chunks instead of Lua source in thedshaligram2007-06-271-3/+2
* Followers are now placed on the transit list so that crashes or saves betweendshaligram2007-06-261-12/+4
* Added support for a validation hook for maps to check if they're A-Ok.dshaligram2007-06-261-20/+34
* Fixed compile for Windows.dshaligram2007-06-241-2/+3
* Implemented .des file caching (speeds startup a fair bit): .des files aredshaligram2007-06-241-18/+68
* Pull c_macro out of the code and into clua/macro.lua.dshaligram2007-06-221-2/+6
* Added support for Unicode characters in the map display with ncursesw (enableddshaligram2007-06-071-11/+2
* [1699948] Allow changing the viewport size if you're using a larger terminaldshaligram2007-06-041-4/+3
* Monsters teleported away from the stairs you land on when entering a leveldshaligram2007-06-021-1/+1
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-1/+3
* monam(), moname() and ptr_monam() are gone.haranp2007-05-191-1/+1
* Horrible bug from r1477 fixed. Oops.haranp2007-05-171-1/+1
* Minor cleanups.haranp2007-05-151-9/+7
* Level-files are now saved with subdungeon depths rather than absolute depths.dshaligram2007-05-101-8/+13
* Allow Mac users to double-click to launch Crawl:dshaligram2007-05-041-3/+22
* Type safety, cast cleanups, etc.haranp2007-05-011-3/+3
* OOD monster generation now starts only if you stay on a level for long enoughdshaligram2007-04-251-0/+1
* load() cleanups.haranp2007-04-251-264/+347
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-5/+3
* Fixed source to build on Linux. Should still build on Mac OS, but this isdshaligram2007-04-201-6/+22
* Fixed bad grammar on shield block messages in melee.dshaligram2007-04-131-26/+35
* Allow player ghosts to use corona.dshaligram2007-04-101-1/+1
* Added save backward compatibility shim for cloud fix.dshaligram2007-04-071-1/+1
* Applied whereis patch from crawl.akrasiac.org (tracks where the player is indshaligram2007-03-251-0/+4
* Merged in crawl.akrasiac.org patches (simple messaging, milestones). These takedshaligram2007-03-251-12/+2
* Banished uniques (including ghosts) will now be sent to the Abyss. Banisheddshaligram2007-03-181-96/+9
* Tweaked unique code to eliminate the confusing arithmetic on MONS enum values.dshaligram2007-03-161-1/+3
* Cleaned up ghost and Pandemonium demon handling.dshaligram2007-03-151-572/+173
* Monster attack refactoring. Likely to be buggy.dshaligram2007-02-241-4/+4
* Disallow ghosts in labyrinths. Abyss/Pandemonium ghosts can otherwise bedshaligram2007-02-081-2/+4
* Tutorial (JPEG) and some formatting cleanup.dshaligram2007-02-061-0/+20
* Allow ghosts to remember and use shock, ice bolt and bolt of magma.dshaligram2007-02-031-3/+9
* Removed USE_NEW_RANDOM, USE_MACROS.dshaligram2007-01-251-11/+4
* Disallowed ghosts in Pan to fix 1637019.haranp2007-01-171-3/+2
* Oops. Left a debugging mpr in.haranp2007-01-171-1/+0
* Fixed bug where Pan lords were not getting their spells loaded. Thisharanp2007-01-171-75/+21
* Changed error message + exit() sequences to end() calls so that the user candshaligram2007-01-111-4/+3
* Implemented some of David's ideas:haranp2007-01-071-0/+3