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

James Brown ender at users.sourceforge.net
Sat Mar 16 00:02:02 CET 2002


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

Modified Files:
	readme.txt 
Added Files:
	descumm3.cpp 
Log Message:
Added V3 script decompiler.



--- NEW FILE: descumm3.cpp ---
/* DeScumm - Scumm Script Disassembler (version 3 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/descumm3.cpp,v 1.1 2002/03/16 08:01:54 ender Exp $
 *
[...1529 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;
	
}



Index: readme.txt
===================================================================
RCS file: /cvsroot/scummvm/tools/readme.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** readme.txt	12 Mar 2002 09:02:04 -0000	1.1
--- readme.txt	16 Mar 2002 08:01:54 -0000	1.2
***************
*** 9,10 ****
--- 9,12 ----
                        component parts, for use with ScummVM
  
+         descumm3.cpp - Decompiles SCUMM V3 scripts (eg, loomcd, indy3-256
+                        Zak256 (fmtowns).





More information about the Scummvm-git-logs mailing list