ScummVM main repository
Go to file
Pawel Kolodziejski 979e3add68 fixed endlines
2003-08-25 19:32:11 +00:00
lua Fix "unexpected type in concat" errors. 2003-08-22 13:07:40 +00:00
tools Make all tools in tools/Makefile by default. 2003-08-22 11:07:19 +00:00
.cvsignore Reinstate dependency calculation for Unix-g++ builds. 2003-08-17 04:22:18 +00:00
actor.cpp added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
actor.h Implement WalkActorTo and IsActorMoving (and incidentally GetActorYawToPoint). 2003-08-22 12:28:33 +00:00
bitmap.cpp added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
bitmap.h Use texture engine to draw backdrops... Way faster now than before :-) 2003-08-20 10:30:07 +00:00
bits.h BE floats are the same as LE floats, just byteswapped 2003-08-25 19:20:51 +00:00
color.h renamed all .cc to cpp and all .hh to .h 2003-08-15 19:41:26 +00:00
colormap.h renamed all .cc to cpp and all .hh to .h 2003-08-15 19:41:26 +00:00
COPYING.lib Initial revision 2003-08-15 18:00:22 +00:00
costume.cpp added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
costume.h Major overhaul and simplification of the construction method for 2003-08-20 14:29:59 +00:00
debug.cpp added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
debug.h renamed all .cc to cpp and all .hh to .h 2003-08-15 19:41:26 +00:00
engine.cpp added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
engine.h Add textObject handling... havn't commited the drawing code yet, as it's buggy. 2003-08-21 15:42:36 +00:00
hash_map.h added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
keyframe.cpp added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
keyframe.h renamed all .cc to cpp and all .hh to .h 2003-08-15 19:41:26 +00:00
lab.cpp added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
lab.h added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
localize.cpp added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
localize.h renamed all .cc to cpp and all .hh to .h 2003-08-15 19:41:26 +00:00
lua.cpp added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
lua.h renamed all .cc to cpp and all .hh to .h 2003-08-15 19:41:26 +00:00
lua.vcproj added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
main.cpp Uncomment lua init code 2003-08-25 19:29:45 +00:00
Makefile Add textObject handling... havn't commited the drawing code yet, as it's buggy. 2003-08-21 15:42:36 +00:00
Makefile.cross remove residual.exe for clean 2003-08-21 16:48:03 +00:00
Makefile.mingw Add install/dist option to mingw makefile. 2003-08-23 01:44:12 +00:00
material.cpp added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
material.h renamed all .cc to cpp and all .hh to .h 2003-08-15 19:41:26 +00:00
mixer.cpp added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
mixer.h added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
model.cpp added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
model.h renamed all .cc to cpp and all .hh to .h 2003-08-15 19:41:26 +00:00
README Add note regarding abismal FPS on the many cards without a speedy glDrawPixels implementation. 2003-08-24 14:12:22 +00:00
registry.cpp added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
registry.h renamed all .cc to cpp and all .hh to .h 2003-08-15 19:41:26 +00:00
residual.rc added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
residual.sln small update for project file 2003-08-25 05:24:36 +00:00
residual.vcproj Fix compilation of the lua lib (to include math io and str) 2003-08-25 18:42:24 +00:00
resource.cpp Fix compilation of the lua lib (to include math io and str) 2003-08-25 18:42:24 +00:00
resource.h Major overhaul and simplification of the construction method for 2003-08-20 14:29:59 +00:00
scene.cpp added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
scene.h Implementation of the Z Buffer. It works fast enough on my TNT2 board, 2003-08-23 13:52:43 +00:00
sound.cpp added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
sound.h added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
stdafx.h added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
textobject.cpp added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
textobject.h Whoops, forgot to commit these files last night :) 2003-08-22 05:53:29 +00:00
textsplit.cpp vsscanf isn't part of the the standard, and hence not in the std:: namespace (at least over here). If this causes problems for somebody, please flag me and we can work out a solution 2003-08-25 19:21:00 +00:00
textsplit.h Some set objects (eg, 'al') do not have ZBuffers. 2003-08-18 13:59:33 +00:00
TODO update todo 2003-08-25 05:18:47 +00:00
vector3d.h renamed all .cc to cpp and all .hh to .h 2003-08-15 19:41:26 +00:00
walkplane.cpp added windows target, hash maps still not compilable for resource.cpp 2003-08-24 17:56:03 +00:00
walkplane.h Rough implementation of sector visibility. 2003-08-21 09:15:52 +00:00

Residual: A LucasArts 3D game interpreter            Version 0.01-CVS
(C) 2003- The ScummVM-Residual team                  Last Updated: 24st Aug 2003
--------------------------------------------------------------------------------

What is Residual?
-----------------
Residual is a ScummVM (http://www.scummvm.org/) sub-project to play LucasArts'
LUA-bassed 3D adventures. The 2D adventures based on the SCUMM-engine can be run
by the main ScummVM software, Residual handles the residual (remaining) games.
It is also a word pun, as the engine used in the first LUA-based adventure was
gamed GrimE, which is a residue. Residual is an OpenGL program, and requirs a
3D card and OpenGL support.

What games does it support?
---------------------------
Residual is a very new project, and still very much in an alpha stage. Currently
it contains some support for Grim Fandango. We hope to later be able to support 
the other LucasArts LUA-based title 'Escape from Monkey Island'.

How do I run Residual?
----------------------
Again, as Residual is still under heavy development, it is not yet stable, easy
to use, nor complete. However, if you do wish to try it you can do so by:

UNIX:
     Create a ~/.residualrc file, containing the following lines:
       DataDir=[path to all the .lab files]
       good_times=TRUE
Win32:
     Copy 'residual.exe' into the directory containing your .lab files, and
create a file in this directory called 'residual.ini'. This file should contain
the lines:
       DataDir=.
       good_times=TRUE

It runs really slow!
--------------------
A large portion of older cards (Such as 3dfx cards, Radeon 7500 and earlier,
Matrox G4xx series cards, etc) do not have a fast glDrawPixels implementation.
Unix users can achieve a usable speed by using Mesa 5.0 or newer, but people
unable to upgrade or Windows users are stuck.

We are working on this problem, however it is a tricky one and no easy
solution has yet been found.

What is the state of Residual?
-------------------------------
Many features are not yet supported. 2D graphics and text are not yet drawn,
although you can interact with objects that do not appear (eg, the mail tube)
It may crash. You can walk off the screen and into places you should not be
able to. There is no lighting. Basically, not all that great.

However, the game itself is in a fairly decent state. You can (using the
default Grim keys, such as 'e' for examine, 'u' to use, 'p' to pickup and
'i' for inventory) interact with things and actually 'play' it.

How do I report bugs?
---------------------
See above. There is no point yet.

What else should I know?
------------------------
  * Exit with 'q', and don't press f1, as things will go loopy.
  * Won't compile in MSVC (see TODO), but will on MingW32
  * See TODO for other stuff

ScummVM-Residual Team Credits:
------------------------------
ScummVM-Residual Team Credits:
 Daniel Schepler         Initial engine codebase & LUA upgrades
 James Brown          	 ScummVM project leader, core engine developer
 Vincent Hamm            Core engine developer
 Lionel Ulmer            OpenGL optimisations
 Pawel Kolodziejski      SMUSH/iMUSE implemention

Special Thanks To:
------------------ 
 The LUA developers, for creating a nice compact script interpreter.
 
 Tim Schafer, for obvious reasons, and everybody else who helped make
 Grim Fandango a brilliant game; and the EMI team for giving it their
 best try.
 
 Bret Mogilefsky, for managing to create a SPUTM-style 3D LUA engine,
 and avoiding the horrible hack it could have been.