|////////////////////////////////////|
|//********************************//| 
    
   MugenCleanup by Tekkaman Blade ;)
           Version 3.6b

|//********************************//|
|////////////////////////////////////|

contact:hydralisk.rush@gmail.com

v3.6

1.Minor Fixes

Alternate version included which keeps comments.


v3.50c

Changelog 2005/12/11 (ymd):

1.Corrected writing over of xvar(x)=0 as x!var(x)=0,

2.Changed spacing of "!=" causing errors

3.Minor fixes...

*********************************************************************


v3.50b

Changelog 2005/10/15:

1.Now puts converted files into a folder called 
Fixed (no need to rename files).

2.Inserts single lines between state blocks (still removes 
multiple empty lines). Previously all empty lines 
were removed. This should assist in clarity when editing.

3.Changed message on closing and error
 (more useful messages).

4.Fixed error with mugen not interpreting nameless 
States e.g. [State, 1].

5.Changes several triggers into their shorter form*.

*(validTrigger) = 0 to ! (validTrigger) (validTrigger) = 1 to (validTrigger)
 (validTrigger) = animtime, time, ctrl, 

5b. movehit,movecontact,moveguarded removed as (validTrigger)s

6.Fixed some memory leaks.

7.Replaces var(x)=0 with !var(x)


v 0.96b
-fixed null pointer error


v 0.96
-further tests revealed an error in my method of skipping lines,
 fixed.

v 0.95
-I have since fixed a javaw.exe memory leak problem by including
 a finalize method ;)

v 0.90
-Minor tweaks




|/////////////////////////|
|//'''''''''''''''''''''//|
|//  |What does it do?  //|
|//                     //|
|/////////////////////////|
'''''''''''''''''''''''''''

-removes unwanted spaces and comments from mugen text based files





|////////////////////////////|
|//''''''''''''''''''''''''//|
|//   |What's the point?|  //|
|//                        //|
|////////////////////////////|
''''''''''''''''''''''''''''''
-reduces size of MUGEN text based (DEF,AIR,CMD,CNS && ST) files
-makes it easier to redistribute/store files
-mugen machine executes faster

-neatly organises these files for editing





|////////////////////////////|
|//''''''''''''''''''''''''//|
|// |System Requirements|  //|
|//                        //|
|////////////////////////////|
''''''''''''''''''''''''''''''

-Java Runtime Environment (JRE)*
-Should run on any Windows, MAC or Unix system 
  (may be run from DOS as well, no command line options though)
-No special memory requirements





|///////////////////////|
|//'''''''''''''''''''//|
|//      |Type|       //|
|//                   //|
|///////////////////////|
'''''''''''''''''''''''''

-jar executable




|///////////////////////|
|//'''''''''''''''''''//|
|//      |Usage|      //|
|//                   //|
|///////////////////////|
'''''''''''''''''''''''''

-NOTE: FOR TEXT BASED FILES ONLY 
       VIZ DEF, AIR, CMD, CNS AND ST FILES ONLY

-double click on "MugenCleanup.jar"
-navigate to file and click 'ok'
-output is of format : "filename_new.txt"
-output is to same directory as original file
-original file is untouched




|///////////////////////|
|//'''''''''''''''''''//|
|//     |Notes|       //|
|//                   //|
|///////////////////////|
'''''''''''''''''''''''''
-requires *java to run
-get java here: http://www.java.com/en/download/
-I may eventually make MugenCleanup open source, so don't ask
-contact me here: hydralisk.rush@gmail.com




|///////////////////////|
|//'''''''''''''''''''//|
|//   |Legalities|    //|
|//                   //|
|///////////////////////|
'''''''''''''''''''''''''
-Please do not host MugenCleanup on your website without
 permission. Just ask me.

-PLEASE DO NOT modify the code FOR DISTRIBUTION

-MugenCleanup was written from scratch. By me. Without help.
 Resemblance to your ripoff is entirely coincidental on your 
 part ;)

-If this program crashes your machine, don't blame me, use at 
 your own risk. I will not be held responsible for damage to
 your person or to your machine by use of this program, either 
 modified or as is. By using the program MugenCleanup you agree
 to the above.

-M.U.G.E.N. (and winmugen by proxy) are copyright 
 Elecbyte (http://mugen.elecbyte.com)




|///////////////////////|
|//'''''''''''''''''''//|
|//  |Known Issues|   //|
|//                   //|
|///////////////////////|
'''''''''''''''''''''''''
-none known




