Max Horn
|
39e9853d91
|
* Added ScummEngine_v8::initScummVars()
* Moved VAR_LANGUAGE to class ScummEngine_v8
* Minor cleanup
svn-id: r22223
|
2006-04-29 13:56:36 +00:00 |
|
Johannes Schickel
|
3f76984a41
|
Let scumm engine handle EVENT_SCREEN_CHANGED and let the gui know. (Needed for disabling overlay scaling)
svn-id: r22026
|
2006-04-19 06:23:49 +00:00 |
|
Max Horn
|
74edd90aba
|
Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have new setInt and setBool methods (matching getInt/getBool), which avoids strange quirks & bugs caused by (char *) being implicitly cast to int (ouch)
svn-id: r21951
|
2006-04-16 19:23:14 +00:00 |
|
Max Horn
|
81e8a2860e
|
Moved iMUSE code to the new directory engines/scumm/imuse/
svn-id: r20801
|
2006-02-20 20:57:26 +00:00 |
|
Max Horn
|
e389bcf497
|
Replaced _gameId, _version, _heversion, _features, _midi, _platform with a simple ScummGameSettings instance: _game
svn-id: r20795
|
2006-02-20 16:51:30 +00:00 |
|
Eugene Sandulenko
|
10c7835cfc
|
Moved all he-specific source files to engines/scumm/he/ subdirectory
svn-id: r20696
|
2006-02-15 00:57:50 +00:00 |
|
Max Horn
|
26ee630756
|
Moved engines to the new engines/ directory
svn-id: r20582
|
2006-02-11 22:45:04 +00:00 |
|