Age | Commit message (Expand) | Author |
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 |
2006-02-19 | Changed the menu subsystem to use getReference rather than being passed in th... | Paul Gilbert |
2006-02-19 | Changed the changed memset method to setBytes, which I like better | Paul Gilbert |
2006-02-18 | Updated Dev-C++ project files to reflect HE restructuring in scumm, along wit... | Jamieson Christian |
2006-02-18 | - Merged GameDetector::detectGame() into GameDetector::detectMain() | Max Horn |
2006-02-18 | - renamed PLUGIN_getSupportedGames to PLUGIN_gameIDList for consistency | Max Horn |
2006-02-18 | Grammar fix | Max Horn |
2006-02-18 | EditGameDialog only needs the game description, not the full GameSettings -> ... | Max Horn |
2006-02-18 | Enable gob2 detection | Eugene Sandulenko |
2006-02-18 | Simplified use of namespaces | Eugene Sandulenko |
2006-02-18 | - Removed the 'features' field from GameSettings | Max Horn |
2006-02-17 | Fixed extra desc for a few MD5 table entries | Max Horn |
2006-02-17 | Reduced header dependencies | Max Horn |
2006-02-17 | This file was obsoleted by the previous commit, but I didn't want to force SVN | Torbjörn Andersson |
2006-02-17 | Removed includes from sword2.h so that (hopefully) there will eventually be | Torbjörn Andersson |
2006-02-17 | Removed lots of unneeded #includes from gob.h, and moved GobGameSettings to g... | Max Horn |
2006-02-17 | Added global toGameSettings() template function for convenience; simplified G... | Max Horn |
2006-02-17 | Reduced use of GF_DEFAULT_TO_1X_SCALER in favor of a new param to Engine::ini... | Max Horn |
2006-02-16 | Whitespace fix. | Torbjörn Andersson |