Alphabetical Index | Tags by Size | Find tag:

Id1Map

Authorship: 100% danij

View commits by groups

June 2014
2014-06-29 LumpIndex | Refactor | Wad Map Converter : Moved/renamed Id1Map::Recognizer to/as LumpIndex::Id1MapRecognizer
2014-06-29 Refactor | Wad Map Converter : Moved all Id1Map data type recognition logic to Recognizer
2014-06-28 Cleanup | Wad Map Converter : Cleanup (removed an obsolete comment)
2014-06-28 Wad Map Converter : Use the LumpIndex API to locate map data lumps
2014-06-27 Cleanup | Wad Map Converter : Cleanup
2014-06-26 Wad Map Converter : Obtaining the last lump inspected by Id1Map::Recognizer
2014-06-26 Wad Map Converter : Heuristic recognition of id Tech 1 format maps
December 2013
2013-12-20 Refactor | Wad Map Converter : Cleaned up the Id1Map API
2013-12-19 Cleanup | Wad Map Converter : Applied pimpl idiom to Id1Map; cleanup
November 2012
2012-11-06 Refactor | Wad Map Converter : Use the C++ interface to StringPool in Id1Map