diff options
| author | Filippos Karapetis | 2009-05-30 10:22:53 +0000 |
|---|---|---|
| committer | Filippos Karapetis | 2009-05-30 10:22:53 +0000 |
| commit | 56c0a41b71256118eda1ffa08f2317aba673faf9 (patch) | |
| tree | 90a119557e31581489fe4b368ff3cc8883959287 /dists | |
| parent | 4960b64b484d3e80258feedea3f711704d7e0743 (diff) | |
| download | scummvm-rg350-56c0a41b71256118eda1ffa08f2317aba673faf9.tar.gz scummvm-rg350-56c0a41b71256118eda1ffa08f2317aba673faf9.tar.bz2 scummvm-rg350-56c0a41b71256118eda1ffa08f2317aba673faf9.zip | |
SCI: Moved the rest of the console code out of sciconsole.cpp and into console.cpp. "list" and "hexgrep" have been added to the console commands. parse_reg_t() has been moved to kmovement.cpp (as it's the only code using it). Note that the debug commands in scriptdebug.cpp have not been converted yet, so they don't work at the moment
svn-id: r41024
Diffstat (limited to 'dists')
| -rw-r--r-- | dists/msvc7/sci.vcproj | 6 | ||||
| -rw-r--r-- | dists/msvc71/sci.vcproj | 6 | ||||
| -rw-r--r-- | dists/msvc8/sci.vcproj | 8 | ||||
| -rw-r--r-- | dists/msvc9/sci.vcproj | 8 |
4 files changed, 0 insertions, 28 deletions
diff --git a/dists/msvc7/sci.vcproj b/dists/msvc7/sci.vcproj index ddad383af1..6a7bb5b629 100644 --- a/dists/msvc7/sci.vcproj +++ b/dists/msvc7/sci.vcproj @@ -190,12 +190,6 @@ RelativePath="..\..\engines\sci\engine\savegame.h"> </File> <File - RelativePath="..\..\engines\sci\engine\sciconsole.cpp"> - </File> - <File - RelativePath="..\..\engines\sci\engine\sciconsole.h"> - </File> - <File RelativePath="..\..\engines\sci\engine\script.h"> </File> <File diff --git a/dists/msvc71/sci.vcproj b/dists/msvc71/sci.vcproj index 4f6e4e7edd..442330d878 100644 --- a/dists/msvc71/sci.vcproj +++ b/dists/msvc71/sci.vcproj @@ -204,12 +204,6 @@ RelativePath="..\..\engines\sci\engine\savegame.h"> </File> <File - RelativePath="..\..\engines\sci\engine\sciconsole.cpp"> - </File> - <File - RelativePath="..\..\engines\sci\engine\sciconsole.h"> - </File> - <File RelativePath="..\..\engines\sci\engine\script.h"> </File> <File diff --git a/dists/msvc8/sci.vcproj b/dists/msvc8/sci.vcproj index d01456c173..64a42ede42 100644 --- a/dists/msvc8/sci.vcproj +++ b/dists/msvc8/sci.vcproj @@ -282,14 +282,6 @@ > </File> <File - RelativePath="..\..\engines\sci\engine\sciconsole.cpp" - > - </File> - <File - RelativePath="..\..\engines\sci\engine\sciconsole.h" - > - </File> - <File RelativePath="..\..\engines\sci\engine\script.h" > </File> diff --git a/dists/msvc9/sci.vcproj b/dists/msvc9/sci.vcproj index 5e7b9c0fa6..ab3772907f 100644 --- a/dists/msvc9/sci.vcproj +++ b/dists/msvc9/sci.vcproj @@ -283,14 +283,6 @@ > </File> <File - RelativePath="..\..\engines\sci\engine\sciconsole.cpp" - > - </File> - <File - RelativePath="..\..\engines\sci\engine\sciconsole.h" - > - </File> - <File RelativePath="..\..\engines\sci\engine\script.h" > </File> |
