aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_mr.cpp
AgeCommit message (Collapse)Author
2010-01-23Paranoia change: add some explicit terminating 0 after some strncpy uses.Johannes Schickel
svn-id: r47479
2009-10-06Kyra: fix kyra 3 fontFlorian Kagerer
svn-id: r44710
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-07-06Fix RTL from Kyra3 main menu. (It now doesn't quit ScummVM anymore)Johannes Schickel
svn-id: r42180
2009-06-29Fix palette regression caused by r41949.Johannes Schickel
svn-id: r41961
2009-06-29Resolved some TODOs in Kyra3 code.Johannes Schickel
svn-id: r41957
2009-06-29Adapted various code parts to use Palette::fill.Johannes Schickel
svn-id: r41953
2009-06-29Cleanup KyraEngine_MR::updateCharPal.Johannes Schickel
svn-id: r41949
2009-06-25Change Screen_v2::generateOverlay to take a const Palette reference instead ↵Johannes Schickel
of a pointer. svn-id: r41881
2009-06-25Use Screen::loadPalette instead of Resource::loadFileToBuf.Johannes Schickel
svn-id: r41877
2009-06-22Changed Screen::loadBitmap and Movie::open to take an optional Palette ↵Johannes Schickel
pointer instead of an optional array pointer. svn-id: r41744
2009-06-22- Changed the following Screen functions to take a reference to a Palette ↵Johannes Schickel
object: -> setScreenPalette -> fadePalette -> getFadeParams -> fadePalStep - Fixed initialization of 256 color palettes svn-id: r41743
2009-06-22Add wrapper functionality for copying full palettes.Johannes Schickel
svn-id: r41742
2009-06-22Changed Screen::getPalette to return a reference to a Palette object.Johannes Schickel
svn-id: r41741
2009-06-09- Moved Screen_v2::copyWsaRect to Screen::copyWsaRectJohannes Schickel
- Made WSAMovie_v1::displayFrame code match the original - Changed WSAMovieAmiga::displayFrame to use Screen::copyWsaRect too - Got rid of '...' parameter usage in all WSA player classes svn-id: r41398
2009-05-29More formatting.Johannes Schickel
svn-id: r40994
2009-05-29Formatting.Johannes Schickel
svn-id: r40991
2009-05-29Cleanup.Johannes Schickel
svn-id: r40989
2009-05-19Formatting.Johannes Schickel
svn-id: r40717
2009-05-19Remov lots of superfluous debug output.Johannes Schickel
svn-id: r40715
2009-05-10LOL: - added some spell casting (spark, heal, swarm)Florian Kagerer
- fixed several bugs (not the one in the fighting system though) - added several opcodes. there shouldn't be any real show stoppers in the draracle cave now. - simplified wsa code (which required 4 lines of code for displaying a frame) - added support for wsa animations that don't have a last frame (apparently kyra 2 and 3 don't have this type of wsa file) svn-id: r40420
2009-01-31Fix for bug #2551436 "KYRA2: ScummVM quits after death".Johannes Schickel
svn-id: r36161
2009-01-13When reverting to text only mode update the config manager settings accordingly.Johannes Schickel
svn-id: r35847
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-12-26Implemented (some) main menu code for LoL.Johannes Schickel
svn-id: r35553
2008-11-09Error out on savegame load failure (again).Johannes Schickel
svn-id: r34953
2008-11-09- Implemented Engine::saveGameState for KYRAJohannes Schickel
- Changed internal save/load API to use slots instead of filename strings - Changed internal save/load API to use Common::Error svn-id: r34952
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
svn-id: r34916
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵Max Horn
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700
2008-09-14Added autosave support in Kyra.Johannes Schickel
svn-id: r34535
2008-09-12Fixed slot 0 savefile name in Kyra3. (Now using 'New game' instead of 'German')Johannes Schickel
svn-id: r34502
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
svn-id: r34310
2008-09-01Merging more of the GSoC 2008 RTL branch: KYRAMax Horn
svn-id: r34246
2008-08-20Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". ↵Johannes Schickel
(Without Max' compressed backward seeking support for now) svn-id: r34053
2008-08-10Merged revisions ↵Christopher Page
33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,33754,33756,33758,33761,33763,33766 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33769
2008-08-10Added fallback to text only mode when voice files are not found.Johannes Schickel
svn-id: r33742
2008-07-14Merged revisions ↵Christopher Page
32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,32785-32786,32789-32791,32798-32799,32801-32807,32809-32812,32816-32817,32819-32821,32823-32830,32832-32836,32838-32844,32846-32850,32852-32854,32858-32859,32865-32868,32873-32874,32879,32883,32895,32899,32902-32904,32910-32912,32923-32924,32930-32931,32938,32940,32948-32949,32951,32960-32964,32966-32970,32972-32974,32976,32978,32983,32986-32990,32992,32994,33002-33004,33006-33007,33009-33010,33014,33017,33021-33023,33030,33033 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33051
2008-07-08Updated KYRA to work with the new GMM implementationChristopher Page
svn-id: r32959
2008-07-08KYRA works with the new GMM implementationChristopher Page
svn-id: r32957
2008-07-05Added support for Italian fan translation of Kyrandia 3. (see fr#2003504 ↵Johannes Schickel
"KYRA: add support for Italian version of Kyrandia 2&3") svn-id: r32912
2008-07-05Added spanish menu strings for spanish fan translation of Kyrandia 3.Johannes Schickel
svn-id: r32911
2008-06-30Added support for Spanish fan translation of kyra3 (See fr #1994040 "KYRA3: ↵Johannes Schickel
Add support for Spanish fan translation"). svn-id: r32858
2008-06-25Kyra and Lure are now using the new _quit flagChristopher Page
svn-id: r32772
2008-06-03Added support for compressed kyra3 audio files.Johannes Schickel
svn-id: r32516
2008-05-18Cleanup.Johannes Schickel
svn-id: r32176
2008-05-17- Fixed sound channel fadeout on VQA playingJohannes Schickel
- Minor formatting fixes svn-id: r32152
2008-05-17Loop the Kyra 3 menu music. (The original does.)Torbjörn Andersson
svn-id: r32149
2008-05-12Yet another valgrind warning fixed.Johannes Schickel
svn-id: r32067
2008-05-12Fixed some valgrind warnings.Johannes Schickel
svn-id: r32065
2008-05-12Added assert to snd_playSoundEffect.Johannes Schickel
svn-id: r32060