summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Moved handle_time and friends to effects.cc.dshaligram2007-12-301-0/+1
* Experimental "improved" explore algorithm which can be turned on byzelgadis2007-12-171-0/+4
* Use end(), not perror(), to give message about save file being invalid.zelgadis2007-12-091-4/+1
* Items can now fall through shaft traps (trap doors). The code is ratherzelgadis2007-12-031-1/+4
* Killed wrong comment.dshaligram2007-12-021-1/+0
* Add a section on where Crawl looks for its data files to INSTALL. Use stat wh...dshaligram2007-12-021-1/+15
* Added a function, apply_to_all_dungeons(), which basically acts asharanp2007-12-011-23/+86
* Fixed mkdir call for djgpp.dshaligram2007-10-301-1/+1
* Beogh orcs will follow the PC downstairs even if they're not directly adjacen...dshaligram2007-10-261-17/+57
* [1820172] Typo fixes (dolorous).dshaligram2007-10-261-1/+2
* Added fog machine Lua map markers. Needs a C interface to make it usablezelgadis2007-10-181-0/+2
* Applying dolorous' latest patch (1806451), mostlyj-p-e-g2007-10-081-1/+1
* Re-enable ghosts in Labyrinths.dshaligram2007-10-081-3/+2
* Shaft traps (trap doors) [1792195] and level annotation [1769009]zelgadis2007-10-051-0/+15
* Another cleanup of dungeon features. Adding general markersj-p-e-g2007-10-041-7/+7
* Made Xom be smarter about being amused at losing/missing runes, andzelgadis2007-10-021-3/+3
* [1804879] Fixed bad time-elapsed events being generated for new levels, also ...dshaligram2007-09-301-1/+1
* Fixed regex escapes for "." stash search.dshaligram2007-09-301-2/+0
* This commit breaks save file compatability.zelgadis2007-09-301-0/+29
* [1800818] Fixed broken follower tagging for bazaars.dshaligram2007-09-281-9/+11
* Added DGL_STARTUP_PREFS_BY_NAME to store new character options by usernamedshaligram2007-09-241-0/+5
* Fix for memory corruption when reading savefiles.haranp2007-09-191-14/+17
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-2/+4
* D:1 save file wasn't being deleted when game ended; fixexd.zelgadis2007-09-171-1/+2
* just_created_level was false when D:1 was generated for a brand newzelgadis2007-09-161-0/+3
* Add dump sections for branch/area details for turns andzelgadis2007-09-161-7/+30
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-5/+13
* Fixed map marker crashes.dshaligram2007-08-171-3/+3
* 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