[Gtkradiant] [Bug 800] add "ARCHIVE" API major, cleanup "VFS" major

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Mon, 28 Apr 2003 03:56:29 -0500


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=800

ttimo@idsoftware.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From ttimo@idsoftware.com  2003-04-28 03:56 -------
after looking at the changes so far and discussing with Spog, several things
need to be changed:

- no configuration of "VFS" major should be done through .game
.game is generated by setup, it's difficult to maintain and test, and it was
never designed to receive synapse related configuration.

The .game is used to pass the archive formats to be used

- The archive formats to be used should be deduced by the "VFS" major module
upon synapse initialization when receiving the "VFS" minor name: "pk3" "hlwad"
"q1wad". It then starts up a manager client (CRadiantArchiveManager) with a
predefined list.

- <SmallPileofGibs> next step after this is.. clean up vfspk3 (ie. rename it)
and remove vfswad and vfspak

go spog!