summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/package.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix plain writes to a new chunk as the lone operation being ignored.Adam Borowski2010-09-041-0/+1
* Use a pointer instead of a reference, since you.save will be everywhere.Adam Borowski2010-09-031-15/+18
* Allow "aborting" a save file, to bail out safely, or prepare for discarding.Adam Borowski2010-09-031-6/+26
* Fix chunks not being found due to nulls in their names.Adam Borowski2010-09-021-2/+4
* List the save's chunks on open when DEBUG_PACKAGE is defined.Adam Borowski2010-09-021-0/+2
* Add public constructors for chunk readers/writers, so no ref handling is needed.Adam Borowski2010-09-021-12/+24
* The transactional save packager.Adam Borowski2010-08-201-0/+710