summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
Commit message (Expand)AuthorAgeFilesLines
* add a --save-version option for checking a player's save file versionJesse Luehrs2009-12-121-0/+2
* Remove unportable hacks from the invocation of tar.Adam Borowski2009-11-251-0/+4
* player ghosts: bugfix, debugging/diagnosticsMatthew Cline2009-11-211-0/+1
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-1/+0
* Rename fixary.h and fixvec.h.Robert Vollmert2009-11-151-1/+1
* Remove "called from:" comments.Vsevolod Kozlov2009-11-031-16/+0
* Factor a visitor object out of apply_to_levelStefan O'Rear2009-11-021-2/+11
* loadmaps.lua auto-loads .des files in dat.Darshan Shaligram2009-11-011-3/+6
* Pre- and post-savefile callbacks.Matthew Cline2009-10-291-0/+11
* Convert player::your_name to std::string.Robert Vollmert2009-10-241-2/+2
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Move 'FixAry.h' -> 'fixary.h', 'FixVec.h' -> 'fixvec.h' for file naming consi...Steven Noonan2009-09-291-1/+1
* Set up a basic testing framework for LOS. ./crawl -test with a full debug bui...Darshan Shaligram2009-09-241-0/+4
* Fix compilation.dolorous2009-07-071-0/+1
* Allow ziggurats placed in Pandemonium to return to the same Pan level when th...dshaligram2008-11-251-1/+3
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-4/+0
* Apply DOS fixes to trunk.j-p-e-g2008-07-171-0/+1
* Better support for settings files that include other files:dshaligram2008-05-261-0/+12
* Slime:6 teleport control is enabled even if you kill the royal jelly off-leve...dshaligram2008-04-011-0/+8
* This was originally going to be a small refactor of stash.cc beforepauldubois2008-03-231-14/+0
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-1/+1
* When causing dungeon-wide effects for Nemelex and Beogh abandonment, dolorous2008-01-201-1/+1
* Added a function, apply_to_all_dungeons(), which basically acts asharanp2007-12-011-4/+6
* Fix for memory corruption when reading savefiles.haranp2007-09-191-1/+1
* Add dump sections for branch/area details for turns andzelgadis2007-09-161-2/+4
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+7
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-301-0/+2
* Added support for a validation hook for maps to check if they're A-Ok.dshaligram2007-06-261-2/+2
* Implemented .des file caching (speeds startup a fair bit): .des files aredshaligram2007-06-241-12/+16
* Pull c_macro out of the code and into clua/macro.lua.dshaligram2007-06-221-1/+1
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-1/+1
* Level-files are now saved with subdungeon depths rather than absolute depths.dshaligram2007-05-101-2/+2
* Allow Mac users to double-click to launch Crawl:dshaligram2007-05-041-2/+3
* load() cleanups.haranp2007-04-251-1/+1
* Fixed source to build on Linux. Should still build on Mac OS, but this isdshaligram2007-04-201-0/+19
* Fixed bad grammar on shield block messages in melee.dshaligram2007-04-131-4/+4
* Merged in crawl.akrasiac.org patches (simple messaging, milestones). These takedshaligram2007-03-251-0/+6
* Cleaned up ghost and Pandemonium demon handling.dshaligram2007-03-151-0/+3
* Removed USE_NEW_RANDOM, USE_MACROS.dshaligram2007-01-251-1/+2
* Refactored out branches into branch.h and branch.cc.haranp2006-12-201-4/+1
* Handle SIGHUP. Could use improvement, but it's a start.dshaligram2006-12-191-0/+2
* Added -morgue option to specify where morgues are saved.dshaligram2006-12-151-1/+1
* Stash-tracker now also keeps track of inscriptions and item origins (finally).dshaligram2006-12-131-1/+1
* Allow spaces, dashes and periods in character names.dshaligram2006-12-101-2/+4
* [1603062] Fixed save_dir not working when LOAD_PACKAGE_CMD is defined (sartak).dshaligram2006-11-271-0/+1
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-14/+13
* Clean up a mistake in the SVN import.nlanza2006-08-131-0/+92