summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.h
Commit message (Expand)AuthorAgeFilesLines
* Don't die when encountering 0-byte ghost filesNicholas Feinberg2014-05-251-2/+6
* Make a few symbols static.Adam Borowski2013-12-151-4/+0
* Drop support for explicit string length limits.Adam Borowski2013-10-241-2/+2
* Fix lots of typosChris Oelmueller2013-07-231-1/+1
* Revert "Remove unused option to ignore write errors for save fragments."Adam Borowski2012-12-171-5/+12
* Remove unused option to ignore write errors for save fragments.Adam Borowski2012-12-171-12/+5
* Remove unused marshallEnumVal subsystem.Adam Borowski2012-12-171-65/+0
* Remove unnecessary includes from header files.Jay3.14152012-10-231-2/+0
* Use std namespace.Raphael Langella2012-08-261-26/+25
* Make inline functions static.Adam Borowski2012-08-091-2/+2
* Assert that all items being saved are valid.Adam Borowski2012-07-311-1/+1
* Remove spaces between function identifiers and arguments lists.Adam Borowski2012-06-211-1/+1
* Get rid of level_type, unify BRANCH_*, LEVEL_* and portal vaults.Adam Borowski2011-11-041-0/+2
* Allow more than 64 mon_info flags.Adam Borowski2011-05-261-0/+1
* Make the chr chunk forward-compatible, so the save browser can view all games.Adam Borowski2011-04-291-0/+1
* Merge branch 'unicode'.Adam Borowski2011-04-011-1/+0
|\
| * Merge branch 'master' into unicodeAdam Borowski2011-01-111-7/+12
| |\
| * \ Merge branch 'master' into unicodeAdam Borowski2010-11-091-3/+0
| |\ \
| * \ \ Merge branch 'master' into unicodeAdam Borowski2010-10-151-9/+9
| |\ \ \
| * | | | Fix tiles compilation.Adam Borowski2010-09-261-1/+0
* | | | | Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
| |_|_|/ |/| | |
* | | | Initialize all readers with the sentinel TAG_MINOR_INVALID to catch attempts ...Darshan Shaligram2011-01-031-2/+2
* | | | Simplify tag minor version handling.Darshan Shaligram2011-01-031-5/+10
| |_|/ |/| |
* | | Staticalize, remove cruft.Adam Borowski2010-10-271-3/+0
| |/ |/|
* | Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-9/+9
|/
* Merge branch 'save-package'Adam Borowski2010-09-061-28/+28
|\
| * Rip away the multiple tags code.Adam Borowski2010-09-041-12/+1
| * Merge TAG_YOU_*, split out TAG_CHR.Adam Borowski2010-09-041-5/+2
| * Merge TAG_LEVEL_ITEMS, TAG_LEVEL_MONSTERS and TAG_LEVEL_TILES into TAG_LEVEL.Adam Borowski2010-09-041-4/+1
| * Store most save subfiles as chunks, except chr, lua, tdl.Adam Borowski2010-09-041-6/+15
| * Use a pointer instead of a reference, since you.save will be everywhere.Adam Borowski2010-09-031-2/+2
| * Support for writing tags as chunks.Adam Borowski2010-09-031-3/+11
* | Rename class "monsters" to "monster".Robert Vollmert2010-09-051-2/+2
|/
* Rename chars used as numbers to int8_t/uint8_t. Fix some other type usage.Adam Borowski2010-07-301-11/+13
* Fix console compilation.David Lawrence Ramsey2010-07-301-0/+1
* Fix tiles compile (with rob).Eino Keskitalo2010-07-301-1/+0
* Make map_cell store feat+cloud+item+mons instead of only the topmost one (BRE...Luca Barbieri2010-07-291-2/+3
* Make monster_info store all the player's knowledge on a monster (v3)Luca Barbieri2010-07-281-0/+3
* Add support for (un)marshalling variable-sized integersLuca Barbieri2010-07-281-0/+17
* When saving file "X", first save "X.tmp" and rename to "X" to avoid clobberin...Darshan Shaligram2010-06-271-4/+20
* Don't store monster attitudes as a separate tag. Breaks save compat.Adam Borowski2010-06-211-1/+0
* s/marshallLong/marshallInt/, since this confusion tends to cause bugs.Adam Borowski2010-06-201-2/+2
* Move Sprint saves into $SAVEDIR/sprint.Darshan Shaligram2010-06-191-2/+6
* Make Crawl react better to seeing des files and database text files modified ...Darshan Shaligram2010-06-141-2/+7
* Bring sanity to enums by making them diffable/patchable.Adam Borowski2010-06-081-1/+1
* Some file output asserts.Robert Vollmert2010-06-081-2/+2
* Add some asserts to unmarshall(C)String.Robert Vollmert2010-06-081-1/+0
* Add support for vaults in the Abyss, save vault metadata in the level save.Darshan Shaligram2010-06-061-1/+1
* Move TAG_{MINOR,MAJOR}_VERSION definitions to tag-version.h.Robert Vollmert2010-04-061-11/+2
* Bump major save version.David Lawrence Ramsey2010-04-041-3/+2