summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/package.h
Commit message (Expand)AuthorAgeFilesLines
* Port to OpenSolaris (Dyson/Illumos).Adam Borowski2013-05-051-33/+33
* Don't fsync() --no-save saves.Adam Borowski2012-09-221-0/+1
* Use std namespace.Raphael Langella2012-08-261-20/+20
* An undocumented command-line option, --no-save.Adam Borowski2012-07-101-0/+1
* Allow deleting/overwriting save chunks while they're being read.Adam Borowski2012-06-121-3/+3
* Do the whole of X[] save handling as one transaction.Adam Borowski2012-06-111-0/+2
* Make cppcheck a bit happier.Adam Borowski2011-07-051-1/+1
* Try to fight fragmentation by choosing the best-fitting block.Adam Borowski2011-06-081-1/+1
* Show some internal info about saves.Adam Borowski2011-06-081-0/+7
* Merge branch 'master' into unicodeAdam Borowski2011-01-111-1/+3
|\
| * Adjust the max chunk name in --edit-save as well.Adam Borowski2011-01-081-0/+2
| * Allow handling old save package formats.Adam Borowski2011-01-071-1/+1
* | Merge branch 'master' into unicodeAdam Borowski2010-10-151-0/+3
|\|
| * Don't leak file descriptors when trying to open a save file fails.Adam Borowski2010-10-071-0/+1
| * Move unlinking save files to the save code itself.Adam Borowski2010-10-071-0/+2
* | Fix tiles compilation.Adam Borowski2010-09-261-1/+0
|/
* Store the "lua" subfile as a chunk.Adam Borowski2010-09-041-0/+1
* Use a pointer instead of a reference, since you.save will be everywhere.Adam Borowski2010-09-031-3/+3
* Allow "aborting" a save file, to bail out safely, or prepare for discarding.Adam Borowski2010-09-031-0/+2
* Add public constructors for chunk readers/writers, so no ref handling is needed.Adam Borowski2010-09-021-2/+4
* The transactional save packager.Adam Borowski2010-08-201-0/+96