---[2.1.00402]---------------------------
- New codebase and new release. (2.1)
- Added disable/enable code for buttons in dialog. 
- Added flickerselection for textures.
- Added skinbrowsing
- Reordered the dialog a bit (but it still is too cluttered.)

---[2.0.00401]---------------------------
- New codebase
- Fixed memleak when closing application
- Fixed file not closed bug when saving model.
- Fixed wrong number of textures reported bug. Now the correct number of textures is reported.

---[2.0.0331]---------------------------
- New codebase
- Bugfixes of resize bug
- Added texture import
- Added texture export
- Added re-init flagging scheme so a model can flag itself as to be reinitialized for texture refreshing.
- Removed bogus code in GLwrapper class. 

---[2.0.0328]---------------------------
- New codebase

---[2.0.0325]---------------------------
- Added numerous bugfixes
- Added better bogus file handling (with new init scheme)
- Added texturebrowsing/selecting
- Added modelsaving
- Added chromeflag toggle

---[2.0.0320]---------------------------
- Added new rendermode: RM_ADDITIVE, which shows bones and additive rendered textures (semi transparent)
- Moved own code to hungarian naming scheme:
        membervars are prefixed with 'm_'
	all vars have a lcase character which shows the type:
	i = integer
	f = float
	bt = byte
	sm = StudioModel
	p = pointer
	c = char
	cp = charpointer
	s = short
	cs = CString
	cr = ColorReference
	etc.
- Cleaned up the code a lot.
- MdlView class is now called CMdlView

---[2.0.0318]---------------------------
- Inserted unified header in all .cpp and .h files
- Inserted new wireframe rendercode
- Removed a lot of unnecessary commentlines stating who inserted the codeparts
- Made new splash-screen
- Fixed lightcolorbug. Now floats are passed as floats and the lightcolor is correct
- Fixed cancelpressed bug in colordialogs
- Fixed 'cannot minimize MMC'. 
- Added Todo and bugs list.
- Inserted Bone rendercode.


---[2.0.0316]---------------------------
- Official first release on 16th of march 1999