summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-dump.cc
Commit message (Collapse)AuthorAgeFilesLines
* handle character properties in newer dump file formatsJesse Luehrs2014-08-151-1/+3
|
* generate randarts from chardumpsJesse Luehrs2014-08-151-0/+189
| | | | unrands aren't yet generated
* identify items created from dump filesJesse Luehrs2014-08-151-0/+4
|
* refactorJesse Luehrs2014-08-151-50/+47
|
* basic check to make sure it even looks like a dump fileJesse Luehrs2014-08-151-0/+4
|
* don't reinit skills until we see a valid skill lineJesse Luehrs2014-08-151-6/+14
| | | | | otherwise, we can end up with no skills at all, which causes assertion failures
* stop using a static hereJesse Luehrs2014-08-151-4/+2
|
* split dump file loading out to a separate file (and class)Jesse Luehrs2014-08-151-0/+389