summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
Commit message (Expand)AuthorAgeFilesLines
* Function to open and lock new files only.Neil Moore2014-05-271-0/+1
* Remove some unused parameters.Neil Moore2014-05-271-1/+1
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-2/+0
* Remove sighup_save_and_exit().Adam Borowski2013-11-251-2/+0
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+2
* Use std namespace.Raphael Langella2012-08-261-45/+38
* Kill some longs.Adam Borowski2012-05-261-1/+1
* Merge branch 'master' into portal_branchesAdam Borowski2012-03-261-10/+1
|\
| * Embed the timestamp into des cache files instead of relying on the filesystem.Adam Borowski2012-03-231-1/+1
| * Make another bunch of functions static or deleted.Adam Borowski2012-03-211-7/+0
| * Axe a stray prototype for an ex-function.Adam Borowski2012-03-161-2/+0
* | Merge branch 'master' into portal_branchesAdam Borowski2012-02-201-11/+0
|\|
| * Get rid of SavefileCallback.Adam Borowski2012-02-071-11/+0
* | Fix losing stash data upon a trip to the Abyss or a Ziggurat.Adam Borowski2011-11-041-0/+1
* | Get rid of one of redundant (and buggy) ways to track existing levels.Adam Borowski2011-11-041-7/+0
|/
* Rename load() to load_level(), the former is totally ungreppable.Adam Borowski2011-10-111-2/+2
* Prevent des cache collisions by using path to file.Aaron Becker2011-08-311-0/+1
* Make a bunch of functions static or non-existant.Adam Borowski2011-08-171-2/+0
* Old #ifdef purge: USE_FILE_LOCKING.Adam Borowski2011-05-011-2/+0
* Handle SIGHUP in tiles and on Windows.Adam Borowski2011-05-011-0/+2
* Simplify save file name logic now that uids are gone.Adam Borowski2011-04-291-8/+2
* Properly handle saves whose name doesn't match the character.Adam Borowski2011-04-291-2/+2
* Offer to delete incompatible saves.Adam Borowski2011-04-291-1/+1
* Detect incompletely regenerated databases.Adam Borowski2011-04-191-3/+0
* Work around FreeType having problems opening files on Windows.Adam Borowski2011-04-141-0/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Title images: search all title_* files instead of just tile_xx.png.Raphael Langella2011-01-131-0/+1
* Use the level's description ("D:15", "Zot:5", "Pan") as the level's chunk name.Adam Borowski2011-01-091-2/+0
* Implement file locking on Windows.Adam Borowski2010-12-021-1/+1
* Drop any chmod() calls from inside Crawl.Adam Borowski2010-12-021-6/+0
* Fix an incorrect comment.Adam Borowski2010-10-211-1/+1
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-5/+5
* Fix portal levels not getting deleted [Mantis 2493]Adam Borowski2010-09-081-2/+1
* Rip away the multiple tags code.Adam Borowski2010-09-041-1/+0
* Store most save subfiles as chunks, except chr, lua, tdl.Adam Borowski2010-09-041-1/+1
* Convert ./crawl --save-version to the new format.Adam Borowski2010-09-031-0/+1
* Rename chars used as numbers to int8_t/uint8_t. Fix some other type usage.Adam Borowski2010-07-301-1/+1
* Allow installations with secure saves share their scores and bones.Adam Borowski2010-07-221-0/+1
* Reimplement all monster-related actions as delayed ones. Remove apply_to_all...Adam Borowski2010-06-261-4/+0
* Move Sprint saves into $SAVEDIR/sprint.Darshan Shaligram2010-06-191-1/+6
* [1748] Fix minimap issues with X[.Enne Walker2010-06-171-0/+1
* Make Crawl react better to seeing des files and database text files modified ...Darshan Shaligram2010-06-141-0/+1
* Compile .des and database files into a versioned cache directory under the sa...Darshan Shaligram2010-06-131-1/+3
* Bring sanity to enums by making them diffable/patchable.Adam Borowski2010-06-081-1/+1
* Fix crash when using ^F to travel to an item.Darshan Shaligram2010-06-081-2/+0
* Make load() take level_id old_level.Robert Vollmert2010-06-081-5/+4
* [1515] Fix X + [] not reactivating Lua markers after excursion.Darshan Shaligram2010-05-081-3/+3
* Quarantine save game checking code in files.{cc,h}.Robert Vollmert2010-04-271-0/+1
* Split up new_game.Robert Vollmert2010-04-231-1/+1
* Move restoring state after level excursion into load().Robert Vollmert2010-03-221-1/+2