This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.
LibBZW: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 added wiki links  | 
				 Added list of files to be "investigated"  | 
				||
| Line 3: | Line 3: | ||
==Implementation==  | ==Implementation==  | ||
libBZW will be implemented as a static library within [[BZFlag]]. Applications/builds depending on libBZW should be within the BZFlag tree as well for sanity's sake (i.e. [[BZFS]] will depend on libBZW, and is within /bzflag/src).  | libBZW will be implemented as a static library within [[BZFlag]]. Applications/builds depending on libBZW should be within the BZFlag tree as well for sanity's sake (i.e. [[BZFS]] will depend on libBZW, and is within /bzflag/src).  | ||
==Features==  | |||
BZW file parsing into   | |||
==Functionality==  | |||
libBZW will initially contain methods and functionality from the following sources:  | |||
 Just so I can keep track of what files I will need initially, obtained via grep, primitive list.  | |||
 Need to add summaries of functionality desired to be replicated from each file. --Lukstr  | |||
*bzflag/  | |||
**src/  | |||
***bzfs/  | |||
****bzfs.cxx  | |||
****BZWReader.h  | |||
****BZWReader.cxx  | |||
****BZWError.cxx  | |||
****BZWError.h  | |||
****CmdLineOptions.cxx  | |||
***bzflag/  | |||
****World.cxx  | |||
**tools/  | |||
***modeltool/  | |||
****modeltool.cxx  | |||
 Is there anything here desireable? --Lukstr  | |||
**misc/  | |||
***3ds2bzw.c  | |||
 Likewise, here? --Lukstr  | |||
Revision as of 08:58, 6 June 2008
libBZW is a proposed library that will encompass current and future BZW functionality, replacing independant implementations in various applications, including bzfs.
Implementation
libBZW will be implemented as a static library within BZFlag. Applications/builds depending on libBZW should be within the BZFlag tree as well for sanity's sake (i.e. BZFS will depend on libBZW, and is within /bzflag/src).
Features
BZW file parsing into
Functionality
libBZW will initially contain methods and functionality from the following sources:
Just so I can keep track of what files I will need initially, obtained via grep, primitive list. Need to add summaries of functionality desired to be replicated from each file. --Lukstr
- bzflag/
- src/
- bzfs/
- bzfs.cxx
 - BZWReader.h
 - BZWReader.cxx
 - BZWError.cxx
 - BZWError.h
 - CmdLineOptions.cxx
 
 - bzflag/
- World.cxx
 
 
 - bzfs/
 - tools/
- modeltool/
- modeltool.cxx
 
 
 - modeltool/
 
 - src/
 
Is there anything here desireable? --Lukstr
- misc/
- 3ds2bzw.c
 
 
- misc/
 
Likewise, here? --Lukstr
