Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-23 | fixed warnings | Paweł Kołodziejski | |
svn-id: r20829 | |||
2006-02-23 | In Feeble Files, mouse clicks are recorded in _bitArray[] as well. I was hoping | Torbjörn Andersson | |
that this would make a difference for the Oracle, but apparently not. svn-id: r20828 | |||
2006-02-23 | Fix a few more compile warnings. | Travis Howell | |
svn-id: r20827 | |||
2006-02-23 | Fix a few compile warnings. | Travis Howell | |
svn-id: r20826 | |||
2006-02-23 | Update function type, to match last commit | Travis Howell | |
svn-id: r20825 | |||
2006-02-23 | Fix a few compile warnings. | Travis Howell | |
svn-id: r20824 | |||
2006-02-23 | Fixed some more compiler warnings. Many still remain. | Torbjörn Andersson | |
svn-id: r20823 | |||
2006-02-23 | Changed mmp zip file for .in files | Lars Persson | |
svn-id: r20822 | |||
2006-02-23 | Cleanup to remove duplicate type defines | Travis Howell | |
svn-id: r20821 | |||
2006-02-23 | Fixed some of the compiler warnings. | Torbjörn Andersson | |
svn-id: r20819 | |||
2006-02-23 | Don't call exit() directly. Instead, use the backend's quit() method for normal | Torbjörn Andersson | |
shutdown, and error() for abnormal termination. svn-id: r20818 | |||
2006-02-22 | Fixed typo in configure script | Gregory Montoir | |
svn-id: r20817 | |||
2006-02-22 | Added CINE plugin to PluginManager::loadPlugins() section | Gregory Montoir | |
svn-id: r20814 | |||
2006-02-22 | Initial version of Cinematique engine evo 1. | Eugene Sandulenko | |
svn-id: r20813 | |||
2006-02-22 | Fix bug #1386333: "FT DEMO: assertion triggered when playing movie". | Eugene Sandulenko | |
svn-id: r20812 | |||
2006-02-22 | Fix bug #1435635: "Windows icon does not have all the correct sizes" with | Eugene Sandulenko | |
new file attached to the bugreport. svn-id: r20811 | |||
2006-02-22 | Patch #1436165: "configure fixes for Solaris compatibility" | Eugene Sandulenko | |
svn-id: r20810 | |||
2006-02-21 | Cleanup decompressWizImage() in HE games | Travis Howell | |
svn-id: r20809 | |||
2006-02-21 | Fix compiler error introduced by last commit. | Eugene Sandulenko | |
svn-id: r20808 | |||
2006-02-21 | Fix crash on floppy version of gob2 | Eugene Sandulenko | |
svn-id: r20807 | |||
2006-02-21 | More GOB2 changes (Mult::loadMult()) + correcting some mistakes I made | Sven Hesse | |
svn-id: r20806 | |||
2006-02-21 | Removed the "extra bars/nodes" code, since nothing ever added the extra bars or | Torbjörn Andersson | |
nodes. Removed the path-plotting debugging code, since the line-drawing function has been a stub for the past few years, as far as I can tell. Similar code was removed from the BS2 router long ago, so this could be a first tiny step towards bringing them together. svn-id: r20805 | |||
2006-02-21 | Improved layering of objects within rooms - for example, Ratpouch now ↵ | Paul Gilbert | |
properly shows up on the rack svn-id: r20804 | |||
2006-02-20 | Add German version of Simon the Sorcerer 2 (DOS Floppy) | Travis Howell | |
svn-id: r20803 | |||
2006-02-20 | Moved iMUSE code to the new directory engines/scumm/imuse/ | Max Horn | |
svn-id: r20801 | |||
2006-02-20 | Moved fonts to a new dir graphics/fonts | Max Horn | |
svn-id: r20800 | |||
2006-02-20 | Fixing compiler (cast) warning | Max Horn | |
svn-id: r20799 | |||
2006-02-20 | Fixing up my previous commit: finished moving common/scaler* to graphics | Max Horn | |
svn-id: r20798 | |||
2006-02-20 | Moved common/scaler* to graphics/ | Max Horn | |
svn-id: r20797 | |||
2006-02-20 | Updated MD5 tables again, adding details to more HE game variants | Max Horn | |
svn-id: r20796 | |||
2006-02-20 | Replaced _gameId, _version, _heversion, _features, _midi, _platform with a ↵ | Max Horn | |
simple ScummGameSettings instance: _game svn-id: r20795 | |||
2006-02-20 | Added / corrected some comments, and moved ScummGameSettings to scumm.h | Max Horn | |
svn-id: r20794 | |||
2006-02-20 | Use ptrdiff_t from stddef.h for our offsetof-clone (this should reduce ↵ | Max Horn | |
warnings on e.g. the PS2, but may cause problems on systems that are missing this type/header. Please contact me if this causes problems on your port) svn-id: r20793 | |||
2006-02-20 | Added --enable-Werror option to our configure script | Max Horn | |
svn-id: r20792 | |||
2006-02-20 | Fixed indention (spaces -> tabs) | Max Horn | |
svn-id: r20791 | |||
2006-02-20 | Updated scumm-md5 table a bit more | Max Horn | |
svn-id: r20790 | |||
2006-02-20 | Simplified puttrace entry in the (still unused) extra_versions table | Max Horn | |
svn-id: r20789 | |||
2006-02-20 | Removing the GF_HE_985 from HE 99 games (I only was able to verify that this ↵ | Max Horn | |
is correct for the demos, but am confident enough to risk this change even for the full german version) svn-id: r20788 | |||
2006-02-20 | Fix for bug #1428261 (Solaris x86 build fails: variable name collision) | Max Horn | |
svn-id: r20787 | |||
2006-02-20 | Fixed warning when compiling with DISABLE_SCALERS | Torbjörn Andersson | |
svn-id: r20786 | |||
2006-02-20 | Workaround for bug #1308033 (FOA: skips single line of dialogue) | Max Horn | |
svn-id: r20785 | |||
2006-02-20 | More tweaks to the still unused extra_versions table | Max Horn | |
svn-id: r20783 | |||
2006-02-20 | Disable unchecked use of OSystem::setWindowCaption from SCUMM/HE scripts ↵ | Max Horn | |
(this fixes crashes under Mac OS X with e.g. german puttrace) svn-id: r20782 | |||
2006-02-20 | Clarified that OSystem::setWindowCaption currently only supports ASCII captions | Max Horn | |
svn-id: r20780 | |||
2006-02-19 | added experimental hook handle on 8,9 sub opcode music | Paweł Kołodziejski | |
svn-id: r20779 | |||
2006-02-19 | Added more variant IDs for HE games | Max Horn | |
svn-id: r20778 | |||
2006-02-19 | Specify variant IDs for some HE games in scumm-md5.txt/.h | Max Horn | |
svn-id: r20777 | |||
2006-02-19 | Updated the (still unused) extra_versions table a bit | Max Horn | |
svn-id: r20776 | |||
2006-02-19 | - Added new extra_versions table -> work in progress and disabled for now. | Max Horn | |
- Refined information in scumm-md5.txt a bit - Updated scumm-md5.h to reflect the changes in scumm-md5.txt - Removed some unicode garbage from scumm.cpp svn-id: r20774 | |||
2006-02-19 | Fixed compiler warning | Max Horn | |
svn-id: r20773 |