mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
ScummVM main repository
lua | ||
tools | ||
.cvsignore | ||
actor.cpp | ||
actor.h | ||
bitmap.cpp | ||
bitmap.h | ||
bits.h | ||
color.h | ||
colormap.h | ||
COPYING.lib | ||
costume.cpp | ||
costume.h | ||
debug.cpp | ||
debug.h | ||
engine.cpp | ||
engine.h | ||
hash_map.h | ||
keyframe.cpp | ||
keyframe.h | ||
lab.cpp | ||
lab.h | ||
localize.cpp | ||
localize.h | ||
lua.cpp | ||
lua.h | ||
main.cpp | ||
Makefile | ||
Makefile.mingw | ||
material.cpp | ||
material.h | ||
mixer.cpp | ||
mixer.h | ||
model.cpp | ||
model.h | ||
README | ||
registry.cpp | ||
registry.h | ||
resource.cpp | ||
resource.h | ||
scene.cpp | ||
scene.h | ||
sound.cpp | ||
sound.h | ||
textsplit.cpp | ||
textsplit.h | ||
TODO | ||
vector3d.h |
(C) 2003- The ScummVM-Residual team http://www.scummvm.org/ Readme - still needs writing. What is Residual: Residual is a ScummVM sub-project to create an engine to play the remaining (residual) LucasArts adventures that ScummVM does not support. This means the 3D titles Grim Fandango (and eventually, maybe, perhaps) Escape from Monkey Island. It's a word pun, as 'grime' is a residue (as is scum). Get over it. Running: Create ~/.residualrc (UNIX) or C:\residual.ini (Win32) Add: DataDir=[path to all the .lab files] good_times=TRUE Exit with 'q', and don't press f1 or the inventory... as things go a bit weird. Notes - * Will run extremely slow on anything but fairly recent cards (due to use of glDrawPixels). Requires OpenGL in all cases. * Won't compile in MSVC (see TODO), but will on MingW32. * Windows you must put .exe in the DataDir and set it to '.' in residual.ini, Windows-style path slashing isn't parsed yet. * See TODO for other stuff ScummVM-Residual Team Credits: Daniel Schepler Initial engine codebase & LUA upgrades James Brown ScummVM project leader, core engine developer Vincent Hamm Core engine developer Pawel Kolodziejski SMUSH/iMUSE implemention