[Scummvm-cvs-logs] CVS: scummvm debug.cpp,1.4,1.5 readme.txt,1.3,1.4

Ludvig Strigeus strigeus at users.sourceforge.net
Tue Nov 6 12:08:08 CET 2001


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

Modified Files:
	debug.cpp readme.txt 
Log Message:
updated texts in debug.cpp as well as readme.txt
by Jeroen Janssen

Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/debug.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** debug.cpp	2001/11/06 20:00:47	1.4
--- debug.cpp	2001/11/06 20:07:42	1.5
***************
*** 53,56 ****
--- 53,58 ----
  			   "quit -> quit the debugger\n"
  			   "go [numframes] -> increase frame\n"
+ 				 "actor [actornum] -> show actor information\n"
+ 				 "scripts -> show running scripts\n"
  			   );
  		return true;

Index: readme.txt
===================================================================
RCS file: /cvsroot/scummvm/scummvm/readme.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** readme.txt	2001/10/12 08:22:12	1.3
--- readme.txt	2001/11/06 20:07:42	1.4
***************
*** 1,13 ****
! 2001-10-12
  
! This is the 2nd pre-alpha release of ScummVM. It is an implementation of the SCUMM
! engine used in various Lucas Arts games such as Monkey Island and Day of the Tentacle.
  
! The engine is far from complete, and thus only Monkey Island 2 and Monkey Island
! 1 is supported at the moment.
  
  Please be aware that the engine contains bugs and non-implemented-features that
! make it impossible to finish the game. Other stuff that's missing is sound and
! savegames.
  
  Compiling:
--- 1,16 ----
! 2001-11-6
  
! ScummVM is an implementation of the SCUMM engine used in various Lucas Arts games
! such as Monkey Island and Day of the Tentacle.
  
! At the moment the following games have been reported to work:
! Monkey Island 1 (CD version)
! Monkey Island 2
! Indiana Jones And The Fate Of Atlantis
! Day Of The Tentacle
! Sam & Max (partially)
  
  Please be aware that the engine contains bugs and non-implemented-features that
! make it impossible to finish the game. Other stuff that's missing is music.
  
  Compiling:
***************
*** 21,27 ****
  hopefully ScummVM will compile for you.
  
- Please note that big endian support is preliminary and contains bugs.
- 
- 
  Microsoft Visual C++:
  ---------------------
--- 24,27 ----
***************
*** 39,42 ****
--- 39,44 ----
  You can use Ctrl 0-9 and Shift 0-9 to load and save states.
  Ctrl-z quits, and Ctrl-f runs in fast mode.
+ Ctrl-d starts the debugger.
+ Ctrl-s shows memory consumption.
  
  Good Luck,





More information about the Scummvm-git-logs mailing list