aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-23Update details for Russian translationsTravis Howell
2006-05-23Cleanup.Torbjörn Andersson
2006-05-22Fix debug messages.Torbjörn Andersson
2006-05-22Cleanup.Torbjörn Andersson
2006-05-21make printExpr, skipExpr accept both gob1 and gob2 expressionsWillem Jan Palenstijn
2006-05-21Palette handling simplification, suggested by LordHoto.Torbjörn Andersson
2006-05-21If possible, sync the frame to getSoundElapsedTime().Torbjörn Andersson
2006-05-21Grotesque hack to support the jung2.vqa movie. Either the VQA is less wellTorbjörn Andersson
2006-05-21The unsupported cutscene is called "jung", not "junk". (It just happens to lookTorbjörn Andersson
2006-05-21More VQA fixes:Torbjörn Andersson
2006-05-21Don't crash if drawMouse() is called before _mouseSurface is created.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- reworks quit handling (no _system->quit() anymore)Johannes Schickel
2006-05-21- adds debugC calls to KyraEngine_v3 functionsJohannes Schickel
2006-05-21Implements kyra3 main menu drawing.Johannes Schickel
2006-05-21Make it so that if the new cursor palette to be set has zero colours, theTorbjörn Andersson
2006-05-21Added two lines for the Lure engine progressPaul Gilbert
2006-05-21Oops, I guess I never got around to fully implement replaceCursorPalette().Torbjörn Andersson
2006-05-20fixed compilation when DISABLE_SCALERSPaweł Kołodziejski
2006-05-20fix compilation, that variable no longer existsPaweł Kołodziejski
2006-05-20Make the copy constructor / assignment operator of class File private to prev...Max Horn
2006-05-20Pass values by-reference, using C++ references, and not by using pointersMax Horn
2006-05-20makes destructor of KyraEngine virtualJohannes Schickel
2006-05-20Apparently, passing a file handle directly to a function causes that fileTorbjörn Andersson
2006-05-20Forgot to set g_initialized to true.Torbjörn Andersson
2006-05-20After the GUI has finished, restore the old cursor palette (if any). For thisTorbjörn Andersson
2006-05-20Removed stray printf() from earlier commit.Torbjörn Andersson
2006-05-20Re-render the cursor when enabling/disabling cursor palette. Also, I don'tTorbjörn Andersson
2006-05-20Set a cursor palette for the classic theme, as well. Otherwise we'll get theTorbjörn Andersson
2006-05-20Our GUI uses the "cursor palette" feature, but the SDL backend did not use theTorbjörn Andersson
2006-05-20Fixed cursor drawing in the classic theme.Torbjörn Andersson
2006-05-19Call the inherited handleScreenChanged() method, so that the widget can resizeTorbjörn Andersson
2006-05-19Call handleScreenChanged() *before* calling setEditString(). OtherwiseTorbjörn Andersson
2006-05-19Slighty modified patch #1491859: "Possible fix for recent cursor regressions"Eugene Sandulenko
2006-05-19Minor GUI tweaksEugene Sandulenko
2006-05-19Using assert(_something->init()) is a bad idea. Assertions can be disabled.Torbjörn Andersson
2006-05-19Added some BS2 and Simon notes.Torbjörn Andersson
2006-05-19Added some FIXMEs to the kyra engineMax Horn
2006-05-19Fix warningMax Horn
2006-05-19Update HE version for another English version of socksTravis Howell
2006-05-18- load fonts for kyra3Johannes Schickel
2006-05-18Proper rendering of slider widget.Eugene Sandulenko
2006-05-18Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. ItTorbjörn Andersson
2006-05-18- Fix spelling in theme configEugene Sandulenko
2006-05-18Oops. Break indefinite loop.Eugene Sandulenko
2006-05-18Plug memory leakEugene Sandulenko
2006-05-18Fix bug #1483272: "GUI: SCUMM pause dialog breaks upon scaler switch". AlsoEugene Sandulenko
2006-05-18Properly set GFX mode selected in GUI. Fixes selection of 1x scaler.Eugene Sandulenko