Version file for Lance Generator

990706
  Started to draw the program. I hope there is someone who is interested in this type of program, or else there is no idea
  to continue with it.

990709
  Did some work with the structure of the mech lists. It will be two lists. One for Inner Sphere and one for Clan mechs.
  The lists have info of the name and source of the mech. I shall add a post tomorrow that tells what role the mech have.

990710
  Continued with the list structure. An unsigned char will tell what role the mech have. I decided to use bit identifier
  in case a mech have more than one role.

990711
  Got permission from BadKarma to use their material about Lance/Star Compostion and Mech Selecting. It was from there I
  got the idea to the program.
  Time is almost 23.30. I just succeeded to read the mech source index from the config file. Tomorrow I will begin with the
  mech index.

990712
  After some bugs I managed to read a mech index of 10 mechs, 7 Inner Sphere and 3 Clan. Did a routine that convert the
  mechs role from a text string to a bit array. All that is left is the generator and a huge mech lib to get a functionally
  program.

990713
  At last! The program is working. I just need a mech lib to make the program useful. I dont know what I will do next. Some
  graphics and stuff for a start so it will look nice.

990728
  Added a tonnage-entry to the mechs. I am thinking on adding an ability to choose weightclass on the lance.
  Atticus Longwalker that he wanted the program to print out record sheets of the generated lance.

990729
  Added a file-entry to the mechs. It will be for printing out record sheets from the program. For that I have to "invent"
  a mech fileformat.

990731
  Worked on the printing. If everything goes as planned I probably can print out a record sheet next week.

990801
  I didnt have time to finnished the routine that reads an record sheet file. But tomorrow I hope it will be finnished.

990802
  I finally succeeded to read an entirely record sheet file. After some problem I managed to print out the Armor Diagram
  section.

990803
  Continued to work on the printing. Finnished the mech statistic and weapon inventory box. But some "polishing" is left.

990804
  I fixed an irritating "bug" in the weapon inventory box. A weapon with a long name is now split into two lines instead of
  being overwritten by the other stats. I tested diffrent fonts and I am using Arial Narrow on the record sheets.

990805
  Still working on the printing.

990806
  The printing is almost finnish. I printed out two record sheets. One for COM-2D Commando and one for PNT-9R Panther. But
  I still need a logo for the sheets. I dont want to have the Battletech logo.

990812
  Copied the printing code to the program and I am now able to print sheets directly from Lance Generator.

990821
  Replaced the listbox with an listview. Now the outputlist has the name of the mech, its tonnage, its position in the lance
  and where it come from.