aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra3.cpp
AgeCommit message (Expand)Author
2007-04-15- Renamed some files for consistency with other engines.Johannes Schickel
2007-02-08Don't rely on assert when calling functions.Johannes Schickel
2006-11-09- switches to Common::AdvancedDetectorJohannes Schickel
2006-09-17- removes the kyra specific language flag system, and uses the language enum ...Johannes Schickel
2006-09-17Const correctnessMax Horn
2006-09-10Little bit cleanup.Johannes Schickel
2006-09-09Renamed Resource::fileHandle() to Resource::getFileHandle()Max Horn
2006-08-26Adds some framework for the Kyra2 intro, expands it a little bit and adds som...Oystein Eftevaag
2006-07-31Yet more kyra3 init code.Johannes Schickel
2006-07-31Const correctnessMax Horn
2006-07-30removing never used buffer.Johannes Schickel
2006-07-30Implements item shape loading for kyra3.Johannes Schickel
2006-07-30- fixes bug in fileData (introduced with last commit)Johannes Schickel
2006-07-30- fixes copyright of kyra3.hJohannes Schickel
2006-07-28Little cleanup.Johannes Schickel
2006-07-28Moves the kyra2 code to kyra2.cpp and kyra2.h, renames WSAMovieV3 to WSAMovie...Oystein Eftevaag
2006-07-27- moving KyraEngine_v3 declaration to newly added kyra3.hJohannes Schickel
2006-07-26Fade out the music when using the Kyra 3 menu to exit. (The original does, andTorbjörn Andersson
2006-07-26End the Kyra 3 menu screen if _quitFlag is set.Torbjörn Andersson
2006-07-25Add support for looping the kyra3 main menu.Johannes Schickel
2006-07-16- don't error on CHAPTER1.VRM miss anymoreJohannes Schickel
2006-06-03This hack is no longer needed to make the mouse cursor visible on the Kyra 3Torbjörn Andersson
2006-05-28Got rid of _selectedMenuItem to make LordHoto happier.Torbjörn Andersson
2006-05-28Mock-up version of the Kyra 3 main menu. Just enough to be able to select theTorbjörn Andersson
2006-05-28- makes Screen::getPagePtr privateJohannes Schickel
2006-05-27Draw the selected menu item (currently always the first one) highlighted, i.e.Torbjörn Andersson
2006-05-26This produces the correct character spacing for the main menu.Torbjörn Andersson
2006-05-26We don't have a mouse cursor yet, but this is probably the point where itTorbjörn Andersson
2006-05-25Fade down the palette and the music in playVQA(). (We can't fade down theTorbjörn Andersson
2006-05-25Added support for fading digital music in or out.Torbjörn Andersson
2006-05-25- Adds some _quitFlag checksJohannes Schickel
2006-05-23Check _quitFlag during the first parts of the Kyra 3 main menu animation.Torbjörn Andersson
2006-05-23Fix for saving the palette before playing a VQA movie. (Suggested by LordHoto.)Torbjörn Andersson
2006-05-22Fix debug messages.Torbjörn Andersson
2006-05-22Cleanup.Torbjörn Andersson
2006-05-21More VQA fixes:Torbjörn Andersson
2006-05-21At LordHoto's request...Torbjörn Andersson
2006-05-21Some minor VQA player fixes:Torbjörn Andersson
2006-05-21- allows kyra3 to exit againJohannes Schickel
2006-05-21- adds debugC calls to KyraEngine_v3 functionsJohannes Schickel
2006-05-21Implements kyra3 main menu drawing.Johannes Schickel
2006-05-19Using assert(_something->init()) is a bad idea. Assertions can be disabled.Torbjörn Andersson
2006-05-19Added some FIXMEs to the kyra engineMax Horn
2006-05-19Fix warningMax Horn
2006-05-18- load fonts for kyra3Johannes Schickel
2006-05-18Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. ItTorbjörn Andersson
2006-05-17Added (optional) looping to the digital sound class.Torbjörn Andersson
2006-05-17Fixed two off-by-one errors. One would cause the same frame of the Kyra 3 to beTorbjörn Andersson
2006-05-17Loop the Kyra 3 animation indefinitely.Torbjörn Andersson
2006-05-17Maybe the svn:keywords were already set? Maybe this will fix the file headers...Torbjörn Andersson