Age | Commit message (Expand) | Author |
2006-02-22 | Added CINE plugin to PluginManager::loadPlugins() section | Gregory Montoir |
2006-02-22 | Initial version of Cinematique engine evo 1. | Eugene Sandulenko |
2006-02-22 | Fix bug #1386333: "FT DEMO: assertion triggered when playing movie". | Eugene Sandulenko |
2006-02-22 | Fix bug #1435635: "Windows icon does not have all the correct sizes" with | Eugene Sandulenko |
2006-02-22 | Patch #1436165: "configure fixes for Solaris compatibility" | Eugene Sandulenko |
2006-02-21 | Cleanup decompressWizImage() in HE games | Travis Howell |
2006-02-21 | Fix compiler error introduced by last commit. | Eugene Sandulenko |
2006-02-21 | Fix crash on floppy version of gob2 | Eugene Sandulenko |
2006-02-21 | More GOB2 changes (Mult::loadMult()) + correcting some mistakes I made | Sven Hesse |
2006-02-21 | Removed the "extra bars/nodes" code, since nothing ever added the extra bars or | Torbjörn Andersson |
2006-02-21 | Improved layering of objects within rooms - for example, Ratpouch now properl... | Paul Gilbert |
2006-02-20 | Add German version of Simon the Sorcerer 2 (DOS Floppy) | Travis Howell |
2006-02-20 | Moved iMUSE code to the new directory engines/scumm/imuse/ | Max Horn |
2006-02-20 | Moved fonts to a new dir graphics/fonts | Max Horn |
2006-02-20 | Fixing compiler (cast) warning | Max Horn |
2006-02-20 | Fixing up my previous commit: finished moving common/scaler* to graphics | Max Horn |
2006-02-20 | Moved common/scaler* to graphics/ | Max Horn |
2006-02-20 | Updated MD5 tables again, adding details to more HE game variants | Max Horn |
2006-02-20 | Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si... | Max Horn |
2006-02-20 | Added / corrected some comments, and moved ScummGameSettings to scumm.h | Max Horn |
2006-02-20 | Use ptrdiff_t from stddef.h for our offsetof-clone (this should reduce warnin... | Max Horn |
2006-02-20 | Added --enable-Werror option to our configure script | Max Horn |
2006-02-20 | Fixed indention (spaces -> tabs) | Max Horn |
2006-02-20 | Updated scumm-md5 table a bit more | Max Horn |
2006-02-20 | Simplified puttrace entry in the (still unused) extra_versions table | Max Horn |
2006-02-20 | Removing the GF_HE_985 from HE 99 games (I only was able to verify that this ... | Max Horn |
2006-02-20 | Fix for bug #1428261 (Solaris x86 build fails: variable name collision) | Max Horn |
2006-02-20 | Fixed warning when compiling with DISABLE_SCALERS | Torbjörn Andersson |
2006-02-20 | Workaround for bug #1308033 (FOA: skips single line of dialogue) | Max Horn |
2006-02-20 | More tweaks to the still unused extra_versions table | Max Horn |
2006-02-20 | Disable unchecked use of OSystem::setWindowCaption from SCUMM/HE scripts (thi... | Max Horn |
2006-02-20 | Clarified that OSystem::setWindowCaption currently only supports ASCII captions | Max Horn |
2006-02-19 | added experimental hook handle on 8,9 sub opcode music | Paweł Kołodziejski |
2006-02-19 | Added more variant IDs for HE games | Max Horn |
2006-02-19 | Specify variant IDs for some HE games in scumm-md5.txt/.h | Max Horn |
2006-02-19 | Updated the (still unused) extra_versions table a bit | Max Horn |
2006-02-19 | - Added new extra_versions table -> work in progress and disabled for now. | Max Horn |
2006-02-19 | Fixed compiler warning | Max Horn |
2006-02-19 | Cleaned up the main game loop, improved handling for changing rooms, and impr... | Paul Gilbert |
2006-02-19 | Added basic support for conversations, as well as reworking the Hotspot class... | Paul Gilbert |
2006-02-19 | Converted mouse and events classes to use new getReference style | Paul Gilbert |
2006-02-19 | Updated memory set method call to new name | Paul Gilbert |
2006-02-19 | Changed hotspot references to use updated hotspot methods | Paul Gilbert |
2006-02-19 | Added handling for conversation data, as well as moved storing cursor data in... | Paul Gilbert |
2006-02-19 | Added new resources for conversations, cleaned up existing class names, and e... | Paul Gilbert |
2006-02-19 | Added display of talk dialogs during conversations | Paul Gilbert |
2006-02-19 | Implemented several more script engine methods | Paul Gilbert |
2006-02-19 | Added new class for displaying conversation talk dialogs | Paul Gilbert |
2006-02-19 | Added new definitions used by the conversation subsystem | Paul Gilbert |
2006-02-19 | Changed subsystem object create methods whose constructors I've switched to t... | Paul Gilbert |