[Scummvm-cvs-logs] CVS: tools descumm5.cpp,NONE,1.1 descumm6.cpp,NONE,1.1 readme.txt,1.2,1.3

James Brown ender at users.sourceforge.net
Mon Apr 15 01:09:06 CEST 2002


Update of /cvsroot/scummvm/tools
In directory usw-pr-cvs1:/tmp/cvs-serv24220

Modified Files:
	readme.txt 
Added Files:
	descumm5.cpp descumm6.cpp 
Log Message:
Move descumm5/6 to 'tools' module.



--- NEW FILE: descumm5.cpp ---
/* DeScumm - Scumm Script Disassembler (version 5 scripts)
 * Copyright (C) 2001  Ludvig Strigeus
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.

 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 *
 * $Header: /cvsroot/scummvm/tools/descumm5.cpp,v 1.1 2002/04/15 08:05:27 ender Exp $
 *
[...1531 lines suppressed...]
			}
			OutputLine(buf, curoffs, opcode, j);
		}
		while (IndentBlock(get_curpos())) {
			OutputLine("}", -1, -1, -1);
		}
	
		fflush(stdout);
	} while (cur_pos < mem + len);
	
	
	printf("END\n");
	 
	free(memorg);
	
	return 0;
	
}



--- NEW FILE: descumm6.cpp ---
/* DeScumm - Scumm Script Disassembler (version 6 scripts)
 * Copyright (C) 2001  Ludvig Strigeus
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.

 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 *
 * $Header: /cvsroot/scummvm/tools/descumm6.cpp,v 1.1 2002/04/15 08:05:27 ender Exp $
 *
[...1544 lines suppressed...]
			curoffs = get_curoffs();
			while (indentBlock(get_curoffs())) {
				outputLine("}", -1, -1, -1);
			}

			fflush(stdout);
		}
	} while (cur_pos < mem + len);
	
	
	printf("END\n");
	 
	free(memorg);
	
	return 0;


	return 0;
}


Index: readme.txt
===================================================================
RCS file: /cvsroot/scummvm/tools/readme.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** readme.txt	16 Mar 2002 08:01:54 -0000	1.2
--- readme.txt	15 Apr 2002 08:05:28 -0000	1.3
***************
*** 11,12 ****
--- 11,17 ----
          descumm3.cpp - Decompiles SCUMM V3 scripts (eg, loomcd, indy3-256
                         Zak256 (fmtowns).
+ 
+         descumm5.cpp - Decompiles SCUMM V4/V5 scripts (eg, monkey1/2, FOA)
+ 
+         descumm6.cpp - Decompiles SCUMM V6/V7/V8 scripts (eg, dott, FT, etc)
+ 





More information about the Scummvm-git-logs mailing list