home *** CD-ROM | disk | FTP | other *** search
File List | 1996-02-29 | 1.3 KB | 33 lines |
-
- 03/01/1996 V0.1
- Added in the ability to extract and replace the thinglist, so now
- this program is actually good for something.
-
- 02/28/1996 V0.1
- Made code more portable. Worked on graphical display routines.
- Code now compiles under DOS or UNIX, as long as it's little-endian.
- Added comments all over the place and generally prettified the code.
- Hacked up the first version of the README file. Can display its
- graphics on both SVGA displays and X-Windows now. Filename matching
- now fullly supports * and ? wildcards. PAK files can now be added
- to, deleted from, extracted from, and listed. Adding, however, does
- not yet support wildcard matching.
-
- 02/27/1996 V0.1
- Completely rearranged code using separate source files this time.
- Made function names more generic and made private data "static".
- Rewrote command line parser for flexibility. Fixed BSP tree dump;
- will not output beyond end of tree; outputs only entire tree.
- Changed extract routine to work by name (with wildcards) instead of
- by number.
-
- 02/26/1996 V0.1
- Now supports dumping of BSP tree 20 nodes at a time.
- Can display things graphically as well as list their text. Can
- extract .PAK files. Can list and extract pictures.
-
- 02/25/1996 V0.1
- Original version. Can extract things and display them. Pretty
- short and stupid.
-
-