TO DO:
	Version 1.0
	- Corect refererence to ring and repeatable
	- Generate erorrs if int is float: remove CLng conversion
	- Put back DLL processing (for ids_info and ids_name)
	- Complete readme, may be FAQ style. Rewrite error messages reference. Explain about INI corections
	- Put some logging level: warns only, info and above, etc.
	
	Version 2.0
	- Redesign interface to accomodate logical checks
	- set mandatory entries and generate errors if not present	
	- Add checks: ids_name is present, ids_info is present, nickname is unique, and lots of other
	- detect logical errors in ini files such as wrong name of equipments(equip name must be the same with nickname)
	- missing ids infos and such.
	- move the project to Visual Studio .NET (defered)


KNOWN BUGS
	- Unable to model multimodel entries like [ObjList]/StayInRange
	- Try to parse ring and repeatable values
	- Stop on refs id with no refs.


v 0.9.7	Public Beta
	- Simplified interface
	- Fixed stop bug for zero values refs [BobTheDog]


v 0.9.6 Beta Release - rushed out to fix hang bug.
	- Fixed: FLIA hangs when ini file has spaces in path. (idea from Keith)
	- Added [zone]/reputation [Glock36]
	- Modified [zone]/comment to accept one or more strings [Glock]
	- Added [Exclusion Zones]/exclude [Glock36]
	- Modified [Object]/space_costume: two strings args, optional string [Glock]
	- Added [zone]spin [Glock]
	- Added [Object]/rotation: float, float, float [Glock]
	- Modified [Creation]/permutation: now multiline
	- Modified [EncounterFormation]/arrival: string, optional strings. [Keith]. Unable yet to model conditionals
	- Added [MsnLoot]/position [John "Louva-Deus" Turner]
	- Added [ObjList]/Idle [John "Louva-Deus" Turner]
	- Modified [Trigger]/Act_NagDistLeaving: string, string, string, optional string [John "Louva-Deus" Turner]
	- Modified [Trigger]/Act_PlayMusic: string, optional string [John "Louva-Deus" Turner] 
	- Some other...too tired to mention them all


v 0.9.5 Beta Release - For testers only
	- FLIA knows 183 sections, 1564 entries, 2170 values
	- Added indexes to data tables
	- Added 50 ini files (from content.dll)
	- Added all entries for [Trigger] (from content.dll)
	- Added all entries for [ObjList] (from content.dll)
	

v 0.9.4	Beta Release - For testers only
	- Added "Dump" button to dump rules strucuture
	- Load a file only once, no matter reference count
	- Better error reporting on base load (ex. when file not found: where is refered)
	- Solved linked table problem
	- Corrected uncompress empty file error. Thanks =EOA=Louva-Deus
	- Corrected LODranges syntax: one mandatory integer, and optional integers. Thanks =EOA=Louva-Deus
	- Reads bases files based on entry "file" of section [base]
	- Reads room files based on entry "file" of section [Room]
	- Reads system files based on entry "file" of section [system]
	- Reads cockpit files based on entry "cockpit" of section [ship]
	- Reads encounters files based on entry "file" of section [encounterparameters]
	- Reads texture files based on entry "file" of section [texturepanels]
	- Reads asteroids files based on entry "file" of section [asteroids]
	- Reads nebula files based on entry "file" of section [nebula]
	- DB Storage is back with simplified database structure
	- Corrected corection code for BINI 1.0 (and 1.1) decripted files

v 0.9.1
	- Total rewrite. Learn a lot about INI structure and wanted to add more checks.
	- Added lot of syntax checks (see README file)
	- Removed temporarely DB storage:FLIA does NOT store sections read in FL.MDB
	- Extra long fields no longer a problem each value is processed separatelly.

v 0.8.10
	- Truncates field_value to 250 chars. Now it should ingnore extra lenghts lines. TO BE realy fixed.
	- Added Log Path setting
	- Added Overwrite Log setting
	- FLIA save settings in FLIA.MDB


v 0.8.9
	- Corrected a bug in BINI correction routine
	- Modified "file not found" behaviour. FLIA will simply report it and go to next file

v 0.8.8
	- Improved status reporting while parsing (add DoEvents). Sugested by Glock36
	- Improved README. Add detalied explanation of error messages
	- Hidden "Open DB", "Check", "Ship" buttons. Not ready to be tested yet.
	- Added code to corect on the fly BINI bug. Every line with two '=' chars is corected. sugested by Glock36

v 0.8.5
	- First public release
	- Create FL.MDB from FLIA.MDB
	- Read freelancer.ini
	- Read all other INIs and put information into FL.MDB
