Description:

libwadfile is a Doom WAD I/O library for manipulating the data inside a wad file aswell as the wad file itself.

Features:

The list of operations it can (will eventually) perform is:

* Creation of wad files, including IWAD's.
* Insertion of entries and its lumps.
* Deletion of wad entries without garbage accumulation (in other words, wad files that don't require cleaning).
* Replacement of entries with either new data or a completely different entry altogether.
* Searching of entries.
* "Conversion" of entries from a marker to a standard entry with a data lump.
* Renaming entries.
* Inbuilt wad cleaner(*) for wad files created by other editors that produce garbage.

(*) : It does not clean/optimize individual lumps (level compression etc), only the whole wad file itself to
remove garbage that some wad editors may produce.

Download:

None currently, svn can be accessed at: svn://mancubus.net:3693/libwadfile (please be aware svn revisioned files could contain unstable code)