aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-06Renamed even more LaTeX files (those names might not be the best, but the sec...Max Horn
2006-04-06Updated 'credits' target to generate correct LaTeX fileMax Horn
2006-04-06Renamed more LaTeX filesMax Horn
2006-04-06Started to rename the LaTeX files based on their content instead of their num...Max Horn
2006-04-06Moved the TODO to the WikiMax Horn
2006-04-06Fixed another "worked in cinE, broken in ScummVM" bug that made it impossibleTorbjörn Andersson
2006-04-06We don't need to convert mono data to stereo: Simply tell the mixer that we'reTorbjörn Andersson
2006-04-06Split the opcodes into separate functions, and use an array of functionTorbjörn Andersson
2006-04-06Revert structure size changes, size expanded in readItemChildren()Travis Howell
2006-04-06Rename structures and correct array sizesTravis Howell
2006-04-06CleanupTravis Howell
2006-04-06Remove duplicate code in last commit and minor fixes for FFTravis Howell
2006-04-06Minor cleanup and fixes for FFTravis Howell
2006-04-06Add some work on scrolling in FFTravis Howell
2006-04-06Fix inventory hitareas in FFTravis Howell
2006-04-06Add more icon differences in FF and cleanupTravis Howell
2006-04-05Use English strings for the system and confirm menus, to be consistent with theTorbjörn Andersson
2006-04-05Fixed bug in loadObject() where the data pointer was only advanced for theTorbjörn Andersson
2006-04-05Added comments to Symbians data types.Lars Persson
2006-04-05I don't think assert(0) is a particularly helpful error message...Torbjörn Andersson
2006-04-05Fix character spacing in text blurbs.Eugene Sandulenko
2006-04-05Updated datatypes for Symbian OSLars Persson
2006-04-05Recursive current directory has a big overhead since it can point toEugene Sandulenko
2006-04-05Renames structures and other cleanupTravis Howell
2006-04-05use _gameid instead of _game.features to detect games using ImuseDigital (sli...Max Horn
2006-04-05Added SCUMMVM_DONT_DEFINE_TYPES so that (a) porters can still override our ty...Max Horn
2006-04-05Added SVN keywords, and removed inclusion of <sys/stat.h>.Torbjörn Andersson
2006-04-05Use the setBitFlag() and getBitFlag() functions, instead of manipulatingTorbjörn Andersson
2006-04-05Add back lost bitFlag check in listSaveGames()Travis Howell
2006-04-05Use full path qualifiers in #include statements (exception: engines/ can be o...Max Horn
2006-04-05Fix regression in Simon2, a byte was lost when clearing or setting marksTravis Howell
2006-04-04Re-fix sort by renaming min to minElem (avoid conflicts with certain system h...Max Horn
2006-04-04Turned FSList::sort into a generic function which can be applied to anything ...Max Horn
2006-04-04Allow symlinks to directories for FS;es with D_TYPE support.Eugene Sandulenko
2006-04-04Symlinks are also valid filesEugene Sandulenko
2006-04-04Fix crash for a case when game path is set incorrectlyEugene Sandulenko
2006-04-04Add inventory array differences in FF and minor cleanupTravis Howell
2006-04-04Rename variable in FSList::sort() to avoid conflict with system definesTravis Howell
2006-04-04TypoMax Horn
2006-04-04Fix freddicove detection.Eugene Sandulenko
2006-04-04Initialize uninitialized variable.Eugene Sandulenko
2006-04-04Removed extra exclamation marks in warning() calls as well.Eugene Sandulenko
2006-04-04Since our debug() adds an exclamation mark at the message end, removeEugene Sandulenko
2006-04-04Fix md5 for German IHNMEugene Sandulenko
2006-04-04Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h insteadMax Horn
2006-04-04Small updates to intiate variable and member visibility.Lars Persson
2006-04-04Added const qualifierMax Horn
2006-04-04Paranoia change: catch invalid 'method' value in generateDetectNameMax Horn
2006-04-04Use iterator API to iterate over all entries in the file listMax Horn
2006-04-04Some more FS code cleanupMax Horn