BrainWash History

BrainWash 1.0.0 (1998/06/27):
*	initial release

BrainWash 1.1.0 (not released):
*	new project file
*	doesn't use precomiled headers anymore, added the necessary #include's
*	setting switch "enums are always int" turned off
*	app signature changed to "application/x-BrainWash"
*	beautified Thread class - now: virtual int32 ThreadFunction() instead of passing
	a thread_func pointer to the constructor (made destructor virtual)
*	Function::DrawPixel(): the precalc function was invoked with wrong parameters
*	moved classes Function, PreCalc, PostCalc to Threads.cpp/h
*	bug - added virtual destructor to PreCalc, PostCalc
*	(quite detailed - gets boring, huh?)...

BrainWash 1.2.0 (1999/04/25, not released):
*	added CmdThread class (and various Command classes) for simple
	inter-thread communication
*	each post calculation function runs it own CmdThread
*	for better performance calculation of complete edges instead of single pixels
*	did a little bit profiling to speed up calculation
*	fixed a bug in calculation (tanh) that sometimes produced miscolored pixels
*	cycle thread now runs at B_NORMAL_PRIORITY for smoother cycling
*	added support for different workspace resolutions
*	project files replaced by the general makefile
*	added stand alone feature (BrainWindow class) and therefore command line
	options

BrainWash 1.3.0 (1999/07/25):
*	ported to R4.5 ScreenSaver API
*	stand alone feature removed
