aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
2006-06-18Makes sure updateScreen() is called once in a while in the menu polling ↵Oystein Eftevaag
loop, to give backends some drawing time for virtual keyboards etc svn-id: r23169
2006-06-05removes _selectedMenuItem again.Johannes Schickel
svn-id: r22944
2006-06-05Fixed PalmOS ARM crashesChris Apers
svn-id: r22942
2006-06-04wrong palettes should be really fixed now.Johannes Schickel
svn-id: r22912
2006-06-04Should fix strange palettes in some rooms.Johannes Schickel
svn-id: r22910
2006-06-03This hack is no longer needed to make the mouse cursor visible on the Kyra 3Torbjörn Andersson
main menu. svn-id: r22905
2006-06-03Don't allow creation of save file when the user quits the game while the intro.Johannes Schickel
svn-id: r22904
2006-06-03Fixes visible mouse cursor in the intro with classic theme.Johannes Schickel
svn-id: r22903
2006-06-03Changes some char* usage to Common::String.Johannes Schickel
svn-id: r22902
2006-06-03- Replaces usage of PAKChunk* with PAKChunk for Common::List, should solve ↵Johannes Schickel
some strange MSVC6 warnings/(errors). svn-id: r22900
2006-06-03Implements cmd_fadeEntirePalette, should fix some missing palette fades.Johannes Schickel
svn-id: r22888
2006-06-03Fix for bug # 1497965 ("KYRA1: Skipping dialogue requires two clicks").Johannes Schickel
svn-id: r22848
2006-06-02Oops. sfx should be on per default.Johannes Schickel
svn-id: r22845
2006-06-02Fix for bug # 1497961 ("KYRA1: in-game "Music" option not working").Johannes Schickel
svn-id: r22844
2006-06-01Call setWalkspeed() after reading config settings, and after loading savegames,Torbjörn Andersson
so that _timers[] is properly synced with _configWalkspeed. Should fix bug #1498660. svn-id: r22814
2006-05-31GCC 2.9x fix for Symbian OS, for accessing class within Common namespaceLars Persson
svn-id: r22807
2006-05-30Fixed subtitles Y coordinate in characterSays(). I have no way of confirmingTorbjörn Andersson
this, but it seems obvious to me that it's trying to subtract the character's scaled height, and this is how that's calculated elsewhere as far as I can see. svn-id: r22769
2006-05-29Committed patch [ 1496602 ] KYRA: typo on Kyra2 file listOystein Eftevaag
, thanks to Bellut svn-id: r22729
2006-05-28Got rid of _selectedMenuItem to make LordHoto happier.Torbjörn Andersson
svn-id: r22725
2006-05-28Mock-up version of the Kyra 3 main menu. Just enough to be able to select theTorbjörn Andersson
intro cutscene. svn-id: r22724
2006-05-28Sets a blank palette at startup.Johannes Schickel
svn-id: r22719
2006-05-28cleanupJohannes Schickel
svn-id: r22717
2006-05-28- makes Screen::getPagePtr privateJohannes Schickel
- introduces Screen::getCPagePtr and Screen::getPageRect (which should ease the introduction of dirty rect handling) - moves KyraEngine::loadBitmap to Screen svn-id: r22716
2006-05-28Another couple of fixes for the spanish floppy version (menu strings ↵Oystein Eftevaag
specifically) svn-id: r22714
2006-05-28adds GF_ITALIAN to the list of language flags.Johannes Schickel
svn-id: r22713
2006-05-28cleanupJohannes Schickel
svn-id: r22712
2006-05-28removes some tabs.Johannes Schickel
svn-id: r22710
2006-05-28This could fix detecting unknown non-english versions which contain a ↵Johannes Schickel
MAIN_ENG.CPS and a language specific image. svn-id: r22709
2006-05-28Commits Chriliths patch for fixing Kyra on PalmOS.Johannes Schickel
svn-id: r22708
2006-05-28Fixes bug # 1494945 ("KYRA1: Actor disappearing in an animation").Johannes Schickel
svn-id: r22707
2006-05-28The Kyra settings are now stored in the config file instead of the savegames.Torbjörn Andersson
The settings in older savegames are ignored. svn-id: r22705
2006-05-28Added speechEnabled() and textEnabled() to simplify the text/speech config ↵Oystein Eftevaag
checks a bit, and added checks some more places svn-id: r22703
2006-05-28Added checks for sound/text config in Brandons responses to using the amuletOystein Eftevaag
svn-id: r22699
2006-05-28Adding a safety check before the stopHandle call().. May or may not be ↵Oystein Eftevaag
necessary. svn-id: r22698
2006-05-28Fix for [ 1472007 ] KYRA1: Bypassing cutscenes with ESC doesn't stop speechOystein Eftevaag
svn-id: r22697
2006-05-28Kyra.dat wasn't being loaded for the kyra1 demo (which is needed). Fixed.Oystein Eftevaag
svn-id: r22696
2006-05-28Fixes bug [ 1480746 ] KYRA1: menu triggers assertion, and sets the ↵Oystein Eftevaag
text/speech config options correctly for CD versions svn-id: r22693
2006-05-27Maintain the same screen update frequency while waiting for speech to finish.Torbjörn Andersson
This should take care of half of bug #1494934. The other half was fixed in the SDL backend earlier. svn-id: r22683
2006-05-27Draw the selected menu item (currently always the first one) highlighted, i.e.Torbjörn Andersson
white instead of yellow. svn-id: r22676
2006-05-26This produces the correct character spacing for the main menu.Torbjörn Andersson
svn-id: r22664
2006-05-26We don't have a mouse cursor yet, but this is probably the point where itTorbjörn Andersson
should be shown. svn-id: r22663
2006-05-26Removed hack to flush mouse events. No longer needed, apparently.Torbjörn Andersson
svn-id: r22662
2006-05-26Fixes input handling while moving.Johannes Schickel
svn-id: r22661
2006-05-26- redraw inventory before entering a roomJohannes Schickel
- some cleanup svn-id: r22660
2006-05-25Set and show/hide mouse cursors through a "cursor manager" (analogous to theTorbjörn Andersson
recently added (cursor) palette manager) so that the cursor can be properly restored after returning from the GUI. If there's any C++ magic that can keep the backend functions from being called by anything else than these managing classes, that would probably be a good idea. Also, since the cursor manager keeps a copy of the cursor image, perhaps there are at least some backends that will no longer need to? svn-id: r22639
2006-05-25Fade down the palette and the music in playVQA(). (We can't fade down theTorbjörn Andersson
palette before that, I think, because then we don't have any good palette to make a backup copy of.) svn-id: r22625
2006-05-25Added support for fading digital music in or out.Torbjörn Andersson
svn-id: r22624
2006-05-25Some more _quitFlag checks, makes quitting while end sequence faster.Johannes Schickel
svn-id: r22623
2006-05-25- Adds some _quitFlag checksJohannes Schickel
- deletes Screen::drawPixel svn-id: r22622
2006-05-25Fixes bead movement speed in end scene.Johannes Schickel
svn-id: r22621